/*
Theme Name: Masahiro Gin
Author:Steering
Version:7.7
*/


@charset "utf-8";

/*----------------------------------------------------------------------
base
----------------------------------------------------------------------*/

html {
  min-width: 320px;
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #1a1a1a;
  margin: 0;
  background: #fff;
}

a {
  transition: .3s;
}

.col1{
  width:5.9829%;
}
.col2{
  width:14.5299%;
}
.col3{
  width:23.0769%;
}
.col4{
  width:31.6239%;
}
.col5{
  width:40.1709%;
}
.col6{
  width:48.7179%;
}
.col7{
  width:57.2649%;
}
.col8{
  width:65.8119%;
}
.col9{
  width:74.3589%;
}
.col10{
  width:82.9059%;
}
.col11{
  width:91.4529%;
}
.col12{
  width:100%;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-100 {
    margin-bottom: 100px;
}
.xsmall {
	font-size: 8px;
}
.small {
	font-size: 12px;
}
.large {
	font-size: 20px;
}
.xlarge {
	font-size: 24px;
}
img {
	max-width: 100%;
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}
.tac {
    text-align: center;
}
.tar {
    text-align:right;
}
.tal {
    text-align:left;
}
a{
  text-decoration: none;
  color: #000;
}
a:hover{
  opacity: 0.7;
}
span.big {
  font-size: 30px;
}
span.red{
  color: #ff3333;
  font-weight: bold;
}
table{
  border-collapse: collapse;
}
dh{
  color: #555;
  font-size: 20px;
  font-weight: bold;
}
.flr{
  float: right;
}
.fll{
  float: left;
}
/* For modern browsers */
.clearfix:before,
.clearfix:after {
 content:"";
 display:block;
 overflow:hidden;
}
.clearfix:after {
 clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
 zoom:1;
}
.br-pc { display:block; }
.br-sp { display:none; }

/*------------------パンくずリスト------------*/

.breadcrumg-area ul{
  padding-left: 0;
  margin-bottom: 30px;
}

.breadcrumg-area ul li{
  display: inline-block;
  padding-left: 15px;
  position: relative;
}

.breadcrumg-area ul li::before{
  position: absolute;
  left: 0;
  content:">";
  color: #333;
}

.breadcrumg-area ul li:first-child{
  padding-left: 5px;
}

.breadcrumg-area ul li:first-child::before{
  display: none;
}


/*----------------------------------------------------------------------
header
----------------------------------------------------------------------*/
header {
  position:relative;
}

nav {
  height: 80px;
  width: 100%;
  position: fixed;
  z-index: 10;
  transition:all .5s;
}

nav ul {
  display: flex;
  justify-content: center;
  line-height: 80px;
}

nav ul li {
  margin-right: 37px;
}

nav ul li a {
  font-size: 1rem;
  color: #fff;
  font-family: 'Rubik';
  font-weight: 300;
  font-size: 1.4rem;
}

.english {
  position: absolute;
  top: 24px;
  right: 32px;
  z-index: 10;
}

.english a {
  display: inline-block;
  font-family: 'Rubik';
  font-weight: 300;
  font-size: 1.4rem;
  color: #fff;
  border: 1px solid #fff;
  height: 32px;
  line-height:33px;
  width:80px;
  border-radius: 30px;
  text-align: center;
  transition:all .5s;

}

/*----------------------------------------------------------------------
main
----------------------------------------------------------------------*/
.top {
  width: 100%;
  height: 100vh;
  background-image: url(./img/top_min.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 5;
}

.top_logo {
  width: auto;
  position: absolute;
  top: 50%;
  left: 6.58%;
  transform: translateY(-50%);
}

.top_logo img {
  width: 76.16%;
  margin:0;
}

.top h1 {
  color: #fff;
  font-weight: bold;
  font-size: 2.9rem;
  font-weight: bold;
  margin-top: 24px;
  line-height: 1.48;
}

.h1_en {
  font-size: 2.4rem !important;
  font-family: 'Rubik' !important;
  margin-top: 8px !important;
  line-height: 0.857 !important;
}

.buy_button {
  position: fixed;
  right: 32px;
  bottom:50px;
  z-index: 150;
}

.buy_button a {
  display: inline-block;
  height: 100px;
  width: 100px;
  background-color: #282e78;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 20px;
  box-shadow: 0 0 5px #f0f0f0;
  overflow: hidden;
  
}

.buy_button a:hover {
  -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity:.9;
}

.wrapper {
  box-sizing: border-box;
  padding: 200px 0;
  position: relative;
  overflow: hidden;
}

.right_side_inner {
  margin-left: 5.8%;
  position: relative;
}

.top_catch {
  display: flex;
  justify-content: space-between;
}

.text_box {
  align-self: center;
  width:50%;
}

.text_box h3 {
  color:#282e78;
  font-weight: 500;
  font-family: 'Rubik';
  font-size:4.6rem;
  line-height: 1.3;
  margin-bottom: 24px;
}

.text_box h4 {
  font-size: 2.8rem;
  line-height: 2;
  margin-bottom: 48px;
}

.text_box p{
  font-size:1.4rem;
  line-height: 2;
}

.img_box {
  width: 46.3%;
}

.img_box img{
  width: 100%;
}

.belt_wrap {
  position: relative;
}

.belt_wrap p {
  color : #fff;
  font-size: 2.1rem;
  letter-spacing: 0.2rem;
  opacity: .9;
}

.belt_wrap_j {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-weight:bold;
  white-space: nowrap;
}

.belt_wrap_en {
  position: absolute;
  top:40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-family: 'Rubik';
  white-space: nowrap;
}

.belt_img {
  width: 100%;
  position: relative;
}

.belt_img img {
  width: 100%;
  object-fit: cover;
}

.belt_img video {
  width: 100%;
}


h2 {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
   font-family: 'Rubik';
   font-weight: 300;
   font-size: 1.6rem;
 }

 h2::before {
   content:"";
   display: block;
   width: 63px;
   border-top: 1px solid #282e78;
   margin-right:16px;
 }

.inner_wrapper {
  width: 88.4%;
  margin: 0 auto;
  position: relative;
}

.media_h3 {
  color: #282e78;
  text-align: center;
  margin: 90px 0 50px 0;
  font-size: 4rem;
  font-weight: 500;
  font-family: 'Rubik';
  margin-bottom: 70px;
}

.media_box {
  display: flex;
  justify-content: space-between;
}

.media_wrapper {
  position: relative;
  z-index: 0;
  width: 30%;
}

.eye_catch {
  overflow: hidden;
}

.eye_catch > .pc-only > img {
  width: 100% !important;
  transition-duration: 0.4s;
}

.media_text {
  width: 92.3%;
  padding: 19px 15px;
  box-sizing: border-box;
}

.media_wrapper:hover .media_title {
  opacity:0.6;
}

.media_wrapper:hover .eye_catch > .pc-only > img {
  transform: scale(1.08);
  opacity: 0.7;
  filter: brightness(110%);
}

.media_text p{
  color: #c4c4c4;
}

.category {
  font-size: 1.5rem;
  font-family: 'Rubik';
  font-weight: 500;
  margin-bottom: 13px;
  margin-top: 30px;
}

.media_title {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 18px;
}

.date {
  font-size: 1.5rem;
  font-family: 'Rubik';
  font-weight: 300;
}

/* .even_img {
  margin-top: 40px;
} */

.see {
  color: #282e78;
  position:absolute;
  font-size: 1.6rem;
  top: 108%;
  right: 1%;
}

.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  transition:.1s;
  
}
.arrow::before,
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition:.2s;
}

.arrow::before {
  left: 4px;
  width: 19px;
  height: 1px;
  background: #282e78;
}

.arrow::after {
  left: 19px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #282e78;
  border-right: 1px solid #282e78;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.see:hover .arrow::before {
  left: 10px
}

.see:hover .arrow::after {
  left: 25px;
}

.belt_img3 {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.belt_img3 img{
  width: 100%;
}

.concept {
  height: auto;
}

.concept_h2 {
  margin-top: 50px;
}

.concept_h3 {
  color: #282e78;
  font-weight: bold;
  font-size: 4.6rem;
  font-family: 'Rubik';
  font-weight:500;
  margin-top: 100px;
  margin-bottom:24px;
 }

.concept_h4 {
  font-size:2.8rem;
  line-height: 2;
  margin-bottom: 48px;
}

.concept p{
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 28px;
}

.concept_last_p {
  margin-bottom: 54px !important;
}

.concept_img {
  position: absolute;
  right: 0;
  top: -108px;
  width:800px;
}

.concept_img {
  z-index: -10;
}


.no_pb {
  padding-bottom: 0;
}

.botanicals {
  background-color: #282e78;
  color: #fff;
}

.botanicals h2 {
  color: #f0f0f0;
}

.botanicals h2::before {
  border-top: 1px solid #f0f0f0;
}

.bota_title_en {
  font-family: 'Rubik';
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
  margin-top: 41px;
}

.bota_title_j {
  text-align: center;
  margin-bottom: 60px;
  font-size: 2.8rem;
  line-height:2;
  margin-top: 8px;
}

.botanical {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.botanical li {
  width: 33.3%;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
}

.botanical li img{
  width: 100%;
  height: 100%;
}

.bota_note {
  position:absolute;
  bottom: 10px;
  left: 20%;
}

.bota_text {
  text-align: center;
  margin-top: 28px;
}

.bota_text p {
  font-size: 1.4rem;
  line-height: 2;
}

.ec {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.ec:hover {
  opacity: 0.7;
  filter: brightness(110%);
}

.ec:hover .shop_img img {
  transform: scale(1.08);
  transition-duration: 0.4s;
}

.shop_img {
  width: 34.7%;
}

.shop_img img {
  transition-duration: 0.4s;
}

.shop {
  margin-left:46px;
  width: auto;
  align-self: center;
}

.shop h3 {
  font-weight: 700;
  color:#282e78;
  font-size: 2.8rem;
}

.spec {
  margin: 30px 0;
}

.spec li {
  border: 1px solid #757575;
  padding: 13px 15px;
  margin-bottom: 16px;
}

.spec li p {
  font-size: 1.4rem;
}

.spec li span {
  font-weight: 700;
}

.spec_title {
  font-weight: 700;
}

.spec_desc {
  font-size: 1.4rem;
  line-height: 2;
}

.shop_link {
  display: inline-block;
  color: #282e78;
  font-weight: bold;
  margin-top: 20px;
  border: 2px solid #282e78;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  line-height: 60px;
  font-size: 1.6rem;
  transition: .3s;
  position: relative;
}

.shop_link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
  background: #282e78;
}

.shop_link:hover {
  color: #fff;
  opacity: 1;
}

.shop_link:hover::before{
  transform-origin: 50% 100%;
  transform: scaleY(1);
  opacity: 1;
}

.product {
  border-bottom: 1px solid #c4c4c4;
}

.cocktail_headline {
  color: #282e78;
  font-family: 'Rubik';
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
  margin-top: 91px;
}

.cocktail_sub {
  font-size: 2.8rem;
  line-height: 2;
  text-align: center;
  font-weight: 400;
  margin-top: 8px;
}

.cocktail_menu {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}

.cocktail_menu  li{
  width: 22.47%;
}

.cocktail_title {
  line-height: 1.45;
  font-weight: 700;
  font-size:2rem;
  margin-top: 24px;
  margin-bottom: 16px;
}

.cocktail_desc {
  font-size: 1.4rem;
  line-height: 1.57;
}


 .background_belt {
   background-color: #f1f1f1;
   width: 100%;
   height: 557px;
   position:absolute;
   top: 530px;
   z-index: -15;
 }

 .bg::before {
  content:'';
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
 }

.history {
  font-family: 'Rubik';
  font-size: 2rem;
  text-align: center;
  color: #fff;
  position:absolute;
  top: 18%;
  left: 0;
  right: 0;
  margin: auto;
}

.history_j {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2.8rem;
}

.history_desc {
  text-align: center;
  color:#fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.4rem;
  line-height: 2;
}


/* ---------------クラフト */

.craft_img {
  position: absolute;
  left: 0;
  top: 305px;
  z-index: -20;
}



.craft_box {
  width: 48%;
  height: auto;
  background-color: #fff;
  position:absolute;
  left: 0;
  right:-58px;
  margin-left: auto;
  top:482px;
  box-sizing: border-box;
  padding: 48px;
  text-align: start;
}

.craft_box h3{
  font-size: 3.6rem;
  font-family: 'Rubik';
  font-weight: 500;
  color: #282e78;
  line-height: 1.66;
  margin-bottom: 16px;
}

.craftsman_sub {
  font-size: 2.4rem;
  line-height: 2;
  margin-bottom: 40px;
}

.craftsman_desc {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 28px;
}

.craft_img2 {
  position:absolute;
  left: 277px;
  top: 808px;
  z-index: -20;
  width: 33%;
}

 .craft {
   border-bottom: 1px solid #c4c4c4;
   box-sizing: border-box;
   position: relative;
   overflow: hidden;
   padding-top: 200px;
 }

/* ---------------クラフト終わり */

.shp {
  padding: 65px 0 95px 0 !important;
}

.shoplist_h3 {
  color: #282e78;
  font-weight:bold;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 64px;
}

.shop_wrapper ul {
  display: flex;
  justify-content: center;
  
}

.shop_wrapper ul li {
  width: 20.5%;
  margin-right: 4.68%;
}

.shop_wrapper ul li:last-child {
  margin-right: 0;
}

.shop_wrapper ul li p {
  font-weight: bold;
  font-size: 2rem;
  color: #1a1a1a;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 16px;
}

.shop_wrapper ul li a {
  display: block;
  text-decoration: underline;
  margin-top:14px;
  font-size: 1.4rem;
}

.shop_f {
  margin-top: 24px !important;
}
/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/
footer {
  height: 250px;
  background-color: #f1f1f1;
  padding: 66px 0;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.2rem;
}

.footer_logo {
  width: 11.6%;
  margin:0 auto;
}

.social_link {
  margin-top: 17px;
}

.fab {
  font-size: 20px;
}

.fa-facebook-square {
  margin-right: 10px;
}

footer p{
  margin-top: 36px;
}
/*----------------------------------------------------------------------
下層ページ
----------------------------------------------------------------------*/


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

media query

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

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

.ssp-only {
  display: none;
}

@media screen and (max-width: 860px) {
    .pc-only {
        display: none;
    }
    .br-pc { display:none; }
    .br-sp { display:block; }
    .sp-only {
        display: block;
    }
    .mmb-10 {
        margin-bottom: 10px;
    }
    .mmb-20 {
        margin-bottom: 20px;
    }
    .mmb-30 {
        margin-bottom: 30px;
    }
    .mmb-40 {
        margin-bottom: 40px;
    }
    .splogo {
        display: inline-block;
    }

    .top {
      background-image: url("./img/top_sp_min.png");
    }

    .h1_en {
      margin-top:  10px !important;
    }

    .buy_button {
      bottom: 20px;
      right: 16px;
    }

    .buy_button a {
      width: 80px;
      height: 80px;
      padding-top: 11px;
    }

    .buy_button a img {
      width: 40%;
    }

    .right_side_inner,
    .inner_wrapper {
      width: 91.46%;
      margin: 0 auto;
    }

    .wrapper {
      padding: 80px 0;
    }

    .text_box {
      margin-top: 0;
      width: 100%;
    }

    .text_box h3 {
      font-size: 4rem;
    }

    .text_box h4 {
      font-size: 2.4rem;
    }

    #media {
      padding: 40px 0 100px 0 !important;
    }

    .media_h3 {
      margin:40px 0;
      font-size: 3rem;
    }

    .media_box {
      flex-direction: column;
      margin: 0;
      width: 100% !important;
      margin: 0 auto;
    }

    .media_wrapper {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 20px 0;
      
    }

    .media_wrapper a {
      width: 100%;
    }

    .eye_catch {
      width: 100%;
    }

    .eye_catch > .sp-only > img {
      width: 100%;
    }

    .media_text {
      position: static;
      padding: 0;
      margin: 0 auto;
      width:100%;
    }

    .media_title {
      margin-bottom: 10px;
    }

    .even_img {
      margin:0;
    }

    .date {
      font-size: 1.2rem;
    }

    .media_bd {
      width: 100vw;
      height:0;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      border-bottom: 1px solid #c4c4c4;
    }

    .category {
      margin-top: 10px;
    }

    .media_h2 {
      display: none;
    }

   .see {
      top: 103%;
   }

   .history_desc {
    top: 40%;
  }
  
  .belt_img3 {
    background: url("./img/catch_sp.jpg");
    background-position: center;
    background-size: cover;
    width:100%;
  }

   #concept {
     padding: 80px 0 48px 0 !important;
   }

   .concept_h2 {
     margin: 0;
   }

   .concept_h3 {
     font-size: 4rem;
     margin-top: 20px;
   }

   .concept_h4 {
      font-size: 2.4rem;
  }

    .concept p {
      margin-bottom: 24px;
    }

   .concept {
     height: auto;
   }

   .concept_last_p {
     margin-bottom: 0 !important;
   }

   .sp_concept_belt {
     margin-bottom: 80px;
   }

   .botanical {
     width: 100vw;
     position: relative;
     left: 50%;
      transform: translateX(-50%);
      margin-bottom: 40px;
   }

   .bota_title_j {
     font-size: 2.4rem;
     margin-bottom: 33px;
   }

   .botanical li {
     width: 50%;
   }


   .bota_note {
     bottom:0;
     left: 10%;
   }

   .ec {
     flex-direction: column;
     align-items: center;
   }

   .shop {
     margin:0;
     width: 100%;
   }

   .shop_img {
     width: 83.5%;
     margin-top: 40px;
     margin-bottom: 48px;
   }

   .spec {
     margin: 28px 0 24px 0;
   }

  .spec_title {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 13px;
    border-bottom: 1px solid #1a1a1a;
  }

  .spec p {
    line-height: 2;
  }

  .shop_link {
    margin-top: 32px; 
    color: #fff;
    background-color: #282e78;
  }

  .product {
    border-bottom: none;
    padding-bottom:0 !important;

  }

  .cocktail_menu {
    flex-direction: column;
  }

  .cocktail_menu li {
    width: 100%;
  }

  .cocktail_img img {
    width: 100%;
  }

  .cocktail_title {
    margin-top: 2px;
    margin-bottom: 38px;
  }

  .cocktail_desc.mb-20 {
    margin-bottom: 0 !important;
  }

  .cocktail_desc {
    margin-bottom: 62px;
  }

  .background_belt {
    height: 2500px;
    top: 384px;
  }

  .craft {
    padding: 80px 0 0 0;
  }

  .craft_h2 {
    display: none;
  }

  .craft_img {
    width: 100%;
    top: 80px;
  }

  .craft_img img {
    width: 100%;
  }

  .craft_box {
    width: 91.46%;
    padding: 24px;
    top: 310px;
    text-align: center;
    right: 0;
    margin: auto;
  }

  .craft_box p:last-child {
    margin-bottom: 0;
  }


  .craft_box h3 {
    font-size: 2.6rem;
  }

  .craft_img2 {
    width: 100%;
    top: 700px;
    left: 0;
  }

  .craft_img2 img {
    width: 100%;
  }

  #craftsman_ship {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .shoplist_h3 {
    font-size: 3rem;
  }

  .shop_wrapper ul {
    flex-direction: column;
    align-items: center;
  }

  .shop_wrapper ul li {
    width: 91.46%;
    margin:0 0 65px 0; 
  }

  .shop_wrapper ul li:last-child {
    margin: 0;
  }

  footer {
    height: 255px;
  }

  .footer_logo {
    width: 42.13%;
  }

  .pc-only-inline {
    display: none;
  }

}

@media screen and (max-width: 365px) {
  .craft_img2 {
    top: 1150px;
  }



}

/*media queryここまで*/

/* sp ドロワーメニュー  */

.header {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
 
  position: fixed;
  height: 60px!important;
  overflow: hidden;
  z-index: 20;
  transition:all .5s;
}
.main {
  margin: 0 auto;
  display: block;
  height: 100%;
  margin-top: 60px;
}
.mainInner{
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.mainInner div{
  display:table-cell;
  vertical-align: middle;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 1.25px;
}
#sidebarMenu {
  height: 100%;
  position: fixed;
  left: 0;
  width: 100%;
  margin-top: 60px;
  transform: translateX(-100%);
  transition: transform 250ms ease-in-out;
  background-color: #282e78; 
  z-index: 100;
}
.sidebarMenuInner{
  margin:0;
  padding:0;
}
.sidebarMenuInner li{
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e6;
  width: 84%;
  margin: 0 auto;
}

.sidebarMenuInner li a{
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: 'Rubik';
}
input[type="checkbox"]:checked ~ #sidebarMenu {
  transform: translateX(0);
}

input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}
.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  z-index: 120;
  height: 100%;
  width: 100%;
  top: 22px;
  left: 15px;
  height: 30px;
  width: 30px;
}
.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
}
.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 6px;
}
.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}
.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 7px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}

.sp-en {
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.sp-en a {
  background-color: #fff;
  color: #282e78;
}


/* mediaページ  */

.media_head {
  background-color: #fff;
}

 .media_head ul li a {
   color: #1a1a1a;
 }

#media_head_sp {
  background-color: #282e78 !important;
}

 .sidemenu {
   color: #1a1a1a;
 }

 .media_head .english a{
   color: #1a1a1a;
   border: 1px solid #1a1a1a;
 }

 .media_top {
   width: 100%;
   height: 240px;
   background-color: #282e78;
   padding-top: 80px;
 }

 .media_top h3 {
   color: #fff;
   text-align: center;
   line-height: 240px;
   font-size: 4.8rem;
   font-family: 'Rubik';
   font-weight: 700;
 }

 .media_area {
   width: 88.4%;
   margin: 112px auto 160px auto;
   position: relative;
 }

 .media_eye {
   width: 272px;
   height: 165px;
   overflow: hidden;
   object-fit: cover;
 }



 .media_archive_post {
  max-width: 968px;
  display: flex;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 48px 0;
  border-bottom: 1px solid #dcdcdc;
 }

 .media_archive_box {
   width: 70%;
   margin-left: 40px;
 }

 .media_archive_box .title {
   font-size: 2rem;
   line-height: 2;
 }

 .media_archive_date p{
  font-family: 'rubik';
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 8px;
  color: #c4c4c4;
 }

 .media_archive_content p {
   font-size: 1.4rem;
   line-height: 2;
 }

 .sp-only-media {
   display: none;
 }

 .spc-only {
   display: block;
 }

 .see_media_wrapper {
   margin: 48px auto 0 auto;
   text-align: end;
   max-width: 968px;
 }

 .see_media {
  color: #282e78;
  font-size: 1.6rem;
 }

 .see_media:hover .arrow::before {
  left: 10px
}

.see_media:hover .arrow::after {
  left: 25px;
}

 @media screen and (max-width: 860px) {

  .spc-only {
    display: none;
  }

  .sp-only-media {
    display: block;
  }

.media_top {
  height: auto;
  padding-top: 0;
}

   .media_top h3 {
     line-height: 160px;
   }

   .media_box.sp-only {
     padding: 80px 0;
   }

   .media_area {
   width: 100%;
   }

   .see_media {
     margin-right: 20px;
   }
 }

/* single ページ */

.single_wrapper {
  background-color: #f1f1f1;
  height:auto;
  max-width: 968px;
  margin: 0 auto;
  position: relative;
}

.single_inner {
  max-width: 872px;
  margin: 0 auto;
  padding: 48px;
}

.single_date_link {
  display: flex;
  margin: 40px auto 0 auto;
  justify-content: space-between;
}

.single_date {
  font-family: 'Rubik';
  font-size: 1.4rem;
  color: #c4c4c4;
  font-weight: 300;
}


.single_img img {
  object-fit: cover;

}

.social_medi {
  margin-top: 0px;
}

.sin {
  margin: 160px auto 32px auto;
}

.single_title h1{
  font-size: 3rem;
  line-height: 2;
  margin-bottom: 100px;
  font-weight:bold;
}

.single_content p {
  font-size:1.4rem;
  line-height: 2;
  /* margin-top: 12px; */
}

.single_second {
  margin-top: 0 !important;
}

.pre_link a {
  font-size: 2rem;
  font-family: 'Rubik';
  transform: rotate(-90deg);
  display:inline-block;
  color: #c4c4c4;
  position: fixed;
  top:555px;
  left: -9%;
}

.next_link a {
  font-size: 2rem;
  font-family: 'Rubik';
  transform: rotate(-90deg);
  display:inline-block;
  color: #282e78;
  position: fixed;
  top:555px;
  right: -6%;
}


@media screen and (max-width: 860px) {
  .sin {
    margin: 80px auto 32px auto;
  }
  
  .pre_link a,
  .next_link a {
    transform: none;
  }

  .pre_link a {
    top:101%;
    left: 2%;
  }

  .next_link a {
    top: 101%;
    right: 2%;
  }
}

@media screen and (max-width: 428px) {
  .single_inner {
    padding: 20px;
  }

}



/* change head */

 .change_head {
  background-color: #282e78;
}

.change_en a{
  background-color: #fff;
  color: #282e78;
}

.change_head_medi {
  background-color: #282e78;
}

.change_head_medi li a {
  color: #fff !important;
}


/* 追加 */
.cocktail_menu li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 860px) { 
  .cocktail_menu li {
    align-items: stretch;
  }
}

/* メディア本文 */

strong {
  font-size: 1.8rem;
}

/* モーダル */
.modal { position:fixed;
  display:none; 
  background-color: #fff;
  z-index:9999; 
  top: 60%;
  left: 50%;
  transform: translateY(-60%) translateX(-50%);
  box-sizing: border-box;
  width:744px; 
  height:430px; 
  padding:45px 60px; 
  text-align:center; 
}

.modal_logo {
  position: fixed;
  top: -35%;
  left:50%;
  transform: translateY(35%) translateX(-50%);
}
.modal_declaration {
  font-family: 'Rubik'; 
  font-size: 2.7rem;
  letter-spacing: 0.03em;
  line-height: 1.75;
  font-weight: bold;
  color: #000;
  margin-bottom:25px;
}

.age_verification {
  font-size:3.6rem;
  letter-spacing: 0.07em;
  line-height: 2;
  color: #293074;
}

.modal_bt {
  display: inline-block;
  box-sizing: border-box;
  width: 250px;
  height: 120px;
  background-color: #282e78;
  color: #fff;
  font-family: 'Rubik';
  font-weight: 300;
  font-size: 4.4rem;
  line-height: 1.2;
  letter-spacing: 0.015em;
  padding-top: 23px;
  margin-right:30px;
}

.age_comfirmation {
  display: flex;
  margin-bottom:30px;
}

.modal_bt span {
  font-size: 1.341rem;
  display: block;
}

.modal_br_rev {
  color: #282e78;
  background-color: #fff;
  border: 1px solid #282e78;
  margin-right:0;
}

.modal_description {
  color: #707070;
  line-height: 1.75;
}

.modal a { cursor:pointer; }

.modal_copyright {
  color: #fff;
  font-size:1.2rem;
  opacity:.7;
  position: fixed;
  top: 105%;
  left: 50%;
  transform:translateX(-50%);
}

.modal_select {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  justify-content: space-between;
}

select {
  outline: none;
  padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

select::-ms-expand {
  display: none;
}


.modal_select select {
  width: 400px;
  position: relative;
	border-radius: 2px;
	background: #ffffff;
  padding: 10px 25px 10px 10px;
	color: #293074;
}

.modal_select select, option{
  border: 1px solid #293074;
  margin-bottom: 20px;
}

.modal_select_indivi {
  position: relative;
}

.modal_select_indivi::before {
  position: absolute;
  display: inline-block;
	top: 1.5em;
	right: 1em;
	width: 0;
	height: 0;
	padding: 0;
	content: "";
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #293074;
	pointer-events: none;
  z-index: 200;
}

.btn_enter {
  color: #fff;
  font-size: 3.45rem;
  border: none;
  width: 250px;
  height: 50px;
  background-color: #293074;
  cursor: pointer;
  margin-bottom:20px;
}

.modal_privacy_link {
  text-decoration: underline;
}

@media screen and (max-width: 860px) {
  .modal {
    width: 100%;
    height: 100%;
    background-color:rgba(255,255,255,0.7);
    padding: 10px;
  }

  .modal_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .modal_select select {
    width: 250px;
  }

  .modal_declaration {
    font-size: 2rem;
  }

  .age_verification {
    font-size: 2.2rem;
  }

  .age_comfirmation {
    justify-content: center;
  }

  .modal_bt {
    font-size: 3rem;
    padding-top: 15px;
    height: 80px;
  }

  .modal_copyright {
    top:85%;
    font-size:1rem;
  }
}



/* モーダル終わり */

/* プライバシーページ */

.privacy {
  padding: 80px 0;
}

.privacy h1 {
  color: #293074;
  font-size: 3.5rem;
  margin-bottom: 10px;
}

.privacy p {
  font-size: 1.5rem;
  line-height: 1.7;
}

.privacy h2 {
  font-family: 'Rubik';
  font-weight: 500;
  font-size: 2.5rem;
  display: block;
  margin: 20px 0 ;
}

.privacy h2::before {
  content: none;
}

.privacy ul {
  margin: 20px 0 20px 30px;
  list-style: circle;
}

.privacy ul li {
  font-size: 1.3rem;
}

/* 7/12 追加分 */
.category_and_tag {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.category_and_tag ul {
  display: flex;
}

.category_and_tag ul li {
  color: #282e78;
  margin-right: 5px;
}

.category_and_tag ul li:last-child {
  margin-right: 0;
}

/*404  */
.nf_page {
  padding: 80px 0;
  min-height: 48vh;
}

.nf_page h1 {
  color: #293074;
  font-size: 3.5rem;
  margin-bottom: 10px;
}

.nf_page p{
  font-size: 1.5rem;
  line-height: 1.7;
}



/* 2023/05/31 追加 */
.nolink_store {
  display: block;
    text-decoration: underline;
    margin-top: 14px;
    font-size: 1.4rem;
} 