@charset "UTF-8";

/* 全体 */
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

body {
  background-color: #ffebcd;
  font-family: Yu Gothic, YuGothic, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  ;
}

/*横スクロールなし */
html,header{
  overflow-x: hidden;
}

/* 常にリンク色同じにしたい */
a,
a:link {
  color: #000000;
  text-decoration: none;
}

/* 訪れた後 */
a:visited {
  color: #000000;
}


li{ 
list-style-position:inside;
}



/*========= btn ===============*/
.openbtn {
  /* color: #3a2b1e; */
  position: absolute;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 2%;
  right: 6%;
  cursor: pointer;
  width: 80px;
  height: 80px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #ffffff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}



/*========= ナビゲーションのためのCSS ===============*/

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 50%;
  height: 95vh;
  /*ナビの高さ*/
  border-radius: 50%;
  /*角丸*/
  background: #ffb699;
  /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}


/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #ffffff;
  font-size: 1.3em;
  text-decoration: none;
  padding: 20px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}




/* main visial area */

.main-visual-area {
  width: 100%;
  position: relative;
}

.circle-area {
  width: 100%;
  position: relative;
  display: flex;
  /* background-color: #179762; */
}

.main-visual-circle-position {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0%;
  right: 2%;
}

/*==================================================
animation circle
===================================*/
.circle {
  width: 100%;
  height: 100%;
  animation: circle-anime 30s linear infinite;
}

@keyframes circle-anime {

  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }

}

.main-visual-circle-child {
  width: 100%;
  height: 100%;
  border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%;
  animation: circle-child_anime 8s linear infinite;
  background-color: #ffb699;
}

@keyframes circle-child-anime {

  0% {
    border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%;
  }

  25% {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  }

  50% {
    border-radius: 70% 30% 30% 70% / 50% 70% 30% 50%;
  }

  75% {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  }

  100% {
    border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%;
  }

}


.main-visual-title {
  width: 20%;
  height: 40%;
  text-align: left;
  writing-mode: vertical-rl;
  font-size: 2.4em;
  font-weight: bold;
  position: absolute;
  top: 60%;
  left: 1%;
  color: #271700;
}


/* video */
video {
  width: 600px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  /* video 枠線消す iOS */
  filter: drop-shadow(0px 0px #000);
}




/* concept */
.concept-content {
  width: 100%;
  margin: 100px 0px;
}

.concept-area {
  width: 100%;
  position: relative;
}


.concept-circle-position {
  width: 320px;
  height: 320px;
  position: absolute;
  top: -30%;
  right: 8%;
}

/* circle は共通 */

.concept-circle-child {
  width: 100%;
  height: 100%;
  border-radius: 40% 70% 60% 40% / 30% 40% 60% 70%;
  animation: circle-child_anime 5s linear infinite;
  background-color: #ffffff;
}

.contept-title-1 {
  writing-mode: vertical-rl;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: -20%;
  right: 18%;
}


.concept-content img {
  margin: 0% 0% 0% 28%;
  display: block;
}

.concept-circle-position-2 {
  width: 430px;
  height: 430px;
  position: absolute;
  top: 47%;
  left: 3%;
}

/* circle は共通 */

.concept-circle-child-2 {
  width: 100%;
  height: 100%;
  border-radius: 80% 70% 60% 90% / 80% 60% 80% 70%;
  animation: circle-child_anime 8s linear infinite;
  background-color: #fdfdfd;
}

.contept-title-2 {
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px auto;
  position: absolute;
  top: 60%;
  left: 12%;
}



/* Customer's voice */
.customer-voice-content {
  width: 100%;
  margin: 300px 0px 100px 0px;
}

/* Customer's voice
first circle*/
.customer-voice-circle-position {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 70%;
  right: 10%;
  z-index: 10;
}

/* Customer's voice
first circle*/
.customer-voice-circle-child {
  width: 100%;
  height: 100%;
  border-radius: 30% 30% 60% 40% / 30% 40% 60% 70%;
  animation: circle-child_anime 8s linear infinite;
  background-color: #fdbdd6;
}


/* Customer's voice
second circle*/
.customer-voice-circle-position-2 {
  width: 400px;
  height: 400px;
  position: absolute;
  top: -10%;
  left: 5%;
  z-index: 10;
}

/* Customer's voice
first and second circle*/
.circle-low-speed {
  width: 100%;
  height: 100%;
  animation: circle-anime 80s linear infinite;
}

@keyframes circle-anime {

  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }

}

.customer-voice-circle-child-2 {
  width: 100%;
  height: 100%;
  border-radius: 30% 30% 60% 40% / 30% 40% 60% 70%;
  animation: circle-child_anime 8s linear infinite;
  background-color: #ffffff;
}

.customer-voice-title {
  writing-mode: vertical-rl;
  font-size: 34px;
  font-weight: bold;
  position: absolute;
  top: 5%;
  left: 14%;
  z-index: 20;
}




/* Info Shop Link */
#InfoShopLink {
  width: 100%;
  margin: 0 auto;
}

.info-shop-content {
  width: 83%;
  margin: 0 auto;
  padding: 0 0 0 3%;
  /* 前の要素の横並びを解除 */
  content: "";
  display: block;
  clear: both;
}

.info-shop-title-area {
  width: 100%;
  margin: 5% auto 3% auto;
}


.info-shop-title {
  text-align: center;
  font-size: 40px;
}


.info-shop-item {
  width: 43%;
  display: inline-block;
  vertical-align: top;
  padding: 3%;
  margin: 2%;
  background-color: white;
  border-radius: 30%;
  flex-direction: column-reverse;
}

.info-shop-name {
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
}


.info-shop-address {
  padding: 5px 20px 20px 20px;
}




/* InfoFaq */
.info-faq-content {
  width: 100%;
  margin: 100px 0px;
  display: flex;
}

.info-faq-position {
  width: 400px;
  height: 400px;
  position: absolute;
  top: -5%;
  left: 10%;
}

/* circle は共通 */

.info-faq-circle-child {
  width: 100%;
  height: 100%;
  border-radius: 30% 70% 60% 40% / 30% 40% 60% 70%;
  animation: circle-child_anime 8s linear infinite;
  background-color: #fdfdfd;
}

.info-faq-title {
  writing-mode: vertical-rl;
  font-size: 2.4em;
  font-weight: bold;
  position: absolute;
  top: 15%;
  right: 55%;
  z-index: 10;
}

/* column で縦並び */

.info-faq-item {
  width: 80%;
  vertical-align: top;
  margin: 20px 0px 20px -150px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 20%;
}

.info-faq-item-ttl {
  font-weight: bold;
  margin: 10px auto;
}

.info-faq-item-txt {
  margin: 10px auto;
}




/* Info Online Link*/
.info-online-link-content {
  width: 100%;
  margin: 100px 0px;
}

.info-online-link-area {
  width: 100%;
  position: relative;
}

.info-online-link-area img {
  margin: -5% auto 0% auto;
  display: block;
  width: 600px;
  max-width: 100%;
  height: auto;
  z-index: 20;
}

.info-online-link-title {
  font-size: 1.3em;
  position: absolute;
  bottom: 15%;
  right: 33%;
  z-index: 10;
}

.info-online-link-circle-position {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 70%;
  left: 56%;
}

/* circle は共通 */

.info-online-link-circle-child {
  width: 100%;
  height: 100%;
  border-radius: 80% 70% 60% 90% / 80% 60% 80% 70%;
  animation: circle-child_anime 8s linear infinite;
  background-color: #fdfdfd;
}

.info-online-link-circle-child:hover {
  transform: scale(1.4);
  transition-duration: 0.5s;
  cursor: pointer;
}


/*==================================================
animesion
info-online-link-content img
===================================*/
@keyframes fuwafuwa {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
  transform: scale(1.1);
  transition: transform 1.5s ease;
}




/* footer */
footer {
  width: 58%;
  margin: 60px auto;
  font-size: 0.9em;
}

.index-footer{
  width: 70%;
  margin: 10% auto 5% auto;
}

/*  display: flex は親要素に入れる*/
footer ul {
  display: flex;
}

footer li {
  /*  li 要素の黒ポチ無くす*/
  list-style-type: none;
  padding: 0px 20px;
}

footer li:last-child {
  margin-left: auto;
}


/* header */
header {
  /* color: #585858; */
  text-align: center;
  margin: 2% auto;
}

.logo {
  margin: 1% auto 0% auto;
  position: relative;
  z-index: 10;
  /* font-size: 18px;
  letter-spacing: 3px;
  position: relative;
  z-index: 10;
  font-family: 'Zen Maru Gothic';
  color: #ff5b01; */
}






/* about-the-images*/
#rules {
  color: #585858;
  margin: 1% auto;
  position: relative;
  z-index: 20;
}

.About-the-images {
  color: #585858;
  margin: 20px 0px 20px 0px;
}

#container-about {
  width: 55%;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}


.About-the-images-circle-position {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -50%;
  left: 44%;
}

/* circle は共通 */


.About-the-images-circle-child {
  width: 100%;
  height: 100%;
  border-radius: 80% 70% 60% 90% / 80% 60% 80% 70%;
  animation: circle-child_anime 8s linear infinite;
  background-color: #fdfdfd;
}




/* contact */
.contact-circle-position {
  width: 600px;
  height: 600px;
  position: absolute;
  top: -5%;
  left: 25%;
}

/* circle は共通 */


.contact-circle-child {
  width: 100%;
  height: 100%;
  border-radius: 80% 70% 60% 90% / 80% 60% 80% 70%;
  animation: circle-child_anime 8s linear infinite;
  background-color: #fdfdfd;
}


#information {
  color: #585858;
  text-align: center;
  margin: 15px;
  position: relative;
  z-index: 10;
}

#container_information {
  width: 500px;
  text-align: left;
  margin: 0 auto;
  padding: 50px;
  position: relative;
  z-index: 10;
}

#submit {
  width: 100px;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 15px;
}

dd {
  margin: 0% auto 2% auto;
  border: 1px solid #aaa;
  border-radius: 15px;
}




/* privacy-policy */
.privacy-policy{
margin: 3% auto 3% auto;
}





/*========= * fade in css *===============*/
.scroll-space {
  overflow: hidden;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;

  &.fadein-left {
    transform: translate(-30px, 0);
  }

  &.fadein-right {
    transform: translate(30px, 0);
  }

  /* &.fadein-up{
      transform: translate(0,-30px);
  } */
  &.fadein-bottom {
    transform: translate(0, 30px);
  }

  &.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}





/*-------------------------------------------
商品ページ
-------------------------------------------*/
.online-shop-circle-position {
  width: 450px;
  height: 450px;
  position: absolute;
  top: 0%;
  left: 13%;
}

/* circle は共通 */


.online-shop-circle-child {
  width: 100%;
  height: 100%;
  border-radius: 80% 70% 60% 90% / 80% 60% 80% 70%;
  animation: circle-child_anime 8s linear infinite;
  background-color: #fdfdfd;
}


#item {
  width: 70%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  margin: 0 auto;
}

/*
flex-shrink: 0;
画像が縮小されるのを防ぐ
*/
.item-image {
  max-width: 400px;
  flex-shrink: 0;
  margin-right: 50px;
  position: relative;
  z-index: 10;
}

.item-info p {
  margin-bottom: 30px;
  line-height: 1.9;
  font-weight: bold;
}
/*
「display: flex;」と「align-items: center;」で、
高さを中央にそろえる
*/
#item .item-info .item-title {
  height: 70px;
  display: flex;
  align-items: center;
  border-top: solid 1px #c3c3c3;
  border-bottom: solid 1px #c3c3c3;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.text-price {
font-size: 1.5em;
}

.text-price span{
font-size: 0.5em;
}

#item .item-info .cart-btn {
  width: 100%;
  background-color: #EA5A17;
  border-radius: 15px;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 18px 0;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.item-info{
margin: 2% 0 0 2%;
}


.item-text {
font-size: 0.9em;
font-weight: 400;
margin: 0% auto 10% auto;
}


.bag-icon{
  max-width: 30px;
  position: absolute;
  top: 1%;
  right: 15%;
}





/* スマホ対応 */
@media screen and (max-width: 1024px) {

html,body{
  overflow-x: hidden;
}


img {
  /* SPの長押し禁止 */
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}


  /*btn*/
  .openbtn {
    top: 1%;
  }

  #g-nav {
    /* right: -120%; */
    width: 85%;
    /*ナビの高さ*/
    height: 60vh;
  }

  #g-nav li a {
    font-size: 1em;
    padding: 5%;
  }



  /* main visial area */
  .main-visual-circle-position {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 10;
  }

  .main-visual-title {
    font-size: 28px;
    letter-spacing: 0.08em;
    position: absolute;
    top: 78%;
    left: 5%;
    z-index: 20;
  }


  /* video */
  video {
    margin: 33% auto 30% auto;
    position: relative;
  }


  /* concept */
  .concept-circle-position {
    width: 200px;
    height: 200px;
    position: absolute;
    top: -25%;
    right: 0%;
  }

  .contept-title-1 {
    font-size: 28px;
    position: absolute;
    top: -20%;
    right: 14%;
  }

  .concept-circle-position-2 {
    width: 310px;
    height: 310px;
    position: absolute;
    top: 70%;
    left: -15%;
  }

  .contept-title-2 {
    font-size: 0.8em;
    position: absolute;
    top: 80%;
    left: 8%;
  }

  /* 画像真ん中*/
  .concept-content img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }



  /* Customer's voice */
  .customer-voice-content {
    margin: 300px 0px 100px 0px;
  }

  /* Customer's voice
first circle*/
  .customer-voice-circle-position {
    width: 130px;
    height: 130px;
    position: absolute;
    top: 80%;
    right: 0%;
  }

  /* Customer's voice
second circle*/
  .customer-voice-circle-position-2 {
    width: 230px;
    height: 230px;
    position: absolute;
    top: -15%;
    left: -10%;
  }

  .customer-voice-title {
    writing-mode: vertical-rl;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    top: -5%;
    left: 5%;
    z-index: 20;
  }




  /* Info Shop Link */
  .info-shop-content {
    width: 90%;
    padding: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .info-shop-title-area {
    margin: 3% auto 5%;
  }

  .info-shop-title {
    font-size: 30px;
  }

  .info-shop-item {
    width: 90%;
    padding: 4%;
    margin: 5% auto;
    border-radius: 40%;
  }

  .info-shop-name {
    font-size: 16px;
  }

  .info-shop-address {
    font-size: 14px;
    padding: 0px 20px 20px 25px;
  }



  /* InfoFaq */
  .info-faq-position {
    width: 250px;
    height: 250px;
    position: absolute;
    top: -4%;
    left: -30%;
  }

  .info-faq-title {
    font-size: 1.8em;
    position: absolute;
    top: 3%;
    right: -55%;
    z-index: 10;
  }

  .info-faq-item-area {
    /* column で縦並び */
    flex-flow: column;
    margin: 45% 30% 0% 0%;
  }

  .info-faq-item {
    width: 130%;
    margin: 10%;
    padding: 12%;
  }

  .info-faq-item-ttl {
    font-size: 1em;
    font-weight: bold;
  }

  .info-faq-item-txt {
    font-size: 0.9em;
  }




  /* Info Online Link*/
  .info-online-link-title {
    font-size: 1em;
    position: absolute;
    bottom: 9%;
    right: 16%;
  }

  .info-online-link-circle-position {
    /* width: 150px;
  height: 150px; */
    position: absolute;
    top: 70%;
    left: 56%;
  }


  /* footer */
  footer {
    width: 80%;
    margin: 15% auto 10% auto;
  }

  .index-footer{
    width: 70%;
    margin: 50% auto 10% auto;
  }

  footer li {
    font-size: 0.7em;
    white-space: nowrap;
    justify-content: space-between
  }

  footer li:last-child {
    margin-left: auto;
  }


  /* header */
  header{
    margin: 5% auto;
    position: relative;
    z-index: 10;
  }

  .logo {
    width: 100%;
    margin: 5% auto;
    position: relative;
    z-index: 10;
    /* font-size: 18px;
    letter-spacing: 3px;
    position: relative;
    z-index: 10;
    font-family: 'Zen Maru Gothic';
    color: #ff5b01; */
  }

  /* about the images */
  #container-about {
    width: 75%;
  }

  .About-the-images-circle-position {
    width: 150px;
    height: 150px;
    position: absolute;
    top: -45%;
    left: 35%;
  }

  #rules {
    margin: -5% auto 2% auto;
  }

  #container-about li {
    font-size: 0.9em;
    margin: 2% auto;
  }




  /* contact */
  #information {
    margin: -2% auto 5% auto;
  }

  .contact-circle-position {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 0%;
    left: 1%;
  }

  #container_information {
    width: 80%;
    padding: 0%;
  }


  dt{
    width: 80%;
    margin: 0 auto;
  }

  dd {
    width: 80%;
    margin: 0% auto 2% auto;
  }

  #container_information p {
    width: 35%;
  }

  .sendbtn{
  color: #000000;
  }



 .privacy-policy{
  font-size: 0.9em;
}



 /*-------------------------------------------
  商品ページ
  -------------------------------------------*/
.online-shop-circle-position {
  width: 320px;
  height: 320px;
  position: absolute;
  top: 0%;
  left: 13%;
}

  #item {
    flex-direction: column;
  }
  #item .item-image {
    max-width: 100%;
    margin: 0 0 10px 0;
  }
  #item .item-info .cart-btn{
    width: 100%;
  }

  .item-title{
position: relative;
z-index: 10;
  }

.bag-icon{
  width: 10px;
  position: absolute;
  top: 30%;
  right: 8%;
}



}

