@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  /* overflow-x: hidden; */
}

body *{
  box-sizing: inherit; /* box-sizingの値は継承されないので明示的に設定 */
}



header {
  position: relative;
  width: 100%;
  margin:0 auto;
  height: auto;
}



input {
  display: none;
}

label {
  top: 10px;
    right: 10px;
  background-color: #E3C6DE;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  position: fixed;
  z-index: 90;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 50%;
}


.line,.line::before,.line::after {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #fff;
  content: "";
  position: absolute;
}

.line::before {
  top: 8px;
}

.line::after {
  top:-8px;
}

#check:checked ~ label {
  transform: rotate(180deg);
}

#check:checked ~ label .line {
  background-color: rgba(255,255,255,0);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

#check:checked ~ label .line::before {
  top: 0;
  transform: rotate(45deg);
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#check:checked ~ label .line::after {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  height: 100%;
  background-color: #BD3B90;
  transform: translateX(-110%);
  transition: all 0.5s;
}

#check:checked~nav {
  transform: translateX(0%);
}

ul {
  width: 100%;
  height: 100%;
}


li {
  list-style-type: none;
  text-align: center;
  border-bottom: solid 1px #fff;
  height: 14.5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.li-container {
  color: #fff;
}

.li-lang {
  display: inline-block;
  margin: 10px;
}

.top_title {
  display: flex;
  height: 70px;
  position: relative;
}

header h1 {
  display: flex;
  justify-content: center;
    align-items: center;
  text-align: center;
  margin: 0 auto;
}

.lang-container {
  display: flex;
  position: absolute;
  left: 25px;
  top: 35px;
}

.lang-container p {
  margin-right: 10px;
}

.lang {
  margin-right: 10px;
  color: #000;
}


header .hero {
  position:relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.hero::before {
  content: "";
  display: block;
  padding-top: 30%;
}

.img-01, .img-02, .img-03{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  }

  .img-01{
    background-image: url('../image/top01.jpg');
    }
    .img-02{
    background-image: url('../image/top02.jpg');
    animation: slide-animation-02 24s infinite;
    }
    .img-03{
    background-image: url('../image/top03.jpg');
    animation: slide-animation-03 24s infinite;
    }

    @keyframes slide-animation-01 {
      0% {opacity: 1; transform: scale(1.0);}
      30% {opacity: 1;}
      40% {opacity: 0; transform: scale(1.15);}
      90% {opacity: 0}
      100% {opacity: 1; transform: scale(1.0);}
      }
      @keyframes slide-animation-02 {
      0% {opacity: 0;}
      30% {opacity: 0; transform: scale(1.1);}
      40% {opacity: 1;}
      60% {opacity: 1;}
      70% {opacity: 0; transform: scale(1.0);}
      100% {opacity: 0;}
      }
      @keyframes slide-animation-03 {
      0% {opacity: 0;}
      60% {opacity: 0;  transform: scale(1.0);}
      70% {opacity: 1;}
      90% {opacity: 1;}
      100% {opacity: 0; transform: scale(1.1);}
      }

    .page_top_btn {
        color: #BD3B90;
        position: fixed;
        bottom: 24px;
        right: 80px;
        text-decoration: none;
        display: block;
        width: 100px;
        padding: 16px 20px;
        text-align: right;
        transform: rotate(90deg);
        transform-origin: bottom right;
        z-index: 79;
      }
      
    .arrow1 {
      width: 52px;
      height: 3px;
      background: #BD3B90;
      position: absolute;
      top: 50%;
      right: 62px;
      }
      
    .arrow2 {
      width: 2px;
      height: 17px;
      background: #BD3B90;
      position: absolute;
      top: calc(50% + 2px);
      right: 109px;
      transform: rotate(-130deg);
      transform-origin: top left;
      }

main {
  margin: 0 auto;
  text-align: center;
}

main .komidashi {
  display: inline-block;
}

.sakusaku {
  margin: 0 auto;
  width: 100%;
  background-image: url(../image/dot01.png);
  background-repeat: no-repeat;
  background-size: 124px;
  background-position:200px 20px ;
  height: auto;
  overflow: hidden;
  padding:50px 0;
}

.sakusaku_katamari {
  width: 70vw;
  margin: 0 auto;
}

.sakusaku .pcsize {
  width: 25%;
  float: right;
}

.sakusaku .responsive-size {
  display: none;
}

.sakusaku .sakusaku_naiyo {
  text-align: center;
  margin: 0 auto; 
  width: 400px; 
  padding-top: 40px;
  display: inline-block;
}

.sakusaku h2{
  text-align: left;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  font-size: 20px;
}

.sakusaku p {
  text-align: left;
  font-size: 14px;
  line-height: 1.5em;
  margin: 15px 0;
}

.whats {
   background-image: url(../image/back01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  height: auto;
}


.whats .setumei {
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 20px;
  padding: 20px 0 30px;
  width: 70vw;
  height:auto;
  background-color: #ffffff80;
}

.setumei h2 {
  font-size: 27px;
  letter-spacing: 0.3em;
  margin-top: 15px;
  margin-bottom: 30px;
}

.setumei > h2 {
  margin-top: 0; /* h2とdivの間の余白を0にする */
}

.setumei > p:first-of-type {
  margin-top: 10px; /* 最初のp要素の上の余白を設定 */
}

.whats p {
  font-size: 14px;
  line-height: 1.8em;
}

.whats .setumei-resuponsive {
  display: none;
}

.point {
  overflow: hidden;
  background-image: url(../image/background_dot.png);
  background-size: 1300px;
  width: 100%;
  height: auto;
  padding-top: 70px;
  padding-bottom: 100px;
}

.point h2 {
  letter-spacing: 0.2em;
  font-size: 20pt;
  margin: 20px auto;
}


.flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex2 {
  flex-basis: 50%;
}

.flex1 {
  flex-basis: 100%;
}

.pointcontents {
  text-align: center;
  height: 200px;
  margin: 25px 50px;
}

.pointcontents {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.pointcontents.show {
  opacity: 1;
  transform: translateY(0);
}




.point .pointcontents h3 {
  margin: 20px 0; /* h3要素のマージンをリセット */
  color: #ca72a9;
  letter-spacing: 0.5em;
}

.point .pointcontents h3 .leaf_1 {
  width: 56px;
}

.point .pointcontents h3 .leaf_2 {
  width: 36px;
  margin-left: 10px;
}

.inner-box {
  display: flex;
  background-color: #ca72a9;
  width: 400px;
  height: 100px;
  text-align: center;
  border: 4px solid #fff; 
  box-shadow: 0 0 0 10px #ca72a9;
  justify-content: center;
  align-items: center;
}

.point .pointcontents .inner-box p {
  margin: 0 auto;
  padding: 10px 0;
  color: white;
  font-size: 12px;
  line-height: 1.5em;
}

.madein {
  overflow: hidden;
  background-image: url(../image/back02.jpg);
  width: 100%;
  height: auto;
}

.madein .setumei {
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 20px;
  padding: 20px 0 30px;
  width: 70vw;
  height:auto;
  background-color: #ffffffbd;
}

.madein .setumei h2 {
  letter-spacing: 0.2em;
  margin-top: 15px;
  margin-bottom: 30px;

}

.madein p {
  font-size: 14px;
  line-height: 1.5em;
}

.madein .setumei-resuponsive {
  display: none;
}

.kodawari {
  width: 100%;
  height: 500px;
  background-image: url(../image/dot02.png);
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: right 860px bottom 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;

}

.pink {
  height: 250px;
  width: 100%;
  background-color: #ca72a9;
}

.backline {
  width: 80vw;
  text-align: center;
  margin: -50px auto;
  display: flex;
}

.backline {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.backline.fadein {
  opacity: 1;
  transform: translateY(0px);
}


.kodawari .backline .chonan {
  max-width: 40%;
  height: auto;
  display: inline-block;
}



.kodawari .backline .grape {
  position: absolute;
  float: right;
  width: 20%;
  bottom: -110px;
  right: 0%;
  animation: fluffy1 5s ease infinite; 
}

@keyframes fluffy1 {
  0% , 100%{
    transform: rotate(5deg);
  }
  50%{
    transform: rotate(-10deg);
  } 
}

.takeshi {
  display: inline-block;
  text-align: center;
  margin: 0 auto; 
  width: 350px; 
  margin-top: 50px;
  color: white;
}

.takeshi-comment {
  border-bottom: #fff solid 3px;
  width: 355px;
  padding-bottom: 10px;
}

.takeshi h2 {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.3em;
}

.name {
  display: inline-block;
  letter-spacing: 0.2em;
}

.name span {
  font-size: 16px;
}

.takeshi p {
  font-size: 12px;
  margin-top: 25px;
  line-height: 1.5em;
}

.lineup {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 5%;
  margin-bottom: 100px;
}

.lineup-header {
  background-image: url(../image/background_lineup_2-2.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 11% 0;
}

.lineup-header h2 {
  font-size: 200%;
  letter-spacing: 0.3em;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.goods-lineup {
    display: flex;
    align-items: center;
    justify-content: center;

}

.goods img {
  height: 300px;
  margin: 20px 0;
}

.goods {
   float: left;
   padding: 50px 0 20px;
   margin: 0 auto;
}

.goods p {
  font-size: 12px;
  letter-spacing: 0.2em;
  margin: 0 auto;
}

.goods h3 {
  letter-spacing: 0.2em;
  border-bottom: #E3C6DE solid 3px;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 10px 0;
}


.goods .buy_button {
   background-color:#BD3B90;
    padding: 13px 30px;
    color: white;
    border-radius: 15px;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.2em;
    /* ホバーコピペ */
    position: relative;
    display: inline-block;
}

.buy_button::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #BD3B90;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.buy_button:hover::after {
  transform: scale(1, 1);
}

.buy_button:hover {
   color: #BD3B90;
  background-color: white;
  font-size: 14px;
}

.contact {
  margin: 0 auto;
  background-color: #E3C6DE;
  width: 100%;
  height: 250px;
  color: #FFF;
  overflow: hidden;
  
}

.contact h2 {
  font-size: 25px;
  letter-spacing: 0.3em;
  margin-top: 30px;
  margin-bottom: 40px;
}

.contact_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.contact_box p{
  margin-bottom: 30px;
}

footer {
  width: 100%;
  margin: 0 auto;
  background-color: #E3C6DE;
  color: white;
  height: 50px;
  letter-spacing: 0.2em;
  display: flex;
    align-items: center;
    justify-content: center;
}

footer small {
  text-align: center;
}

.logo_fadein{
  display: flex;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.logo_fadein p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-30%, -50%);
  display: none;
  z-index: 9999;
  width: 280px;
}

header, main, footer {
  width: auto;
}

/*          メディアクエリ  タブレット画面  ここから           */

@media screen and (max-width: 899px){
  header, main, footer {
    width: auto;
  }
 

  .flexbox .row {
    flex-flow: column;
  }

  .flex2 {
    flex-basis: auto;
}

.row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lineup {
  margin-top: 0;
}

}

/*          メディアクエリ  タブレット画面  ここから           */

@media screen and (max-width: 768px){
  header, main, footer {
    width: auto;
  }

  .lang-container {
    display: flex;
    position: absolute;
    left: 15px;
    top: 10px;
    flex-flow: column;
    font-size: 15px;
  }
  
  .lang-container p {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  
  .lang {
    margin-right: 10px;
    color: #000;
    margin-bottom: 5px;
  }

  .sakusaku {
    background-image:url(../image/dot01.png), url(../image/dot02.png),url(../image/dot05.png);
    background-position: left 20px top 200px,right 300px top -100px,left 300px bottom -100px;
    background-size: 100px,350px,350px;
    display: flex;
    flex-direction: column;
    height: auto;
     width: 100%;
  }
  
  
    .sakusaku h2 {
      text-align: center;
    }
  
  .sakusaku .pcsize{
    display: none;
  }
  
  .sakusaku .responsive-size{
    display: block;
    width: 30vw;
    text-align: center;
    margin: 20px auto;
  }
  
  .sakusaku .sakusaku_naiyo {
    width: auto;
  }

  .whats .setumei {
    width: 90vw;
  }


  .flexbox .row {
    flex-flow: column;
  }

  .flex2 {
    flex-basis: auto;
}

.row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.madein .setumei {
  width: 90vw;
}

.kodawari {
  height: auto;
}

.pink {
  height: auto;
  padding: 50px 0;
}

.backline {
  flex-flow: column;
  margin: 0 auto;
  border: 2px solid white;
  padding: 10px;
 
}

.kodawari .backline .chonan {
  display: flex;
  flex-flow: column;
 max-width: 70%;
  margin: 0 auto;
}

.kodawari .backline .grape {
  width: 20%;
  bottom: -40px;
  right: 0%;
}

.takeshi {
  margin-top: 20px;
}

.lineup {
  width: 100%;
  height: auto;
  margin: 50px auto;
}


.lineup-header h2 {
 width: 100%;
}



.goods-lineup {
  display: block;
}

.goods {
  float: none;
}

.goods h3 {
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
  margin-bottom: 20px;
  width: 250px;
}



}

/*     メディアクエリ   スマホ画面  ここから                   */


@media screen and (max-width: 500px) {

 

  header img {
    width: 30vw;
  }

  header .hero {
    content: url(../image/top_responsive.png);
    width: 100%;
    height: auto;
  }

.sakusaku {
  background-image:url(../image/dot01.png), url(../image/dot02.png),url(../image/dot05.png);
  background-position: left 20px top 200px,right 300px top -100px,left 300px bottom -100px;
  background-size: 100px,350px,350px;
  display: flex;
  flex-direction: column;
  height: auto;
   width: 100%;
}


  .sakusaku h2 {
    text-align: center;
  }

.sakusaku .pcsize{
  display: none;
}

.sakusaku .responsive-size{
  display: block;
  width: 50vw;
  text-align: center;
  margin: 40px auto;
}

.sakusaku div {
  width: 80vw;
  padding-bottom: 50px;
}

.sakusaku .sakusaku_naiyo {
  width: auto;
}

  .sakusaku p {
    margin: 0 auto;
    width: 80vw;
    text-align: left;
    font-size: 18px;
    line-height: 1.8em;
  }

.newline {
    display: none;
  }

  .whats {
    width: 100%;
    display: flex;
    flex-flow: column;
    background-image: none;
    height: auto;
    padding-bottom: 50px;
  }

  .whats .setumei {
    width: 100%;
    background-image: url(../image/back01_responsive.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: column;
    justify-content: center; 
    margin: 0 auto;
    
  }

.whats .setumei .sukesuke {
  background-color: #ffffff80;
}

.whats .setumei h2 ,.whats .setumei .komidashi{
  margin: 0;
  text-align: center;
}

.whats .setumei .komidashi {
  padding-top: 50px;
  padding-bottom: 10px;
  display: inline;
  width: 30vw;
  text-align: center;
  margin: 0 auto;

}

.whats .setumei h2 {
  padding-bottom: 50px;
  font-size: 20px;
}

  .setumei-pc {
    display: none;
  }

  .whats .setumei-resuponsive {
    display: block;
  }

  .setumei-resuponsive p {
    text-align: left;
    font-size: 18px;
    line-height: 1.8em;
    margin: 50px auto;
    width: 90vw;
  }

  .point {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .point .komidashi {
    width: 30vw;
    margin: 0 auto;
  }

  .point h2 {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .flexbox .row {
    flex-flow: column;
  }

  .pointcontents {
    margin: 0 auto;
    width: 80vw;
    height: 350px;
  }

  .flex2 {
    flex-basis: auto;
  }

  .point .pointcontents .inner-box {
       display: block;
        background-color: transparent;
        width: auto;
        height: auto;
        text-align: left;
        border: none;
        box-shadow: none;
        justify-content: initial;
        align-items: initial;
}

.point .pointcontents .inner-box p {
  color: #000;
  font-size: 18px;
}

.point .pointcontents h3 {
  font-size: 30px;
  letter-spacing: 0.3em;
}

.point .pointcontents h3 .leaf_1 {
  width: 93px;
}

.pointcontents .leaf_2 {
  display: none;
}

.pointcontents h3 {
  display: flex;
  flex-flow: column;
  align-items: center;
}

 .madein {
  width: 100%;
  display: flex;
  flex-flow: column;
  background-image: none;
  height: 700px;
  margin-bottom: 50px;
}

.madein .setumei {
  width: 100%;
  background-image: url(../image/top02_responsive.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column;
  justify-content: center; 
  margin: 0 auto;
  
}

.madein .setumei .sukesuke {
  background-color: #ffffff80;
}

.madein .setumei h2 ,.madein .setumei .komidashi{
margin: 0;
text-align: center;
}

.madein .setumei .komidashi {
padding-top: 50px;
padding-bottom: 10px;
width: 60vw;
}

.madein .setumei h2 {
padding-bottom: 50px;
font-size: 20px;
}

.setumei-pc {
  display: none;
}

.madein .setumei-resuponsive {
  display: block;
}

.setumei-resuponsive p {
  text-align: left;
}

.kodawari {
  height: auto;
}

.kodawari .pink {
  background-color: transparent;
  height: auto;
}

.kodawari .grape {
  display: none;
}

.kodawari .backline {
  display: flex;
  flex-flow: column;
  background-color: transparent;
  width: 100%;
  height: auto;
  padding: 0 ;
}

.takeshi {
  color: #000;
  margin: 0 auto;
  margin-top: 50px;
  width: 95vw;

}

.kodawari .backline .chonan {
  position: initial;
  max-width: none;
  width: 99vw;
}

.takeshi-comment {
  border-bottom:none;
  width: auto;

}

.takeshi-comment h2 {
    font-size: 25px;
    font-weight: bold;
}

.takeshi-comment .name {
  margin: 0 auto;
}

.name span {
  font-size: 20px; 
}

.takeshi-comment h2,.takeshi-comment .name {
  display: block;
}

.takeshi p {
  font-size: 16px;
  width: 80vw;
  margin: 20px auto;
}

.lineup {
  width: 100%;
  height: auto;
  margin: 50px auto;
}


.lineup-header h2 {
  font-size: 6vw;
  width: 100%;
}

.goods-lineup {
  display: block;
}

.goods {
  float: none;
}
.goods h3 {
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
  margin-bottom: 20px;
}

.goods a:hover {
  background-color:#BD3B90;
  color: #fff;
  font-size: 12px;
}

a::after {
  display: none;
}

}


 /* body * { outline: red 1px solid;}  */