@charset "UTF-8";
/* CSS Document */
/********************************

 common

********************************/
* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    position: relative;
    font-family: "Sawarabi Gothic", sans-serif;
    min-width: calc(100vw - 120px);
    border-top: none;
    font-size: 1.6rem;
    line-height: 1.7em;
    color: #221F1F;
/*    background: #dbeae9;*/
    margin: 0;
    padding: 0;
    z-index: 0;
}

h2 {
    font-family: "Sawarabi Mincho", serif;
    font-size: 4.8rem;
    text-align: center;
    line-height: 1.4;    
}

@media (max-width: 640px) {
    h2 {
        font-size: 2rem;
    }
}

dd {
    margin: 0;
}

li {
    list-style: none;
}

img {
    border-style: none;
    width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: all .8s;
}

.sp {
    display: none !important;
}

.pc {
    display: block !important;
}

.body_contents {
    margin: 0 auto;
}

.instxt {
    display: none;
}

.js-animation {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 1s;
}

.js-animation.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.pagetop {
    width: 50px;
    position: fixed;
    bottom: 80px;
    right: 60px;
}

@media (max-width: 640px) {
    .pagetop {
        bottom: 20px;
        right: 0;
        z-index: 1000;
    }
}

.pagetop a {
    opacity: 1;
}

.main {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

section.start > div {
    padding-top: 20px;
}

.cont {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width: 640px) {
    html {
        font-size: 3.2vw;
        overflow-x: hidden;
    }
    body {
        min-width: 100%;
        width: 100%;
        font-size: 1.6rem;
        font-size: 3.8vw;
        overflow-x: hidden;
        text-align: center;
        position: relative;
        margin: 0;
        padding: 0;
        line-height: 2rem;
    }
    html.android body {
        max-height: 999999px;
        -webkit-text-size-adjust: 100%;
        font-size: 1rem;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    *:focus {
        outline: none;
    }
    dd {
        margin: 0;
        line-height: 2rem;
        max-height: 999999px;
        -webkit-text-size-adjust: 100%;
    }
    ul {
        padding: 0;
    }
    li {
        list-style: none;
    }
    .body_contents {
        width: 100%;
        margin: 0 auto;
        font-size: 1.1rem;
    }
    img {
        width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: inline-block;
        vertical-align: middle;
    }
}

/* モーダル */
.modalArea {
    display: none;
    position: fixed;
    z-index: 10;
    /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 650px;
    padding: 0;
    background-color: #fff9ee;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70%;
    overflow: auto;
}

@media (max-width: 640px) {
    .modalWrapper {
        width: 90%;
        height: 60%;
        justify-content: space-between;
    }
}

.closeModal {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 10px;
    right: 1rem;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: #00264d;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 25px;
    border-radius: 50%;
}

/* モーダルの中身  */
.modalContents img {
    width: 100%;
    max-width: 600px;
}

@media (max-width: 640px) {
    .modalContents img {
        width: 96%;
    }
}

/* ボタンの上の文言 */
.above_btn {
    font-size: 1.4rem;
    font-weight: bold;
    color: #f29090;
    position: relative;
    width: 340px;
    margin: 10px auto 5px;
}

.above_btn span {
    display: inline-block;
    background: #CC3333;
    color: #fff;
    font-size: 1.3rem;
    font-weight: normal;
    padding: 2px 7px;
    margin-right: 5px;
    border-radius: 10px;
}

@media (max-width: 640px) {
    .above_btn {
        font-size: 1.2rem;
        width: 100%;
    }
    .above_btn span {
        font-size: 1rem;
    }
}

/********************************

 header humburger

********************************/
header {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    background: #F2AAB5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-size: 1.6rem;
}

header img {
    max-width: 128px;
}

@media (max-width: 640px) {
    header img {
        max-width: 100px;
    }
}

.header_flex {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

@media (max-width: 640px) {
    .header_flex {
        justify-content: space-between;
    }
}

.gnavi__pc-style {
    padding: 10px;
	display: flex;
	width: 100%;
    justify-content: space-between;
}
.gnavi__pc-style .sns_icon li img {
    width: 28px;
}
.gnavi__pc-style ul {
    display: flex;
    margin: 0;
    align-items: center;
    font-size: 1.2rem;
    font-family: "Sawarabi Mincho", serif;
    transform: rotate(0.05deg);
}

.gnavi__pc-style ul li a {
    text-decoration: none;
    color: #fffded;
}

.gnavi__pc-style ul li a.h_btn {
    display: inline-block;
    background: #f29090;
    padding: 10px 25px;
    font-family: "Sawarabi Mincho", serif;
    transform: rotate(0.05deg);
}

.gnavi__pc-style ul li:not(:last-of-type) {
    margin-right: 20px;
}

.gnavi__pc-style ul.sns_icon li {
    margin-right: 0px;
}
/*ここから下がハンバーガーメニューのスタイル*/
.gnavi__sp-style {
    display: none;
}

@media screen and (max-width: 768px) {
    .gnavi__pc-style {
        display: none;
    }
    .gnavi__sp-style {
        display: block;
    }
    header {
        padding: 15px 10px;
    }
    .sp_h_btn {
        display: inline-block;
        background: #6a3906;
        padding: 10px;
        font-family: "Sawarabi Mincho", serif;
        transform: rotate(0.05deg);
        text-decoration: none;
        color: #fff;
        margin-right: 55px;
    }
    /*メニューボタン　展開前*/
    .menu-btn {
        display: block;
        position: fixed;
        z-index: 1300;
        right: 10px;
        top: 5px;
        width: 42px;
        height: 42px;
        /*background: rgba(250, 246, 227, 0.9);*/
		background: #F2AAB5;
        cursor: pointer;
        text-align: center;
    }
    .menu-btn span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #fff;
        transition: 0.3s ease-in-out;
    }
    .menu-btn span:nth-of-type(1) {
        top: 10px;
    }
    .menu-btn span:nth-of-type(2) {
        top: 20px;
    }
    .menu-btn span:nth-of-type(3) {
        top: 30px;
    }
    /*メニューボタン　展開後*/
    .menu-btn.active span:nth-child(1) {
        top: 20px;
        left: 6px;
        background: #fff;
        transform: rotate(-45deg);
    }
    .menu-btn.active span:nth-child(2),
    .menu-btn.active span:nth-child(3) {
        top: 20px;
        background: #fff;
        transform: rotate(45deg);
    }
    /*スマホ用のメニュー*/
    .gnavi__sp-style {
        position: fixed;
        z-index: 1100;
        top: 0;
        left: 0;
        color: #fff;
        background-color: #F2AAB5;
        width: 100%;
        height: 10vh;
        display: none;
        font-family: "Sawarabi Mincho", serif;
    }
    .gnavi__sp-style ul {
        margin: 60px 30px 30px;
        padding: 0;
        width: 100%;
        text-align: left;
    }
    .gnavi__sp-style ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        transition: .4s all;
    }
    .gnavi__sp-style ul li:last-of-type {
        padding-bottom: 0;
    }
    .gnavi__sp-style ul li a {
        display: block;
        color: #fff;
        font-weight: bold;
        padding: 5px 0;
        font-size: 1.6rem;
        text-decoration: none;
    }
    .gnavi__sp-style.active {
        height: 100vh;
        display: block;
    }
    .gnavi__sp_btn {
        width: 80%;
        margin: 0 auto 20px;
        display: block;
        background: #fff;
        padding: 15px;
        text-decoration: none;
        color: #F2AAB5;
        font-size: 1.6rem;
    }
    .gnavi_tel {
        width: 90%;
        margin: 20px auto;
        padding: 20px 0;
    }
    .gnavi_tel img {
        width: 100%;
        max-width: 350px;
    }
    .gnavi__sp-style .gnavi_sns {
        margin: 30px auto;
        width: 80%;
    }
    .gnavi__sp-style .gnavi_sns h3 {
        font-size: 1.4rem;
    }
    .gnavi__sp-style .gnavi_sns .sns_icon {
        margin: 2px;
    }
}

/********************************

 ボタン

********************************/
.btn {
    display: block;
    padding: 10px;
    background: #00264d;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-family: "Sawarabi Mincho", serif;
}

/********************************

 ルピシア会員のおしらせ

********************************/
#member {
    background: #6591ac;
    color: #fff;
    margin: 0;
    padding: 10px;
    text-align: center;
}

.member_txt {
    font-size: 1.4rem;
    font-weight: 500;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.member_txt a {
    color: #fff;
}

@media (max-width: 640px) {
    .member_txt {
        font-size: 1rem;
        line-height: 1.4;
    }
}

/********************************

 キービジュアル

********************************/
#kv {
    width: 100%;
    height: 667px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: url(../img/pc_main_img.jpg), #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

@media (max-width: 640px) {
    #kv {
        background: linear-gradient(#fff 80%, #fff);
        height: auto;
    }
}

@media (min-width: 1400px) {
    #kv {
        height: 775px;
    }
}

#kv h1, #kv p {
    display: none;
}

.kv_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
/*    justify-content: flex-end;*/
}

@media (max-width: 640px) {
    .kv_wrap {
        flex-wrap: wrap;
    }
}

.kv_img {
    max-width: 1007px;
}

@media (max-width: 640px) {
    .kv_img {
        width: 100%;
    }
}

.kv_detail {
    position: relative;
    width: 50%;
    margin-bottom: 8%;
    text-align: center;
    left: -40px;
}

@media (max-width: 640px) {
    .kv_detail {
        width: 90%;
        margin: -80px auto 0;
        padding: 30px 5% 20px;
        left: 0;
    }
}

@media (min-width: 1400px) {
    .kv_detail {
        left: -160px;
        width: 56%;
    }
    .kv_detail .kv_ttl {
        margin-top: 17%;
    }
}

.kv_detail .badge {
    position: absolute;
    /*top: -15%;*/
	left: -48%;
    top: 6%;
    width: 45%;
    
}

@media (max-width: 640px) {
    .kv_detail .badge {
        top: -80%;
        /*right: -2%;*/
        width: 35%;
		left: 65%;
    }
}

.kv_detail .mothersday {
    position: absolute;
    top: 40%;
    right: -8%;
    width: auto;
}

.kv_detail .mothersday img {
    max-width: 200px;
}

@media (max-width: 640px) {
    .kv_detail .mothersday {
        top: 45%;
        right: -3%;
        width: 32%;
    }
}

.kv_detail .kv_ttl {
    width: 90%;
    margin: 20% auto 0;
}

@media (max-width: 640px) {
    .kv_detail .kv_ttl {
    margin-top: 0;
    }
}

.kv_price {
    margin: 12% auto 4%;
}

.kv_price img {
    max-width: 300px;
}

.kv_btn {
    max-width: 311px;
    letter-spacing: .4rem;
    padding: 10px 20px;
    margin: 0 auto;
    background: #831724;
}

/********************************

30種のお茶 世界の「茶器」　

********************************/
#aboutBot {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 90px 0 0;
    background: #ffff;
}

@media (max-width: 640px) {
    #aboutBot {
        padding: 20px 0 0;
    }
}

.about_bot {
    padding: 0;
    margin: 0 auto;
}

.about_bot h2 {
    margin: 0 auto;
    color: #DD99A0;
    font-weight: 500;
}

.about_bot h2 span {
    font-size: .6em;
    color: #221F1F;
}

.about_bot p {
/*    font-family: "Sawarabi Mincho", serif;*/
    transform: rotate(0.05deg);
    text-align: center;
    margin: 50px auto 60px;
    color: #221F1F;
    line-height: 1.9;
}

@media (max-width: 640px) {
    .about_bot {
        padding: 0 10px;
    }
    .about_bot p {
        padding: 0 15px;
        margin: 20px auto;
    }
}

.about_bot_sep {
    margin-top: 30px;
    background: url(../img/about_img_bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size: cover;
    width: 100%;
}

@media (max-width: 640px) {
    .about_bot_sep {
        background: url(../img/about_img_sp.jpg);
        background-size: contain;
        background-repeat: no-repeat;
    }
}

.about_bot_detail {
    width: 100%;
    max-width: 1000px;
    padding: 40px 0;
    margin: 0 auto;
}

.about_bot_detail_img {
    width: 100%;
}

.about_bot_date {
    margin: 0 auto !important;
    font-size: 2rem;
    font-weight: bold;
    color: #CC3333;
}

.about_bot_date span {
    font-size: 3rem;
}

@media (max-width: 640px) {
    .about_bot_date {
        font-size: 1.6rem;
    }
    .about_bot_date span {
        font-size: 2rem;
    }
    .about_bot_detail {
        padding: 2rem 0;
    }
}

.about_bot_btn a {
    display: block;
    max-width: 300px;
    background: #6a3906;
    color: #fff;
    padding: 18px;
    font-family: "Sawarabi Mincho", serif;
    transform: rotate(0.05deg);
    font-size: 1.8rem;
    margin: 5px auto 20px;
    text-decoration: none;
}

.about_tbs {
    width: 40%;
    padding: 30px 3%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #ffffff;
    margin: 0 1% 0 60%;
	/*margin: 0 1% 0 0%;*/
}

@media (max-width: 640px) {
    .about_tbs {
        width: 90%;
        background: rgba(255, 255, 255, 0.9);
        margin: 70% auto 1%;
        padding: 7px 5%;
    }
}

.about_tbs_ttl {
    margin: 20px auto;
}

.about_tbs_ttl img {
    margin: 10px 0;
}

.about_tbs_btn {
    max-width: 340px;
    margin: 20px auto;
}


.about_tbs_omake {
    margin-top: 40px;
}

/********************************

100種のお茶の名前

********************************/
#names {
    padding: 80px 0 0;
    text-align: center;
    /*background: #f7f0dd;*/
    border-top: 4px solid #b89f64;
    border-bottom: 2px solid #b89f64;
}

@media (max-width: 640px) {
    #names {
        padding: 30px 0 0;
    }
}

.names {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    padding: 20px 0 80px;
    margin: 0 auto;
}

.names_head_img {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
}

.names_mid_ttl {
    font-family: "Sawarabi Mincho", serif;
    color: #5b3d16;
    padding: 30px 10px 10px;
}

.names_mid_ttl span {
    display: block;
    font-size: 1.6rem;
}

@media (max-width: 640px) {
    .names_mid_ttl span {
        font-size: 1.2rem;
    }
}

.names_mid_ttl img {
    max-width: 300px;
}

.names_tea {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 20px 5%;
    padding: 0;
}

.names_tea li {
    font-size: 1.3rem;
    margin: 7px 4% 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #b89f64;
    width: 42%;
    text-align: center;
    justify-content: center;
}

.names_tea li.full {
    width: 100%;
}

.names_tea li span {
    font-size: 1rem;
    color: #6a3906;
    letter-spacing: .2rem;
    display: inline-block;
    background: #f29090;
    padding: 3px 5px;
    margin-left: 5px;
}

@media (max-width: 640px) {
    .names_tea li span {
        font-size: .5rem;
    }
}

.names_tea li a {
    text-decoration: none;
    font-family: "Sawarabi Mincho", serif;
    font-weight: bold;
    color: #5b3d16;
}

@media (max-width: 640px) {
    .names {
        padding: 20px 0 30px;
    }
    .names_ttl {
        margin: 30px auto 10px;
    }
    .names_ttl img {
        width: 98%;
        max-width: 640px;
        margin: 0 auto;
    }
    .names_tea {
        margin: 10px auto;
    }
    .names_tea li {
        font-size: 1rem;
        margin: 5px auto;
        width: 90% !important;
        line-height: 1.3;
        text-align: left;
    }
    .names_tea li a {
        text-decoration: none;
        font-family: "Sawarabi Mincho", serif;
        font-weight: bold;
        color: #5b3d16;
    }
}

/********************************

ブックオブティーとは

********************************/
#detail {
    width: 100%;
    /*border-top: 2px solid #b89f64;*/
    background: linear-gradient(#f2fafc, #d4e5ef);
    padding: 40px 0 50px;
    text-align: center;
}
@media (max-width: 640px) {
    #detail {
        padding: 1rem 0;
    } 
}
	
.detail {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}

.detail a {
    text-decoration: none;
    color: #6a3906;
}

.detail_Bimg {
    position: relative;
    max-width: 1000px;
    margin: 0 0 80px;
}

@media (max-width: 640px) {
    .detail_Bimg {
        margin: 0 0 50px;
        position: static;
    }
}

.detail_Bimg h2 {
    position: absolute;
    bottom: 2%;
    right: 2%;
    margin: 0;
}

@media (max-width: 640px) {
    .detail_Bimg h2 {
        width: 94%;
        position: static;
        margin: 20px auto;
    }
}

.detail_line {
    max-width: 300px;
    margin: 10px auto;
	opacity: 0.8;
}

@media (max-width: 640px) {
    .detail_line {
        width: 80%;
    }
}

.detail_flex {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 50px auto 30px;
}

@media (max-width: 640px) {
    .detail_flex {
        width: 100%;
        margin: 30px 0;
        flex-wrap: wrap;
    }
}

.detail_flex_img {
    max-width: 351px;
    margin-right: 50px;
}

@media (max-width: 640px) {
    .detail_flex_img {
        max-width: 100%;
        margin: auto;
        padding: 0;
    }
}

.detail_flex_detail {
    width: calc(1000px - 401px);
    text-align: left;
}

@media (max-width: 640px) {
    .detail_flex_detail {
        width: 90%;
        margin: auto;
    }
}

.detail_flex_detail h3 {
    font-family: "Sawarabi Mincho", serif;
    transform: rotate(0.05deg);
    font-size: 2.2rem;
}

@media (max-width: 640px) {
    .detail_flex_detail h3 {
        font-size: 2rem;
    }
}

/********************************

限定品のご案内

********************************/
.gentei_wrap {
    background: #cadae3;
    padding: 50px 0;
}
#gentei {
    width: 100%;
    max-width: 960px;
    /*background: url(../img/limited_bg.png);
    background-repeat: no-repeat;*/
    background:#fff;
    margin: 0 auto;
    padding: 60px;
    text-align: center;
    position: relative;
}

@media (max-width: 640px) {
    #gentei {
        width: 100%;
        background: #fbfbf1;
        padding: 40px 10px;
        margin: 0 auto;
        text-align: center;
    }
}

#gentei::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    background: url(../img/race.png);
    background-repeat: repeat-y;
    background-size: cover;
    top: 0;
    left: 0;
}

#gentei::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    background: url(../img/race.png);
    background-repeat: repeat-y;
    background-size: cover;
    bottom: 0;
    left: 0;
    transform: rotate(180deg); 
}

@media (max-width: 640px) {
    #gentei::before,
    #gentei::after {
    height: 15px;
    }
}

#gentei h2 {
    font-size: 2.8rem;
}

@media (max-width: 640px) {
    #gentei h2 {
        font-size: 2rem;
    }
}
.genteiList_txt {
    width: 80%;
    margin: 5px auto;
    font-size: 1.8rem;
}

.genteiList_img {
    width: 80%;
    margin: 10px auto;
}

.recipe_ttl {
    color: #f29090;
    font-family: "Sawarabi Mincho", serif;
    margin: 7px;
}
.recipe_img {
    width: 70%;
    margin: 10px auto 30px;
}
.genteiList_btn {
    display: block;
    background: #00264d;
    color: #fff;
    text-decoration: none;
    padding: 10px 5px;
    margin: 20px auto 50px;
    border-radius: 5px;
    font-size: 1.6rem;
    width: 80%;
    max-width: 286px;
}

@media (max-width: 640px) {
    .genteiList_img {
        width: 100%;
        margin: 10px auto;
    }
    .genteiList_txt {
        margin-top: 15px;
        font-size: 1rem;
        text-align: left;
    }
    .genteiList_btn {
        padding: 5px;
        margin: 15px auto 50px;
        border-radius: 5px;
        font-size: 1.1rem;
        width: 98%;
    }
    .recipe_img {
        width: 96%;
        margin: 10px auto 30px;
    }
}

.genteiList_btn:hover {
    cursor: pointer;
}

/********************************

商品スペック

********************************/
#spec {
    background: #f3f1e4;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto;
/*    padding: 50px 0;*/
}

.spec_wrap {
    position: relative;
    max-width: 1000px;
/*    padding: 50px 0;*/
    margin: 0 auto;
    border-radius: 10px;
}

@media (max-width: 640px) {
    #spec {
        background-size: cover;
    }
	
    .spec_wrap {
        width: 100%;
        padding: 0 15px 60px;
    }
}

.spec_wrap::after {
    position: absolute;
    content: "";
    display: block;
    width: 85px;
    height: 100%;
    background: url(../img/race_brown.jpg);
    background-size: cover;
    top: 0;
    right: 5%;
    z-index: 0;
}

@media (max-width: 640px) {
    .spec_wrap::after {
        display: none;
    }
}

.spec_wrap .mothersday {
    position: absolute;
    top: 30px;
    left: 40%;
    width: auto;
}

.spec_wrap .mothersday img {
    max-width: 200px;
}

@media (max-width: 640px) {
    .spec_wrap .mothersday {
        top: 3%;
        left: 80%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 35%;
    }
}

.spec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 30px 0;
}

.spec::after {
    position: absolute;
    content: "";
    background: url(../img/snow.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 92px;
    height: 92px;
    bottom: 22%;
    left: -10%;
}

@media (max-width: 640px) {
    .spec {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: center;
        padding: 0;
    }
    .spec::after {
        display: none;
    }
}

.spec_img {
    width: 55%;
    text-align: center;
     max-width: 560px;
}

.spec_img img {
    /*    margin: 20px auto;*/
    position: relative;
    z-index: 2;
    right: -8%;

}

@media (max-width: 640px) {
    .spec_img {
        width: 100%;
        margin: 0;
    }
    .spec_img img {
        width: 115%;
        margin: auto;
        margin-left: -8%;
        overflow: hidden;
        right: 0;
    }
}

.spec_detail {
    width: 45%;
    text-align: center;
}

@media (max-width: 640px) {
    .spec_detail {
        width: 90%;
        margin: 0 5%;
    }
}

.spec_detail h2 {
    max-width: 480px;
    margin: 40px auto 60px;
}

.spec_tb {
    max-width: 293px;
    margin: 10px auto;
}

.spec_price {
    max-width: 226px;
    margin: 40px auto 0;
}

.spec_sleev {
    max-width: 300px;
    margin: 20px auto 0;
}

@media (max-width: 640px) {
    .spec_sleev {
        width: 100%;
        margin: 40px auto 20px;
    }
}

.spec_btn a {
    display: block;
    max-width: 353px;
    background: #831724;
    color: #fff;
    padding: 15px;
    font-family: "Sawarabi Mincho", serif;
    font-size: 1.8rem;
    margin: 10px auto 20px;
    text-decoration: none;
}

.spec_att {
    font-size: 1.4rem;
    margin-top: 20px;
}

@media (max-width: 640px) {
    .spec_att {
        font-size: 1.2rem;
    }
}

/* bot15 の商品紹介　*/
.bot15_bnr {
    max-width: 584px;
    margin: 30px auto 0;
}

@media (max-width: 640px) {
    .bot15_bnr {
        width: 96%;
    }
}

/********************************

SNS

********************************/
#sns {
    background: #FFE1E1;
    color: #221F1F;
}

.sns {
    text-align: center;
    padding: 30px 10px;
}

.sns_txt {
    margin: 20px auto;
    padding: 30px 10px 10px;
}

.sns_icon {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.sns_icon li {
    margin: 0 20px;
}

.sns_icon li img {
    width: 40px;
}

.sns_dial {
    margin: 30px auto;
    text-align: center;
}

.sns_dial img {
    margin: 0 auto;
    max-width: 570px;
}

@media (max-width: 640px) {
    .sns {
        padding: 10px;
    }
    .sns_txt {
        margin: 0 auto;
        padding: 10px;
    }
    .sns_icon li {
        margin: 0 20px;
    }
    .sns_icon li img {
        width: 40px;
    }
    .sns_dial {
        margin: 10px auto;
    }
    .sns_dial img {
        max-width: 570px;
    }
}

/********************************

おたより

********************************/
#otayori {
    text-align: center;
    background: #ffffff;
    padding: 30px 10px 100px;
}

@media (max-width: 640px) {
    #otayori {
        padding: 30px 10px;
    }
}

#otayori h2 {
    font-family: "Sawarabi Mincho", serif;
}

.otayoriWrap {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
}

.otayoriBlock {
    display: flex;
    justify-content: center;
}

@media (max-width: 640px) {
    .otayoriBlock {
        flex-wrap: wrap;
    }
}

.otayoriBlock_txt {
    width: 40%;
    margin: 20px 5% 0 0;
    text-align: left;
    font-family: "Sawarabi Mincho", serif;
    line-height: 1.5;
}

@media (max-width: 640px) {
    .otayoriBlock_txt {
        width: 100%;
        margin: 10px auto;
    }
}

.otayoriBlock_txt a {
    color: #6a3906;
}

.otayoriBlock_btn {
    display: block;
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #6a3906;
    text-decoration: none;
    text-align: center;
}

.otayoriBlock_btn:hover {
    background: #ead6af;
}

.otayoriBlock_img img {
    max-width: 535px;
}

/********************************

********************************/

.audio-img {
    margin-bottom: 2.8rem;
}

.audio-player {
    display: flex;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 20px auto 40px;
}

@media (max-width: 640px) {
    .audio-player {
        max-width: 90%;
    }
    .audio-img {
        margin-bottom: 2rem;
    }
}

.thumbnail {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 20px;
}

.audio-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.audio-info h3,
.audio-info p {
    margin: 0;
    text-align: left;
}

audio {
    flex-grow: 1;
    margin-right: 10px;
}

.controls {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

#playPauseButton {
    border: none;
    border-radius: 5px;
    font-family: "Sawarabi Gothic", sans-serif;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 20px;
    color: #6a3906;
    background-color: #eee7d9;
}

#playPauseButton:hover {
    background-color: #6a3906;
    color: #fff;
}

@media (max-width: 600px) {
    .audio-player {
        flex-direction: column;
        align-items: center;
        padding: 10px;
        margin: auto;
        margin-bottom: 30px;
    }

    .thumbnail {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .audio-info {
        width: 100%;
        align-items: center;
    }

    .controls {
        flex-direction: column;
        align-items: center;
    }

    audio {
        width: 100%;
        margin-right: 0;
    }

    #playPauseButton {
        font-size: 20px;
        padding: 8px;
    }
}

/********************************

 footer

********************************/
footer {
    width: 100%;
    background: #F2AAB5;
    margin: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
}

footer .f_links {
    max-width: 1000px;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

footer .f_links li {
    padding: 0 15px;
    border-right: 1px dotted #fff;
}

footer .f_links li a {
    color: #fff;
    text-decoration: none;
}

footer .f_links li:first-child {
    border-left: 1px dotted #fff;
}

footer #copyright {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 1.4rem;
}



/********************************

 intro

********************************/

.button-container {
  display: flex;
  gap: 40px; /* ボタン間のスペース */
  justify-content: center;
}

.circle-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  border-radius: 50%; /* 丸い形 */
  background-color: #ffffff;
  border:1px solid #E2D18D;
  color: #B09F68;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.circle-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #B09F68;
}

.circle-button span {
  display: flex;
  flex-direction: column; /* 縦方向に並べる */
  align-items: center;
  line-height: 1.2;
  font-weight: 500;
  font-size: 2rem;
}

.circle-button::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  top: 0;
  bottom: -74px;
  margin: auto;
}



@media (max-width: 640px) {

.button-container {
    gap:10px;
}

.circle-button {
  width: 140px;
  height: 140px;
}

.circle-button span {
  font-size: 1.3rem;
  font-weight: 400;
}

.circle-button::after {
  width: 30px;
  height: 30px;
  bottom: -50px;
}
}


/********************************

共通タイトル

********************************/


.inner_ttl {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; /* セクション全体を中央寄せ */
  text-align: center; /* テキストを中央揃え */
}

.inner_ttl h2,
.inner_ttl h3  {
  display: flex; /* h2と線を横並びに配置 */
  align-items: center; /* h2と線を上下中央揃え */
  font-size: 3.4rem;
  font-weight: bold;
  position: relative;
  margin: 20px 0 10px;
  color: #D3868E;
  font-family: "Sawarabi Mincho", serif;
}

.inner_ttl h2::before, .inner_ttl h2::after,
.inner_ttl h3::before, .inner_ttl h3::after {
  content: '';
  flex-grow: 1; /* 線をh2の左右で伸ばす */
  height: 1px; /* 線の太さ */
  background-color: #D3868E; /* 線の色 */
  margin: 0 60px 0 0;
}

.inner_ttl h2::after,
.inner_ttl h3::after {
   margin: 0 0 0 60px;   
}

.inner_ttl span {
  display: block; /* spanを改行して配置 */
  font-size: 1.8rem;
  color: #D3868E; /* 適切な色を指定 */
  font-family: "Sawarabi Mincho", serif;
}

.txt h2 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #D3868E;
  text-align: left;
  margin-bottom: 10px;
}

.txt span {
  display: block; /* spanを改行して配置 */
  font-size: 2rem;
  color: #D3868E; /* 適切な色を指定 */
  font-family: "Sawarabi Mincho", serif;
}

@media (max-width: 640px) {

.inner_ttl h2,
.inner_ttl h3,
.txt h2 {
    font-size: 2rem;
    text-align: center;
}

.inner_ttl h2::before,
.inner_ttl h3::before {
    margin: 0px 30px 0 0;
}

.inner_ttl h2::after,
.inner_ttl h3::after {
    margin: 0 0 0 30px;
}

.inner_ttl span,
.txt span {
    font-size: 1.35rem;
}
}

.tea {
    color: #F88343 !important;
}

.greentea {
    color: #859028 !important;
}

.oolong {
    color: #60AD9B !important;
}

.rooibos {
    color: #FFB53E !important;
}

a.pink {
    color: #D3868E !important;
}



/********************************

Line up

********************************/

#lineup {
    padding: 90px 0;
    background: #FFF6F8;
    margin-top: 50px;
}

.lineup_container {
    width: 96%;
    max-width: 1200px;
    margin: 50px auto;
}

#lineup .uk-subnav {
    justify-content: center;
    margin-bottom: 50px;
}


#lineup .uk-subnav-pill>.uk-active>a {
    background: #F2AAB5;
    color: #fff
}

#lineup .uk-subnav-pill>*>:first-child {
    color: #F2AAB5;
    background: #fff;
    border:1px solid #F2AAB5;
    font-size: 2.4rem;
    padding: .5em 1em;
    border-radius: 40px;
    line-height: 1;
}

#lineup .uk-card-body {
    padding: 0 10px 30px;
    color: #221F1F;
    border-radius: 10px;
}

.item_ttl {
    font-weight: 600;
    font-size: 1.8rem;
    margin: 0 0 0.5rem;
}

.item_tea {
    font-size: .9em;
    margin: 1em 0;
}

@media (max-width: 900px) { 
.itemtype { 
display: none;  
}   
}

.casualgift {
    max-width: 760px;
    margin: 90px auto 0;
}

.casualgift-container {
    max-width: 760px;
    margin: 50px auto 0;
}

#lineup .casualgift.uk-subnav-pill>*>:first-child {
    padding:1.1em 4em;
    border-radius: 50px;
}

#lineup .casualgift.uk-subnav-pill>*>:first-child:hover {
    opacity: 1;
    cursor: initial;
} 


@media (max-width: 640px) {

#lineup {
    padding: 40px 0;
}

.lineup_container {
    margin: 20px auto;
}

#lineup .uk-subnav-pill>*>:first-child {
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

#lineup .uk-subnav {
    margin-bottom: 20px;
}

#lineup .uk-child-width-1-2>* {
    width: 49%;
}

#lineup .uk-grid {
    margin-left: 0;
}

#lineup .uk-grid>* {
    padding:  0 0 0 8px;
}

.item_ttl {
    font-size: 1.25rem;
}

#lineup .uk-card-default {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
}

#lineup .uk-card-body {
        padding: 10px 6px 20px;
}

.casualgift {
    margin-top: 40px;
}

.casualgift-container {
    margin-top: 0;
}
}


/********************************

Message label

********************************/
#messagelabel {
    padding: 90px 0 50px;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

#messagelabel .inner_ttl h3 {
    color: #B09F68;
}

#messagelabel .inner_ttl h3::before, 
#messagelabel .inner_ttl h3::after {
    background-color: #B09F68;
}

.messagelabel_sample {
    margin:50px 0;
    display: flex;
    align-items: center;
}

.messagelabel_sample img {
    width: 80%;
    max-width: 465px;
}

.messagelabel_sample .txt {
    width: calc(100% - 465px);
    margin-left: 50px;
}

.link_btn {
    display: inline-block;
    color: #B09F68;
    border: 1px solid #B09F68;
    padding: .5em 1.2em;
    margin-top: 5px;
    font-weight: 500;
    background: #fff;
}

.link_btn:hover {
    color: #B09F68;
    text-decoration: none;
}

.deco01 {
    position: absolute;
    display: block;
    width: 20%;
    height: auto;
    top: 200px;
    right: 0;
    z-index: -1;
}

@media (max-width: 640px) {

#messagelabel {
    padding:40px 0;
}

#messagelabel .inner_ttl h3::before {
    margin: 0 20px 0 0;
}

#messagelabel .inner_ttl h3::after {
    margin: 0 0 0 20px;
}

.messagelabel_sample {
    flex-direction: column;
    margin: 20px auto 40px;
}

.messagelabel_sample img {
    margin-bottom: 10px;
}

.messagelabel_sample .txt {
    width: 90%;
    margin:20px auto;
}

.deco01 {
    width: 49%;
    top:400px;
}

}



/********************************

recommend　おすすめのお茶

********************************/

#recommend {
    padding: 60px 10px 110px;
    background: #F4F0E4;
}

.ttl {
    text-align: center;
}
.ttl h3 {
    font-size: 3.2rem;
    margin-bottom: 10px;
    color: #B09F68;
    font-weight: 500;
} 

.ttl span {
    font-size: 2rem;
    color: #B09F68;
    font-family: "Sawarabi Mincho", serif;
}

.cat {
    text-align: center;
}


@media (min-width: 640px) {
.cat {
    text-align: right;
    margin: 20px 20px 0 0;
}
}

.tea-list {
    background: #fff;
    margin-top: 16px;
    padding: 20px;
}

.tea-list_item {
    display: flex;
    background: #fff;
    color: #221F1F;
    padding-right: 10px;
    margin:0 10px 0 0;
}

.tea-list_item img {
    width: 150px;
    height: 150px;
    margin-right: 16px;
}

.tea-list_item .txt {
    width:calc(100% - 166px);
}

.tea-list_item .txt span {
    display: inline-block;
    font-size: .8em;
    margin-right: .5em;
}

.tea_name {
    color: #B09F68;
    font-size: 1.8rem;
    margin:10px 0;
}

.tea_name a {
    color: #B09F68;
    text-decoration: underline;
}

.tea_name a:hover {
    color: #B09F68;   
}

.tea_info {
    margin: 0;
    font-size: 1.45rem;
}

.tea-list .uk-slider-nav {
    position: relative;
    bottom: -60px;
}

.tea-list .uk-position-center-left-out {
    right: 98%;
}

.tea-list .uk-position-center-right-out {
    left: 98%;
}

.tea-list .uk-dotnav>.uk-active>* {
    background-color:#B09F68;;
}

.tea-list .uk-dotnav>*>* {
    border:1px solid #B09F68;
}


@media (max-width: 640px) {

.ttl h3 {
    font-size: 2rem
} 

.ttl span {
    font-size: 1.35rem;
}

#recommend {
    padding: 40px 8px 90px;
}

.tea-list {
    margin-top: 20px;
}

.tea-list_item {
    flex-direction: column;
}

.tea-list_item img {
    margin-left: auto;
}

.tea-list_item .txt {
    width: 100%;
}
.tea_name {
    font-size: 1.45rem;
}

.tea_info {
    font-size: 1.45rem;
    font-size: 3.8vw;
    text-align: left;
}
}

.gnavi__sp-sns {
    display: flex;
    justify-content: center;
}

.gnavi__sp-sns a {
    display: flex;
    width: 39px;
    height: 39px;
    align-items: center;
    margin: 0 8px;
}

.gnavi__sp-sns a img {

}



/********************************

giftbox　ギフトボックス・包装

********************************/

#giftbox {
    padding: 90px 0;
    background: url(../img/bg-pink.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.box,
.box02 {
    display: flex;
    max-width: 760px;
    margin: 0 auto 50px;
    justify-content: space-between;
}

.box02 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
}

.box img {
    width: 278px;
}

.box02 img {
    width: 395px;
    margin-right: 60px;
}


@media (max-width: 640px) {

#giftbox {
    padding: 50px 0;
    background: url(../img/bg-pink_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.box,
.box02 {
    margin: 0 auto 50px;
    justify-content: center;
    flex-direction: column;
}

.box02 {
    margin-bottom: 0;
}

.box img {
    margin:0 auto;
    width: 240px;
}

.box02 img  {
    margin:0 auto 20px;
    width: 275px;
}

}