@charset "UTF-8";
/** PAGE -- TOP
==============================================*/
.inview.slideIn {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
          transform: translate(0px, 60px);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.inview.slideIn.bottom {
  transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(0px, 120px);
          transform: translate(0px, 120px);
}

.inview.slideIn.animate {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.inview.fadeIn {
  opacity: 0;
  transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.inview.fadeIn.animate {
  opacity: 1;
}

.chasein.slideIn {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
          transform: translate(0px, 60px);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.chasein.slideIn.bottom {
  transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(0px, 120px);
          transform: translate(0px, 120px);
}

.chasein.slideIn.animate {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.chasein.fadeIn {
  opacity: 0;
  transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.chasein.fadeIn.animate {
  opacity: 1;
}

.masker {
  display: inline-block;
  overflow: hidden;
}

.masker .typo {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  transition: -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.masker.animate .typo {
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

body {
  font-size: 16px;
}

.site-main *,
.site-main *:before,
.site-main *:after {
  box-sizing: border-box;
}

.row {
  margin: 0 auto;
  max-width: 1070px;
  padding: 0 25px;
}

.cart__btn {
  font-size: 21px;
}

@media only screen and (max-width: 767px) {
  .cart__btn {
    font-size: 16px;
  }
}

.cart__btn a {
  text-align: center;
  display: block;
  background-color: #FB9AA7;
  background-image: url(../img/ico_cart-wh.png);
  background-repeat: no-repeat;
  background-position: 24px 45%;
  background-size: 7%;
  max-width: 350px;
  border-radius: 8px;
  line-height: 1;
  padding: 1em 0;
  margin: 0 0 0 auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .cart__btn a {
    width: 260px;
    margin: 0 auto;
    background-size: 5%;
  }
}

.cart__btn a::after {
  content: "";
  background-image: url(../img/sunscreen/ico-arrow.png);
  width: 12px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .cart__btn a::after {
    width: 9px;
    height: 5px;
    background-size: 100%;
    right: 22px;
  }
}

.gothic {
  font-family: 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

sup {
  vertical-align: top;
  font-size: small;
}

.section-hero .bgimg {
  opacity: 0;
}





/* =============================================================================
 header page
============================================================================= */

.header-wrap:not(.fixed) {
  z-index: 2;
  background-color: #fff;
}
.header-pageanchor {
  padding: 0 190px;
  position: absolute;
  top: 55px;
  left: 50%;
  width: 100%;
  max-width: 1460px;
  transform: translateX(-50%);
}
.fixed .header-pageanchor {
  padding: 0 150px;
  top: 27px;
  max-width: 1380px;
}
.header-pageanchor ul {
  display: flex;
  flex-wrap: wrap;
}
.header-pageanchor ul li {
  line-height: 1.5;
  letter-spacing: .025em;
  font-size: 15px;
  font-weight: bold;
}
.header-pageanchor ul li a {
  display: inline-block;
  color: #222;
}
.header-pageanchor ul li:after {
  margin: 0 3px;
  content: "｜";
}
.header-pageanchor ul li:last-child:after {
  display: none;
}

@media only screen and (max-width: 1080px) {
  .header-pageanchor,
  .fixed .header-pageanchor {
    padding-right: 350px;
  }
  .header-pageanchor ul li {
    letter-spacing: 0;
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .header-pageanchor {
    padding: 12px 20px 0 20px;
    top: 83px;
    left: 0;
    width: 100%;
    height: 50px;
    transform: translateX(0);
    overflow-x: auto;
    background-color: #fff;
  }
  .fixed .header-pageanchor {
    display: none;
  }
  .fixed .header-pageanchor {
    padding: 12px 20px 0 20px;
    top: 47px;
    background-color: transparent;
  }
  .header-pageanchor ul {
    display: block;
    white-space: nowrap;
  }
  .header-pageanchor ul li {
    display: inline-block !important;
    font-size: 13px;
  }
  .header-pageanchor ul li:last-child:after {
    display: none;
  }
  .page--tea .site-header .header-wrap.fixed {
    align-items: flex-start;
    height: 100px;
  }
}



.menuSNS {
  position: relative;
}
.menuSNS .snsLinks {
  padding: 5px 0;
  border-radius: 12px;
  display: none;
  position: absolute;
  top: 92px;
  left: -45px;
  width: 156px;
  background-color: #fff;
  box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.1);
}
.menuSNS .snsLinks:before {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: calc(50% - 10px);
    width: 21px;
    height: 12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAABs0lEQVRIic3Wu4oUQRSA4W9XFMRVMDARA0ExEkG8gyIGBj6DqWiiCL6AaKCRgYmZuYiJCgYGXhBZ8YYXdjFQMBAxMzDwzpHerYZx6Jnp7upx/KGiPlX1c07VqZ6KiAM4hMNY6//iMa7hvogox7KIOBIRn2LyzEbE7h43vaLlWBMRdyaoei4ipvu9qkTL7N6cgOTpAT6mFmyrmcEzbPpHp/YB9qNSaJhowQ48xNKx6S3yHdswNyhgesQCT3BmDGL9nB0mqUZGC5bgHvaOSfI5duHXsKA6ogXr8RKrOtNb5Cd24sWowFGlL3mPk924/cX5OpIaZLTkVnrFuuA1tuPHOETX4RVWZ4r+xp50WWtRt/QlH3AqU7LgQhNJLTJachsH20zEG2zFtyaT2opuSGdsecN5Rcn3Ybbphk1LX/IuNemmXGwjKSOj0rP6FFtqxr9NsV/bbNY2o1KzPpbKOYoiG0fbSuaKFjzCpRpxl3E3Z6Oc0pesxHzqsVV8xGZ8ztkkN6MFX3B8yPcTuZILDPqjbjGuVvyxX+lq/S5FZyLiRo/k9YhY0dX6XZzRfjamW1702m7AHzB+NxLDEZtBAAAAAElFTkSuQmCC) 0 0 no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
.menuSNS .snsLinks .sns {
  padding: 10px 15px;
}
.menuSNS .snsLinks .sns + .sns {
  border-top: 1px #e3e3e3 solid;
}
.menuSNS .snsLinks .sns a {
  font-size: 14px;
  letter-spacing: .1em;
  text-align: left !important;
}
.menuSNS .snsLinks .sns .icon {
  padding: 0 !important;
  width: 38px;
  display: inline-block !important;
  vertical-align: middle;
}
.menuSNS .snsLinks .sns .icon img {
  height: auto !important;
}

@media only screen and (max-width: 767px) {
  .menuSNS {
  }
  .menuSNS .snsLinks {
    padding: 2px 0;
    top: 62px;
    left: -45px;
    width: 126px;
  }
  .menuSNS .snsLinks .sns {
    padding: 6px 10px;
  }
  .menuSNS .snsLinks .sns a {
    font-size: 12px;
  }
  .menuSNS .snsLinks .sns .icon {
    width: 28px;
  }
  .menuSNS .snsLinks .sns .icon img {
    width: 70% !important;
  }
}

.page--tea .site-header .masthead .brand-logo a {
  display: block;
  background: url("../img/tea/logo.svg") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.page--tea .site-header .masthead .brand-logo a img {
  opacity: 0 !important;
}





/* =============================================================================
 common
============================================================================= */

@media only screen and (min-width: 768px) {
  .onlySP {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .onlyPC {
    display: none;
  }
}

.site-main {
  padding-top: 190px;
  color: #484848;
  letter-spacing: .05em;
  font-feature-settings: "palt";
}
.section-content {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1080px;
}

@media only screen and (max-width: 767px) {
  .wrap {
    padding-bottom: 60px;
  }
  .site-main {
    padding-top: 178px;
    font-size: 13px;
  }
}


.buyBtn {
}
.buyBtn a {
  border-radius: 60px;
  display: block;
  position: relative;
  width: 310px;
  line-height: 60px;
  color: #fff;
  background-color: #000;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
}
.buyBtn a:before {
  content: "";
  border-radius: 54px;
  border: 1px #fff solid;
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 6px);
  pointer-events: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .buyBtn {
  }
  .buyBtn a {
    border-radius: 50px;
    width: 100%;
    line-height: 50px;
    font-size: 18px;
  }
}



@media only screen and (min-width: 768px) {
  #pagetopS {
    bottom: 20px;
    right: 62px;
  }
}
.buynow {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 20;
}
.buynow .buynowBtn {
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 145px;
  line-height: 1.4;
  color: #fff;
  background-color: #d56909;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  cursor: pointer;
  box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.1);
}
.buynow .buynowBtn:before {
  content: "";
  border: 1px #fff solid;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 133px;
  height: 133px;
}
.buynow .itemList {
  display: none;
  padding: 10px 0;
  border-radius: 16px;
  position: absolute;
  bottom: 175px;
  right: 0;
  width: 376px;
  background-color: rgba(255,255,255,.9);
}
.buynow .itemList:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -24px;
  right: 50px;
  width: 42px;
  height: 24px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAABs0lEQVRIic3Wu4oUQRSA4W9XFMRVMDARA0ExEkG8gyIGBj6DqWiiCL6AaKCRgYmZuYiJCgYGXhBZ8YYXdjFQMBAxMzDwzpHerYZx6Jnp7upx/KGiPlX1c07VqZ6KiAM4hMNY6//iMa7hvogox7KIOBIRn2LyzEbE7h43vaLlWBMRdyaoei4ipvu9qkTL7N6cgOTpAT6mFmyrmcEzbPpHp/YB9qNSaJhowQ48xNKx6S3yHdswNyhgesQCT3BmDGL9nB0mqUZGC5bgHvaOSfI5duHXsKA6ogXr8RKrOtNb5Cd24sWowFGlL3mPk924/cX5OpIaZLTkVnrFuuA1tuPHOETX4RVWZ4r+xp50WWtRt/QlH3AqU7LgQhNJLTJachsH20zEG2zFtyaT2opuSGdsecN5Rcn3Ybbphk1LX/IuNemmXGwjKSOj0rP6FFtqxr9NsV/bbNY2o1KzPpbKOYoiG0fbSuaKFjzCpRpxl3E3Z6Oc0pesxHzqsVV8xGZ8ztkkN6MFX3B8yPcTuZILDPqjbjGuVvyxX+lq/S5FZyLiRo/k9YhY0dX6XZzRfjamW1702m7AHzB+NxLDEZtBAAAAAElFTkSuQmCC) 0 0 no-repeat;
  opacity: .9;
}
.buynow .itemList ul li {
  padding: 5px 0;
  border-bottom: 1px #e3e3e3 solid;
}
.buynow .itemList ul li a {
  padding: 0 10px;
  position: relative;
  display: flex;
  align-items: center;
  color: #484848;
  font-size: 20px;
  font-weight: bold;
}
.buynow .itemList ul li .img {
  width: 88px;
  text-align: center;
}
.buynow .itemList ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  width: 24px;
  height: 24px;
  background: url(/assets2/img/tea/icon_arrow.png) 0 0 no-repeat;
}
.buynow .itemList ul li a .small {
  margin-left: 3px;
  font-size: 16px;
}
.buynow .itemList .linkOrder {
  padding: 15px 15px 0;
}
.buynow .itemList .linkOrder a {
  border-radius: 23px;
  display: block;
  position: relative;
  line-height: 46px;
  color: #fff;
  background-color: #d56909;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.buynow .itemList .linkOrder a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 12px;
  width: 24px;
  height: 24px;
  background: url(/assets2/img/tea/icon_arrow2.png) 0 0 no-repeat;
}

@media only screen and (min-width: 768px) {
  .buynow .buynowBtn {
    transition: .3s;
  }
  .buynow .buynowBtn:active {
    transform: translateY(10px);
    box-shadow: none;
  }
}

@media only screen and (max-width: 767px) {
  .buynow {
    right: 0;
    bottom: 15px;
    width: 100%;
    transition: right 600ms cubic-bezier(.165, .84, .44, 1);
  }
  .nav-open .buynow {
    right: 76%;
    pointer-events: none;
  }
  .buynow .buynowBtn {
    margin: 0 auto;
    padding-top: 15px;
    border-radius: 30px;
    display: block;
    width: calc(700/750*100vw);
    height: 60px;
    box-shadow: 0px 0 14px 0px rgba(0,0,0,0.3);
  }
  .buynow .buynowBtn:before {
    border-radius: 30px;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
  .buynow .itemList {
    padding: 0;
    border-radius: 12px;
    bottom: 80px;
    right: calc(40/750*100vw);
    width: calc(670/750*100vw);
    background-color: rgba(255,255,255,.9);
    box-shadow: 0px 0 14px 0px rgba(0,0,0,0.15);
  }
  .buynow .itemList:after {
    bottom: -12px;
    right: auto;
    left: 24px;
    width: 21px;
    height: 12px;
    background-size: contain;
  }
  .buynow .itemList ul li {
    padding: 5px 0;
  }
  .buynow .itemList ul li a {
    font-size: 15px;
  }
  .buynow .itemList ul li a:after {
    right: 16px;
  }
  .buynow .itemList ul li a .small {
    font-size: 12px;
  }
  .buynow .itemList .linkOrder {
    padding: 10px;
  }
  .buynow .itemList .linkOrder a {
    border-radius: 19px;
    line-height: 37px;
    font-size: 15px;
  }
  .buynow .itemList .linkOrder a:after {
    right: 7px;
  }
}





/* =============================================================================
 hero
============================================================================= */

.section-hero {
  position: relative;
  width: 100%;
  height: 720px;
  background: url(/assets2/img/tea/bg_hero.png) bottom center no-repeat;
  background-size: cover;
}
.section-hero .title {
  position: absolute;
  top: 20px;
  left: -20px;
}
.section-hero .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets2/img/tea/hero.png) bottom center no-repeat;
  background-size: cover;
}
.section-hero .ribbon {
  position: absolute;
  top: 0;
  right: 212px;
  width: 150px;
}
.section-hero .ribbon.linefriend {
  right: 54px;
}

@media only screen and (max-width: 1360px) {
  .section-hero .ribbon {
    right: calc(10% + 15px);
    width: 10%;
  }
  .section-hero .ribbon.linefriend {
    right: 10px;
  }
}

@media only screen and (max-width: 1180px) {
  .section-hero {
    padding-top: 61.02%;
    height: auto;
    background-size: 162.71% auto;
  }
  .section-hero .image {
    background-size: 162.71% auto;
  }
  .section-hero .section-content {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 1079px) {
  .section-hero .title {
    position: absolute;
    top: calc(20/1079*100%);
    left: calc(-20/1079*100%);
    width: calc(868/1079*100%);
  }
}

@media only screen and (max-width: 767px) {
  .section-hero {
    padding-top: calc(640/750*100vw);
    display: flex;
    height: auto;
    background: url(/assets2/img/tea/bg_hero_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .section-hero .image {
    height: 100%;
    background: url(/assets2/img/tea/hero_sp.png) bottom center no-repeat;
    background-size: 100% auto;
  }
  .section-hero .title {
    position: absolute;
    top: calc(32/750*100vw);
    left: calc(20/750*100vw);
    width: calc(599/750*100vw);
  }
  .section-hero .ribbon {
    position: static;
    width: 50%;
  }
}





/* =============================================================================
 about
============================================================================= */

.section-about {
  position: relative;
  background: linear-gradient(to right, rgba(243,244,246,1) 0%, rgba(251,252,252,1) 50%, rgba(243,244,246,1) 100%);
}
.section-about .bg {
  position: absolute;
  top: 160px;
  left: 50%;
  width: 100%;
  max-width: 2120px;
  height: 630px;
  background: url(/assets2/img/tea/bg_about.png) center top no-repeat;
  transform: translateX(-50%);
  transition: opacity ease .3s;
}
.section-about .bg.fixed {
  position: fixed;
  opacity: .6;
}
.section-about .bg.fixed_bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.section-about .lead {
  padding: 145px 0 0;
  position: relative;
}
.section-about .lead .tagline {
  text-align: center;
}
.section-about .lead .title {
  margin: 10px 0 50px;
  line-height: 60px;
  color: #484848;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
}
.section-about .lead .title .em {
  color: #d56909;
  font-size: 60px;
}
.section-about .lead p {
  margin: 0 0 140px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  line-height: 48px;
  font-size: 18px;
  letter-spacing: .1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.section-about .points {
  margin: 0 auto 120px;
  position: relative;
  max-width: 1080px;
}
.section-about .points ul {
  display: flex;
  justify-content: space-between;
}
.section-about .points li {
  width: calc(330/1080*100%);
  letter-spacing: .1em;
}
.section-about .points .image {
}
.section-about .points .title {
  margin: 0 0 20px;
  padding: 30px 0 20px;
  position: relative;
  line-height: 1.38;
  color: #d56909;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.section-about .points .title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 21px);
  width: 42px;
  height: 1px;
  background-color: #d56909;
}
.section-about .points p {
  line-height: 1.63;
}
.section-about .videoWrap {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 1080px;
}
.section-about .video {
  padding-top: 55.56%;
  position: relative;
}
.section-about .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-about .types {
  margin: -300px 0 0;
  padding: 450px 0 75px;
  position: relative;
  background-color: #fcf4ee;
  text-align: center;
  overflow: hidden;
}
.section-about .types:before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 450px;
  left: calc(50% - 705px);
  width: 1410px;
  height: 1410px;
  background-color: #fff;
  box-shadow: 0px 15px 18px 0px rgba(183,120,120,0.23) inset;
}
.section-about .types .title {
  padding: 145px 0 0;
  position: relative;
  text-align: center;
}
.section-about .types .title img {
  width: 408px;
}
.section-about .types .character {
  margin: 35px 0 170px;
  padding: 0 30px;
  border: 1px #d56909 solid;
  border-radius: 40px;
  display: inline-block;
  position: relative;
  line-height: 38px;
  color: #d56909;
  font-size: 16px;
}
.section-about .types .character li {
  display: inline-block;
  color: #d56909;
}
.section-about .types .character li + li {
  margin-left: 1em;
}
.section-about .types ul:not(.character) {
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.section-about .types ul:not(.character) li {
  width: calc(335/1080*100%);
}
.section-about .types ul:not(.character) li a {
  padding: 0 0 50px;
  display: block;
  position: relative;
  color: #484848;
  letter-spacing: .1em;
}
.section-about .types ul:not(.character) a:before {
  content: "";
  display: block;
  border-right: 4px #000 solid;
  border-bottom: 4px #000 solid;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}
.section-about .types .label {
  padding: 40px 0 0;
  border-radius: 50%;
  position: absolute;
  top: -90px;
  left: 15px;
  width: 158px;
  height: 158px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.section-about .types ul:not(.character) li:nth-child(1) a:before {
  border-color: #f1625c;
}
.section-about .types ul:not(.character) li:nth-child(2) a:before {
  border-color: #a54895;
}
.section-about .types ul:not(.character) li:nth-child(3) a:before {
  border-color: #0ab18b;
}
.section-about .types ul:not(.character) li:nth-child(1) .label {
  background-color: #f4817d;
  box-shadow: 0 0 30px 30px #f4817d;
}
.section-about .types ul:not(.character) li:nth-child(2) .label {
  background-color: #b76daa;
  box-shadow: 0 0 30px 30px #b76daa;
}
.section-about .types ul:not(.character) li:nth-child(3) .label {
  background-color: #3bc1a2;
  box-shadow: 0 0 30px 30px #3bc1a2;
}
.section-about .types .image {
  position: relative;
}
.section-about .types .name {
  margin: 30px 0 15px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
}
.section-about .types .cat {
  border-radius: 40px;
  line-height: 40px;
  color: #fff;font-weight: bold;
}
.section-about .types ul:not(.character) li:nth-child(1) .cat {
  background-color: #f1625c;
}
.section-about .types ul:not(.character) li:nth-child(2) .cat {
  background-color: #a54895;
}
.section-about .types ul:not(.character) li:nth-child(3) .cat {
  background-color: #0ab18b;
}

@media only screen and (max-width: 1079px) {
  .section-about .points .title {
    font-size: calc(26/1080*100vw);
  }
}

@media only screen and (max-width: 767px) {
  .section-about {
  }
  .section-about .bg {
    top: calc(244/750*100vw);
    left: 0;
    height: calc(1237/750*100vw);
    background: #f8f9fa url(/assets2/img/tea/bg_about_sp.png) center top no-repeat;
    background-size: 100% auto;
    transform: translateX(0);
  }
  .section-about .bg.fixed {
  }
  .section-about .bg.fixed_bottom {
  }
  .section-about .lead {
    padding: 75px calc(40/750*100vw) 0;
  }
  .section-about .lead .tagline {
    margin: 0 auto;
    width: calc(581/750*100vw);
  }
  .section-about .lead .title {
    margin: 5px 0 30px;
    line-height: 1.43;
    font-size: 20px;
    letter-spacing: .05em;
  }
  .section-about .lead .title .em {
    font-size: 28px;
  }
  .section-about .lead p {
    margin: 0 0 70px;
    left: 0;
    transform: translateX(0);
    line-height: 2.14;
    font-size: 14px;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
  .section-about .points {
    margin: 0 calc(40/750*100vw) 60px;
  }
  .section-about .points ul {
    display: block;
  }
  .section-about .points li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: auto;
  }
  .section-about .points li + li {
    margin-top: 20px;
  }
  .section-about .points .image {
    margin: 0 0 10px;
    width: calc(315/750*100vw);
  }
  .section-about .points .title {
    margin: 0 0 10px calc(30/750*100vw);
    padding: 0 0 10px;
    width: calc(315/750*100vw);
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    white-space: normal;
  }
  .section-about .points .title:after {
    left: 0;
    width: 100%;
  }
  .section-about .videoWrap {
    width: 100%;
  }
  .section-about .video {
    padding-top: 58.67vw;
  }
  .section-about .types {
    margin: 0 0 0;
    padding: 70px 0 30px;
  }
  .section-about .types:before {
    top: 70px;
    left: 50%;
    width: calc(1200/750*100vw);
    height: calc(1200/750*100vw);
    transform: translateX(-50%);
  }
  .section-about .types .title {
    padding: calc(128/750*100vw) 0 0;
  }
  .section-about .types .title img {
    width: calc(452/750*100vw);
  }
  .section-about .types .character {
    margin: 20px 0 75px;
    padding: 10px 24px;
    border-radius: 40px;
    width: 230px;
    line-height: 1.54;
    font-size: 13px;
    text-align: left;
    letter-spacing: 0;
  }
  .section-about .types .character li {
    margin: 0 .5em 0 0 !important;
  }
  .section-about .types .character li:nth-child(3) {
    width: 100%;
  }
  .section-about .types ul:not(.character) {
    padding: 0 calc(30/750*100vw);
  }
  .section-about .types ul:not(.character) li {
    position: relative;
    width: calc(228/750*100vw);
  }
  .section-about .types ul:not(.character) li:nth-child(1) {
    z-index: 3;
  }
  .section-about .types ul:not(.character) li:nth-child(2) {
    z-index: 2;
  }
  .section-about .types ul:not(.character) li a {
    padding: 0 0 25px;
  }
  .section-about .types ul:not(.character) li a:before {
    left: calc(50% - 11px);
    width: 16px;
    height: 16px;
  }
  .section-about .types .label {
    padding: 20px 0 0;
    top: -40px;
    left: 0;
    width: 80px;
    height: 80px;
    font-size: 13px;
  }
  .section-about .types ul:not(.character) li:nth-child(1) .label {
    box-shadow: 0 0 10px 10px #f4817d;
  }
  .section-about .types ul:not(.character) li:nth-child(2) .label {
    box-shadow: 0 0 10px 10px #b76daa;
  }
  .section-about .types ul:not(.character) li:nth-child(3) .label {
    box-shadow: 0 0 10px 10px #3bc1a2;
  }
  .section-about .types .name {
    margin: 10px 5px;
    font-size: 12px;
  }
  .section-about .types .cat {
    margin: 0 3px;
    border-radius: 20px;
    line-height: 20px;
    font-size: 10px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 374px) {
  .section-about .types .name {
    font-size: calc(24/750*100vw);
  }
  .section-about .types .cat {
    font-size: calc(20/750*100vw);
    letter-spacing: -.1em;
  }
}





/* =============================================================================
 type
============================================================================= */

.section-type {
}
.section-type .head {
  margin: 0 0 140px;
  padding: 105px 0 0;
  width: 100%;
  height: 436px;
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  letter-spacing: .1em;
}
.section-type .head .label {
  display: inline-block;
  border-bottom: 1px #ffff solid;
  font-size: 30px;
  font-weight: 700;
}
.section-type .head .title {
  margin: 10px 0 50px;
  color: #fff;
  font-size: 46px;
  font-weight: 700;
}
.section-type .head ul {
}
.section-type .head ul li {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.section-type .head ul li + li {
  margin-left: 1em;
}
.section-type .head ul li:before {
  margin: 0 5px 0 0;
  content: "";
  display: inline-block;
  width: 23px;
  height: 19px;
  background: url(/assets2/img/tea/icon_check.png) 0 0 no-repeat;
  vertical-align: bottom;
}
.section-type .item {
  margin: 0 0 180px;
  position: relative;
}
.section-type .item .copy {
  position: relative;
  z-index: 2;
  line-height: 1.5;
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 1079px) {
  .section-type .item .copy {
    font-size: calc(40/1080*100vw);
  }
}
.section-type .item p {
  margin: 20px 0 30px;
  position: relative;
  z-index: 2;
  width: calc(405/1080*100%);
  text-align: justify;
}
.section-type .item .name {
  margin: 0 0 5px;
  position: relative;
  z-index: 2;
  line-height: 1.67;
  color: #222222;
  font-size: 18px;
  font-weight: bold;
}
.section-type .item dl {
  line-height: 1.88;
}
.section-type .item dl dt:after {
  content: "：";
}
.section-type .item dl dt {
  display: inline-block;
}
.section-type .item dl dd {
  display: inline-block;
}
.section-type .item .image {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(690/1080*100%);
}
.section-type .buyBtn {
  margin-top: 10px;
}
.section-type .explanation {
}
.section-type .explanation .title {
  margin: 0 0 45px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.section-type .explanation .title:before,
.section-type .explanation .title:after {
  margin-right: 50px;
  border-radius: 4px;
  content: "";
  display: block;
  width: 50%;
  height: 4px;
}
.section-type .explanation .title:after {
  margin: 0 0 0 50px;
}
.section-type .explanation .title span {
  white-space: nowrap;
}
.section-type .explanation .whentype {
  margin: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-type .explanation .whentype dt {
  margin-right: 40px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 108px;
  line-height: 1.2;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.section-type .explanation .whentype dt:after {
  content: "";
  display: block;
  position: absolute;
  right: -12px;
  top: calc(50% - 2px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 13px;
  border-color: transparent transparent transparent #f1625c;
}
.section-type .explanation .whentype dd {
  padding: 15px 30px;
  border-radius: 80px;
  width: calc(100% - 148px);
  max-width: 740px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .1em;
}
.section-type .explanation .whentype dd ul li {
  display: inline-block;
}
.section-type .explanation .info {
  display: flex;
  justify-content: space-between;
}
.section-type .explanation .info .itemBase {
  width: calc(330/1080*100%);
}
.section-type .explanation .info .image {
}
.section-type .explanation .info .itemBase dl {
  letter-spacing: .1em;
}
.section-type .explanation .info .itemBase dl dt {
  margin: 15px 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px #f1625c solid;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
}
.section-type .explanation .info .itemBase dl dd {
  line-height: 1.67;
  text-align: justify;
}
.section-type .explanation .info .components {
  width: calc(660/1080*100%);
}
.section-type .explanation .info .components ul {
  display: flex;
  flex-wrap: wrap;
}
.section-type .explanation .info .components ul li {
  margin: 0 calc(15/660*100%) 0 0;
  width: calc(200/660*100%);
}
.section-type .explanation .info .components ul li:nth-child(3n) {
  margin-right: 0;
}
.section-type .explanation .info .components ul li:nth-child(n+4) {
  margin-top: 25px;
}
.section-type .explanation .info .components ul li .image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
}
.section-type .explanation .info .components ul li .name {
  margin: 0 0 10px;
  padding: 5px 0 10px;
  border-bottom: 1px #222 solid;
  color: #222;
  font-weight: bold;
  text-align: center;
}
.section-type .explanation .info .components ul li p {
  line-height: 1.57;
  font-size: 14px;
  text-align: justify;
}
.section-type .explanation .info .allergen {
  margin: 40px 0 5px;
  border: 1px #222 solid;
  display: flex;
  line-height: 2.14;
  font-size: 14px;
}
.section-type .explanation .info .allergen dt {
  padding: .4em 1em;
  width: 50%;
  color: #fff;
  background-color: #222;
  white-space: nowrap;
}
.section-type .explanation .info .allergen dd {
  padding: .4em 1em;
  width: 50%;
  color: #222;
  text-align: center;
}
.section-type .explanation .info .notice {
  line-height: 1.57;
  color: #222;
  font-size: 14px;
  text-align: justify;
}
.section-type .whybase {
  margin: 190px 0 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
}
.section-type .column {
  margin: 0 auto 140px;
  padding: 160px 0 0;
  max-width: 1080px;
  position: relative;
}
.section-type .column .cb {
  border-radius: 50%;
  position: absolute;
  top: -176px;
  left: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  line-height: 1.39;
  color: #fff;
  background-color: #f79a4b;
  font-size: 36px;
  font-weight: 700;
  box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.1);
  text-align: center;
}
.section-type .column .cb:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 14px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 14px 0 14px;
  border-color: #f79a4b transparent transparent transparent;
}
.section-type .column .text {
  padding: 0 0 15px;
  border-bottom: 1px #fff solid;
  position: relative;
}
.section-type .column .label {
  color: #c3453f;
  font-size: 26px;
  font-weight: 700;
}
.section-type .column .title {
  margin: 15px 0 20px;
  width: calc(760/1080*100%);
  line-height: 1.33;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.section-type .column p {
  width: calc(760/1080*100%);
  line-height: 38px;
  letter-spacing: .1em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAmCAYAAADnYOp+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFFmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDMgNzkuMTY0NTI3LCAyMDIwLzEwLzE1LTE3OjQ4OjMyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTEyLTI0VDEyOjIyOjQ2KzA5OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0xMi0yNFQxMjoyODoyMSswOTowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0xMi0yNFQxMjoyODoyMSswOTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMTIyOTIwYy1iYTUxLTAzNDYtYTAyYS01MjBmODMzOGE3MzciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjEyMjkyMGMtYmE1MS0wMzQ2LWEwMmEtNTIwZjgzMzhhNzM3IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MjEyMjkyMGMtYmE1MS0wMzQ2LWEwMmEtNTIwZjgzMzhhNzM3Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMTIyOTIwYy1iYTUxLTAzNDYtYTAyYS01MjBmODMzOGE3MzciIHN0RXZ0OndoZW49IjIwMjAtMTItMjRUMTI6MjI6NDYrMDk6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4xIChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz567z0EAAAAJ0lEQVQokWP8//9/GgMqmMXAwMDA+P//fwZsgAmr6KjEqMSoBL0kAA4WB0XIbwVrAAAAAElFTkSuQmCC) 0 0 repeat;
  text-align: justify;
}
.section-type .column p span {
  color: #fff;
}
.section-type .column .image {
  padding: 0 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(300/1080*100%);
  text-align: center;
}
.section-type .voice {
  position: relative;
  overflow: hidden;
  min-height: 684px;
}
.section-type .voiceInner {
  padding: 120px 0 0;
  position: relative;
  text-align: center;
}
.section-type .voice:before {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  bottom: -428px;
  left: 50%;
  width: 2836px;
  height: 1112px;
  transform: translateX(-50%);
}
.section-type .voice .label {
  padding: 0 0 5px;
  border-bottom: 1px #fff solid;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.section-type .voice .title {
  margin: 20px 0 80px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.section-type .voice ul {
  margin: 0 auto;
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
}
.section-type .voice li {
  padding: 30px 25px 15px;
  border-radius: 40px;
  position: relative;
  width: calc(260/1080*100%);
  min-height: 200px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0px 22px 26px 0px rgba(0,0,0,0.1);
}
.section-type .voice li:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -24px;
  left: calc(50% - 20px);
  width: 42px;
  height: 24px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAYCAYAAACMcW/9AAABs0lEQVRIic3Wu4oUQRSA4W9XFMRVMDARA0ExEkG8gyIGBj6DqWiiCL6AaKCRgYmZuYiJCgYGXhBZ8YYXdjFQMBAxMzDwzpHerYZx6Jnp7upx/KGiPlX1c07VqZ6KiAM4hMNY6//iMa7hvogox7KIOBIRn2LyzEbE7h43vaLlWBMRdyaoei4ipvu9qkTL7N6cgOTpAT6mFmyrmcEzbPpHp/YB9qNSaJhowQ48xNKx6S3yHdswNyhgesQCT3BmDGL9nB0mqUZGC5bgHvaOSfI5duHXsKA6ogXr8RKrOtNb5Cd24sWowFGlL3mPk924/cX5OpIaZLTkVnrFuuA1tuPHOETX4RVWZ4r+xp50WWtRt/QlH3AqU7LgQhNJLTJachsH20zEG2zFtyaT2opuSGdsecN5Rcn3Ybbphk1LX/IuNemmXGwjKSOj0rP6FFtqxr9NsV/bbNY2o1KzPpbKOYoiG0fbSuaKFjzCpRpxl3E3Z6Oc0pesxHzqsVV8xGZ8ztkkN6MFX3B8yPcTuZILDPqjbjGuVvyxX+lq/S5FZyLiRo/k9YhY0dX6XZzRfjamW1702m7AHzB+NxLDEZtBAAAAAElFTkSuQmCC) 0 0 no-repeat;
}
.section-type .voice .person {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px #000 dashed;
  font-weight: bold;
  letter-spacing: .1em;
}
.section-type .voice p {
  line-height: 1.63;
  letter-spacing: 0;
  text-align: justify;
}
.section-type .itemBox {
  margin: -80px auto 30px;
  position: relative;
  max-width: 1080px;
}
.section-type .itemBox .inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.section-type .itemBox .image {
  width: 365px;
}
.section-type .itemBox .text {
  padding: 0 0 120px;
  width: 400px;
}
.section-type .itemBox .name {
  line-height: 1.67;
  color: #222;
  font-size: 18px;
  font-weight: bold;
}
.section-type .itemBox dl {
  line-height: 1.88;
}
.section-type .itemBox dl dt {
  display: inline-block;
}
.section-type .itemBox dl dd {
  display: inline-block;
}
.section-type .itemBox dl dd + dt {
  margin-left: 1em;
}
.section-type .itemBox .buyBtn {
}
.section-type .itemBox .buyBtn a {
}

@media only screen and (max-width: 767px) {
  .section-type {
  }
  .section-type .head {
    margin: 0 0 40px;
    padding: 55px 0 0;
    height: 218px;
    background-size: cover;
  }
  .section-type .head .label {
    font-size: 15px;
  }
  .section-type .head .title {
    margin: 5px 0 25px;
    font-size: 28px;
  }
  .section-type .head ul {
  }
  .section-type .head ul li {
    font-size: 12px;
  }
  .section-type .head ul li:before {
    width: 12px;
    height: 11px;
    background-size: contain;
  }
  .section-type .item {
    margin: 0 calc(40/750*100vw) 40px;
  }
  .section-type .item .copy {
    line-height: 1.25;
    font-size: 28px;
  }
  .section-type .item p {
    margin: 15px 0 30px !important;
    width: auto !important;
  }
  .section-type .item .name {
    line-height: 1.5;
    font-size: 15px;
  }
  .section-type .item dl.price dt,
  .section-type .item dl.price dd {
    font-size: 15px;
  }
  .section-type .item .image {
    margin: 0 auto;
    position: static;
    width: calc(536/750*100vw);
  }
  .section-type .buyBtn {
    margin-top: 10px;
  }
  .section-type .explanation {
    margin: 0 calc(40/750*100vw);
  }
  .section-type .explanation .title {
    margin: 0 0 25px;
    font-size: 23px;
  }
  .section-type .explanation .title:before,
  .section-type .explanation .title:after {
    margin-right: 15px;
  }
  .section-type .explanation .title:after {
    margin: 0 0 0 15px;
  }
  .section-type .explanation .title span {
    white-space: nowrap;
    text-align: center;
  }
  .section-type .explanation .whentype {
    margin: 0 0 40px;
    justify-content: space-between;
  }
  .section-type .explanation .whentype dt {
    margin-right: 18px;
    width: 63px;
    height: 63px;
    line-height: 1.23;
    font-size: 13px;
  }
  .section-type .explanation .whentype dd {
    padding: 15px 10px;
    border-radius: 10px;
    width: calc(100% - 90px);
    font-size: 15px;
  }
  .section-type .explanation .whentype dd ul li {
    display: block;
    line-height: 1.53;
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: 0;
  }
  .section-type .explanation .info {
    display: block;
  }
  .section-type .explanation .info .itemBase {
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: auto;
  }
  .section-type .explanation .info .image {
    width: calc(335/750*100vw);
  }
  .section-type .explanation .info .itemBase dl {
    width: calc(300/750*100vw);
  }
  .section-type .explanation .info .itemBase dl dt {
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 15px;
  }
  .section-type .explanation .info .itemBase dl dd {
  }
  .section-type .explanation .info .components {
    width: auto;
  }
  .section-type .explanation .info .components ul {
  }
  .section-type .explanation .info .components ul li {
    margin: 0 calc(35/750*100vw) 0 0;
    width: calc(200/750*100vw);
  }
  .section-type .explanation .info .components ul li:nth-child(3n) {
    margin-right: 0;
  }
  .section-type .explanation .info .components ul li:nth-child(n+4) {
    margin-top: 15px;
  }
  .section-type .explanation .info .components ul li .image {
    width: auto;
    height: 100px;
  }
  .section-type .explanation .info .components ul li .image img {
    width: 60%;
    max-height: 100%;
  }
  .section-type .explanation .info .components ul li .name {
    font-size: 12px;
    letter-spacing: 0;
  }
  .section-type .explanation .info .components ul li p {
    line-height: 1.58;
    font-size: 12px;
  }
  .section-type .explanation .info .allergen {
    margin: 20px 0 5px;
    display: block;
    line-height: 1.33;
    font-size: 13px;
  }
  .section-type .explanation .info .allergen dt {
    padding: 1em;
    width: 100%;
    text-align: center;
  }
  .section-type .explanation .info .allergen dd {
    padding: 1em;
    width: 100%;
  }
  .section-type .explanation .info .notice {
    line-height: 1.64;
    font-size: 11px;
  }
  .section-type .whybase {
    margin: 120px 0 0;
    background-size: 100% auto;
  }
  .section-type .column {
    margin: 0 calc(40/750*100vw) 70px;
    padding: 90px 0 0;
  }
  .section-type .column .cb {
    top: -70px;
    left: 0;
    width: 135px;
    height: 135px;
    font-size: 18px;
    box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.1);
  }
  .section-type .column .cb:before {
    bottom: -10px;
    left: calc(50% - 6px);
    border-width: 11px 6px 0 6px;
  }
  .section-type .column .text {
    padding: 0;
    border-bottom: none;
  }
  .section-type .column .label {
    line-height: 1.5;
    font-size: 15px;
  }
  .section-type .column .title {
    margin: 10px 0;
    padding: 0 0 10px;
    border-bottom: 1px #fff solid;
    display: block;
    width: auto;
    max-width: inherit !important;
    line-height: 1.35;
    font-size: 20px;
  }
  .section-type .column p {
    width: auto;
    line-height: 33px;
    letter-spacing: .1em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAhCAYAAAD6ZdrGAAAAJElEQVQokWMYBaNgFOAEjP///09kYGDggar4wsjIOJ+BgYEBAFySBQL4EYUsAAAAAElFTkSuQmCC) 0 0 repeat;
  }
  .section-type .column p span {
    color: #fff;
  }
  .section-type .column .image {
    padding: 0;
    position: absolute;
    right: calc(-10/750*100vw);
    top: -80px;
    bottom: auto;
    width: 115px;
  }
  .section-type .voice {
    min-height: inherit;
  }
  .section-type .voiceInner {
    padding: 70px 0;
    position: relative;
    text-align: center;
  }
  .section-type .voice:before {
    top: 0;
    bottom: auto;
    width: 1436px;
  }
  .section-type .voice .label {
    font-size: 15px;
  }
  .section-type .voice .title {
    margin: 10px 0 40px;
    font-size: 25px;
  }
  .section-type .voice ul {
    margin: 0 calc(40/750*100vw);
    flex-wrap: wrap;
  }
  .section-type .voice li {
    margin: 0 0 35px;
    padding: 20px 10px 15px;
    border-radius: 15px;
    width: calc(320/750*100vw);
    min-height: inherit;
  }
  .section-type .voice li:before {
    bottom: -12px;
    left: calc(50% - 10px);
    width: 21px;
    height: 12px;
    background-size: contain;
  }
  .section-type .voice .person {
    margin: 0 0 5px;
    padding: 0 0 5px;
  }
  .section-type .voice p {
    line-height: 1.54;
  }
  .section-type .itemBox {
    margin: calc(-40/750*100vw) calc(40/750*100vw) 70px;
  }
  .section-type .itemBox .inner {
    padding-bottom: 50px;
    position: relative;
  }
  .section-type .itemBox .image {
    padding: 0 15px 0 0;
    width: calc(315/750*100vw);
  }
  .section-type .itemBox .text {
    padding: 0 0 calc(120/750*100vw);
    width: calc(335/750*100vw);
  }
  .section-type .itemBox .name {
    line-height: 1.92;
    font-size: 13px;
  }
  .section-type .itemBox dl {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.38;
  }
  .section-type .itemBox dl dt {
    width: 3em;
  }
  .section-type .itemBox dl .price {
    font-size: 15px;
  }
  .section-type .itemBox dl dt:after {
    content: "：";
  }
  .section-type .itemBox dl dd {
    width: calc(100% - 3em);
    letter-spacing: -.05em;
  }
  .section-type .itemBox dl dd + dt {
    margin-left: 0;
  }
  .section-type .itemBox .buyBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .section-type .itemBox .buyBtn a {
  }
}

@media only screen and (max-width: 374px) {
  .section-type .explanation .info .components ul li .name {
    font-size: calc(24/750*100vw);
  }
}





#type01 .head {
  background-image: url(/assets2/img/tea/bg_type01_head.png);
}
#type01 .buyBtn a {
  background-color: #f1625c;
}
#type01 .item .copy {
  color: #f1625c;
}
#type01 .explanation .title span {
  color: #f1625c;
}
#type01 .explanation .title:before {
  background-image: linear-gradient(to right, #fff 0%, #F1635D 100%);
}
#type01 .explanation .title:after {
  background-image: linear-gradient(to right, #F1635D 0%, #fff 100%);
}
#type01 .explanation .whentype dt {
  background-color: #f1625c;
}
#type01 .explanation .whentype dt:after {
  border-color: transparent transparent transparent #f1625c;
}
#type01 .explanation .whentype dd {
  background-color: #fef7f7;
}
#type01 .explanation .whentype dd ul li {
  color: #f1625c;
}
#type01 .explanation .info .itemBase dl dt {
  border-bottom-color: #f1625c;
  color: #f1625c;
}
#type01 .whybase {
  background-color: #f1625c;
  background-image: url(/assets2/img/tea/bg_type01.png);
}
#type01 .column .cb {
  background-color: #f79a4b;
}
#type01 .column .cb:before {
  border-color: #f79a4b transparent transparent transparent;
}
#type01 .column .label {
  color: #c3453f;
}
#type01 .column .title {
  max-width: 17em;
}
#type01 .voice:before {
  background-color: #f4817d;
  box-shadow: 0px 15px 18px 0px #db5955 inset;
}
#type01 .voice .person {
  border-bottom-color: #f7b9b7;
}



#type02 .head {
  background-image: url(/assets2/img/tea/bg_type02_head.png);
}
#type02 .buyBtn a {
  background-color: #a54895;
}
#type02 .item .copy {
  color: #a54895;
}
#type02 .item {
  padding-left: calc(690/1080*100%);
}
#type02 .item .image {
  top: 90px;
  right: auto;
  left: 0;
}
#type02 .item p {
  width: 100%;
}
#type02 .explanation .title span {
  color: #a54895;
}
#type02 .explanation .title:before {
  background-image: linear-gradient(to right, #fff 0%, #a54995 100%);
}
#type02 .explanation .title:after {
  background-image: linear-gradient(to right, #a54995 0%, #fff 100%);
}
#type02 .explanation .whentype dt {
  background-color: #a54995;
}
#type02 .explanation .whentype dt:after {
  border-color: transparent transparent transparent #a54995;
}
#type02 .explanation .whentype dd {
  background-color: #faf6fa;
}
#type02 .explanation .whentype dd ul li {
  color: #a54995;
}
#type02 .explanation .info .itemBase dl dt {
  border-bottom-color: #a54995;
  color: #a54995;
}
#type02 .whybase {
  background-color: #a54995;
  background-image: url(/assets2/img/tea/bg_type02.png);
}
#type02 .column .cb {
  background-color: #dc8eba;
}
#type02 .column .cb:before {
  border-color: #dc8eba transparent transparent transparent;
}
#type02 .column .label {
  color: #78336c;
}
#type02 .column .title {
  max-width: 16em;
}
#type02 .voice:before {
  background-color: #bb74ae;
  box-shadow: 0px 15px 18px 0px #af61a1 inset;
}
#type02 .voice .person {
  border-bottom-color: #ddb9d6;
}
#type02 .itemBox .text {
  padding-bottom: 200px;
}



#type03 .head {
  background-image: url(/assets2/img/tea/bg_type03_head.png);
}
#type03 .buyBtn a {
  background-color: #0ab18b;
}
#type03 .item .copy {
  color: #0ab18b;
}
#type03 .explanation .title span {
  color: #0ab18b;
}
#type03 .explanation .title:before {
  background-image: linear-gradient(to right, #fff 0%, #0ab18b 100%);
}
#type03 .explanation .title:after {
  background-image: linear-gradient(to right, #0ab18b 0%, #fff 100%);
}
#type03 .explanation .whentype dt {
  background-color: #0ab18b;
}
#type03 .explanation .whentype dt:after {
  border-color: transparent transparent transparent #0ab18b;
}
#type03 .explanation .whentype dd {
  background-color: #f3fbf9;
}
#type03 .explanation .whentype dd ul li {
  color: #0ab18b;
}
#type03 .explanation .info .itemBase dl dt {
  border-bottom-color: #0ab18b;
  color: #0ab18b;
}
#type03 .whybase {
  background-color: #0ab18b;
  background-image: url(/assets2/img/tea/bg_type03.png);
}
#type03 .column .cb {
  background-color: #008d8f;
}
#type03 .column .cb:before {
  border-color: #008d8f transparent transparent transparent;
}
#type03 .column .label {
  color: #0a8267;
}
#type03 .column .title {
  max-width: 17em;
}
#type03 .voice:before {
  background-color: #45c4a7;
  box-shadow: 0px 15px 18px 0px #1db794 inset;
}
#type03 .voice .person {
  border-bottom-color: #84d8c5;
}

@media only screen and (max-width: 767px) {
  #type01 .head {
    background-image: url(/assets2/img/tea/bg_type01_head_sp.png);
  }
  #type01 .whybase {
    background-image: url(/assets2/img/tea/bg_type01_sp.png);
  }
  #type01 .column .title {
    max-width: 17em;
  }
  #type01 .voice:before {
    box-shadow: 0px 15px 18px 0px #db5955 inset;
  }



  #type02 .head {
    background-image: url(/assets2/img/tea/bg_type02_head_sp.png);
  }
  #type02 .item {
    padding-left: 0;
  }
  #type02 .item p {
    width: 100%;
  }
  #type02 .whybase {
    background-image: url(/assets2/img/tea/bg_type02_sp.png);
  }
  #type02 .column .image {
    top: -91px;
  }
  #type02 .itemBox .inner {
    padding-bottom: 0;
  }
  #type02 .itemBox .text {
    padding-bottom: calc(180/750*100vw);
  }



  #type03 .head {
    background-image: url(/assets2/img/tea/bg_type03_head_sp.png);
  }
  #type03 .whybase {
    background-image: url(/assets2/img/tea/bg_type03_sp.png);
  }
  #type03 .column .image {
    right: calc(-30/750*100vw);
    top: -73px;
  }
  #type03 .itemBox .inner {
    padding-bottom: 30px;
  }
}





/* =============================================================================
 howto
============================================================================= */

.section-howto {
  margin-bottom: 160px;
}
.section-howto .section-content {
  padding: 80px 0 90px;
  border: 4px #d56909 solid;
  border-radius: 36px;
  background-color: #fcf3ec;
  text-align: center;
  box-shadow: 0px 22px 26px 0px rgba(0,0,0,0.1);
}
.section-howto .label {
  margin: 0 0 15px;
  padding: 0 0 5px;
  border-bottom: 1px #d56909 solid;
  display: inline-block;
  color: #d56909;
  font-size: 30px;
  font-weight: 700;
}
.section-howto .title {
  margin: 0 0 70px;
  color: #d56909;
  font-size: 40px;
  font-weight: 700;
}
.section-howto .title .small {
  color: #d56909;
  font-size: 18px;
  font-weight: normal;
}
.section-howto ul {
  display: flex;
  justify-content: center;
}
.section-howto ul li {
  position: relative;
  width: calc(320/1072*100%);
  text-align: left;
}
.section-howto ul li+ li {
  margin-left: 140px;
}
.section-howto ul li+ li:before {
  content: "";
  border-top: 4px #d56909 solid;
  border-right: 4px #d56909 solid;
  display: block;
  position: absolute;
  top: 35%;
  left: -88px;
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
}
.section-howto ul li .image {
  margin: 0 0 20px;
  text-align: center;
}
.section-howto ul li p {
  line-height: 1.67;
  font-size: 18px;
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .section-howto {
    margin: 0 calc(40/750*100vw) 60px;
  }
  .section-howto .section-content {
    padding: 40px calc(40/750*100vw);
    border-radius: 18px;
  }
  .section-howto .label {
    margin: 0 0 10px;
    font-size: 15px;
  }
  .section-howto .title {
    margin: 0 0 40px;
    font-size: 25px;
  }
  .section-howto .title .small {
    font-size: 13px;
  }
  .section-howto ul {
    display: block;
  }
  .section-howto ul li {
    width: auto;
  }
  .section-howto ul li+ li {
    margin: 50px 0 0;
  }
  .section-howto ul li+ li:before {
    top: -35px;
    border-width: 2px;
    left: calc(50% - 10px);
    width: 16px;
    height: 16px;
    transform: rotate(135deg);
  }
  .section-howto ul li .image {
    margin: 0 0 10px;
  }
  .section-howto ul li p {
    line-height: 1.54;
    font-size: 13px;
  }
}





/* =============================================================================
 assort
============================================================================= */

.section-assort {
}
.section-assort .section-content {
  display: flex;
  justify-content: space-between;
}
.section-assort .image {
  margin: 30px 0 0;
  position: relative;
  width: calc(554/1080*100%);
}
.section-assort .image img {
  position: relative;
  z-index: 2;
}
.section-assort .image figcaption {
  padding: 40px 0 0;
  border-radius: 50%;
  position: absolute;
  top: -70px;
  left: 15px;
  width: 158px;
  height: 158px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  background-color: #dd873a;
  box-shadow: 0 0 30px 30px #dd873a;
  letter-spacing: .2em;
}
.section-assort .text {
  width: calc(420/1080*100%);
}
.section-assort .title {
  line-height: 1.25;
  color: #d56909;
  font-size: 40px;
  font-family: 500px;
}
.section-assort p {
  margin: 30px 0 20px;
  line-height: 1.67;
  color: #222;
  font-size: 18px;
  text-align: justify;
}
.section-assort .name {
  line-height: 1.67;
  color: #222;
  font-size: 18px;
  font-weight: bold;
}
.section-assort dl {
  margin: 10px 0;
  line-height: 1.88;
}
.section-assort dl dt {
  display: inline-block;
}
.section-assort dl dt:after {
  content: "：";
}
.section-assort dl dd {
  display: inline-block;
}
.section-assort dl dd + dt {
  margin-left: 1em;
}
.section-assort .buyBtn {
}
.section-assort .buyBtn a {
  background-color: #d56909;
}

@media only screen and (max-width: 767px) {
  .section-assort {
    margin-bottom: 80px;
  }
  .section-assort .section-content {
    margin: 0 calc(40/750*100vw);
    position: relative;
    display: block;
  }
  .section-assort .image {
    margin: 15px auto 0;
    width: calc(580/750*100vw);
  }
  .section-assort .image figcaption {
    padding: 40px 0 0;
    top: -55px;
    left: 0;
    width: 120px;
    height: 120px;
    font-size: 15px;
    box-shadow: 0 0 10px 10px #dd873a;
  }
  .section-assort .text {
    width: auto;
  }
  .section-assort .title {
    line-height: 1.25;
    font-size: 28px;
  }
  .section-assort p {
    margin: 30px 0 75px;
    line-height: 1.77;
    font-size: 13px;
  }
  .section-assort .name {
    margin-top: calc(-240/750*100vw);
    line-height: 1.33;
    font-size: 15px;
  }
  .section-assort dl {
    margin: 10px 0;
    line-height: 1.88;
  }
  .section-assort dl .price {
    font-size: 15px;
  }
}





/* =============================================================================
 campaign
============================================================================= */

.section-campaign {
  margin: 0 0 120px;
}
.section-campaign .title {
  color: #d56909;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.section-campaign .section-content > p {
  margin: 30px 0 50px;
  color: #222;
  font-size: 18px;
  letter-spacing: .1em;
  text-align: center;
}
.section-campaign .campaign {
  padding: 30px;
  border-radius: 28px;
  box-shadow: 0px 22px 26px 0px rgba(0,0,0,0.1);
}
.section-campaign .head {
  margin-bottom: 35px;
}


/*
.section-campaign .head {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.section-campaign .head .txtWrap {
  display: flex;
}
.section-campaign .head .txt01 {
  line-height: 1.2;
  color: #fff600;
  font-size: 30px;
  font-weight: bold;
}
.section-campaign .head .txt02 {
  margin: 0 30px 0 15px;
  line-height: 1;
  color: #fff;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 0;
}
.section-campaign .head dl {
  margin: 10px 0 0;
}
.section-campaign .head dl + dl {
  margin-left: 1em;
}
.section-campaign .head dl dt {
  margin: 0 0 10px;
  padding: 0 12px;
  border-radius: 13px;
  display: inline-block;
  color: #d56909;
  background-color: #fbf0e7;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .1em;
}
.section-campaign .head dl dd {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
*/

.section-campaign .body {
  padding: 20px 30px;
  border-radius: 20px;
  background-color: #fff;
}
.section-campaign .body p {
  line-height: 1.4;
  color: #d56909;
  font-size: 20px;
  font-weight: bold;
}
.section-campaign .freeshipping {
  margin: 0 0 40px;
  background-color: #d56909;
}
.section-campaign .freeshipping .head img {
  width: 933px;
}
.section-campaign .coupon {
  background-color: #00b900;
}
.section-campaign .coupon .head {
  margin-bottom: 20px;
}
.section-campaign .coupon .head img {
  width: 972px;
}
/*
.section-campaign .coupon .head .txtWrap {
  align-items: center;
}
.section-campaign .coupon .head .icon {
  margin-right: 15px;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  line-height: 1.11;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00b900;
  background-color: #fff600;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
}
.section-campaign .coupon .head .txt01 {
  color: #fff;
  font-size: 86px;
  font-weight: bold;
}
.section-campaign .coupon .head .txt01 span {
  color: #fff;
  font-size: 40px;
}
.section-campaign .coupon .head .txt02 {
  line-height: 1.19;
  font-size: 32px;
  font-weight: bold;
}
.section-campaign .coupon .head dl dt {
  color: #00b900;
  background-color: #e6f8e6;
}
*/
.section-campaign .coupon .body p {
  color: #00b900;
  text-align: justify;
}
.section-campaign .coupon .body .search {
  margin: 30px 0 15px;
  display: flex;
  flex-wrap: wrap;
}
.section-campaign .coupon .body .search dl {
  margin-right: 30px;
  width: 240px;
}
.section-campaign .coupon .body .search dl dt {
  font-weight: bold;
}
.section-campaign .coupon .body .search dl dd {
  padding: 7px 0 0 30px;
  width: 240px;
  height: 40px;
  background: url(/assets2/img/tea/bg_search.png) 0 0 no-repeat;
}
.section-campaign .coupon .body .search .qrcode {
}
.section-campaign .coupon .body .use {
  line-height: 1.79;
  color: #4a4a4a;
  font-size: 14px;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .section-campaign {
    margin: 0 0 70px;
  }
  .section-campaign .title {
    font-size: 28px;
  }
  .section-campaign .section-content > p {
    margin: 15px 0 30px;
    line-height: 1.77;
    font-size: 13px;
  }
  .section-campaign .campaign {
    margin: 0 calc(40/750*100vw);
    padding: 20px;
    border-radius: 15px;
  }
  .section-campaign .head {
    margin: 0 0 15px;
  }
/*
  .section-campaign .head .txtWrap {
    display: flex;
    width: 100%;
  }
  .section-campaign .head .txt01 {
    line-height: 1.33;
    font-size: 15px;
    white-space: nowrap;
  }
  .section-campaign .head .txt02 {
    margin: 0 0 0 5px;
    font-size: 40px;
    white-space: nowrap;
  }
  .section-campaign .head dl {
    margin: 10px 0 0;
    width: 100%;
  }
  .section-campaign .head dl + dl {
    margin-left: 0;
  }
  .section-campaign .head dl dt {
    margin: 0 0 5px;
    font-size: 12px;
  }
  .section-campaign .head dl dd {
    font-size: 13px;
  }
*/
  .section-campaign .body {
    padding: 10px 15px;
    border-radius: 12px;
  }
  .section-campaign .body p {
    line-height: 1.54;
    font-size: 13px;
  }
  .section-campaign .freeshipping {
    margin-bottom: 20px;
  }
  .section-campaign .freeshipping .head img {
    width: calc(576/750*100vw);
  }
  .section-campaign .coupon .head {
    margin-bottom: 10px;
  }
  .section-campaign .freeshipping .head img {
    width: calc(596/750*100vw);
  }
/*
  .section-campaign .coupon .head .txtWrap {
    align-items: center;
  }
  .section-campaign .coupon .head .icon {
    margin-right: 10px;
    width: 60px;
    height: 60px;
    line-height: 1.2;
    font-size: 10px;
  }
  .section-campaign .coupon .head .txt01 {
    font-size: 50px;
  }
  .section-campaign .coupon .head .txt01 span {
    font-size: 20px;
  }
  .section-campaign .coupon .head .txt02 {
    line-height: 1.17;
    font-size: 18px;
  }
*/
  .section-campaign .coupon .body .search {
    margin: 0 0 15px;
    display: block;
  }
  .section-campaign .coupon .body .search dl {
    margin-right: 0;
    width: auto;
  }
  .section-campaign .coupon .body .search dl dt {
    margin: 20px 0 5px;
  }
  .section-campaign .coupon .body .search dl dd {
    padding: 5px 0 0 15px;
    width: 192px;
    height: 32px;
    background: url(/assets2/img/tea/bg_search.png) 0 0 no-repeat;
    background-size: contain;
  }
  .section-campaign .coupon .body .search .qrcode {
    display: none;
  }
  .section-campaign .coupon .body .use {
    padding-bottom: 10px;
    line-height: 1.64;
    font-size: 11px;
  }
}





/* =============================================================================
 faq
============================================================================= */

.section-faq {
  padding: 120px 0 140px;
  background-color: #f4f4f4;
  text-align: center;
}
.section-faq .label {
  margin: 0 0 20px;
  padding: 0 0 5px;
  border-bottom: 1px #484848 solid;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
}
.section-faq .title {
  font-size: 40px;
  font-weight: 700;
}
.section-faq dl {
  margin: 80px 0 0;
  border-bottom: 1px #d2d2d2 dashed;
  text-align: left;
}
.section-faq dl dt {
  padding: 22px 0 22px 120px;
  border-top: 1px #d2d2d2 dashed;
  position: relative;
  line-height: 1.67;
  color: #d8752c;
  font-size: 30px;
  font-weight: 700;
}
.section-faq dl dd {
  padding: 26px 0 26px 120px;
  border-top: 1px #d2d2d2 dashed;
  position: relative;
  line-height: 2;
  font-size: 18px;
  letter-spacing: .1em;
  text-align: justify;
}
.section-faq dl dt:before,
.section-faq dl dd:before {
  content: "Q.";
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  line-height: 1;
  color: #d8752c;
  font-size: 40px;
  font-weight: 700;
}
.section-faq dl dd:before {
  content: "A.";
  top: 20px;
  color: #222;
  font-family: "秀英明朝 L", "Shuei Mincho L", 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "sans-serif";
}

@media only screen and (max-width: 767px) {
  .section-faq {
    padding: 60px calc(40/750*100vw);
    background-color: #f4f4f4;
    text-align: center;
  }
  .section-faq .label {
    margin: 0 0 10px;
    font-size: 15px;
  }
  .section-faq .title {
    font-size: 25px;
  }
  .section-faq dl {
    margin: 30px 0 0;
  }
  .section-faq dl dt {
    padding: 14px 0 14px 45px;
    line-height: 1.39;
    font-size: 18px;
  }
  .section-faq dl dd {
    padding: 14px 0 14px 45px;
    line-height: 1.77;
    font-size: 13px;
  }
  .section-faq dl dt:before,
  .section-faq dl dd:before {
    top: 16px;
    left: 5px;
    font-size: 20px;
  }
  .section-faq dl dd:before {
    top: 13px;
  }
}





/* =============================================================================
 brand
============================================================================= */

.section-brand {
  padding: 140px 0;
}
.section-brand .brandBox + .brandBox {
  margin-top: 30px;
}
.section-brand .name {
  margin: 0 0 10px;
  padding: 0 0 10px;
  line-height: 1.19;
  letter-spacing: .1em;
  font-size: 32px;
}
.section-brand .name {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAADCAYAAABBCiV2AAAAQ0lEQVQImWXKIRGAMAAAwB+KowIWYlBhArUuaNIguVsBHB2mVwGJwozXH55rn5AxYO2X7dboEDFjRGrDl04UVBy/gReNRAkOk1GcDQAAAABJRU5ErkJggg==) bottom left repeat-x;
  font-size: 32px;
}
.section-brand p {
  line-height: 1.63;
}
.section-brand .txt {
  margin-left: 20px;
}
.section-brand .aisei {
  position: relative;
}
.section-brand .aisei .name {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAADCAYAAABBCiV2AAAAQklEQVQImWXKIRGAMAAAwB+SCthRBYmYIseCUATJHWIRyMD0aqAw4/WHZy8RF0akmJdbZ8CKGRO2PnzpREXD8Rt4AYuECQ5n3eVkAAAAAElFTkSuQmCC);
}
.section-brand .aisei .name img {
  height: 50px;
}
.section-brand .aisei .name,
.section-brand .aisei p {
  width: calc(745/1080*100%);
  text-align: justify;
}
.section-brand .aisei .image {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(280/1080*100%);
}

@media only screen and (max-width: 767px) {
  .section-brand {
    padding: 60px calc(40/750*100vw);
  }
  .section-brand .name {
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 16px;
  }
  .section-brand .name img {
    height: 36px;
  }
  .section-brand p {
    line-height: 1.54;
  }
  .section-brand .txt {
    margin-left: 10px;
  }
  .section-brand .aisei .name img {
    height: 26px;
  }
  .section-brand .aisei .name,
  .section-brand .aisei p {
    width: auto;
  }
  .section-brand .aisei .image {
    margin-top: 20px;
    position: static;
    width: auto;
  }
}





/* =============================================================================
 order
============================================================================= */

.section-order-form .headline {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .section-order-form .headline {
    padding: 110px 0 60px;
  }
}





/* =============================================================================
 anime
============================================================================= */

.section-hero .image {
  opacity: 0;
  transition: opacity ease 1.2s;
}
.section-hero.animated .image {
  opacity: 1;
}

.section-about .lead p.anime span {
  opacity: 0;
  transition: opacity ease 2.2s;
}
.section-about .lead p.anime span:nth-of-type(2) {
  transition-delay: .2s;
}
.section-about .lead p.anime span:nth-of-type(3) {
  transition-delay: .4s;
}
.section-about .lead p.anime span:nth-of-type(4) {
  transition-delay: .6s;
}
.section-about .lead p.anime span:nth-of-type(5) {
  transition-delay: .8s;
}
.section-about .lead p.anime span:nth-of-type(6) {
  transition-delay: 1s;
}
.section-about .lead p.anime span:nth-of-type(7) {
  transition-delay: 1.2s;
}
.section-about .lead p.anime span:nth-of-type(8) {
  transition-delay: 1.4s;
}
.section-about .lead p.anime span:nth-of-type(9) {
  transition-delay: 1.6s;
}
.section-about .lead p.anime span:nth-of-type(10) {
  transition-delay: 1.8s;
}
.section-about .lead p.animated span {
  opacity: 1;
}
.section-about .points.anime {
  opacity: 0;
  transition: opacity ease 1s;
}
.section-about .points.animated {
  opacity: 1;
}
.section-about .types .title.anime {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity ease 1s, transform ease 1s;
}
.section-about .types .title.animated {
  opacity: 1;
  transform: translateY(0);
}
.section-about .types .lineup.anime li {
  opacity: 0;
  transition: opacity ease 1.6s;
}
.section-about .types .lineup.anime li:nth-child(2) {
  transition-delay: .3s;
}
.section-about .types .lineup.anime li:nth-child(3) {
  transition-delay: .6s;
}
.section-about .types .lineup.animated li {
  opacity: 1;
}

.section-type .head.anime .label,
.section-type .head.anime .title,
.section-type .head.anime ul,
.section-type .item.anime,
.section-type .explanation.anime,
.section-type .explanation.anime .whentype dt {
  opacity: 0;
  transition: opacity ease 1s;
}
.section-type .head.animated .label,
.section-type .head.animated .title,
.section-type .head.animated ul,
.section-type .item.animated,
.section-type .explanation.animated,
.section-type .explanation.animated .whentype dt {
  opacity: 1;
}
.section-type .explanation.anime .whentype dt {
  transition-delay: .6s;
}

.section-type .column.anime .cb {
  opacity: 0;
  transform: translateY(40%);
  transition: opacity ease .1s,transform ease .1s;
}
.section-type .column.animated .cb {
  opacity: 1;
  transform: translateY(0);
}
.section-type .column.anime .label,
.section-type .column.anime .title,
.section-type .column.anime p {
  opacity: 0;
  transition: opacity ease 1s .2s;
}
.section-type .column.animated .label,
.section-type .column.animated .title,
.section-type .column.animated p {
  opacity: 1;
}

.section-type .voice.anime ul li {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity ease 1s, transform ease 1s;
}
.section-type .voice.anime ul li:nth-child(2) {
  transition-delay: .3s;
}
.section-type .voice.anime ul li:nth-child(3) {
  transition-delay: .6s;
}
.section-type .voice.anime ul li:nth-child(4) {
  transition-delay: .9s;
}
.section-type .voice.animated ul li {
  opacity: 1;
  transform: translateY(0);
}

.section-type .itemBox.anime {
  opacity: 0;
  transition: opacity ease 1s;
}
.section-type .animated.anime {
  opacity: 1;
}

.section-howto ul.anime li {
  opacity: 0;
  transition: opacity ease 1s;
}
.section-howto ul.anime li:nth-child(2) {
  transition-delay: .3s;
}
.section-howto ul.animated li {
  opacity: 1;
}

.section-assort.anime,
.section-campaign.anime {
  opacity: 0;
  transition: opacity ease 1s;
}
.section-assort.animated,
.section-campaign.animated {
  opacity: 1;
}





/* =============================================================================
 product detail
============================================================================= */

.container {
}
.ecommerce .ibox-content .row,
.ecommerce .ibox-content section section {
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .container {
    width: auto;
  }
  .ecommerce .ibox-content .row,
  .ecommerce .ibox-content section section {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: auto;
  }
  .ecommerce .ibox-content .row,
  .ecommerce .ibox-content section section {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: auto;
  }
  .ecommerce .ibox-content .row,
  .ecommerce .ibox-content section section {
    width: 1170px;
  }
}




.ecommerce .section-banner {
  margin-left: calc(20/750*100vw - 35px);
  margin-right: calc(20/750*100vw - 35px);
}
.ecommerce .ibox-content .section-type {
  margin-top: 80px;
  margin-left: -35px;
  margin-right: -35px;
  font-family: "秀英明朝 L", "Shuei Mincho L", 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "sans-serif";
}
.section-type .label {
  padding: 0;
  border-radius: 0;
  display: block;
  line-height: 1.8;
  background-color: transparent;
  font-family: "秀英明朝 L", "Shuei Mincho L", 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "sans-serif";
  text-align: left;
  vertical-align: inherit;
}

.section-type .explanation .whentype .dldt {
  margin-right: 40px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 108px;
  line-height: 1.2;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.section-type .explanation .whentype .dldt:after {
  content: "";
  display: block;
  position: absolute;
  right: -12px;
  top: calc(50% - 2px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 13px;
  border-color: transparent transparent transparent #f1625c;
}
.section-type .explanation .whentype .dldd {
  padding: 15px 30px;
  border-radius: 80px;
  width: calc(100% - 148px);
  max-width: 740px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .1em;
}
.section-type .explanation .whentype .dldd ul li {
  display: inline-block;
}
.section-type .explanation .info .itemBase .dl {
  letter-spacing: .1em;
}
.section-type .explanation .info .itemBase .dl .dldt {
  margin: 15px 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px #f1625c solid;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
}
.section-type .explanation .info .itemBase .dl .dldd {
  line-height: 1.67;
  text-align: justify;
}
.section-type .explanation .info .allergen .dldt {
  padding: .4em 1em;
  width: 50%;
  color: #fff;
  background-color: #222;
  white-space: nowrap;
}
.section-type .explanation .info .allergen .dldd {
  padding: .4em 1em;
  width: 50%;
  color: #222;
  text-align: center;
}


#type01 .explanation .whentype .dldt {
  background-color: #f1625c;
}
#type01 .explanation .whentype .dldt:after {
  border-color: transparent transparent transparent #f1625c;
}
#type01 .explanation .whentype .dldd {
  background-color: #fef7f7;
}
#type01 .explanation .whentype .dldd ul li {
  color: #f1625c;
}
#type01 .explanation .info .itemBase .dl .dldt {
  border-bottom-color: #f1625c;
  color: #f1625c;
}
#type02 .explanation .whentype .dldt {
  background-color: #a54995;
}
#type02 .explanation .whentype .dldt:after {
  border-color: transparent transparent transparent #a54995;
}
#type02 .explanation .whentype .dldd {
  background-color: #faf6fa;
}
#type02 .explanation .whentype .dldd ul li {
  color: #a54995;
}
#type02 .explanation .info .itemBase .dl .dldt {
  border-bottom-color: #a54995;
  color: #a54995;
}
#type03 .explanation .whentype .dldt {
  background-color: #0ab18b;
}
#type03 .explanation .whentype .dldt:after {
  border-color: transparent transparent transparent #0ab18b;
}
#type03 .explanation .whentype .dldd {
  background-color: #f3fbf9;
}
#type03 .explanation .whentype .dldd ul li {
  color: #0ab18b;
}
#type03 .explanation .info .itemBase .dl .dldt {
  border-bottom-color: #0ab18b;
  color: #0ab18b;
}





@media only screen and (max-width: 767px) {
  .ecommerce .ibox-content .section-type {
    margin-top: 30px;
    font-size: 13px;
  }
  
  .section-type .explanation .whentype .dldt {
    margin-right: 18px;
    width: 63px;
    height: 63px;
    line-height: 1.23;
    font-size: 13px;
  }
  .section-type .explanation .whentype .dldd {
    padding: 15px 10px;
    border-radius: 10px;
    width: calc(100% - 90px);
    font-size: 15px;
  }
  .section-type .explanation .whentype .dldd ul li {
    display: block;
    line-height: 1.53;
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: 0;
  }
  .section-type .explanation .info .itemBase .dl {
    width: calc(300/750*100vw);
  }
  .section-type .explanation .info .itemBase .dl .dldt {
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 15px;
  }
  .section-type .explanation .info .allergen .dldt {
    padding: 1em;
    width: 100%;
    text-align: center;
  }
  .section-type .explanation .info .allergen .dldd {
    padding: 1em;
    width: 100%;
  }
}





/* =============================================================================
 temp
============================================================================= */

.section-about .points + .types {
  margin-top: 0;
  padding-top: 0;
}
@media screen and (min-width: 1150px) {
  #reviews {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
  }
  .review-body {
    width: auto;
  }
}



