@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright © J-SURE

HTML CSS Selectors products

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
商品ページ
--------------------------------------------------------------------------------- */
.products {
}
.products-nav {
  display: flex;
  margin-top: 150px;
}
.products-nav-in {
  width: 50%;
}
.products-nav-in .img-box-in {
  height: 450px;
}
.products-nav-in:nth-of-type(2) .img-box-in::before {
  transition-delay: 1.1s
}

.products-nav-anc {
  box-sizing: border-box;
  display: block;
  width: 450px;
  padding-top: 28px;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1;
  position: relative;
  top: -90px;
  z-index: 3;
}
.products-nav-anc a {
  display: block;
}
.products-nav-in__ttl {
  padding-bottom: 16px;
  font-family: 'Mukta', sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.products-nav-in__read {
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.products-nav-in__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 130px;
  margin: 0 auto;
  font-family: 'Mukta', sans-serif;
  font-size: 16px;
  position: relative;
}
.products-nav-in__btn::before {
  width: 100%;
  height: 2px;
  background-color: #1f1f1f;
  position: absolute;
  bottom: -12px;
  left: 0;
  content:"";
}
.products-nav-in__btn::after {
  width: 18px;
  height: 16px;
  background-image: url("../img/common/icon_botton_arrow.svg");
  margin-right: 12px;
  content:"";
}

.products-mv {
  height: 445px;
  margin-bottom: 85px;
}
.products-mv div {
  height: 100%;
}

.products-category {
  width: 1304px;
  margin: 0 auto 85px;
}
.products-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 76px 0 50px;
  margin-bottom: 80px;
  opacity : 1;
  transition : all 0ms 0s ease-out;
  transform: translate(0,0);
  position: relative;
}
.products-category-header::before {
  width: 0;
  height: 100%;
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  content:"";
  transition : all 500ms 300ms ease-out;
}
.effect-on.products-category-header::before {
  width: calc(50vw + 140px);
}
.products-category-header-in {
  width: 430px;
}
.products-category-header-in__ttl {
  padding-bottom: 24px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
}
.products-category-header-in__ttl span {
  display: block;
  padding-bottom: 5px;
  font-family: 'Courier Prime', monospace;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #75cdbe;
}
.products-category-header-photo {
  width: 610px;
}
.products-category-header-photo .img-box-in::before {
  transition-delay: 1.1s
}
.products-category-read {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 1000px;
  padding-top: 25px;
  margin: 0 auto 90px;
}
.products-category-read-column {
  width: 430px;
}
.products-category-read-column__ttl {
  padding-bottom: 80px;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}
.products-category-read-column__ttl span {
  display: block;
  padding-bottom: 12px;
  font-family: 'Mukta', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}

.products-category-read-column-list {}
.products-category-read-column-list dt {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #00987f;
}
.products-category-read-column-list dd {
  padding-bottom: 38px;
}

.products-category-list {
  display: flex;
  flex-wrap: wrap;
  width: 1064px;
  margin: 0 auto;
}
.products-category-list li,
.products-category-set-list li{
  width: 190px;
  padding: 0 38px 80px;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.products-category-set {
  box-sizing: border-box;
  width: 698px;
  padding: 42px 81px 0;
  border: 1px solid #1f1f1f;
  margin: 0 auto;
}
.products-category-set__ttl {
  padding-bottom: 55px;
  font-family: 'Mukta', sans-serif;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.products-category-set-list {
  display: flex;
  flex-wrap: wrap;
}

.products-list-name {
  padding: 25px 0 8px;
}

.products-category-header:nth-of-type(1)::before {
  left: 50%;
  margin-left: -50vw;
}
.products-category-header:nth-of-type(1) .products-category-header-in {
  padding-left: 150px;
}
.products-category-header:nth-of-type(2) {
  flex-direction: row-reverse;
}
.products-category-header:nth-of-type(2)::before {
  right: 50%;
  margin-right: -50vw;
}
.products-category-header:nth-of-type(2) .products-category-header-in {
  padding-right: 170px;
}


.products-pickup {
  padding: 65px 0 78px;
  background-color: #f4f4f4;
  margin-bottom: 105px;
}
.products-pickup-in {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 1000px;
  padding: 78px 60px 0;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 0px 3px 8px 0px rgba(4, 0, 0, 0.15);
}
.products-pickup-in-header {
  width: 415px;
  padding: 30px 0 0 15px;
}
.products-pickup-in-header__ttl {
  padding-bottom: 20px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
}
.products-pickup-in-header__ttl span {
  display: block;
  padding-bottom: 5px;
  font-family: 'Courier Prime', monospace;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #75cdbe;
}
.products-pickup-photo {
  width: 400px;
  position: relative;
  opacity: 1.0;
  transform: translate(0,0px);
}
.products-pickup-photo::before {
  width: 133px;
  height: 140px;
  background-image: url("../img/products/top_pickup_icon.png");
  position: absolute;
  top: -32px;
  left: -43px;
  content:"";
  transition : all 900ms 1500ms ease-out;
  transform: scale(1.2);
  opacity: 0;
}
.effect-on.products-pickup-photo::before {
  transform: scale(1);
}

.products-pickup-list {
  display: flex;
  flex-wrap: wrap;
  width: 814px;
  margin: 70px auto 0;
}
.products-pickup-list li {
  width: 190px;
  padding: 0 18px 45px 0;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.products-pickup-list li:nth-of-type(4n) {
  padding-right: 0;
}

/*---------------------------------------------------------------------------------
ウィック
--------------------------------------------------------------------------------- */
.btn-h-wig {
  display: flex;
  width: 60px;
  height: 254px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 40;
  overflow:hidden;
}
.fv .btn-h-wig {
  transition: all 500ms ease-out;
}
.btn-h-wig:hover {
  width:334px;
}
.btn-h-wig-inner {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  width: 334px;
  height: 100%;
  position: absolute;
}
.btn-h-wig-inner .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 60px;
  height: 100%;
  background-color: #00987f;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.3em;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  color: #fff;
}
.btn-h-wig-inner__info {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 274px;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 82px;
  background-color: #fff;
  position: relative;
}
.btn-h-wig-inner__info .txt1 {
  width: 100%;
  padding-bottom: 19px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.btn-h-wig-inner__info .txt1 span {
  font-size: 24px;
  font-weight: 900;
  color: #007a66;
  background: linear-gradient(transparent 70%, #f8f65f 0%);
  display: inline;
}
.btn-h-wig-inner__info .qr {
  width: 68px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.11);
  margin-right: 10px;
}
.btn-h-wig-inner__info .txt2 {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
}

.btn-h-wig-inner__info .tel {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 82px;
  background-color: #f8f65f;
  font-family: 'Mukta', sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  color: #007a66;
  position: absolute;
  left: 0;
  bottom: 0;
}
.btn-h-wig-inner__info .tel::before {
  margin-right: 0px;
  font-size: 13px;
  transform: rotate(-90deg);
  content:"TEL";
}

.wig {}
.wig .contents-ttl span {
  display: block;
  padding-top: 25px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 34px;
  line-height: 1;
  text-align: center;
}

.wig-about {
  width: 1304px;
  margin: 0 auto;
}
.wig-about-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 65px 0 60px;
  margin-bottom: 78px;
  opacity: 1.0;
  transform: translate(0,0);
  position: relative;
}
.wig-about-wrap::before {
  width: 0;
  height: 100%;
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  content:"";
  transition : all 500ms 300ms ease-out;
}
.effect-on.wig-about-wrap::before {
  width: calc(50vw + 140px);
}
.wig-about-wrap-inner {
  width: 500px;
  position: relative;
  z-index: 2;
}
.wig-about-wrap-inner__ttl {
  padding-bottom: 25px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
}
.wig-about-wrap-inner__ttl span {
  display: block;
  padding-bottom: 5px;
  font-family: 'Courier Prime', monospace;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #75cdbe;
}

.wig-about-wrap-img {
  width: 610px;
}
.wig-about-wrap-img .img-box-in::before {
  transition-delay:1000ms;
}

.wig-about-wrap:nth-of-type(odd)::before {
  left: 50%;
  margin-left: -50vw;
}
.wig-about-wrap:nth-of-type(odd) .wig-about-wrap-inner {
  padding-left: 152px;
}
.wig-about-wrap:nth-of-type(even) {
  flex-direction: row-reverse;
}
.wig-about-wrap:nth-of-type(even)::before {
  right: 50%;
  margin-right: -50vw;
}
.wig-about-wrap:nth-of-type(even) .wig-about-wrap-inner {
  padding-right: 152px;
}
.wig-about-catchphrase {
  padding: 80px 0 120px;
  font-size: 34px;
  line-height: 2;
  text-align: center;
  font-weight: 700;
  position: relative;
}
.wig-about-catchphrase span {
  display: block;
  position: relative;
  z-index: 2;
}
.wig-about-catchphrase::after {
  width: 316px;
  height: 380px;
  background-image: url("../img/products/wig_about_icon.png");
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 245px;
  content:"";
  z-index: 1;
}

.wig-history {
  padding: 65px 0 105px;
  background-color: #f4f4f4;
}
.wig-history-in {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 1100px;
  padding: 90px 70px 60px 90px;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px rgba(4, 0, 0, 0.15);
  margin: 0 auto;
}
.wig-history-in-img {
  width: 350px;
}
.wig-history-column {
  width: 580px;
}
.wig-history-column__ttl {
  padding-bottom: 25px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
}
.wig-history-column__ttl span {
  display: block;
  padding-bottom: 5px;
  font-family: 'Courier Prime', monospace;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #75cdbe;
}

.wig-history-column-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 45px;
}
.wig-history-column-list dt {
  width: 110px;
  min-height: 60px;
}
.wig-history-column-list dd {
  width: calc(100% - 110px);
}

.wig-point {
  width: 1000px;
  margin: 150px auto 130px;
}
.wig-point-ttl {
  padding-bottom: 65px;
  font-family: 'Mukta', sans-serif;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 600;
}

.wig-point-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 30px;
  background-color: #f4f4f4;
  margin-bottom: 25px;
  counter-increment: point;
}
.wig-point-wrap:nth-of-type(2n) {
  flex-direction: row;
}
.wig-point-wrap-in {
  width: 500px;
  padding: 0 20px;
}
.wig-point-wrap-in__ttl {
  padding-bottom: 40px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
.wig-point-wrap-in__ttl::before {
  display: block;
  font-family: 'Mukta', sans-serif;
  font-size: 46px;
  line-height: 1;
  font-weight: 200;
  color: #75cdbe;
  content: counter(point, decimal-leading-zero);
}

.wig-point-wrap-photo {
  width: 370px;
}
.wig-point-wrap-photo .img-box-in::before {
  transition-delay:1200ms;
}

.wig-gallery {
  padding: 130px 0 112px;
  background-color: #f4f4f4;
  margin-bottom: 195px;
}
.wig-gallery-ttl {
  padding-bottom: 80px;
  font-family: 'Mukta', sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.wig-gallery-list {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 15px;
}
.wig-gallery-list li {
  width: 370px;
  margin: 0 75px 150px 0;
}
.wig-gallery-list li:nth-of-type(2n) {
  width: 310px;
  position: relative;
  top: 87px;
}
.wig-gallery-list li:nth-of-type(3n) {
  margin-right: 0;
}
.wig-gallery-list li:nth-of-type(4),
.wig-gallery-list li:nth-of-type(5) {
  margin-right: 105px;
}
.wig-gallery-list li:nth-of-type(3n+2) .img-box-in::before {
  transition-delay: .6s
}
.wig-gallery-list li:nth-of-type(3n) .img-box-in::before {
  transition-delay: .8s
}
.wig-gallery-btn {
  width: 420px;
  height: 68px;
  margin: 0 auto;
}

.wig-ba {
  width: 1000px;
  margin: 0 auto 55px;
}
.wig-ba-ttl {
  padding-bottom: 130px;
  font-family: 'Mukta', sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.wig-ba-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding-bottom: 115px;
  margin-bottom: 95px;
  position: relative;
  opacity: 1.0;
  transform: translate(0,0px);
}
.wig-ba-list li:nth-of-type(even) {
  flex-direction: row;
}
.wig-ba-list li::before {
  width: 0;
  height: calc(100% - 117px);
  background-color: #f4f4f4;
  position: absolute;
  bottom: 0;
  content:"";
  transition : all 500ms 300ms ease-out;
}
.wig-ba-list li:nth-of-type(odd)::before {
  right: 0;
}
.wig-ba-list li:nth-of-type(even)::before {
  left: 0;
}
.wig-ba-list li.effect-on::before {
  width: 728px;
}
.wig-ba-list li::after {
  width: 93px;
  height: 42px;
  position: absolute;
  top: 236px;
  left: 50%;
  margin-left: -46px;
  transition : all 500ms 2200ms ease-out;
  opacity: 0;
  content:"";
}
.wig-ba-list li.effect-on::after {
  opacity: 1.0;
  transform: translate(0,0px)!important;
}
.wig-ba-list li:nth-of-type(odd)::after {
  background-image: url("../img/products/wig_ba_arrow_01.png");
  transform: translate(50px,-20px);
}
.wig-ba-list li:nth-of-type(even)::after {
  background-image: url("../img/products/wig_ba_arrow_02.png");
  transform: translate(-50px,-20px);
}

.wig-ba-list-inner {
  width: 396px;
  padding: 36px 50px 0 0;
}
.wig-ba-list li:nth-of-type(even) .wig-ba-list-inner {
  padding: 36px 0 0 70px;
}
.wig-ba-list-inner .img-box {
  width: 200px;
  margin: 0 auto 42px;
}
.wig-ba-list-inner .img-box-in::before {
  transition-delay: 1700ms;
}
.wig-ba-list-inner__name {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.8;
  transition-delay: 800ms;
}
.wig-ba-list-inner p {
  transition-delay: 800ms;
}
.wig-ba-list-after {
  width: 362px;
  position: relative;
  margin: 0 30px;
  opacity: 1.0;
  transform: translate(0,0px);
}
.wig-ba-list-after .img-box-in::before {
  transition-delay: 2700ms;
}
.wig-ba-list-after::after {
  width: 265px;
  height: 116px;
  background-image: url("../img/products/wig_ba.svg");
  position: absolute;
  right: 30px;
  bottom: -148px;
  opacity: 0;
  transform: translate(0,-50px);
  transition : all 900ms 3100ms ease-out;
  content:"";
}
.effect-on.wig-ba-list-after::after {
  opacity: 1.0;
  transform: translate(0,0px);
}

.wig-movie {
  width: 1000px;
  margin: 0 auto 150px;
}
.wig-movie-ttl {
  padding-bottom: 80px;
  font-family: 'Mukta', sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.wig-movie-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.wig-movie-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.wig-movie-txt {
  width: 680px;
  margin: 57px auto 0;
}

.wig-flow {
  padding: 112px 0 85px;
  background-color: #f4f4f4;
}
.wig-flow-ttl {
  padding-bottom: 75px;
  font-family: 'Mukta', sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.wig-flow-list {
  width: 1000px;
  margin: 0 auto;
}
.wig-flow-list li {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  padding: 40px 42px 42px 92px;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px rgba(4, 0, 0, 0.15);
  margin-bottom: 30px;
  counter-increment: flow;
}
.wig-flow-list__img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow:hidden;
}
.wig-flow-list-inner {
  width: 610px;
}
.wig-flow-list-inner__ttl {
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
.wig-flow-list-inner__ttl::before {
  margin-right: 12px;
  font-family: 'Mukta', sans-serif;
  font-size: 70px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #75cdbe;
  content: counter(flow)".";
}

.wig-faq {
  width: 780px;
  margin: 165px auto 150px;
}
.wig-faq-ttl {
  padding-bottom: 5px;
  font-family: 'Mukta', sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.wig-faq-list {}
.wig-faq-list dt {
  padding: 25px 80px 20px 86px;
  background-color: #f4f4f4;
  margin: 60px 0 40px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}
.wig-faq-list dt::before {
  font-family: 'Mukta', sans-serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
  content:"Q.";
  position: absolute;
  top: 22px;
  left: 38px;
}
.wig-faq-list dt::after {
  width: 23px;
  height: 23px;
  background: url("../img/products/wig-faq_oepn.svg") no-repeat center;
  position: absolute;
  top: 30px;
  right: 32px;
  cursor: pointer;
  content:"";
}
.wig-faq-list dt.selected {
  margin-bottom: 42px;
}
.wig-faq-list dt.selected::after {
  background: url("../img/products/wig-faq_close.svg") no-repeat center;
}
.wig-faq-list dd {
  padding: 0 25px 0 86px;
  position: relative;
  font-size: 16px;
  line-height: 1.625;
}
.wig-faq-list dd::before {
  font-family: 'Mukta', sans-serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
  content:"A.";
  position: absolute;
  top: -8px;
  left: 38px;
}

.faq-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 127px 0 117px;
  background-color: #edf5f4;
}
.faq-contact-ttl {
  width: 100%;
  padding-bottom: 60px;
  line-height: 1;
  text-align: center;
}
.faq-contact-ttl .en {
  display: block;
  padding-bottom: 40px;
  font-family: 'Mukta', sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.faq-contact-in {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 480px;
  height: 220px;
  background-color: #fff;
  margin: 0 20px;
}
.faq-contact-in__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 130px;
  height: 45px;
  background-color: #18a18a;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-weight: 900;
}

.faq-contact-in__qr {
  width: 150px;
  margin-right: 15px;
}
.faq-contact-in-qr-in {
  width: 130px;
}
.faq-contact-in-qr-in .faq-contact-in__ttl {
  font-size: 24px;
}

.faq-contact-in-tel {
  width: 100%;
  padding-bottom: 10px;
  font-family: 'Mukta', sans-serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  color: #18a18a;
  text-align: center;
}
.faq-contact-in-staff {
  font-size: 15px;
  line-height: 1;
}