@charset "UTF-8";

/* 
各ページのCSS

スマホ 320〜519px
タブレット 520〜767px　@media (min-width: 520px)
PC 768px以上　　　@media (min-width: 768px)
------------------------------------*/

/* ==================================================================
index.html
entrance
==================================================================*/

#entrance #splash_logp {
  width: 64px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#entrance figure {
  position: relative;
}

#entrance figure a {
  display: block;
  height: 50vh;
  overflow: hidden;
}

#entrance figure img {
  filter: brightness(70%);
  object-fit: cover;
}

#entrance figure h2 {
  font-size: 40px;
  font-family: sans-serif;
  text-align: center;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#entrance figure h2 img {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 30px;
}

/* タブレット */

@media (min-width: 520px) {
  #entrance #splash_logp {
    width: 100px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1;
  }
  #entrance div {
    display: flex;
    background-color: #fff;
  }
  #entrance figure {
    width: 50%;
  }
  #entrance figure a {
    height: 100vh;
    background-color: #fff;
  }
  #entrance figure img {
    height: 100%;
    width: 100%;
  }
}

/* PC */

/* ==================================================================
brand  index  
hero
==================================================================*/

#hero {
  position: relative;
  width: 100vw;
  height: 106vh;
  margin: 0 calc(50% - 50vw);
}

#hero figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

#hero .heroMovie {
  display: block;
  position: absolute;
  /* top: -50px;
  left: -25%; */
  width: auto;
  height: 100vh;
  min-width: 100vw;
  min-height: 100%;
  /* transform: translate(50%, -50%); */
  /* filter: brightness(50%); */
  overflow: hidden;
}

#hero h2 {
  position: fixed;
  top: 40vh;
  left: 6vw;
  z-index: 1;
  font-size: 2em;
  letter-spacing: 0.3em;
  color: #fff;
}

@media (min-width: 520px) {
  #hero {
    height: 100vh;
  }
}

/* 
scrolldown
---------------------------------------------------------- */

/*スクロールダウン全体の場所*/

.scrolldown {
  /*描画位置は適宜調整*/
  position: fixed;
  bottom: 5%;
  left: 5%;
  transform: translateX(0px);
  /*矢印の動き1秒かけて永遠にループ*/
}

.scrolldown img {
  width: 96px;
  height: 96px;
  animation: rotate_anime 20s linear infinite;
}

.scrolldown span {
  position: absolute;
  right: 45%;
  top: 70%;
  animation: arrowmove 1s ease-in-out infinite;
}

.scrolldown span::before {
  content: url(../images/scroll_arrow.svg);
  position: absolute;
  bottom: 35%;
  right: -5px;
}

@keyframes rotate_anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 520px) {
  .scrolldown span {
    right: 48%;
    top: 64%;
  }
}

/* ==================================================================
brand  index   
hero　　　タブレット 560px以上 ここから 520〜959px
================================================================== */

@media (min-width: 520px) {
  #hero .heroMovie {
    top: 50%;
    left: 50%;
    width: auto;
    height: 100vh;
    min-width: 100vw;
    min-height: 100vh;
    transform: translate(-50%, -50%);
    overflow: hidden;
  }
  /*スクロールダウン全体の場所*/
  .scrolldown {
    bottom: 15vh;
    left: auto;
    right: 8vw;
  }
  .scrolldown img {
    width: 142px;
    height: 142px;
  }
}

/* ==================================================================
brand  index  
hero　　　PC 1024px以上 ここから
================================================================== */

@media (min-width: 1110px) {
  #hero .heroMovie {
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100vw;
    min-height: 100vh;
    overflow: hidden;
    transform: translate(-50%, -50%);
  }
  #hero h2 {
    top: 35%;
    left: 10%;
    font-size: 51px;
    letter-spacing: 0.3em;
  }
  /*スクロールダウン全体の場所*/
  .scrolldown {
    bottom: 15vh;
    left: auto;
    right: 8vw;
  }
  .scrolldown img {
    width: 142px;
    height: 142px;
  }
}

/* brand  index   hero　　PC 768px以上 ここまで
================================================================== */

/* ------------------------------------
brand  index  
message
------------------------------------ */

#message .contentBox {
  background: url(../images/backtext-omoi.png) no-repeat;
  background-size: 140px;
  background-position: right 0 top 0;
  width: 90%;
  margin: 0 auto;
}

/*------------------------------------
brand  index  
message　　　タブレット 520px以上 ここから
================================================================== */

@media (min-width: 520px) {
  #message {
    display: flex;
  }
  #message figure {
    flex-basis: 50%;
    max-width: 500px;
  }
  #message .contentBox {
    background-size: 160px;
    background-position: right 10vw top 0em;
    flex-basis: 50%;
    padding-left: 30px;
    position: relative;
    top: 4em;
  }
}

/* brand  index   message　　PC 768px以上 ここまで
================================================================== */

/* ------------------------------------
brand  index  .html 
#prodaucts
------------------------------------ */

#index #prodaucts .h3Box h3 span {
  font-size: 28px;
}

#prodaucts .glidContainer {
  text-align: center;
  display: grid;
  /* gap: 5vw; */
  grid-template-columns: 50% 50%;
}

#prodaucts .glidContainer a {
  display: block;
  margin-bottom: 2em;
  font-size: 80%;
}

#prodaucts .glidContainer img {
  display: inline-block;
  width: 130px;
}

#prodaucts .glidContainer dd span {
  display: block;
  height: 5em;
}

#prodaucts .glidContainer dd::after {
  display: block;
  content: url(../images/Button-Circle-Line_right.svg);
  margin: 1em 0;
}

/* ==================================================================
brand  index  
prodaucts　　PC 768px以上 ここから
================================================================== */

@media (min-width: 768px) {
  #prodaucts .glidContainer {
    width: 80%;
    min-width: 500px;
    margin: 0 auto;
    gap: 0px;
    grid-template-columns: 33.3% 33.3% 33.3%;
    justify-content: center;
  }
  #prodaucts .glidContainer a {
    margin-bottom: 0;
  }
}

/* ------------------------------------
brand  index  
blenders
------------------------------------ */

#blendersWrap {
  position: relative;
  background: url(../images/backtext-honsitsu.png) no-repeat;
  background-size: 140px;
  background-position: right 5vw top 45%;
}

#blendersImg {
  position: relative;
}

#blendersImg .backimg img {
  height: 320px;
  object-fit: cover;
  /* margin-left: 2em; */
}

#blendersImg .blendersImg img {
  width: 250px;
  /* margin-left: 2em; */
}

#blendersImg .blendersImg,
#blenders {
  position: relative;
  top: -125px;
  width: 90vw;
  margin: 0 auto;
}

/*------------------------------------
brand  index  
blenders　　　タブレット 520px以上 ここから 
================================================================== */

@media (min-width: 520px) {
  #blendersImg .blendersImg,
  #blenders {
    width: 80vw;
    margin: 0 auto;
  }
  #blenders {
    display: flex;
    background-size: 140px;
    background-position: right 5vw top 350px;
  }
  #blendersImg figure.backimg {
    width: 100%;
    height: 640px;
  }
  #blendersImg figure.backimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }
  #blendersImg .blendersImg,
  #blenders {
    position: relative;
    top: -250px;
  }
  #blendersImg .blendersImg img {
    width: 520px;
  }
  #blenders .contentBox1 {
    flex-basis: 50%;
    text-align: right;
  }
  #blenders .contentBox2 {
    flex-basis: 45%;
    padding-left: 5%;
    padding-top: 2%;
  }
}

/* ==================================================================
brand  index  
blenders　　PC 768px以上 ここから
================================================================== */

@media (min-width: 768px) {
  #blendersWrap {
    background-position: right 5vw top 450px;
  }
  #blendersImg .blendersImg,
  #blenders {
    width: 80%;
    margin: 0 auto;
  }
  #blendersImg figure.backimg {
    width: 100%;
    height: 640px;
  }
  #blenders .blendersImg {
    width: 350px;
  }
}

/* ------------------------------------
brand  index  
virtualTour
------------------------------------ */

#virtualTour {
  position: relative;
}

#virtualTour .contentBox2,
#virtualTour .tourImg2 {
  width: 90%;
  margin: 0 auto;
}

#virtualTour .tourImg2 {
  position: absolute;
  top: -85px;
  left: 5%;
}

#virtualTour .tourImg2 img {
  width: 50%;
}

/*------------------------------------
brand  index  
virtualTour　　タブレット 520px以上 ここから 
================================================================== */

@media (min-width: 520px) {
  #virtualTour {
    display: flex;
  }
  #virtualTour .contentBox1 {
    flex-basis: 50%;
  }
  #virtualTour .contentBox2 {
    flex-basis: 45%;
    padding-left: 2.5%;
  }
  #virtualTour .tourImg2 img {
    width: 250px;
  }
}

/* ------------------------------------

prodaucts.html

==================================================================*/

#prodauctsNav .glidContainer {
  text-align: center;
  display: grid;
  /* gap: 5vw; */
  grid-template-columns: 50% 50%;
}

#prodauctsNav .glidContainer a {
  display: block;
  margin-bottom: 2em;
  font-size: 80%;
}

#prodauctsNav .glidContainer li {
  text-align: center;
}

#prodauctsNav .glidContainer li span {
  display: block;
  height: 5em;
}

@media (max-width: 413px) {
  #prodauctsNav .glidContainer li span {
    display: block;
    height: 6.5em;
  }
}

#prodauctsNav .glidContainer li::after {
  display: block;
  content: url(../images/Button-Circle-Line.svg);
  margin: 0em 0 1.5em;
}

.h3Box {
  text-align: center;
  border-bottom: 1px solid #7070706c;
  padding-bottom: 1em;
}

/* 
二十四節気 一覧 #whisky24List
------------------------------------ */

.whisky24List .whiskyItem {
  text-align: center;
  position: relative;
  margin-bottom: -170px;
}

.whisky24List .newbornItem {
  margin-bottom: 100px;
}

.whisky24List .whiskyItem figure {
  width: 100vw;
  height: 324px;
  object-fit: contain;
}

.whisky24List .whiskyItem figure img {
  display: inline-block;
}

.whisky24List .whiskyItem .whiskyItem-inner {
  position: relative;
  bottom: 250px;
  z-index: 2;
}

.whisky24List .newbornItem .whiskyItem-inner {
  bottom: 0px !important;
}

.whisky24List .whiskyItem h1 {
  line-height: 1;
  font-size: 1rem;
  position: relative;
}

.whisky24List .whiskyItem h1::before {
  display: block;
  content: "";
  height: 160px;
  position: absolute;
  bottom: 0;
  left: 5vw;
  z-index: -1;
}

.whisky24List .whiskyItem h1::before,
.whisky24List .whiskyItem dl,
.whisky24List .whiskyItem .accordion-inner {
  width: 90vw;
  margin: 0 auto;
  padding-left: 2em;
  padding-right: 2em;
  background-color: #14210d;
  /* background-color: rgba(255, 0, 0, 0.198); */
}

.whisky24List .whiskyItem h1.whiskyImg img {
  height: 360px;
  display: inline-block;
  text-align: center;
}

.whisky24List .newbornItem h1.whiskyImg img {
  height: 230px;
}

.whisky24List .whiskyItem h1.whiskyImg::after {
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #b9a582;
  margin: 0em auto;
}

.whisky24List .newbornItem h1.whiskyImg::after {
  margin-top: 3em;
}

.whisky24List .whiskyItem dl {
  padding-top: calc(2em + 160px);
  padding-bottom: 1em;
}
.whisky24List .whiskyItem .whiskyItem-inner > dl {
  margin-top: -160px!important;
}

.whisky24List .whiskyItem dt.whiskyName {
  color: #b9a582;
  font-size: 2rem;
  margin-bottom: 1em;
}

.whisky24List .whiskyItem dt.whiskyName i {
  display: block;
}

.whisky24List .whiskyItem dd {
  text-align: justify;
}

.whisky24List .newbornItem dd {
  text-align: center;
}

.whisky24List .newbornItem .specTxt dd {
  text-align: left;
}

/* 
二十四節気 商品スペック　アコーディオンパネル
#whisky24List　.accordion-area
------------------------------------ */

.whiskyItem .accordion-area .accordion-inner {
  padding-top: 1em;
  padding-bottom: 3em;
}

.whisky24List .whiskyItem .title {
  margin-bottom: 1.5em;
}

.whisky24List .whiskyItem .box .specTxt {
  width: auto;
  padding: 1.5em 0;
  display: flex;
  border-top: #7070706c 1px solid;
}

.whisky24List .whiskyItem .box .specTxt:last-child {
  border-bottom: #7070706c 1px solid;
}

.box .specTxt dt {
  width: 35%;
}

.box .specTxt dd {
  width: 65%;
}

/* 
OTHER
#whisky24List　.otherRead
------------------------------------ */

.otherRead figure {
  width: 100vw;
  display: flex;
  margin-bottom: 1.5em;
}

.otherRead figure img {
  width: 33.3%;
}

.otherRead p {
  margin-bottom: 4em;
}

.whiskyTxt .infoBible {
  color: #b9a582;
  font-size: 1.6rem;
  margin-top: 1em;
  text-align: center;
  width: 100%;
}

.whiskyTxt .infoBible em {
  display: block;
}

.whiskyTxt .infoBible em {
  display: block;
}

.whiskyTxt img.BibleImg {
  display: inline-block;
  height: 170px;
  margin-top: 1em;
}

/* ==================================================================
prodaucts.html
タブレット 520px以上 ここから
================================================================== */

@media (min-width: 520px) {
  .whisky24List .newbornItem {
    margin-bottom: 100px;
  }
  .whisky24List .whiskyItem h1::before,
  .whisky24List .whiskyItem dl,
  .whisky24List .accordion-area .accordion-inner {
    width: 70vw;
    margin: 0 auto;
    padding-left: 10vw;
    padding-right: 10vw;
  }
  .whisky24List .whiskyItem .whiskyItem-inner {
    position: relative;
    bottom: 280px;
    z-index: 2;
  }
  .whisky24List .whiskyItem h1::before {
    display: block;
    content: "";
    height: 160px;
    left: 15vw;
    background: transparent;
  }
  .whisky24List .whiskyItem h1.whiskyImg img {
    height: 400px;
  }
  .whisky24List .newbornItem h1.whiskyImg img {
    height: 300px;
  }
  #prodauct .whisky24List .h3Box h3,
  .whisky24List .whiskyItem dt.whiskyName {
    font-size: 28px;
  }
  .whisky24List .whiskyItem dt.whiskyName i {
    display: inline-block;
  }
  .whisky24List .whiskyItem dd {
    text-align: center;
  }
  /* 
商品スペック　アコーディオンパネル
タブレット　　#whisky24List　.accordion-area
------------------------------------ */
  .whisky24List .whiskyItem .box .specTxt dd {
    text-align: left;
  }
  /* 
OTHER
#whisky24List　.otherRead
------------------------------------ */
  .otherRead figure {
    width: 70%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .otherRead p {
    max-width: 800px;
    margin-bottom: 350px;
    text-align: left;
    margin-bottom: 4em;
  }
  .newbornItem .flexBox {
    display: flex;
    flex-direction: row-reverse;
  }
  .newbornItem .whiskyTxt p,
  .whiskyTxt .infoBible {
    text-align: left;
  }
  .whiskyTxt .infoBible em {
    display: inline;
  }
  .whiskyTxt img.BibleImg {
    display: inline-block;
    height: 225px;
    margin-top: 1em;
    padding-right: 2em;
  }
}

/* ==================================================================
prodaucts.html
　PC 768px以上 ここから
================================================================== */

@media (min-width: 768px) {
  #prodauctsNav .glidContainer {
    width: 80%;
    min-width: 500px;
    margin: 0 auto;
    gap: 0px;
    grid-template-columns: 33.3% 33.3% 33.3%;
    justify-content: center;
  }
  #prodauctsNav .glidContainer a {
    margin-bottom: 0;
  }
  .whisky24List .whiskyItem figure {
    width: 90vw;
    height: 324px;
    margin: 0 auto;
    object-fit: cover;
  }
}

/* ==================================================================
blenders.html
Message from Chief Blender
==================================================================*/

#chiefblender h1 {
  font-size: 36px;
}

#chiefblender dt {
  line-height: 1.7;
  font-size: 1.4em;
}

#chiefblender dd img {
  width: 180px;
  padding: 1em 0;
}

#chiefblender .award {
  border: 1px #2e3829 solid;
  padding: 20px;
}

#chiefblender .award dl {
  display: flex;
  padding: 1em 0;
}

#chiefblender .award table {
  padding: 1em 0;
}

#chiefblender .award dt img,
#chiefblender .award th img {
  display: inline-block;
  height: 50px;
  margin: 0 auto;
}

#chiefblender .award img.SFWSC {
  height: 70px;
}

#chiefblender .award dt,
#chiefblender .award th {
  width: 100px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
}

#chiefblender .award dd,
#chiefblender .award td {
  padding-left: 1em;
  line-height: 1.4;
  display: table-cell;
  vertical-align: middle;
}

#chiefblender figure iframe {
  padding-top: 50px;
  width: 100%;
  height: 250px;
}

@media (min-width: 768px) {
  #chiefblender h1 {
    font-size: 66px;
  }
  #chiefblender .award {
    display: flex;
    padding: 0 2em;
  }
  #chiefblender .award table {
    width: 50%;
  }
  #chiefblender .award table th {
    width: 100px;
  }
  #chiefblender figure iframe {
    padding-top: 100px;
    width: 800px;
    height: 600px;
  }
}

@media (min-width: 1600px) {
  #chiefblender figure iframe {
    width: 1200px;
    height: 800px;
  }
}

/* ==================================================================
blenders.html
一本線のように、 ウイスキーをつくる。
==================================================================*/

@media (min-width: 768px) {
  #blender #oishimono figure.m-none {
    width: 80%;
  }
  #blender #oishimono .content-text {
    display: flex;
  }
  #blender #oishimono .content-text div {
    flex-basis: 450px;
  }
  #blender #oishimono .content-text p,
  #blender #kokorohikare2 .content-text p {
    width: 60%;
    position: relative;
    padding-top: 3em;
    text-align: justify;
  }
  #blender #kokorohikare2 .content-text p {
    left: 40%;
  }
}

/* ==================================================================
blenders.html
イメージ画像 ２点差し込み　　おいしいものをつくるということ
==================================================================*/

/* イメージ画像 ２点差し込み */

.blenderimg1 {
  position: relative;
}

.blenderimg1-1 {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.blenderimg1-2 {
  position: relative;
  text-align: right;
}

.blenderimg1-2 img {
  width: 65%;
  display: inline-block;
  position: relative;
  top: -30px;
}

@media (min-width: 768px) {
  .blenderimg1-1 {
    width: 80vw;
    text-align: left;
  }
  .blenderimg1-1 img {
    display: inline-block;
    width: 90%;
    max-width: 880px;
  }
  .blenderimg1-2 {
    width: 90%;
  }
  .blenderimg1-2 img {
    width: 400px;
    top: -80px;
  }
}

/* フルイメージ画像 1点差し込み */

#kokorohikare .blenderimg1-3 {
  text-align: right;
}

#kokorohikare .blenderimg1-3 img {
  display: inline-block;
  width: 90%;
}

/* ==================================================================
blenders.html
「Products」バナー直前の動画
==================================================================*/

#blenderMovie {
  margin-bottom: 100px;
}

#blenderMovie figure iframe {
  width: 100%;
  height: 50.7vw;
}

@media (min-width: 768px) {
  #blenderMovie figure iframe {
    width: 800px;
    height: 450px;
  }
}

@media (min-width: 1600px) {
  #blenderMovie {
    margin-bottom: 160px;
  }
  #blenderMovie figure iframe {
    width: 1200px;
    height: 675px;
  }
}

/*------------------------------------
privacypolicy.html　
snspolicy.html
================================================================== */

.lower #txtheader {
  padding-top: 10em;
}

#policy main section {
  margin-bottom: 3em;
}

#policy main section h2 {
  font-size: 2.4rem;
  color: #b9a582;
  margin-bottom: 1.5em;
}

#policy main section h3 {
  margin-bottom: 1em;
}

#policy main section p {
  margin-bottom: 0.5em;
}

#policy main section ul {
  list-style-type: disc;
  margin-left: 1em;
  margin-bottom: 1em;
}

#policy main section .policyList {
  margin-left: 2em;
}

#policy main section .policyList li {
  list-style-type: decimal;
  color: #b9a582;
  font-size: 2rem;
  padding-left: 0.5em;
  line-height: 1.5;
}

#policy main section .policyList .listLevel1 {
  margin-top: 1em;
  margin-bottom: 2em;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #fff;
}

#policy main section .policyList .listLevel1 cite {
  display: block;
}

@media (min-width: 768px) {
  #policy main section .policyList .listLevel1 cite {
    display: inline;
  }
}

#policy main section .policyList .listLevel1 li,
#policy main section .policyList .listLevel2 li {
  list-style-type: none;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #fff;
}

#policy main section .policyList .listLevel1 > li {
  list-style-position: inside;
  counter-increment: cnt;
  margin-bottom: 1em;
  padding-left: 3.5em;
  text-indent: -2.5em;
}

#policy main section .policyList .listLevel1 > li:before {
  display: marker;
  content: "( " counter(cnt) " ) ";
  padding-right: 0.5em;
}

#policy main section .policyList .listLevel2 > li {
  padding-left: 1.25em;
  text-indent: -1.25em;
  margin-bottom: 8px;
}

/*------------------------------------
https: //form.run/
contact.html
================================================================== */

.sf-form-title-group,
.divider,
.sf-footer {
  display: none;
}

/* ------------------------------------

faq.html

==================================================================*/

#faq ul li {
  margin-bottom: 60px;
}
#faq ul li:last-child {
  margin-bottom: 0px;
}
#faq ul li p {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
#faq ul li div {
  padding-left: 30px;
}
#faq ul li div a {
  text-decoration: underline;
  font-size: 1.4rem;
}

@media (max-width: 760px) {
  #faq ul li p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #faq ul li div {
    padding-left: 0px;
  }
  #faq ul li div a {
    font-size: 12px;
  }
}
