@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------
Reset:
----------------------------------------------------------------
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}

nav ul,
ul,
li{
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration: none;
color: #3F3A34;
}

a:hover{
opacity: 0.5;
}

/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}

img{
width: 100%;
line-height: 1;
}

/*--------------------------------------------------------------
Header:
----------------------------------------------------------------
*/

header{
width: 100%;
z-index: 100;
position: fixed;
top:0;
}

#global-menu{
position: relative;
width: 100%;
z-index: 100;
}

.nav-mobile{
z-index: 100;
position: relative;
float: right;
margin: 10px 20px 0 0;
width: 40px;
height: 40px;
background-color: transparent;
border: none;
}
.nav-mobile span{
position: absolute;
display: block;
height: 1px;
width: 40px;
background-color: #3F3A34;
}
.nav-mobile span:nth-child(1){
top:15px;
}
.nav-mobile span:nth-child(2){
top:20px;
}
header.open .nav-mobile span:nth-child(1){
transform-origin:center center; 
transform: rotate(15deg);
}
header.open .nav-mobile span:nth-child(2){
top:15px;
transform: rotate(-15deg);
}
#global-menu nav{
position: absolute;
top: 0;
right: -100%;
width: 100%;
height: 100vh;
background-color: #DAD9D6;
}
header.open #global-menu nav{
right: 0;
}
#global-menu nav ul{
padding: 10%;
}
#global-menu nav a{
display: block;
font-weight: 400;
font-style: normal; 
color: #3F3A34;
text-align: center;
padding: 5% 0;
width: 100%;
}
#global-menu nav a strong{
display: block;
font-family: "jost", sans-serif;
font-size: 1.2em;
letter-spacing: 2px;
font-weight: 400;
}
#global-menu nav a span{
display: block;
font-size: 80%;
letter-spacing: 2px;
}
#global-menu nav li.sns ul{
display: flex;
justify-content:center;
margin: 0;
}
#global-menu nav li.sns li{
width: 40px;
}
#global-menu nav li.sns li:nth-child(1){
margin-right: 10px;
}

/*--------------------------------------------------------------
common:
----------------------------------------------------------------
*/
* {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

/*本体用のスタイル*/


body{
position: relative;
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 1em;
line-height: 1.8;
color: #3F3A34;
background-color: #FAEEE0;
overflow-x: hidden;
}

html::-webkit-scrollbar{
  display:none;
}

html{
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}

#wrap{
height: 100vh;
scroll-snap-type: y mandatory;
}

.section{
scroll-snap-align: start;
width: 100%;
}
  
.pc{
display: none;
}

.next{
position: fixed;
bottom: -200px;
left: calc(50% - 80px);
display: block;
cursor: pointer;
width: 160px;
}
.next.active{
bottom: 10px;
}
.next a{
display: block;
width: 100%;
color: #3F3A34;
font-size: 1em;
font-family: "jost", sans-serif;
padding: 3% 0 10px;
}
.next a::before{
content: 'Next';
text-align: center;
display: block;
}

#tea7-next.next a::before{
content: 'Page top';
text-align: center;
display: block;
}

.next a::after{
content: '';
position: absolute;
bottom: -40px;
left: calc(50% - .5px);
display: block;
text-align: center;
width: 1px;
height: 50px;
background-color: #3F3A34;
}

/*--------------------------------------------------------------
contents:
----------------------------------------------------------------
*/

#tea1 .sp{
background-image: url("../images/main-visual-pc.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 100vh;
}


#tea1 .copy-wrap{
display: block;
margin: 0 auto;
padding-top: 15%;
}

#tea1 h1 img{
display: block;
width: 22%;
margin: 0 auto 10%;
}
#tea1 span{
display: block;
font-family: "jost", sans-serif;
letter-spacing: 2px;
padding-left: 2px;
margin: 0 auto;
text-align: center;
}
#tea1 strong{
display: block;
font-family: "BIZ UDPMincho", serif;
letter-spacing: 3px;
padding-left: 3px;
margin: 0 auto;
text-align: center;
font-size: 1.25em;
font-weight: 400;
}

#tea2 .sp{
background-image: url("../images/concept-sp.png");
background-size: cover;
background-position:center center;
;
background-repeat: no-repeat;
padding: 0;
}
#tea2 .copy-wrap{
padding: 15% 0 20%;
text-align: center;
}
#tea2 h2{
display: block;
font-family: "Shippori Mincho B1", serif;
letter-spacing: 2px;
padding-left: 10px;
font-size: 1.3em;
font-weight: 400;
padding-bottom: 7%;
}
#tea2 .copy-wrap p{
display: block;
line-height: 2.2;
font-size: 80%;
}

.sp.image-box{
display: block;
width: 100%;
line-height: 0;
}
.sp.text-box{
width: 100%;
}
.sp.text-box .copy-wrap{
padding: 10% 0;
width: 100%;
}
.text-box h2,
#tea7 h2{
font-family: "jost", sans-serif;
font-size: 2em;
letter-spacing: 4px;
font-weight: 400;
text-align: center;
}
.text-box span{
display: block;
font-size: 70%;
padding-bottom: 5%;
text-align: center;
}
.text-box .copy-wrap p{
display: block;
width: 80%;
margin: 0 auto;
font-size: 70%;
letter-spacing: 2.5px;
padding-left: 2.5px;
line-height: 1.6;
font-weight: 400;
padding-bottom: 5%;
text-align: justify;
}
.text-box a{
display: flex;
flex-flow: wrap;
justify-content: center;
align-items: center; 
margin: 0 auto;
padding: 3% 0;
width: 45%;
max-width: 240px;
color: #fff;
background-color: #3F3A34;
line-height: 1;
}
.text-box a img{
display: block;
width: 35%;
line-height: 1;

}
.text-box a span{
display: block;
line-height: 1;
font-size: 1em;
padding-bottom: 0;
padding-left: 5%;
}
.matrix{
display: block;
width: 50%;
max-width: 240px;
margin: 3% auto 8%;
}

#tea3 .text-box{
background-color: #DAD9D6;
width: calc(100% - 2px);
padding-left: 2px;
}


#tea4 .text-box{
color: #fff;
background-color: #A7A8A9;
width: calc(100% - 2px);
padding-left: 2px;
}


#tea5 .text-box{
background-color: #9ABEAA;
width: calc(100% - 2px);
padding-left: 2px;
}

#tea6 .text-box{
background-color: #D4B59E;
width: calc(100% - 2px);
padding-left: 2px;
}


/* ---------------------------- */
/* --- UGC --- */
/* ---------------------------- */

#tea7.section{
height: auto;
display: block;
padding: 10% 7%;
width: 86%;
}
#tea7 h2{
padding-bottom: 3%;
}

#tea7 .sub-title{
display: block;
margin: 0 auto;
font-size: 70%;
letter-spacing: 2.5px;
padding-left: 2.5px;
line-height: 1.6;
font-weight: 400;
padding-bottom: 7%;
text-align: justify;
}

.modaal-noscroll {
overflow:auto;
overscroll-behavior: none;
}


/* モーダルのスタイル調整 */
.modaal-content-container {
  padding: 20px;
}
 
/* ✕ボタンの位置調整 */
.modaal-close {
  position: absolute;
  top: -60px;
  right: 0;
}
  
/* ✕ボタンの色 */
.modaal-close:after, 
.modaal-close:before {
  background:#ccc;  
}
  
/* ホバーしたときの✕ボタンの色 */
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #ca353b;
}

.btn-thumbnail{
display: flex;
flex-wrap:wrap;
gap:4%;
max-width: 1000px;
margin: 0 auto;
}
.js-modal-target{
position: relative;
width: 48%;
}
.js-modal-target .image-box{
position: relative;
cursor: pointer;
}
.js-modal-target img{
display: block;
width: 100%;
}

.js-modal-target img.open-button{
position: absolute;
bottom: 15px;
right: 15px;
display: block;
width: 20px;
height: 20px;
}

.js-modal-target .text-box{
padding: 5% 0 10%;
}
.js-modal-target strong{
display: block;
font-size: 13px;
border-bottom: 1px #000 solid;
padding-bottom: 3%;
}
.js-modal-target .text-box span{
text-align: left;
padding-top: 3%;
font-family: "jost", sans-serif;
font-weight: 500;
}

.js-modal-target .text-box p{
font-size: 70%;
line-height: 1.4;
text-align: justify;
}

.modaal-container{
width: 80%;
margin: auto;
}

.modaal-content-container .text-box{
padding-top: 5px;
}
.modaal-content-container .text-box .title{
font-size: 80%;
}

.kind{
text-align: left;
font-size: 70%;
padding-bottom: 5px;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
font-family: "jost", sans-serif;
font-weight: 500;
}

.kind + p{
font-size: 70%;
line-height: 1.4;
text-align: justify;
}

.modaal-close:after, .modaal-close:before {
background-color: #fff;
width: 2px;
}
.modaal-close {
top: 0px;
right: -40px;
width: 40px;
height: 40px;
}
.modaal-close:focus,.modaal-close:hover {
background-color: transparent;
opacity: .5;
}
.modaal-close:focus:after,.modaal-close:focus:before,.modaal-close:hover:after,.modaal-close:hover:before {
    background: #fff;
}

/*--------------------------------------------------------------
footer
----------------------------------------------------------------
*/

footer{
background-color: #D4B59E;
}
#lh-navigation{
margin-bottom: 10%;
}
#lh-navigation ul{
display: flex;
justify-content:center;
}
#lh-navigation li{
margin-right: 20px;
}
#lh-navigation li:last-child{
margin-right: 0;
}
#lh-navigation li a{
display: block;
width: 40px;
}
#lh-navigation li a img{
line-height: 0;
display: block;
}
.footer-brand{
position: relative;
width: 60%;
max-width: 320px;
margin: 0 auto 10%;
padding: 15% 0 0;
}
.footer-brand img{
display: block;
width: 100%;
}
#lh-navigation + p{
display: block;
font-size: 10px;
padding: 10%;
}
#lh-navigation + strong{
display: block;
font-size: 10px;
padding-left: 15%;
}
footer table{
width: 70%;
margin: 0 auto 10%;
}
footer th{
font-size: 10px;
font-weight: 400;
text-align: left;
width: 3em;
}
footer td{
font-size: 10px;
}

.copyright{
background-color: #FAEEE0;
text-align: center;
font-size: 10px;
letter-spacing: 1px;
padding: 8% 0;
line-height: 1.6;
}
#side-nav{
position: fixed;
top:35%;
right: 7%;
width: 5px;
}

#side-nav a{
display: block;
text-align: center;
width: 5px;
height: 5px;
margin-bottom: 30px;
background-color: #3F3A34;
border-radius: 5px;
}
#side-nav ul li:last-child a{
margin-bottom: 0;
}

#side-nav li.active a{
transform: scale(3,3);
}

.to-onlinestore{
position: fixed;
display: block;
bottom: 120px;
right: 5%;
width: 20px;
height: auto;
z-index: 1;
opacity: 0.8;
}
.to-onlinestore img{
width: 100%;
}

.page-top{
position: fixed;
display: block;
bottom: 20px;
right: 5%;
width: 20px;
height: auto;
z-index: 1;
opacity: 0.8;
}
.page-top img{
width: 100%;
}

@media screen and (min-width:480px) {
#side-nav{
right: 6%;
}
}
@media screen and (min-width:768px) {
.section{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;  
}
.pc{
display: block;
}
.sp{
display: none!important;
}

.nav-mobile{
position: fixed;
right: 3.5%;
top: 7%;
}
header{
background: rgba(250, 238, 224,.4);
margin-top: -160px;
}
header.open{
margin-top: 0px;
}
#global-menu nav{
position: relative;
left: 0;
width: 100%;
height: auto;
background-color: transparent;
}

#global-menu nav ul{
display: flex;
padding: 12px 30px;
}
#global-menu nav li{
width: 33.33%;
}
#global-menu nav li.sns{
display: none;
}
#global-menu nav a{
padding: 20px 0;
width: 100%;
}


/*#tea1 .sp{
display: none;
}*/
#tea1 .pc{
background-image: url("../images/main-visual-pc.jpg");
background-size: cover;
background-position: center bottom;
background-repeat: no-repeat;
height: 100vh;
width: 100%;
}


#tea1 .copy-wrap{
padding-top: 5%;
}
#tea1 h1 img{
width: 10%;
max-width: 220px;
margin: 0 auto 3%;
}
#tea1 span{
display: block;
font-family: "jost", sans-serif;
letter-spacing: 2px;
padding-left: 2px;
margin: 0 auto;
text-align: center;
}
#tea1 strong{
display: block;
font-family: "BIZ UDPMincho", serif;
letter-spacing: 4px;
padding-left: 4px;
margin: 0 auto;
text-align: center;
font-size: 1.4em;
font-weight: 400;
}


#tea2 .pc{
background-image: url("../images/concept-pc.jpg");
background-size: cover;
background-position: center right;
background-repeat: no-repeat;
height: 100vh;
width: 100%;
}

#tea2 .copy-wrap {
padding: 7% 0 0 7%;
text-align: left;
}
#tea2 h2{
font-size: 1.5em;
padding-bottom: 3%;
padding-left: 0;
}
#tea2 .copy-wrap br.line-feed{
display: none;
}

.pc.image-box{
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 100vh;
width: 60%;
display: table-cell;
}

.pc.text-box{
height: 100vh; 
position: relative;
width: 40%;
display: table-cell;
}
.pc.text-box .copy-wrap{
position: absolute;
width: 64%;
text-align: left;
transform:translateX(-50%);
transform:translateY(-50%);
left: 16%;
top:50%;
}
.pc.text-box .copy-wrap p,
#tea7 .sub-title{
font-size: 13px;
line-height: 1.4;
}

.matrix {
width: 90%;
padding-bottom: 7%;
max-width: 260px;
}

.pc.text-box .copy-wrap h2{
font-size: 3vw;
line-height: 1.4;
}
.pc.text-box span{
padding-bottom: 10%;
}
.pc.text-box a span{
padding-bottom: 0%;
}
.pc.text-box strong{
line-height: 1.6;
padding-bottom: 15%;
}
.pc.text-box a{
width: 80%;
max-width: 240px;
margin: 0 auto;
padding: 5% 0;
}
#tea3,
#tea4,
#tea5,
#tea6{
width: 100%;
/*overflow: hidden;*/
}
#tea3 .sp,
#tea4 .sp,
#tea5 .sp,
#tea6 .sp{
display: none!important;
}
.pc.image-box{
width: 60vw!important;
}
.pc.text-box{
width: 40vw!important;
}
#tea3 .pc.image-box{
background-image: url("../images/white-tea-pc.png");
}
#tea4 .pc.image-box{
background-image: url("../images/black-tea-pc.png");
}
#tea5 .pc.image-box{
background-image: url("../images/green-tea-pc.png");
}
#tea6 .pc.image-box{
background-image: url("../images/lotus-tea-pc.png");
}
#tea7 h2{
padding-bottom:  2%;
}
#tea7 .sub-title{
font-size: 13px;
padding-bottom: 5%;
}
.js-modal-target{
width: 22%;
}
footer.section{
display: block;
}
footer .copy-wrap{
text-align: center;
width: 500px;
margin: 0 auto;
}
footer h1{
margin: 0 auto 5%;
max-width: 400px;
}
footer nav ul{
margin: 0 auto 5%;
}
footer td {
text-align: left;
}
#lh-navigation + strong {
text-align: left;
}
.copyright{
margin: 0;
padding: 3% 0;
}
.copyright br{
display: none;
}

.to-onlinestore{
position: fixed;
display: block;
bottom: 60px;
right: 20px;
width: 80px;
height: 80px;
z-index: 1;
opacity: 0.8;
}
.to-onlinestore img.pc {
display: block;
width: 100%;
}
.to-onlinestore img.sp {
display: none;
}


.page-top{
position: fixed;
display: block;
bottom: 20px;
right: 20px;
width: 80px;
height: auto;
z-index: 1;
opacity: 0.8;
}
.page-top img.pc {
display: block;
width: 100%;
}
.page-top img.sp {
display: none;
}
#side-nav {
top: 25%;
}
.swiperModalButton {
gap:3%;
}
.modalOpen{
width: 30%;
}
#tea7 .sub-title + p {
padding-bottom: 3%;
}
}
@media screen and (min-width:1000px) {
#global-menu {
width: 1000px;
margin: 0 auto;
}
#global-menu nav ul{
padding: 20px 0;
}
.line-feed{
display: none;
}
.pc.text-box .copy-wrap{
width: 55%;
left: 22.5%;
}
.pc.text-box .copy-wrap p,
#tea7 .sub-title{
font-size: 14px;
line-height: 1.8;
}
#tea7 .sub-title{
text-align: center;
}

.to-onlinestore{
width: 100px;
height: 100px;
}
.page-top{
width: 100px;
}
}
@media screen and (min-width:1280px) {
.line-feed-03{
display: none;
}
#tea7 .sub-title{
text-align: center;
}
}


