﻿@charset "UTF-8";
/*//////////////////////////////////////////////////

Title : Kukka

//////////////////////////////////////////////////*/
/* ========================================================
                      * Layout style *
========================================================= */

/* ===================
  LP Contents
=================== */

.group-detail-area {
  width: 100%;
}

.lp_contents {
  margin: 0 auto;
  padding: 0;
  background: #D9D9D9;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.4rem;
}

.lp_contents *,
.lp_contents *:before,
.lp_contents *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lp_contents ul,
.lp_contents li {
  list-style: none;
}

.lp_contents a:hover {
}

.lp_contents img {
  max-width: 100%;
}

.lp_contents sup {
  color: #888;
}

.lp_contents p {
}

.lp_contents a,
.lp_contents a:before,
.lp_contents a:after,
.lp_contents a img {
  transition: opacity .3s ease-in-out,
    color .3s ease-in-out,
    background-color .3s ease-in-out,
    border-color .3s ease-in-out,
    text-shadow .3s ease-in-out,
    text-weight .3s ease-in-out;
}

.lp_contents h1 {
  padding: 0;
}

/* -- List -- */

.lp_contents .list ul {
  letter-spacing: -0.4em;
}

.lp_contents .list ul li {
  display: inline-block;
  letter-spacing: 0.08em;
  vertical-align: top;
}

/* -- List Dot -- */

.lp_contents .list_dot,
.lp_contents .list.list_dot {
  margin: 1em 0;
}

.lp_contents .list_dot .list_dot {
  margin: 0 0 .5em;
}

.lp_contents .list_dot ul,
.lp_contents .list.list_dot ul {
  margin: 0;
  padding-left: 1.5em !important;
}

.lp_contents .list_dot ul li {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  list-style-type: none;
  line-height: 1.8;
}

.lp_contents .list_dot ul li ul {
  padding-top: 2px;
  padding-left: 2.5em !important;
}

.lp_contents .list_dot ul li:before {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-left: -1em;
  margin-right: 14px;
  background: #555;
  border-radius: 100%;
  vertical-align: middle;
  content: "";
}

/* ===================
  　　 General
=================== */

.lp_contents .txt_center {
  text-align: center;
}

.lp_contents .txt_bold {
  font-weight: bold;
}

.lp_contents .txt_en {
  font-family: 'Lato', serif;
}


/* ===================
  　　　Animation
=================== */

/* -- keyframes -- */

@keyframes opa0 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opa2 {
  0% {
    opacity: 0;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes tra1 {
  100% {
    transform: translateX(0);
  }
}

@keyframes tra2 {
  100% {
    transform: translateY(0);
  }
}

@keyframes tra3 {
  0% {
    transform: translateY(40px);
  }

  100% {
    transform: translateY(0);
  }
}


@keyframes tra3_2 {
  0% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes tra4 {
  0% {
    transform: translateX(6%);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes tra5 {
  0% {
    transform: translateX(-30%);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes tra6 {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}


.ef {
  opacity: 0;
}

.ef.effect {
  animation: opa1 .8s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef2 {
  opacity: 0;
}

.ef2.effect {
  animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-top {
  opacity: 0;
  transform: translateY(60px);
}

.ef-top.effect {
  animation: opa1 1s ease-in 0s 1 forwards, tra3 1s ease-in-out 0s 1 forwards;
}

.ef-top2 {
  opacity: 0;
  transform: translateY(40px);
}

.ef-top2.effect {
  animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3_2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-right {
  opacity: 0;
  transform: translateX(6%);
}

.ef-right.effect {
  animation: opa1 1.2s ease-in 0s 1 forwards, tra4 1.2s ease-in-out 0s 1 forwards;
}

.ef-left {
  opacity: 0;
}

.ef-left.effect {
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra5 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-lg.effect {
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra6 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

/* ===================
  　Section Common
=================== */

.lp_contents .section {
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.lp_contents .inner {
  width: 120rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

.lp_contents .ttl_main {
  margin: 0 0 2.8rem;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.05rem;
  line-height: 1.25;
  color: #053931;
  text-align: center;
  font-weight: bold;
}

.lp_contents .ttl_section {
  width: 100%;
  margin: 0 0 1.5rem;
  font-family: 'Lato', serif;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* ===================
     Text Setting
=================== */

.lp_contents .txt_cont {
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.7;
}


/* ===================
  Button Setting
=================== */

.lp_contents .btn_wrap {
  text-align: center;
}

.lp_contents .btn_cart a,
.lp_contents .btn_cart input {
  transition: opacity .3s ease-in-out,
    color .3s ease-in-out,
    background-color .3s ease-in-out,
    border-color .3s ease-in-out,
    text-shadow .3s ease-in-out,
    text-weight .3s ease-in-out;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 7rem;
  margin: 0;
  padding: 0;
  border: none;
  background: #212121;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

/* ===================
  　Page Menu
=================== */

.lp_menu {
  opacity: 0;
  transition: opacity .6s ease-in-out;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: #FFFCF4;
  border-top: 1px solid #053931;
  border-bottom: 1px solid #053931;
  font-size: 1.4rem;
  color: #053931;
}

.lp_menu.fixed {
  opacity: 1;
}

.lp_menu ul {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
}

.lp_menu li {
  opacity: 0.5;
  position: relative;
  transition: .3s transform ease-in-out,.3s opacity ease-in-out;
  width: 36.6rem;
  font-size: 1.4rem;
}

.lp_menu li span {
  display: block;
  font-size: 1.6rem;
  font-family: 'Bodoni Moda', serif;
}

.lp_menu li:last-child {
}

.lp_menu li.is-current {
  opacity: 1;
}

.lp_menu li:before {
  opacity: 0;
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  border-bottom: .5rem solid #053931;
  content: "";
}

.lp_menu li.is-current:before {
  opacity: 1;
}

.lp_menu a {
  display: block;
  padding: 1.22rem;
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.breadcrumbs {
  display: none;
  padding-top: 2.2rem;
  padding-bottom: 2rem;
  font-size: 1.3rem;
}

/* ===================
  　　MAIN VISUAL
=================== */

.mainvisual_section {
  padding-top: 5.3rem;
  padding-bottom: 10rem;
}

.mainvisual_section .mv_img {
  display: block;
  width: 100%;
}

.mainvisual_section .intro_area {
  width: 72rem;
  margin: auto;
  padding-top: 7rem;
}

.mainvisual_section .intro_ttl {
  width: 100%;
  margin: 0 0 2rem;
  font-family: 'Lato', serif;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.mainvisual_section .intro_txt {
  font-size: 1.5rem;
  line-height: 1.9;
}

/* ===================
        ABOUT
=================== */

.about_section {
  padding: 8rem 0;
  background: #697487;
  color: #fff;
}

.about_intro_txt {
  margin-bottom: 8rem;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}

.about_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  position: relative;
  z-index: 0;
  margin-bottom: 8rem;
  padding: 4.5rem 0;
}

.about_cont:last-child {
  margin-bottom: 0;
}

.about_cont:nth-child(2n+1) {
  flex-direction: row-reverse;
}

.about_cont::before {
  position: absolute;
  top: 0;
  left: 40rem;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: #717B8D;
  content: "";
}

.about_cont:nth-child(2n+1)::before {
  left: auto;
  right: 40rem;
}

.about_cont .about_img {
  width: 60rem;
}

.about_cont .about_cont__inner {
  position: relative;
  width: 54rem;
}

.about_cont .about_ttl {
  margin: 0 0 2rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.about_cont .about_txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
}

/* 受賞 */
.awards_list {
  padding: 2rem 0 0;
}

.awards_list dt {
  display: inline-block;
  margin-bottom: 1.2rem;
  padding: .2rem .8rem .1rem;
  border: 1px solid #fff;
  font-size: 1.3rem;
}

.awards_list li {
  margin-bottom: 1rem;
  padding-left: 2.6rem;
  background: url(../img/icn_awards.svg) no-repeat 0 .1rem;
  background-size: 1.6rem;
  font-size: 1.4rem;
}

.awards_list li:last-child {
  margin-bottom: 0;
}

/* ===================
     ITEM SECTION
=================== */

.item_section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.item_section .ttl_section {
  margin-bottom: 4rem;
}

.item_list_wrap > ul > li {
  display: flex;
  align-items: center;
  width: 90rem;
  background: #fff;
  margin: 0 auto 4rem;
}

.item_list_wrap > ul > li:last-child {
  margin-bottom: 0;
}

.item_list_wrap .item_list_img {
  width: 40rem;
}

.item_list_wrap .item_list_cont {
  padding: 4rem;
}

.item_list_wrap .item_list_ttl {
  margin-bottom: 2.6rem;
  font-size: 2.2rem;
  font-weight: bold;
}

.item_list_wrap .item_list_point {
  display: block;
  margin-bottom: 3.6rem;
  font-size: 1.6rem;
}

.item_list_wrap .item_list_point li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.item_list_wrap .item_list_point li;:last-child {
  margin-bottom: 0;
}

.item_list_wrap .item_list_point li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #697487;
  font-size: 1.6rem;
  content: "✓";
}

.item_list_wrap .item_list_price {
  margin-bottom: 2.2rem;
  font-family: 'Lato', serif;
  vertical-align: middle;
}

.item_list_wrap .item_list_price .price_num {
  display: inline-block;
  padding-left: 0.5rem;
  font-size: 2.4rem;
  font-weight: normal;
  vertical-align: -0.2rem;
}

.item_list_wrap .item_list_btn a {
  display: flex;
  width: 20rem;
  height: 4.2rem;
  border-radius: 20rem;
  border: 1px solid #697487;
  text-align: center;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #697487;
  font-family: 'Lato', serif;
  font-weight: 700;
}

.item_list_wrap .item_list_btn a:hover {
  background-color: #697487;
  color: #fff;
}


/*=======================================
               Responsive
========================================*/
/* only PC */
@media screen and (min-width: 768px) {
  .lp_contents .sp_only {
    display: none;
  }

}


/*=======================================
                    PC
========================================*/

@media screen and (min-width: 768px)  {

  #Wrap,
  .wrapBottom,
  .wrapTop,
  #Contents {
    width: 100%;
  }

  .lp_contents {
    overflow: hidden;
  }

}



/* only tablet */
@media screen and (min-width: 768px) and (max-width: 1200px) {


}


/*=======================================
                    SP
========================================*/

/* only SP */
@media only screen and (max-width: 767px) {
  .lp_contents .pc_only {
    display: none;
  }


  /* ===================
    LP Contents
  =================== */

  .lp_contents {
    overflow: hidden;
    font-size: calc(14 * (100vw / 428));
  }

  /* ===================
    　Section Common
  =================== */

  .contents {
    padding-top: 0;
  }

  .contents_inner .section {
    padding-right: 0;
    padding-left: 0;
  }

  .lp_contents .inner {
    width: auto;
    padding-right: calc(20* (100vw / 428));
    padding-left: calc(20* (100vw / 428));
  }

  .lp_contents .section {
  }

  .lp_contents .ttl_main {
    margin: 0 0 calc(15 * (100vw / 428));
    font-size: calc(30 * (100vw / 428));
  }

  .lp_contents .ttl_section {
    margin: 0 0 calc(20 * (100vw / 428));
    font-size: calc(26 * (100vw / 428));
    letter-spacing: 0.06em;
  }

  /* ===================
      Text Setting
  =================== */

  .lp_contents .txt_cont {
    margin-bottom: calc(20 * (100vw / 428));
  }

  /* ===================
    Button Setting
  =================== */

  .lp_contents .btn_wrap {
  }

  .lp_contents .btn_cart {
  }

  .lp_contents .btn_cart a,
  .lp_contents .btn_cart input {
    width: 100%;
    height: calc(60 * (100vw / 428));
    letter-spacing: 0;
    font-size: calc(15 * (100vw / 428));
  }

  .lp_contents .btn_cart a.cart_in {
    margin-bottom: calc(10 * (100vw / 428));
  }

  .lp_contents .btn_cart span {
    background-size: calc(17 * (100vw / 428));
    padding-left: calc(32 * (100vw / 428));
  }

  .lp_contents .btn_cart .btn_reset {
    background-position: calc(106 * (100vw / 390)) 48%;
    background-size: calc(20 * (100vw / 428));
    padding-left: calc(15 * (100vw / 428));
  }


  /* ===================
    　Page Menu
  =================== */

  .lp_menu {
    transition: opacity .5s cubic-bezier(0.73, -0.02, 0.28, 0.9);
    opacity: 0;
    transform: none;
    position: fixed;
    top: auto;
    right: 0;
    bottom: -2px;
    left: 0;
    z-index: 4;
    height: calc(62 * (100vw / 390)) !important;
    margin: 0;
    background: #FFFCF4;
    font-size: calc(14 * (100vw / 428));
    letter-spacing: 0.02em;
    height: calc(44 * (100vw / 428));
    overflow: hidden;
    overflow-x: scroll;
  }

  .lp_menu::-webkit-scrollbar{
    display:none;
  }


  .lp_menu ul {
    display: inline-block;
    white-space: nowrap;
    letter-spacing: -.4em;
    height: 100%;
  }

  .lp_menu li {
    display: inline-block;
    width: auto;
    height: 100%;
    letter-spacing: 0.02em;
    padding: 0;
    text-align: center;
    font-size: calc(12 * (100vw / 428));
  }

  .lp_menu li::before {
    border-bottom-width: 5px;
  }

  .lp_menu li:nth-child(1) {
    width: calc(190 * (100vw / 428));
  }

  .lp_menu li:nth-child(2) {
    width: calc(225 * (100vw / 428));
  }

  .lp_menu li:nth-child(3) {
    width: calc(235 * (100vw / 428));
  }

  .lp_menu a {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: calc(15 * (100vw / 390)) calc(4 * (100vw / 428));
    font-size: calc(12 * (100vw / 428));
  }

  .lp_menu li span {
    display: block;
    width: 100%;
    font-size: calc(14 * (100vw / 428));
  }

  .breadcrumbs {
    display: none;
  }

  /* ===================
    　　Main Visual
  =================== */

  .mainvisual_section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mainvisual_section .inner {
    padding: 0;
  }

  .mainvisual_section .mv_img {
    margin-bottom: 0;
  }

  .mainvisual_section .intro_area {
    width: 100%;
    padding: calc(65 * (100vw / 428)) calc(20 * (100vw / 428)) calc(75 * (100vw / 428));
  }

  .mainvisual_section .intro_ttl {
    width: 100%;
    margin: 0 0 calc(25 * (100vw / 428));
    font-size: calc(25 * (100vw / 428));
  }

  .mainvisual_section .intro_txt {
    font-size: calc(15 * (100vw / 428));
    line-height: 1.9;
  }


  /* ===================
    　   ABOUT
  =================== */

  .about_section {
    padding: calc(65 * (100vw / 390)) 0;
  }

  .about_intro_txt {
    margin-bottom: calc(50 * (100vw / 428));
    font-size: calc(16 * (100vw / 428));
  }

  .about_cont {
    display: block;
    margin-bottom: calc(55 * (100vw / 428));
    padding: 0;
  }

  .about_cont:last-child {
    margin-bottom: 0;
  }

  .about_cont::before {
    display: none;
  }

  .about_cont .about_img {
    position: relative;
    z-index: 2;
    left: calc(-20 * (100vw / 428));
    width: calc(397 * (100vw / 428));
  }

  .about_cont .about_cont__inner {
    position: relative;
    z-index: 0;
    width: calc(400 * (100vw / 428));
    padding: calc(36 * (100vw / 428)) calc(20 * (100vw / 428)) calc(40 * (100vw / 428));
  }

  .about_cont .about_cont__inner::before {
    position: absolute;
    top: calc(-150 * (100vw / 428));
    left: 0;
    right: calc(-20 * (100vw / 428));
    bottom: 0;
    z-index: -1;
    background: #717B8D;
    content: "";
  }

  .about_cont .about_ttl {
    margin: 0 0 calc(22 * (100vw / 428));
    font-size: calc(20 * (100vw / 428));
  }

  .about_cont .about_txt {
    font-size: calc(15 * (100vw / 428));
    line-height: 2;
    letter-spacing: 0;
  }

  /* 受賞 */
  .awards_list {
    padding: calc(20 * (100vw / 428)) 0 0;
  }

  .awards_list dt {
    margin-bottom: calc(20 * (100vw / 428));
    padding: calc(4 * (100vw / 428)) calc(8 * (100vw / 428)) calc(3 * (100vw / 428));
    font-size: calc(13 * (100vw / 428));
  }

  .awards_list li {
    margin-bottom: calc(14 * (100vw / 428));
    padding-left: calc(25 * (100vw / 428));
    background-position: 0 calc(2 * (100vw / 428));
    background-size: calc(14 * (100vw / 428));
    font-size: calc(14 * (100vw / 428));
  }

  .awards_list li:last-child {
    margin-bottom: 0;
  }


  /* ===================
      ITEM SECTION
  =================== */

  .item_section {
    padding-top: calc(65 * (100vw / 428));
    padding-bottom: calc(65 * (100vw / 428));
  }

  .item_section .ttl_section {
    margin-bottom: calc(35 * (100vw / 428));
  }

  .item_list_wrap > ul > li {
    display: block;
    width: 100%;
    margin: 0 auto calc(43 * (100vw / 428));
  }

  .item_list_wrap > ul > li:last-child {
    margin-bottom: 0;
  }

  .item_list_wrap .item_list_img {
    width: 100%;
  }

  .item_list_wrap .item_list_cont {
    padding: calc(30 * (100vw / 428));
    text-align: center;
  }

  .item_list_wrap .item_list_ttl {
    margin-bottom: calc(15 * (100vw / 428));
    font-size: calc(22 * (100vw / 428));
    line-height: 1.5;
  }

  .item_list_wrap .item_list_point {
    display: block;
    margin-bottom: calc(20 * (100vw / 428));
    font-size: calc(16 * (100vw / 428));
  }

  .item_list_wrap .item_list_point li {
    display: inline-block;
    padding-left: calc(20 * (100vw / 428));
    margin-bottom: calc(10 * (100vw / 428));
  }

  .item_list_wrap .item_list_point li::before {
    font-size: calc(16 * (100vw / 428));
  }

  .item_list_wrap .item_list_point li:last-child {
    margin-bottom: 0;
  }

  .item_list_wrap .item_list_price {
    margin-bottom: calc(20 * (100vw / 428));
    text-align: center;
    letter-spacing: 0.06em;
  }

  .item_list_wrap .item_list_price .price_num {
    padding-left: calc(5 * (100vw / 428));
    font-size: calc(24 * (100vw / 428));
    vertical-align: calc(-3 * (100vw / 428));
  }

  .item_list_wrap .item_list_btn {
    text-align: center;
    letter-spacing: 0.06em;
  }

  .item_list_wrap .item_list_btn a {
    width: calc(200 * (100vw / 428));
    height: calc(42 * (100vw / 428));
    margin: auto;
    border-radius: calc(200 * (100vw / 428));
  }



}
