section#contents {
    width: 1240px;
    line-height: 180%;
    overflow: hidden;
    margin:0 auto 120px auto;
    font-size:1.6px;
    font-size:1.6rem;
}

#recipe2nav{
    max-width: 1700px;
    margin:0 auto;
    background-color:#809823;
    height:50px;
}

#recipe2nav ul{
    line-height: 180%;
    display: flex;
    width: 1300px;
    margin:0 auto;
}

#recipe2nav ul li{
    min-width: 150px;
    text-align: center;
}

#recipe2nav ul li a{
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
}

#recipe2nav ul li.home{
    width: 80px;
    min-width: inherit;
}

#recipe2nav ul li.home a{
    background: #5e6f1e;
    padding: 0;
}

#recipe2nav ul li.home a span{
    background:url(../images/icn_home.svg)no-repeat left center;
    background-size: 15px auto;
    padding-left: 23px;
}


#recipe2nav ul li.hottea a > span{
   background:url("../images/link_arrow_black.png")no-repeat left center;
    background-size: 10px;
    color: #000 !important;
}

#recipe2nav ul li.hottea a{
    background: #e6e700;
}

#recipe2nav ul li.coldtea a{
    background: #5ac0bd;
}

#recipe2nav ul li.sweets a{
    background: #dab435;
}

#recipe2nav ul li.pairing{
    margin-right: auto;
}

#recipe2nav ul li.pairing a{
    background: #eabcb6;
}

#recipe2nav ul li.make-coldtea,
#recipe2nav ul li.howto,
#recipe2nav ul li.kodawari{
    min-width: inherit;
    margin-left: 25px;
}

#recipe2nav ul li.make-coldtea a,
#recipe2nav ul li.howto a,
#recipe2nav ul li.kodawari a{
    padding: 0;
}

#recipe2nav ul li.make-coldtea a > span,
#recipe2nav ul li.howto a > span,
#recipe2nav ul li.kodawari a > span{
    font-weight: 500;
}

#recipe2nav ul li a > span {
  background: url(../images/link_arrow_white.png)no-repeat left center;
    background-size: auto;
  background-size: 10px auto;
  font-size: 1.6px;
  font-size: 1.6rem;
  padding-left: 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 50px;
}

#recipe2nav ul li a:hover{
    text-decoration:none;
    opacity:0.7;
}

#recipe2nav .menu,
#recipe2nav .close{
    display:none;
}

body.recipe #pageName{
  width: 1300px;
}

#pageName h1 img{
  height: 36px;
  width: auto;
}

@media screen and (max-width: 768px) {
body.recipe #pageName{
    width: inherit;
}
    
section#contents {
    width: 100%;
    overflow: hidden;
    margin:0 auto 60px auto;
    font-size:1.2px;
    font-size:1.2rem;
}

#mainContent img{
    width:100%;
    height:auto;
}


#recipe2nav{
    height:auto;
    width:auto;
    background:#FFF;
    padding:0;
    position:relative;
}

#recipe2nav .menu{
    text-align:center;
    background-color:#809823;
    display:block;
    line-height: 1;
    font-size:1.4px;
    font-size:1.4rem;
    font-weight: 700;
}

#recipe2nav .menu a{
    width:100%;
    display:block;
    padding:10px 0;
}

#recipe2nav .menu a span{
    background:url(../images/icn_slidedown.png)no-repeat left center;
    background-size:14px 14px;
    padding-left:20px;
    color: #fff;
}

#recipe2nav ul{
    position:absolute;
    width:100%;
    box-sizing:border-box;
    display:none;
    z-index:10;
    background: #809823;
    font-size:1.6px;
    font-size:1.6rem;    
}

#recipe2nav ul li a{
    padding: 0;
}    
    
#recipe2nav ul li a > span{
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    font-weight: 400;
    margin-left: 20px;
}
    
#recipe2nav ul li.home{
    width: inherit;
    margin-top: 10px;
}

#recipe2nav ul li.home a{
    padding: 5px 20px;
    font-size:1.4px;
    font-size:1.4rem;    
}

#recipe2nav ul li.home a span{
    line-height: inherit;
    background:url(../images/icn_home.svg)no-repeat left center;
    background-size: 15px auto;
    padding-left: 23px;
    margin-left: 0;
}
    
#recipe2nav ul li.pairing{
    margin-bottom: 10px;
    }    
    
#recipe2nav ul li.hottea a > span{
    background: url("../../images/nav_thumb01_icn.png") no-repeat right 125px top;
    background-size: auto 100%;
    margin-left: 0;
    }
    
#recipe2nav ul li.coldtea a > span{
    background: url("../../images/nav_thumb02_icn.png") no-repeat right 125px top;
    background-size: auto 100%;
    margin-left: 0;
    }

#recipe2nav ul li.sweets a > span{
    background: url("../../images/nav_thumb03_icn.png") no-repeat right 125px top;
    background-size: auto 100%;
    margin-left: 0;
    }

#recipe2nav ul li.pairing a > span{
    background: url("../../images/nav_thumb04_icn.png") no-repeat right 125px top;
    background-size: auto 100%;
    margin-left: 0;
    }

    
#recipe2nav ul li.make-coldtea, 
#recipe2nav ul li.howto, 
#recipe2nav ul li.kodawari {
  margin-left: 0;
}    
    
#recipe2nav ul li a .thumb img{
    width: 100px;
}

#recipe2nav .close{
    text-align:center;
    background-color:#2c111a;
    display:block;
    height:auto;
}

#recipe2nav .close a{
    width:100%;
    padding:5px 0;
    display:block;
    height:auto;
    color: #fff !important;
}
    
#recipe2nav .close a span{
    padding-left: 20px;
    background: url("../images/icn_close.svg") no-repeat left center;
    background-size: 12px auto;
    display: inline-block;
    line-height: inherit;
}
    
}
/*tea - top */
section#contents.top {
    background:url(../../images/main_bg.jpg) center top no-repeat #e5f3fc;
    background-size: 1700px auto;
    max-width: 1700px;
    width: inherit;    
    padding-top: 921px;
}


section#contents.top .top_menu{
}

section#contents.top .top_menu ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section#contents.top .top_menu li{
    width: 50%;
    height: 550px;
    position: relative;
    transition: .6s ease;
}

section#contents.top .top_menu li.li01{
    background: url("../../images/thumb_hottea.jpg") no-repeat center center;
    background-size: 850px auto;
}

section#contents.top .top_menu li.li02{
    background: url("../../images/thumb_coldtea.jpg") no-repeat center center;
    background-size: 850px auto;
}

section#contents.top .top_menu li.li03{
    background: url("../../images/thumb_sweets.jpg") no-repeat center center;
    background-size: 850px auto;
}

section#contents.top .top_menu li.li04{
    background: url("../../images/thumb_pairing.jpg") no-repeat center center;
    background-size: 850px auto;
}

section#contents.top .top_menu li.li01:hover,
section#contents.top .top_menu li.li02:hover,
section#contents.top .top_menu li.li03:hover,
section#contents.top .top_menu li.li04:hover{
    background-size: 950px auto;
}

section#contents.top .top_menu li .label{
    width: 200px;
    position: absolute;
    z-index: 2;
}

section#contents.top .top_menu li .label img + img{
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: opacity .6s;
}


/* hoverすると2枚目の画像が透明じゃなくなる */
section#contents.top .top_menu li a{
    display: block;
    width: 100%;
    height: 100%;
}

section#contents.top .top_menu li:hover .label + img {
    transform: scale(1.2); /* 拡大 */
}

section#contents.top .top_menu li:hover .label img {
  opacity: 1;
}

section#contents.top .top_menu li img{
    width: 100%;
    opacity: 1;
}

section#contents.top .top_menu li:hover .label + img {
    transform: scale(1.2); /* 拡大 */
}

section#contents.top .top_menu li.li01 .label,
section#contents.top .top_menu li.li03 .label{
    top: 50px;
    right: 60px;
}

section#contents.top .top_menu li.li02 .label,
section#contents.top .top_menu li.li04 .label{
    top: 50px;
    left: 60px;
}

section#contents.top .flexBl{
    width: 1300px;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
}

section#contents.top .newsBL{
    width:600px;
    background: #fff;
}

section#contents.top .newsBL h3{
    font-size:0;
    padding:0;
    margin:0;
    line-height:0;
}

section#contents.top .newsBL h3 img{
    width:100%;
    height:auto;
    }

section#contents.top .newsBL .scroll-pane{
    height:255px;
    border-bottom:1px solid #e5e5e5;
}

section#contents.top .newsBL ul{
    padding:15px 20px 0 20px;
}

section#contents.top .newsBL li{
    zoom:1;
    padding:10px 0;
    clear:both;
    line-height:1.2;
}

section#contents.top .newsBL li .date{
    background:url(../images/icon_rc03.png) no-repeat left center;
    background-size:80px auto;
    display:block;
    float:left;
    padding:0 20px 0 90px;
}

section#contents.top .newsBL li .drink{
    background-image:url(../images/icon_rc03.png);
    background-size:80px auto;
}

section#contents.top .newsBL li .sweets{
    background-image:url(../images/icon_rc02.png);
    background-size:80px auto;
}

section#contents.top .newsBL li .coldtea{
    background-image:url(../images/icon_rc03.png);
    background-size:80px auto;
}

section#contents.top .newsBL li .hottea{
    background-image:url(../images/icon_rc04.png);
    background-size:80px auto;
}

section#contents.top .newsBL li .pairing{
    background-image:url(../images/icon_rc05.png);
    background-size:80px auto;
}

section#contents.top .newsBL li .text{
    display:flex;
}

section#contents.top .newsBL li a{
    background:url(../images/link_root.png) no-repeat left 5px;
    background-size:8px auto;
    display:block;
    padding: 0 0 0 12px;
}

section#contents.top .top_menu_sub{
    width:630px;
}

section#contents.top .top_menu_sub ul{
    display: flex;
    justify-content: space-between;
}

section#contents.top .top_menu_sub li{
    width: 186px;
}

section#contents.top .top_menu_sub li img{
    width: 100%;
}

@media screen and (min-width: 769px) {
    #recipe2nav ul{
        display: flex !important;
    }
}

@media screen and (max-width: 768px) {
section#contents.top {
    background:url(../../images/main_bg_sp.jpg) center top no-repeat #e5f3fc;
    background-size:100% auto;
    width:auto;
    padding-top: calc(1034vw / 7.5);
}
    
section#contents.top .inner {
  width: 100%;
}    

section#contents.top .top_menu{
    padding-bottom:0;
    width: 100%;
    background: #fff;
}

section#contents.top .top_menu ul{
    flex-direction: column;
    padding-top:  calc(20vw / 7.5);
    gap: calc(20vw / 7.5) 0;
}

section#contents.top .top_menu li{
    width: 100%;
    clear: both;
    overflow: hidden;
    height: calc(550vw / 7.5);
}

section#contents.top .top_menu li.li01{
    background: url("../../images/thumb_hottea_sp.jpg") no-repeat center center;
    background-size: 100% auto !important;
}

section#contents.top .top_menu li.li02{
    background: url("../../images/thumb_coldtea_sp.jpg") no-repeat center center;
    background-size: 100% auto !important;
}

section#contents.top .top_menu li.li03{
    background: url("../../images/thumb_sweets_sp.jpg") no-repeat center center;
    background-size: 100% auto !important;
}

section#contents.top .top_menu li.li04{
    background: url("../../images/thumb_pairing_sp.jpg") no-repeat center center;
    background-size: 100% auto !important;
}

section#contents.top .top_menu li .label{
    width:calc(200vw / 7.5);
    height: auto;
}

section#contents.top .top_menu li.li01 .label,
section#contents.top .top_menu li.li03 .label{
    top: calc(50vw / 7.5);
    right: calc(20vw / 7.5);
}

section#contents.top .top_menu li.li02 .label,
section#contents.top .top_menu li.li04 .label{
    top: calc(50vw / 7.5);
    left: calc(20vw / 7.5);
}
    
    
section#contents.top .flexBl {
    display: block;
    width: auto;
    padding: 0 10px;
    margin:   calc(50vw / 7.5) 0;
}    

section#contents.top .newsBL{
    width:100%;
    margin-bottom:calc(30vw / 7.5)
}

section#contents.top .newsBL ul {
  padding: 10px 10px 0 10px;
}
    
section#contents.top .newsBL .scroll-pane{
    height:160px;
}

section#contents.top .newsBL li{
    padding:5px 0;
    min-height: 20px;
}

section#contents.top .newsBL li span{
    min-height: 20px;
}
    
section#contents.top .newsBL li .sweets{
    background-image:url(../images/icon_rc02.png);
    background-size:40px auto;
}
    
section#contents.top .newsBL li .drink,
section#contents.top .newsBL li .coldtea{
    background-image:url(../images/icon_rc03.png);
    background-size:40px auto;
}

section#contents.top .newsBL li .hottea{
    background-image:url(../images/icon_rc04.png);
    background-size:40px auto;
}    
    

section#contents.top .newsBL li .pairing{
    background-image:url(../images/icon_rc05.png);
    background-size:40px auto;
}
    
    
section#contents.top .newsBL li .date{
    line-height: 20px;
    padding:0 10px 0 45px;    
}    

section#contents.top .top_menu_sub{
    width:100%;
}

section#contents.top .top_menu_sub li{
    width:31%;
}
    
}

/*tea - article */
article.entry{
    width: 1240px;
    margin: 0 auto;
}

article.entry h2{
    margin-bottom:20px;
    position:relative;
    border-bottom:1px solid #e4e4e4;
    font-size:20px;
    font-size:2.0rem;
    font-weight:bold;
    padding:0 0 8px 0;
}

article.entry h2 .info {
	position: absolute;
	top: 0;
	right:0;
}

article.entry h2 .info .vol {
	padding: 0 8px;
	display: inline-block;
	/display: inline;
	font-size: 12px;
    font-size:1.2rem;
	font-weight: bold;
	background: #5ac0bd;/*drink*/
	color: #fff;
}

article.entry h2 .info .date {
    padding: 0 8px;
    display: inline-block;
    /display: inline;
    font-weight: bold;
	font-size: 12px;
    font-size:1.2rem;
    position: static;
    background: #809823;
    color: #fff;
}

article.entry .photo{
    float:right;
    width:600px;
    margin-bottom:40px;
    text-align:right;
}

article.entry .txtBox{
    float:left;
    width:600px;
    padding:0 10px;
    margin-bottom:40px;
}

article.entry h3.label {
    border-radius: 4px;
    width: 150px;
    background: #e8e915;
    text-align: center;
    color: #000;
    font-weight:bold;
    padding: 10px 0;
    margin: 25px 0 15px 0;
    display: inline-block;
    white-space: nowrap;
}

article.entry h3.label + span{
    margin-left:10px;
    }

article.entry .productBL {
    zoom: 1;
    padding:0;
    border: 1px solid #f3f3f3;
    width: 100%;
    margin: 30px 0 0 0;
    height: auto;
    float: left;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
}

article.entry .productBL a {
  width:100%;
  padding:15px;
  display:inline-table;
  box-sizing:border-box;
}
article.entry .productBL a:after {
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}

article.entry .productBL .pimg {
    float: left;
    margin-right:15px;
    font-size: 0;
    line-height: 0;
}
article.entry .productBL .ptxt {
  overflow:hidden;
}
article.entry .productBL .ptxt h4 {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom:5px;
}

article.entry .productBL a .ptxt h4 {
    color: #0d6357 !important;
}

article.entry .btptop{
    clear:both;
    border-top:1px solid #e4e4e4;
}

article.entry .btptop a{
    background:url(../images/link_btptop.png) no-repeat 20px center #809823;
    background-size: 10px auto;
    color: #fff !important;
    padding:10px 20px 10px 40px;
    display:inline-block;
    float:right;
}

article.entry .btptop a:hover{
    text-decoration:none;
}


article.entry + .entry{
    margin-top:80px;
}

@media screen and (max-width: 768px) {
article.entry {
  width: 100%;
}
    
article.entry h2{
    position:relative;
    font-size:16px;
    font-size:1.6rem;
    padding:0 110px 5px 10px;
    margin:0 -10px 20px -10px;
}

article.entry h2 .info {
	position: absolute;
	top: 0;
	right:10px;
}

article.entry h2 .info .vol,
article.entry h2 .info .date {
	padding: 0 4px;
	font-size: 10px;
    font-size:1.0rem;
}

article.entry .photo{
    float:inherit;
    width:auto;
    margin-bottom:20px;
    padding:0 10px;
}

article.entry .txtBox{
    float:inherit;
    width:100%;
    margin-bottom:0;
    padding:0;
}

article.entry h3.label {
    width: 130px;
    padding: 10px 0;
    margin: 20px 0 10px 0;
}

article.entry .productBL {
    zoom: 1;
    width: 100%;
    margin: 20px 0 0 0;
    float:inherit;
    overflow:hidden;
}

article.entry .productBL a {
  padding:10px;
}

article.entry .productBL .pimg {
    width: 15%;
    margin-right:10px;
}

article.entry .productBL .ptxt h4 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom:3px;
}

article.entry .btptop{
    display:none;
}

article.entry + .entry{
    margin-top:40px;
}
}

/*tea - drink */
section#contents.drink {
    background:url(../../drink/images/main_bg.png) center top no-repeat;
    padding:560px 30px 0 30px;
}

@media screen and (max-width: 768px) {
section#contents.drink {
    background:url(../../drink/images/main_bg_sp.png) center top no-repeat;
    background-size:100% auto;
    padding:65% 10px 0 10px;
    width:auto;
}

}

/*tea - sweets */
section#contents.sweets {
    background:url(../../sweets/images/main_bg.jpg) center top no-repeat;
    background-size: 1700px auto;
    max-width: 1700px;
    padding: 600px 0 0 0;
    width: inherit;
}

section#contents.sweets article.entry h2 .info .vol {
	background: #dab435;
}

section#contents.sweets  h3.label{
    background: #dab435;
    color: #fff;
}

@media screen and (max-width: 768px) {
section#contents.sweets {
    background:url(../../sweets/images/main_bg_sp.jpg) center top no-repeat;
    background-size:100% auto;
    padding:105vw 10px 0 10px;
    width:auto;
}

}


/*coldtea - sweets */
section#contents.coldtea {
    background:url(../../coldtea/images/main_bg.jpg) center top no-repeat;
    background-size: 1700px auto;
    max-width: 1700px;
    padding: 600px 0 0 0;
    width: inherit;
    position: relative;
}


section#contents.coldtea .bnr{
    position: absolute;
    top: 410px;
    width: 510px;
    left: calc(50% - 395px);
    transform: translateX(-50%);
}

section#contents.coldtea .bnr img{
    width: 100%;
    height: auto;
}

section#contents.coldtea article.entry h2 .info .vol {
	background: #5ac0bd;
}

section#contents.coldtea h3.label{
    background: #5ac0bd;
    color: #fff;
}

@media screen and (max-width: 768px) {
section#contents.coldtea {
    background:url(../../coldtea/images/main_bg_sp.jpg) center top no-repeat;
    background-size:100% auto;
    padding:105vw 10px 0 10px;
    width:auto;
}

section#contents.coldtea .bnr{
position: inherit;
    width: 75%;
    margin: 0 auto 8vw;
    top: inherit;
    left: inherit;
    transform: inherit;
}    
    
}

/*hottea - sweets */
section#contents.hottea {
    background:url(../../hottea/images/main_bg.jpg) center top no-repeat;
    background-size: 1700px auto;
    max-width: 1700px;
    padding: 600px 0 0 0;
    width: inherit;
}

section#contents.hottea article.entry h2 .info .vol {
	background: #e6e700;
    color: #000;
}

section#contents.hottea h3.label{
    background: #e6e700;
}

@media screen and (max-width: 768px) {
section#contents.hottea {
    background:url(../../hottea/images/main_bg_sp.jpg) center top no-repeat;
    background-size:100% auto;
    padding:105vw 10px 0 10px;
    width:auto;
}

}
/*pairing - sweets */
section#contents.pairing {
    background:url(../../pairing/images/main_bg.jpg) center top no-repeat;
    background-size: 1700px auto;
    max-width: 1700px;
    padding: 600px 0 0 0;
    width: inherit;
}

section#contents.pairing article.entry h2 .info .vol {
	background: #eabcb6;
    color: #fff;
}

section#contents.pairing h3.label{
    background: #eabcb6;
    color: #fff;
}

@media screen and (max-width: 768px) {
section#contents.pairing {
    background:url(../../pairing/images/main_bg_sp.jpg) center top no-repeat;
    background-size:100% auto;
    padding:105vw 10px 0 10px;
    width:auto;
}

}


/*tea - kodawari */
section#contents.kodawari {
    background:url(../../kodawari/images/main_bg.png) center top no-repeat;
    background-size: 1700px auto;
    padding:530px 0 0 0;
    max-width: 1700px;
      width: inherit;
}

section#contents.kodawari .mainBl{
    margin-bottom:60px;
    width: 1240px;
    margin: 0 auto 60px;
}

section#contents.kodawari .mainBl .img{
    margin-bottom:25px;
}

section#contents.kodawari .mainBl .img.sp{
    display:none;
}

section#contents.kodawari .subBl {
    overflow:hidden;
    width: 1240px;
    margin: 0 auto;
}

section#contents.kodawari .subBl h2{
    margin-bottom:30px;
    float:left;
    width:600px;
}

section#contents.kodawari .subBl .txt{
    width:600px;
    float:left;
}

section#contents.kodawari .subBl .img{
    float:right;
    width:600px;
}


@media screen and (max-width: 768px) {
section#contents.kodawari {
    background:url(../../kodawari/images/main_bg_sp.png) center top no-repeat;
    background-size:100% auto;
    padding:60% 10px 0 10px;
    width:auto;
}

section#contents.kodawari .mainBl{
    margin-bottom:40px;
    width: auto;
}

section#contents.kodawari .mainBl .img.sp{
    margin:0 -10px 15px -10px;
    display:block;
}

section#contents.kodawari .mainBl .img.pc{
    display:none;
}
    
section#contents.kodawari .subBl{
    width: 100%;
}
    

section#contents.kodawari .subBl h2{
    width:134px;
    float:inherit;
    margin:0 auto 25px auto;
}

section#contents.kodawari .subBl .img{
    width:100%;
    margin-bottom:15px;
    float:inherit;
}

section#contents.kodawari .subBl .txt{
    width:100%;
    float:inherit;
}
}

/*tea - howto */
section#contents.howto {
    background:url(../../howto/images/main_bg.png) center top no-repeat;
    background-size: 1700px auto;
    padding:530px 30px 0 30px;
    padding:530px 0 0 0;
    max-width: 1700px;    
      width: inherit;
}

section#contents.howto p.lead{
    font-size:24px;
    font-size:2.4rem;
    font-family: 'Noto Serif JP', serif;
/*    font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    line-height:1.4;
    width: 1000px;
    margin: 0 auto 40px;
    }


section#contents.howto ul{
    width:1015px;
    margin:0 auto;
	overflow: hidden;
}

section#contents.howto ul li{
    float:left;
    width:487px;
    height:490px;
}

section#contents.howto ul li:nth-child(even){
    float:right;
}

section#contents.howto ul li i{
    display:inline-block;
    padding:5px 0 0 0;
    font-style:normal;
}

section#contents.howto .youtube{
	clear: both;
	text-align: center;
	margin: 30px 0 0 0;
}


@media screen and (max-width: 768px) {
section#contents.howto {
    background:url(../../howto/images/main_bg_sp.png) center top no-repeat;
	background-size: 100% auto;
    padding:60% 10px 0 10px;
    width:auto;
}

section#contents.howto p.lead{
    font-size:18px;
    font-size:1.8rem;
    margin-bottom:20px;
}

section#contents.howto ul{
    width:100%;
}

section#contents.howto ul li{
    width:48.5%;
    height:auto;
    margin-bottom:15px;
}

section#contents.howto ul li:nth-child(even):after{
    content: "";
    clear: both;
    height: 0px;
    display: block;
    visibility: hidden;
}

section#contents.howto ul li:nth-child(5),
section#contents.howto ul li:nth-child(6){
    margin-bottom:0;
}

section#contents.howto ul li i{
    padding:2px 0 0 0;
}

section#contents.howto ul li i br{
    display:none;
}

section#contents.howto .youtube{
	margin: 15px 0 0 0;
}

section#contents.top .top_menu li img.sp,
section#contents.top .top_menu_sub li img.sp {
  display:none !important;
}

}


/*make-coldtea*/
section#contents.make-coldtea {
    max-width: 1700px;
    width: 100%;
}

section#contents.make-coldtea #main{
    background:url(../../make-coldtea/images/main_bg.jpg) center top no-repeat;
    background-size: 1700px auto;
    height: 850px;
}

section#contents.make-coldtea #main .inner{
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

section#contents.make-coldtea #main .inner .tit{
    position: absolute;
    top: 100px;
}

section#contents.make-coldtea .midashi{
    background: url("../../make-coldtea/images/dot.png") repeat left top;
    background-size: 36px auto;
    color: #fff;
    position: relative;
    margin-bottom: 60px;
}

section#contents.make-coldtea .midashi:after{
    content: "";
    position: absolute;
    background: url("../../make-coldtea/images/ice_illust.png") no-repeat center top;
    background-size: 401px auto;
    width:401px;
    height:100%;
    display: block;
    bottom: 0;
    right: 120px;
}

section#contents.make-coldtea .midashi .inner{
    width: 1300px;
    margin: 0 auto;
    padding: 90px 0;
}

section#contents.make-coldtea .midashi h2{
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 20px;
    font-family: 'Noto Serif JP', serif;
    padding-left: 70px;
    background: url("../../make-coldtea/images/mizudashi_icn.png") no-repeat left center;
    background-size: 50px auto;
    line-height: 1.1;
}

section#contents.make-coldtea .midashi p{
    line-height: 1.6;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    z-index: 1;    
}

section#contents.make-coldtea .method{
    background: url("../../make-coldtea/images/dot.png") repeat left top;
    background-size: 36px auto;
    padding-bottom: 120px;
}

section#contents.make-coldtea .itemBl + .itemBl{
    margin-top: 100px;
}

section#contents.make-coldtea .itemBl > .inner{
    width: 1300px;
    margin: 0 auto;
}

section#contents.make-coldtea .itemBl h3{
    font-weight: 700;
    font-size: 30px;
    color: #014963;
    margin-bottom: 10px;
    background: url("../../make-coldtea/images/mizudashi_circle.png") no-repeat 2px center;
    background-size: 26px auto;
    padding-left: 40px;
}

section#contents.make-coldtea .itemBl h3 + p{
    font-size: 20px;
    line-height: 1.6;
    color: #014963;
    padding-left: 40px;    
}

section#contents.make-coldtea .itemBl .column02{
    margin-top: 25px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

section#contents.make-coldtea .itemBl .column02 .movie,
section#contents.make-coldtea .itemBl .column02 .howto,
section#contents.make-coldtea .itemBl .column02 .pic{
    width: 47.692307692%;
}

section#contents.make-coldtea .itemBl .column02 .pic img{
    width: 100% ;
    height: auto;
}

section#contents.make-coldtea .itemBl .column02 .howto{
    border: 1px solid #63bcdd;
}

section#contents.make-coldtea .itemBl .column02 .howto .tit{
    background: #63bcdd;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}

section#contents.make-coldtea .itemBl .column02 .howto .tit img{
    height: 38.5px;
    width: auto;
    vertical-align: sub;
}

section#contents.make-coldtea .itemBl .column02 .howto .flex{
    display: flex;
    padding: 50px 20px 0 0;
/*    align-items: end;*/
}

section#contents.make-coldtea .itemBl .column02 .howto .flex .illust{
    width: 159px;
    position: relative;
}

section#contents.make-coldtea .itemBl .column02 .howto .flex .illust img{
    width: 100%;
    height: auto;
}

section#contents.make-coldtea .itemBl .column02 .howto .flex .txt{
     flex: 1;
}

section#contents.make-coldtea .itemBl .column02 .howto .flex .txt p{
    font-size: 22px;
    line-height: 1.6;
    margin-top: 30px;
}

section#contents.make-coldtea .itemBl .column02 .howto .flex .txt ul{
    font-size: 22px;
    line-height: 1.6;
}

section#contents.make-coldtea .itemBl .column02 .howto .flex .txt ul li{
    padding-left: 60px;
    padding-top: 5px;
    min-height: 41px;
}

section#contents.make-coldtea .itemBl .column02 .howto .flex .txt ul li + li{
    margin-top: 30px;
}

section#contents.make-coldtea .itemBl .column02 .howto .flex .txt li:nth-child(1){
    background: url("../../make-coldtea/images/mizudashi_howto_1.png") no-repeat left top;
    background-size: 44px auto;
}

section#contents.make-coldtea .itemBl .column02 .howto .flex .txt li:nth-child(2){
    background: url("../../make-coldtea/images/mizudashi_howto_2.png")no-repeat left top;
    background-size: 44px auto;
    
}

section#contents.make-coldtea .itemBl .column02 .howto .flex .txt li:nth-child(3){
    background: url("../../make-coldtea/images/mizudashi_howto_3.png")no-repeat left  top;
    background-size: 44px auto;
    
}

section#contents.make-coldtea .itemBl .btn{
    display: block;
    text-align: center;
    margin-top: 50px;
}

section#contents.make-coldtea .itemBl .btn li{
    display: inline-block;
    height: 40px;
    min-width: 92px;
    margin: 0 15px;
    transition: all 0.2s ease 0s;
    z-index: 12;
    transform:translate(0, 0);
}

section#contents.make-coldtea .itemBl .btn li span,
section#contents.make-coldtea .itemBl .btn li a{
    font-size: 18px;
    font-size: 1.8rem;
    border: 1px solid #00c2e5;
    border-radius: 30px;
/*    width: 100%;*/
    height: 100%;
    display: block;
    line-height: 40px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    padding: 0 15px;
}

section#contents.make-coldtea .itemBl .btn li.detail:hover,
section#contents.make-coldtea .itemBl .btn li.buy:hover{
    transform:translate(0, 5px);
}


section#contents.make-coldtea .itemBl .btn li span,
section#contents.make-coldtea .itemBl .btn li.detail a{
    background: #00c2e5;
    color: #fff !important;
    padding: 0 10px;
    text-align: center;
}

section#contents.make-coldtea .itemBl .btn li.line a{
    border: 1px solid #fff;
}

section#contents.make-coldtea .itemBl .btn li.buy a{
    background: #fff;
    color: #00c2e5 !important;
}

section#contents.make-coldtea #mizudashiBl{
    background-color:#d9e9ef;
}

section#contents.make-coldtea #mizudashiBl .midashi{
    background-color:#63bcdd;

}

section#contents.make-coldtea .item01 .howto ul li + li{
    margin-top: 30px;
}

section#contents.make-coldtea #kooridashiBl{
    background-color:#d9efeb;
}

section#contents.make-coldtea #kooridashiBl .midashi{
    background-color:#54cbc1;
}

section#contents.make-coldtea #kooridashiBl .itemBl h3{
    background: url("../../make-coldtea/images/kooridashi_circle.png") no-repeat 2px center;
    background-size: 26px auto;
}

section#contents.make-coldtea #kooridashiBl .itemBl .column02 .howto{
    border: 1px solid #54cbc1;
}

section#contents.make-coldtea #kooridashiBl .itemBl .column02 .howto .tit{
    background: #54cbc1;
}

section#contents.make-coldtea #kooridashiBl .itemBl .column02 .howto .flex .txt li:nth-child(1){
    background: url("../../make-coldtea/images/kooridashi_howto_1.png")no-repeat left top;
    background-size: 44px auto;
}

section#contents.make-coldtea #kooridashiBl .itemBl .column02 .howto .flex .txt li:nth-child(2){
    background: url("../../make-coldtea/images/kooridashi_howto_2.png")no-repeat left top;
    background-size: 44px auto;
    
}

section#contents.make-coldtea #kooridashiBl .itemBl .column02 .howto .flex .txt li:nth-child(3){
    background: url("../../make-coldtea/images/kooridashi_howto_3.png")no-repeat left top;
    background-size: 44px auto;
    
}

section#contents.make-coldtea #kooridashiBl .item04 .illust img{
    position: absolute;
    width: 202px;
    top: 20px;
}


section#contents.make-coldtea #kooridashiBl .itemBl .btn li span,
section#contents.make-coldtea #kooridashiBl .itemBl .btn li a,
section#contents.make-coldtea #kooridashiBl .itemBl .btn li.line a{
    border-color: #54cbc1;
}

section#contents.make-coldtea #kooridashiBl .itemBl .btn li span,
section#contents.make-coldtea #kooridashiBl .itemBl .btn li.detail a{
    background:  #54cbc1;
}

section#contents.make-coldtea #kooridashiBl .itemBl .btn li.line a{
    border: 1px solid #fff;
}

section#contents.make-coldtea #kooridashiBl .itemBl .btn li.buy a{
    color:  #54cbc1 !important;
}


section#contents.make-coldtea #rocksBl{
    background-color:#d9efdb;
}

section#contents.make-coldtea #rocksBl .midashi{
    background-color:#42944a;
}

section#contents.make-coldtea #rocksBl .midashi h2{
    background: url("../../make-coldtea/images/rocks_icn.png") no-repeat left center;
    background-size: 50px auto;
}

section#contents.make-coldtea #rocksBl .itemBl h3{
    background: url("../../make-coldtea/images/rocks_circle.png") no-repeat 2px center;
    background-size: 26px auto;
    color:#0a6301 ;
}

section#contents.make-coldtea #rocksBl .itemBl h3 + p{
    color:#0a6301 ;
}

section#contents.make-coldtea #rocksBl .itemBl .column02 .howto{
    border: 1px solid #42944a;
}

section#contents.make-coldtea #rocksBl .itemBl .column02 .howto .tit{
    background: #42944a;
}

section#contents.make-coldtea #rocksBl .itemBl .column02 .howto .flex .txt li:nth-child(1){
    background: url("../../make-coldtea/images/rocks_howto_1.png")no-repeat left top;
    background-size: 44px auto;
}

section#contents.make-coldtea #rocksBl .itemBl .column02 .howto .flex .txt li:nth-child(2){
    background: url("../../make-coldtea/images/rocks_howto_2.png")no-repeat left top;
    background-size: 44px auto;
    
}

section#contents.make-coldtea #rocksBl .itemBl .column02 .howto .flex .txt li:nth-child(3){
    background: url("../../make-coldtea/images/rocks_howto_3.png")no-repeat left top;
    background-size: 44px auto;
    
}

section#contents.make-coldtea #rocksBl .itemBl .btn li span,
section#contents.make-coldtea #rocksBl .itemBl .btn li a,
section#contents.make-coldtea #rocksBl .itemBl .btn li.line a{
    border-color: #42944a;
}

section#contents.make-coldtea #rocksBl .itemBl .btn li span,
section#contents.make-coldtea #rocksBl .itemBl .btn li.detail a{
    background:  #42944a;
}

section#contents.make-coldtea #rocksBl .itemBl .btn li.line a{
    border: 1px solid #fff;
}

section#contents.make-coldtea #rocksBl .itemBl .btn li.buy a{
    color:  #42944a !important;
}

section#contents.make-coldtea #rocksBl .item05 .illust img{
    position: absolute;
    width: 178px;
    top:0;
}

section#contents.make-coldtea #rocksBl .item06 .movie{
    margin-top: -125px;
}

section#contents.make-coldtea #rocksBl .item06 .flex_btn{
    display: flex;
    justify-content: center;
  gap: 0 40px;
  margin-left: -30px;
}

section#contents.make-coldtea #rocksBl .item06 .flex_btn ul:nth-child(1):before{
    content: "ほい炉あげほうじ茶";
    font-size: 24px;
    font-weight: 700;
    padding-right: 10px;
}

section#contents.make-coldtea #rocksBl .item06 .flex_btn ul:nth-child(2):before{
    content: "抹茶入り玄米茶";
    font-size: 24px;
    font-weight: 700;
    padding-right: 10px;
}

section#contents.make-coldtea #rocksBl .item07 .illust img{
    margin-top: -17px;
}

section#contents.make-coldtea #rocksBl .item07 .bnr{
    width: 300px;
    margin-top: 60px;
}

section#contents.make-coldtea #rocksBl .item07 .bnr img{
    width: 100%;
    height: auto;
}

section#contents.make-coldtea #rocksBl .item08 .flex_btn{
    display: flex;
    justify-content: flex-end;
    gap: 0 45px;
}

section#contents.make-coldtea #rocksBl .item08 .flex_btn ul:nth-child(1):before{
    content: "寿月堂シェーカーボトル";
    font-size: 24px;
    font-weight: 700;
    padding-right: 10px;
}

section#contents.make-coldtea #rocksBl .item08 .flex_btn ul:nth-child(2){
    width: 620px;
    text-align: left;
}

section#contents.make-coldtea #rocksBl .item08 .flex_btn ul:nth-child(2):before{
    content: "有機抹茶 Matcha Nature Bio";
    font-size: 24px;
    font-weight: 700;
    padding-right: 10px;
}


@media screen and (max-width: 768px) {
    section#contents.make-coldtea {
        width: 100%;
    }
    
    
    section#contents.make-coldtea #main{
        background:url(../../make-coldtea/images/main_bg_sp.jpg) center top no-repeat;
        background-size: 100% auto;
        height: calc( 494vw / 7.5);
    }

    section#contents.make-coldtea #main .inner .tit{
        position: absolute;
        top: 9vw;
        left: 5%;
        width: 30%;
    }

    section#contents.make-coldtea .midashi{
        margin-bottom:50px;
        background: url("../../make-coldtea/images/dot.png") repeat left top;
        background-size: 18px auto;
    }

    section#contents.make-coldtea .midashi:after{
        background: url("../../make-coldtea/images/ice_illust.png") no-repeat center center;
        background-size: 200px auto;
        width:200px;
        right: -50px;
    }

    section#contents.make-coldtea .midashi .inner{
        width: auto;
        margin: 0 auto;
        padding: 40px 20px;
    }

    section#contents.make-coldtea .midashi h2{
        font-size: 24px;
        margin-bottom: 10px;
        padding-left: 32px;
        background: url("../../make-coldtea/images/mizudashi_icn.png") no-repeat left center;
        background-size: 25px auto;
    }

    section#contents.make-coldtea .midashi p{
        font-size: 14px;
    }

    section#contents.make-coldtea .method{
        background: url("../../make-coldtea/images/dot.png") repeat left top;
        background-size: 18px auto;
        padding-bottom: 60px;
    }

    section#contents.make-coldtea .itemBl + .itemBl{
        margin-top: 50px;
    }

    section#contents.make-coldtea .itemBl > .inner{
        width: auto;
        padding: 0 10px;
    }

    section#contents.make-coldtea .itemBl h3{
        font-size: 18px;
        margin-bottom: 5px;
        background: url("../../make-coldtea/images/mizudashi_circle.png") no-repeat 2px center;
        background-size: 14px auto;
        padding-left: 20px;
    }

    section#contents.make-coldtea .itemBl h3 + p{
        font-size: 14px;
        padding-left: 20px;    
    }

    section#contents.make-coldtea .itemBl .column02{
        margin-top: 0;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    section#contents.make-coldtea .itemBl .column02 .howto,
    section#contents.make-coldtea .itemBl .column02 .pic{
        width: 100%;
        margin-top: 20px;
    }

    section#contents.make-coldtea .itemBl .column02 .howto .tit{
        padding: 10px 0;
        font-size: 16px;
    }

    section#contents.make-coldtea .itemBl .column02 .howto .tit img{
        height: 20px;
    }

    section#contents.make-coldtea .itemBl .column02 .howto .flex{
        padding: 20px 10px 20px 0;
        align-items: center;
    }

    section#contents.make-coldtea .itemBl .column02 .howto .flex .illust{
        width: 25%;
        max-width: 158px;
        padding-right: 10px;
    }

    section#contents.make-coldtea .itemBl .column02 .howto .flex .txt p{
        font-size: 14px;
        margin-top: 20px;
    }

    section#contents.make-coldtea .itemBl .column02 .howto .flex .txt ul{
        font-size: 14px;
    }

    section#contents.make-coldtea .itemBl .column02 .howto .flex .txt ul li{
        padding-left: 35px;
        padding-top: 0;
        min-height: 25px;
    }

    section#contents.make-coldtea .itemBl .column02 .howto .flex .txt ul li + li{
        margin-top: 20px;
    }

    section#contents.make-coldtea .itemBl .column02 .howto .flex .txt li:nth-child(1){
        background: url("../../make-coldtea/images/mizudashi_howto_1.png") no-repeat left top;
        background-size: 25px auto;
    }

    section#contents.make-coldtea .itemBl .column02 .howto .flex .txt li:nth-child(2){
        background: url("../../make-coldtea/images/mizudashi_howto_2.png")no-repeat left top;
        background-size: 25px auto;

    }

    section#contents.make-coldtea .itemBl .column02 .howto .flex .txt li:nth-child(3){
        background: url("../../make-coldtea/images/mizudashi_howto_3.png")no-repeat left  top;
        background-size: 25px auto;

    }

    section#contents.make-coldtea .itemBl .btn{
        width: calc((100% + 20px) * 0.89333);
        margin: 20px auto 0;
    }

    section#contents.make-coldtea .itemBl .btn li{
      height: 5.2vw;
      min-width:18%;
      margin: 0 2%;
        padding: 0;
    }

    section#contents.make-coldtea .itemBl .btn li span,
    section#contents.make-coldtea .itemBl .btn li a{
        font-size: 2.65vw;
        line-height: 5.2vw;
        padding: 0 10px;
    }
    
    section#contents.make-coldtea .itemBl.item02 h3{
        background: url("../../make-coldtea/images/mizudashi_circle.png") no-repeat 2px 4px;
        background-size: 14px auto;
    }
    
    section#contents.make-coldtea #kooridashiBl .itemBl h3{
        background: url("../../make-coldtea/images/kooridashi_circle.png") no-repeat 2px center;
        background-size: 14px auto;
    }


    section#contents.make-coldtea #kooridashiBl .itemBl .column02 .howto .flex .txt li:nth-child(1){
        background: url("../../make-coldtea/images/kooridashi_howto_1.png")no-repeat left top;
        background-size: 25px auto;
    }

    section#contents.make-coldtea #kooridashiBl .itemBl .column02 .howto .flex .txt li:nth-child(2){
        background: url("../../make-coldtea/images/kooridashi_howto_2.png")no-repeat left top;
        background-size: 25px auto;

    }

    section#contents.make-coldtea #kooridashiBl .itemBl .column02 .howto .flex .txt li:nth-child(3){
        background: url("../../make-coldtea/images/kooridashi_howto_3.png")no-repeat left top;
        background-size: 25px auto;

    }

    section#contents.make-coldtea #kooridashiBl .item04 .illust img{
        position: inherit;
        width: 100%;
        top: 0;
    }

    

section#contents.make-coldtea #rocksBl .midashi h2{
    background: url("../../make-coldtea/images/rocks_icn.png") no-repeat left center;
    background-size: 25px auto;
}

section#contents.make-coldtea #rocksBl .itemBl h3{
    background: url("../../make-coldtea/images/rocks_circle.png") no-repeat 2px 4px;
    background-size: 14px auto;
}

section#contents.make-coldtea #rocksBl .itemBl .column02 .howto .flex .txt li:nth-child(1){
    background: url("../../make-coldtea/images/rocks_howto_1.png")no-repeat left top;
    background-size: 25px auto;
}

section#contents.make-coldtea #rocksBl .itemBl .column02 .howto .flex .txt li:nth-child(2){
    background: url("../../make-coldtea/images/rocks_howto_2.png")no-repeat left top;
    background-size: 25px auto;
    
}

section#contents.make-coldtea #rocksBl .itemBl .column02 .howto .flex .txt li:nth-child(3){
    background: url("../../make-coldtea/images/rocks_howto_3.png")no-repeat left top;
    background-size: 25px auto;
}
    
section#contents.make-coldtea #rocksBl .item05 .illust img{
    position: inherit;
    width: 100%;
}

section#contents.make-coldtea #rocksBl .item06 .movie{
    margin-top: 0;
    position: relative;
    margin-top: 20px;    
    padding-top: 56.25%;
    width: 100%;    
}

section#contents.make-coldtea #rocksBl .item06 .movie iframe{
position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    }
    
section#contents.make-coldtea #rocksBl .flex_btn{
    flex-wrap: wrap;
    margin: 0 auto !important;
}

section#contents.make-coldtea #rocksBl .flex_btn ul{
    width: 100%;
}
   
    
section#contents.make-coldtea #rocksBl .item06 .flex_btn ul:before{
    display: none;

}
    
section#contents.make-coldtea #rocksBl .item08 .flex_btn ul:before{
    font-size: 14px !important;
    padding-right: 0px !important;
    width: 55%;
    display: inline-block;
    text-align: right;
}

section#contents.make-coldtea #rocksBl .item07 .illust img{
    margin-top: -17px;
}

section#contents.make-coldtea #rocksBl .item07 .bnr{
    max-width: 300px;
    width: 70%;
    margin-top: 20px;
}

section#contents.make-coldtea #rocksBl .item08 .flex_btn ul:nth-child(2){
    width: 100%;
    text-align: center;
}

section#contents.make-coldtea .itemBl .btn li.empty{
    display: inline-block !important;
    opacity: 0;
    }
    
    
}