@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS Document */
*{
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%; 
	/*scroll-padding-top: 71px;*/
}

body {
    color: #000;
    font-size: 14px;
    line-height: 1.7;
    font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.wrapper_ {
    padding-top: 0;
}

.spOnly,.sp { display: none; }
@media screen and (max-width:767px){
    .spOnly,.sp{ display: block; }
    .pcOnly{ display: none; }

    .kv__schedule {
        width: 100%;
    }
}

h1 img {
    width: 100%;
    margin: auto;
}

p.txt {
    text-align: center;
    font-size: 20px;
}

@media screen and (max-width:767px) {
    p.txt {
        font-size: 4vw;
    }
}

.notes {
    width: min(825px,95%);
    background-color: #fff;
    margin: 15px auto 0;
    border-radius: 20px;
    padding: 20px;
}

@media screen and (max-width:767px) {
    .notes {
        width: min(825px,95%);
        margin: 15px auto 0;
        border-radius: 10px;
        padding: 10px;
    }
}

.notes p {
    display: flex;
    text-align: left;
    font-size: 16px;
}

@media screen and (max-width:767px) {
    .notes p {
        font-size: 3.5vw;
    }
}

.notes p + p {
    margin-top: 14px;
}

@media screen and (max-width:767px) {
    .notes p + p {
        margin-top: 5px;
    }
}

.maininner {
    margin: auto;
    margin-bottom: 120px;
}

@media screen and (max-width:767px) {
    .maininner {
        width: 100%;
        margin-bottom: 60px;
    }
}

.careitembox {
    margin: 140px auto 0;
    text-align: center;
    line-height: 1.4;
    width: min(1000px,90%);
}

@media screen and (max-width:767px) {
    .careitembox {
		margin: 8.53333vw auto 0;
        width: 100%;
    }
}

.careitembox + .careitembox {
    margin-top: 174px;
}

@media screen and (max-width:767px) {
    .careitembox + .careitembox {
        margin-top: 70px;
    }
}

.careitembox .scene{ 
	position: relative;
	/*color: #3d2214;*/
	font-size: 34px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 38px;
}

@media screen and (max-width:767px) {
.careitembox .scene{
	font-size:4.53333vw;
	margin-bottom:5.06666vw;
	}
}
.careitembox .scene:before,
.careitembox .scene:after{	
	position: relative;
	content: "";
	display: inline-block;
	background: #3d2214;
	width:4px;
	height:45px;
	vertical-align: middle;
}
@media screen and (max-width:767px) {
	.careitembox .scene:before,
	.careitembox .scene:after{	
	width:0.53333vw;
	height:6vw;
	}
}

.careitembox .scene:before{
	transform: rotate(-35deg);
	margin:0 1em 0 0;
}
 
.careitembox .scene:after{
	transform: rotate(35deg);
	margin:0 0 0 1em;
}

.item_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 850px;
	margin:0 auto;
	align-items:center;
	
}
@media screen and (max-width:767px) {
	.item_list{
		width:90.66666vw;
	}
}

.item_list li{
	width: 260px;
	background-image: linear-gradient(to right, #d9bd44 , #c1a32d 50%);
	box-sizing: border-box;
	position: relative;
	border-radius: 50vh;
	margin: 0 auto 22px;
	display: flex;
	justify-content: space-around;
	align-items:center;
	/*padding:8px 0;*/
	height: 64px;
}

@media screen and (max-width:767px) {
	.item_list li{
		width:43.33333vw;
		height: 10.66666vw;
		margin: 0 0 3.73333vw 0;
	}
}

@media screen and (max-width:767px) {
	.item_list li:nth-child(odd){
		margin: 0 4vw 3.73333vw 0;
	}
} 

.item_list li a {
	color: #fff;
	font-size: 24px;
	display: block;
	text-decoration: none;
	padding:10px 30px;
	box-sizing: border-box;
}
@media screen and (max-width:767px) {
	.item_list li a {
		font-size: 4.26666vw;
		padding:2vw 4vw;
	box-sizing: border-box;
}
}
	
.item_list li a::before{
	vertical-align: middle;
	margin-right: 0.4em;
}

.item_list li:nth-child(1) a::before{
	content: "";
	display: inline-block;
	width:31px;
	height: 44px;
	background: url(/assets/wellness/style/event/style-christmas/img/ico_bx_innerwear_v.png) center center no-repeat;
	background-size: contain;
}
	@media screen and (max-width:767px) {
		.item_list li:nth-child(1) a::before{
			width:5.2vw;
	        height: 7.33333vw;
		}
	}
	
.item_list li:nth-child(2) a::before{
	content: "";
	display: inline-block;
	width:34px;
	height: 34px;
	background: url(/assets/wellness/style/event/style-christmas/img/ico_smart.png) center center no-repeat;
	background-size: contain;
}
@media screen and (max-width:767px) {
	.item_list li:nth-child(2) a::before{
			width:5.73333vw;
	        height: 5.73333vw;
		}
	
	}
.item_list li:nth-child(3) a::before{
	content: "";
	display: inline-block;
	width:44px;
	height: 33px;
	background: url(/assets/wellness/style/event/style-christmas/img/ico_premium.png) center center no-repeat;
	background-size: contain;
}
@media screen and (max-width:767px) {
	.item_list li:nth-child(3) a::before{
			width:7.2vw;
	        height: 5.46666vw;
		}
	
	}
.item_list li:nth-child(4) a::before{
	content: "";
	display: inline-block;
	width:44px;
	height: 34px;
	background: url(/assets/wellness/style/event/style-christmas/img/ico_premiumdx.png) center center no-repeat;
	background-size: contain;
}
@media screen and (max-width:767px) {
	.item_list li:nth-child(4) a::before{
			width:7.33333vw;
	        height: 5.6vw;
		}
	
	}
.item_list li:nth-child(5) a::before{
	content: "";
	display: inline-block;
	width:34px;
	height: 41px;
	background: url(/assets/wellness/style/event/style-christmas/img/ico_dr_chair_plus.png) center center no-repeat;
	background-size: contain;
}
@media screen and (max-width:767px) {
	.item_list li:nth-child(5) a::before{
			width:5.86666vw;
	        height: 6.66666vw;
		}
	
	}
.item_list li:nth-child(6) a::before{
	content: "";
	display: inline-block;
	width:42px;
	height: 54px;
	background: url(/assets/wellness/style/event/style-christmas/img/ico_pmc.png) center center no-repeat;
	background-size: contain;

}
@media screen and (max-width:767px) {
	.item_list li:nth-child(6) a::before{
			width:6.93333vw;
	        height: 8.93333vw;
		}
	}

.item_list li a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.list_title{
	position: relative;
	text-align: center;
	font-size: 34px;
	margin:90px auto 0;
	font-weight: bold;
}
	@media screen and (max-width:767px) {
		.list_title{
			font-size: 5.86666vw;
			margin:12vw auto 0;
		}
		
	}

.list_title::after{
	background-image: linear-gradient(to right, transparent 3%, #ad8a17 8% ,#bfab36 50% ,#ad8a17 92% ,transparent 97%);
	background-repeat: no-repeat;
    content: "";
    height: 4px;
    left: 0;
    margin-inline: auto;
    max-width: 1000px;
    position: absolute;
    right: 0;
    width: 100%;
	bottom:-0.2em;
		}
@media screen and (max-width:767px) {
	.list_title::after{
		height: 0.93333vw;
		bottom:-3.46666vw;
	}
}
/*--2col css--*/

/*.goodswrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 120px;
}

@media screen and (max-width:767px) {
    .goodswrap {
        margin-top: 0px;
        flex-direction: column;
    }
}

.goodswrap li {
    text-align: center;
    width: 48%;
}

@media screen and (max-width:767px) {
    .goodswrap li {
        width: 100%;
    }
}

.goodswrap li > figure {
	height: 200px;
    margin: auto;
}

.goodswrap li > figure img {
	width: auto;
}

@media screen and (max-width:767px) {
    .goodswrap li >figure {
		height: 35.46666vw;
		margin-top: 14.66666vw;
        
    }
}

@media screen and (max-width:767px) {
    .goodswrap li + li {
    }
}
*/

/*--1col css--*/

.goodswrap.col_1 {
	max-width: 1000px;
    display: block;
	margin: 120px auto 0;
}
@media screen and (max-width:767px) {
    .goodswrap.col_1 {
        margin: 0 auto 0;
		/*width:86.66666vw;*/
		width:90vw;
    }
}

.goodswrap.col_1 li .goodswrap_wrap {
    display: flex;
	align-items: flex-start;
	justify-content:flex-start;
	margin:0 auto;
}

@media screen and (max-width:767px) {
    .goodswrap.col_1 li .goodswrap_wrap {
		display: block;
        width: 100%;
		/*margin:7.6vw auto 0;*/
		margin:11.6vw auto 0;
    }
}

.goodswrap.col_1 .goodswrap_wrap .product_text{
	text-align: left;
	width:554px;
}
@media screen and (max-width:767px) {
	.goodswrap.col_1 .goodswrap_wrap .product_text{
	text-align:center;
	width:auto;
}
}
.goodswrap.col_1 li .goodswrap_wrap > figure {
 height: auto;
}

.goodswrap.col_1 li .goodswrap_wrap > figure img {
	
}

@media screen and (max-width:767px) {
	.goodswrap.col_1 li .goodswrap_wrap > figure img {
		
	}
}

ul.goodswrap.col_1.bx-inner li .goodswrap_wrap > figure {margin: 0 50px 0 auto;}
ul.goodswrap.col_1.bx-inner li .goodswrap_wrap > figure img {width:175px;}
@media screen and (max-width:767px) {
	ul.goodswrap.col_1.bx-inner li .goodswrap_wrap > figure img{width:26.93333vw;}
}

ul.goodswrap.col_1.smart li .goodswrap_wrap > figure {margin: 0 75px 0 auto;}
ul.goodswrap.col_1.smart li .goodswrap_wrap > figure img {width:210px;}
@media screen and (max-width:767px) {
	ul.goodswrap.col_1.smart li .goodswrap_wrap > figure img {width:36vw;}
}

ul.goodswrap.col_1.premium li .goodswrap_wrap > figure {margin: 0 55px 0 auto;}
ul.goodswrap.col_1.premium li .goodswrap_wrap > figure img {width:266px;}
@media screen and (max-width:767px) {
	ul.goodswrap.col_1.premium li .goodswrap_wrap > figure img {width:46.66666vw;}
}

ul.goodswrap.col_1.premiumdx li .goodswrap_wrap > figure {margin: 0 50px 0 auto;}
ul.goodswrap.col_1.premiumdx li .goodswrap_wrap > figure img {width:271px;}
@media screen and (max-width:767px) {
	ul.goodswrap.col_1.premiumdx li .goodswrap_wrap > figure img {width:47.33333vw;}
}

ul.goodswrap.col_1.dr_chair_plus li .goodswrap_wrap > figure {margin: 0 82px 0 auto;}
ul.goodswrap.col_1.dr_chair_plus li .goodswrap_wrap > figure img {width:208px;}
@media screen and (max-width:767px) {
	ul.goodswrap.col_1.dr_chair_plus li .goodswrap_wrap > figure img {width:30.26666vw;}
}

ul.goodswrap.col_1.pmc li .goodswrap_wrap > figure {margin: 0 54px 0 auto;}
ul.goodswrap.col_1.pmc li .goodswrap_wrap > figure img {width:237px;}
@media screen and (max-width:767px) {
	ul.goodswrap.col_1.pmc li .goodswrap_wrap > figure img {width:37.73333vw;}
}

@media screen and (max-width:767px) {
    .goodswrap.col_1 li .goodswrap_wrap >figure {
		height: auto;
		margin: 0 auto 9.33333vw!important;
    }
}

figcaption {
    font-size: 20px;
    /*margin-top: 45px;*/
}

@media screen and (max-width:767px) {
    figcaption {
        font-size: 4vw;
        /*margin-top: 9.86666vw;*/
    }
}

.goodswrap.col_1 li p.explanation {
    font-weight: bold;
    font-size: 22px;
    margin-top: 28px;
}

@media screen and (max-width:767px) {
.goodswrap.col_1 li p.explanation {
        font-size: 4.8vw;
        margin-top: 6.93333vw;
    }
}

.price_ {
    color: #888;
    font-size: 20px;
    margin-top: 30px;
}

@media screen and (max-width:767px) {
    .price_ {
        font-size: 4vw;
        margin-top: 6.66666vw;
    }
}

.small_ {
    font-size: 18px;
}

@media screen and (max-width:767px) {
    .small_ {
        font-size: 3.8vw;
    }
}

.Colorbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 28px;
}

@media screen and (max-width:767px) {
    .Colorbox {
        margin-top: 6vw;
		justify-content: center;
    }
}

.Colorbox p {
    font-size: 20px;
    margin-right: 26px;
}

@media screen and (max-width:767px) {
    .Colorbox p {
        font-size: 3.8vw;
        margin-right: 17px;
    }
}
.Colorbox .Colorbox_wrap .second_title:nth-child(1){
	margin:0 auto 10px;
}
.Colorbox .Colorbox_wrap .second_title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.Colorbox .Colorbox_wrap .second_title > span{
	font-size: 20px;
	display: block;
	width:6em;
}

@media screen and (max-width:767px) {
.Colorbox .Colorbox_wrap .second_title > span{	
	font-size: 3.8vw;
	}
}

.threecolor p {
    margin-right: 6%;
    width: 18%;
}

@media screen and (max-width:767px) {
    .threecolor p {
        margin-right: 0%;
        width: 18%;
    }
}

.Color_variations {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
}

@media screen and (max-width:767px) {
    .Color_variations {
        gap: 6px;
    }
}
.Color_variations figure{
	display: block;
	width:50px;
	height: 50px;
	border: 2px solid #adadad;
	border-radius: 25px 25px;
}

.Color_variations.col-premium figure:nth-child(1) {
	background: #513a3f;
}
.Color_variations.col-premium figure:nth-child(2) {
	background: #080808;
}
.Color_variations.col-premium figure:nth-child(3) {
	background: #5d6167;
}
.Color_variations.col-premiumdx figure:nth-child(1) {
	background: #000000;
}
.Color_variations.col-smart figure:nth-child(1) {
	background: #1a708c;
}
.Color_variations.col-smart figure:nth-child(2) {
	background: #804e21;
}
.Color_variations.col-smart figure:nth-child(3) {
	background: #3f3a39;
}
.Color_variations.col-bx-inner-men figure:nth-child(1) {
	background: #292929;
}
.Color_variations.col-bx-inner-men figure:nth-child(2) {
	background: #e8e8e8;
}
.Color_variations.col-bx-inner-women figure:nth-child(1) {
	background: #292929;
}
.Color_variations.col-bx-inner-women figure:nth-child(2) {
	
	background: #e4d4c4;
}
.Color_variations.col-dr_chair_plus figure:nth-child(1){
	background: #026fb9;
}
.Color_variations.col-dr_chair_plus figure:nth-child(2){
	background: #804f21;
}
.Color_variations.col-dr_chair_plus figure:nth-child(3){
	background: #c30d23;
}
.Color_variations.col-pmc figure:nth-child(1){
	background: #3f3a39;
}
.Color_variations.col-pmc figure:nth-child(2){
	background: #c8bd9b;
}
@media screen and (max-width:767px) {
    .Color_variations figure {
		width:6.66666vw;
		height:6.66666vw;
		border: 1px solid #adadad;
		border-radius: 3.33333vw 3.33333vw;
    }
}

.Color_variationsset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Color_variationsset + .Color_variationsset {
    margin-top: 18px;
}

@media screen and (max-width:767px) {
    .Color_variationsset + .Color_variationsset {
        margin-top: 9px;
    }
}

.btn {
    color: #fff;
    font-weight: bold;
    background-color: #4e8084;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 22px;
    border-radius: 10px;
    padding: 14px 77px 16px 64px;
    margin: 41px auto 0;
	max-width: 350px;
    width: 100%;
}

@media screen and (max-width:767px) {
    .btn {
        font-size: 4vw;
        border-radius: 5px;
        padding: 7px 41px 8px 28px;
        margin: 6vw auto 0;
        width: 70%;
    }
}

.btn ::after {
    content: '';
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    width: 13px;
    height: 13px;
    top: 40%;
    right: 7%;
}

@media screen and (max-width:767px) {
    .btn ::after{
        width: 3%;
        height: 24%;
        top: 35%;
        right: 8%;
    }
}

.btn_nocolordrive {
    margin-top: 122px;
}

.btn_nocolorlumber {
    margin-top: 192px;
}

@media screen and (max-width:767px) {
    .btn_nocolordrive,
    .btn_nocolorlumber {
        margin-top: 22px;
    }
}

a.btn:hover {
    opacity: 0.7;
    transition: 0.3s;
}

section.care .doctor {
    background-color: #f7f8f8;
    border-radius: 20px;
    padding: 2rem 2rem 0;
    margin-top: 4rem
}

section.care {
    width: min(1000px,90%);
    margin:0 auto 50px;
    font-size: 100%;
}

section.care .doctor h3 {
    text-align: center;
    font-size: clamp(1.25rem,.9924rem + 1.2121vw,1.75rem);
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    section.care .doctor h3 {
        grid-area:"TITLE";
        margin-bottom: 20px;
    }
}

section.care .doctor-intro {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: 1rem;
}

@media only screen and (max-width: 767px) {
    section.care .doctor-intro {
        display:unset;
    }
}

section.care .doctor-intro-text p:nth-child(2) {
    margin-top: 2rem;
}

section.care .doctor-intro-text .name {
    font-size: 1.25rem;
    font-weight: bold;
}
section.care .doctor-intro-text .small_txt {
    font-size: 10px;
}

.merit {
    background-color: #bdd3d6;
    padding: 4rem 0;
    font-size: 100%;
}

@media only screen and (max-width: 767px) {
    .merit {
        padding:6vw 0;
    }
}

.merit h2 {
    text-align: center;
    font-size: clamp(1.25rem,.9924rem + 1.2121vw,1.75rem);
    font-weight: bold;
    margin:0;
}
.merit h2 span.small {
    font-size: .75em;
}

.merit-content-list {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 1rem;
    width:min(1000px,90%);
    margin: 2rem auto 0;
}

@media only screen and (max-width: 767px) {
    .merit-content-list {
        gap:8vw;
    }
}

.merit-content-list li {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
}

@media only screen and (max-width: 767px) {
    .merit-content-list li {
        grid-template-columns:1fr 2fr;
        gap: 6vw;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 767px) {
    .merit-content-list li img {
        height:108px;
        object-fit: cover;
    }
}

.merit-content-list li h3 {
    border-bottom: 2px solid #fff;
    padding-bottom: .25rem;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: clamp(1.25rem,.9924rem + 1.2121vw,1.75rem);
}

@media only screen and (max-width: 767px) {
    .merit-content-list li h3 {
        margin-bottom:2vw;
    }
}

.menu_pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .menu_pc {
    display: none;
  }
}

.menu_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .menu_sp {
    display: block;
  }
}

#list {
  display: flex;
  justify-content: space-evenly;
  max-width: 1240px;
  margin: auto;
  padding: 40px 0;
  text-align: center;
  gap: 0.5rem;
}

@media (max-width: 767px) {
  #list {
    display: block;
    padding: 40px 8.5vw;
  }
  #list img {
    margin-bottom: 1rem;
  }
}

#include-menu,
.include-menu {
  margin-top: 80px;
}

#include-menu .tab,
.include-menu .tab {
  display: block;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #include-menu .tab,
  .include-menu .tab {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #include-menu .tab,
  .include-menu .tab {
    display: block;
  }
}

#include-menu__shop,
.include-menu__shop {
  background: #e0eaea;
  padding: 40px 0;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #include-menu__shop,
  .include-menu__shop {
    padding: 40px 16px;
  }
}

@media screen and (max-width: 767px) {
  #include-menu__shop,
  .include-menu__shop {
    padding: 40px 16px;
  }
}

#include-menu__shop__inner,
.include-menu__shop__inner {
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
  gap: 20px;
}

#include-menu__shop__inner img,
.include-menu__shop__inner img {
  width: 54%;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #include-menu__shop__inner img,
  .include-menu__shop__inner img {
    width: 50%;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  #include-menu__shop__inner img,
  .include-menu__shop__inner img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media screen and (max-width: 767px) {
  #include-menu__shop__inner,
  .include-menu__shop__inner {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #include-menu__shop__inner h3,
  .include-menu__shop__inner h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
  }
}

#include-menu__list,
.include-menu__list {
  max-width: 1000px;
  margin: 40px auto 80px;
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #include-menu__list,
  .include-menu__list {
    padding: 0 16px;
    margin: 24px auto 0;
  }
}

@media screen and (max-width: 767px) {
  #include-menu__list,
  .include-menu__list {
    padding: 0 16px;
    display: block;
  }
}

#include-menu__list__content,
.include-menu__list__content {
  width: calc((100% / 2) - 16px);
  display: flex;
  gap: 20px;
  align-items: center;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #include-menu__list__content,
  .include-menu__list__content {
    width: 100%;
    margin-bottom: 46px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #include-menu__list__content,
  .include-menu__list__content {
    width: 100%;
    margin-bottom: 32px;
  }
}

#include-menu__list__content:nth-child(2) img,
.include-menu__list__content:nth-child(2) img {
  object-position: top;
}

#include-menu__list__content img,
.include-menu__list__content img {
  width: 44%;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #include-menu__list__content img,
  .include-menu__list__content img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: 0% 30%;
  }
}

@media screen and (max-width: 767px) {
  #include-menu__list__content img,
  .include-menu__list__content img {
    object-fit: cover;
    aspect-ratio: 1/1;
    height: 16vh;
    min-height: 126px;
  }
}

#include-menu .menu-box,
.include-menu .menu-box {
  height: 100%;
  display: grid;
  align-content: space-between;
}

#include-menu .menu-box.list,
.include-menu .menu-box.list {
  width: 46%;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #include-menu .menu-box.list,
  .include-menu .menu-box.list {
    width: 100%;
    text-align: center;
    margin-top: 16px;
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  #include-menu .menu-box.list,
  .include-menu .menu-box.list {
    width: 100%;
    height: 16vh;
    min-height: 126px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #include-menu .menu-box,
  .include-menu .menu-box {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #include-menu .menu-box,
  .include-menu .menu-box {
    width: 100%;
  }
}

#include-menu .menu-box__button,
.include-menu .menu-box__button {
  width: 100%;
  height: 46px;
  border-radius: 8px;
  border: 1px solid;
  color: #000;
  background-color: #fff;
  position: relative;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #include-menu .menu-box__button,
  .include-menu .menu-box__button {
    font-size: 13px;
    max-width: 240px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #include-menu .menu-box__button,
  .include-menu .menu-box__button {
    margin: 0;
    font-size: 13px;
  }
}

#include-menu .menu-box__button a,
.include-menu .menu-box__button a {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: left;
  padding-left: 1rem;
  text-decoration: none;
  font-size: 14px;
  color: #000;
}

@media screen and (max-width: 767px) {
  #include-menu .menu-box__button a,
  .include-menu .menu-box__button a {
    font-size: 13px;
  }
}

#include-menu .menu-box__button a::after,
.include-menu .menu-box__button a::after {
  content: "▶";
  position: absolute;
  font-size: 8px;
  right: 7%;
  transform: translateX(-50%);
}

#include-menu .menu-box__button.main-button,
.include-menu .menu-box__button.main-button {
  width: 80%;
}

@media screen and (max-width: 767px) {
  #include-menu .menu-box__button.main-button,
  .include-menu .menu-box__button.main-button {
    margin: 0 auto;
  }
}

#include-menu .menu-box__text h3,
.include-menu .menu-box__text h3 {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #include-menu .menu-box__text h3,
  .include-menu .menu-box__text h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #include-menu .menu-box__text.main,
  .include-menu .menu-box__text.main {
    text-align: center;
  }
}

#include-menu .menu-box__text.main h3,
.include-menu .menu-box__text.main h3 {
  font-size: 24px;
}

#include-menu .menu-box__text.main h4,
.include-menu .menu-box__text.main h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #include-menu .menu-box__text.main h4,
  .include-menu .menu-box__text.main h4 {
    font-size: 16px;
  }
}

#include-menu .menu-box__text p,
.include-menu .menu-box__text p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #include-menu .menu-box__text p,
  .include-menu .menu-box__text p {
    font-size: 14px;
  }
}

#include-menu .menu-box__text__inner,
.include-menu .menu-box__text__inner {
  margin: 32px 0;
}

@media screen and (max-width: 767px) {
  #include-menu .menu-box__text__inner,
  .include-menu .menu-box__text__inner {
    margin: 18px 0;
  }
}
/*--Top Btn--*/
#pageTopBtn{
	display: none;
}
/*main{
	position: relative;
}*/
#pageTopBtn_christmas{
	position:fixed;
	bottom: 10px;
	right:90px;
}
@media screen and (max-width: 767px) {
	#pageTopBtn_christmas{
		bottom: 1.33333vw;
		right:12vw;
	}
}
#pageTopBtn_christmas a{
	display:block;
	width:80px;
	height: 80px;
	border-radius: 50vw;
	background: #4e8084;
	position: relative;
}
@media screen and (max-width: 767px) {
	#pageTopBtn_christmas a{
	width:10.66666vw;
	height: 10.66666vw;
	}
}
#pageTopBtn_christmas a::after{
	content: '';
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    width: 15px;
    height: 15px;
    top: calc(50% - 0.3em);
    right: calc(50% - 0.5em);
}
@media screen and (max-width: 767px) {
	#pageTopBtn_christmas a::after{
	width: 2vw;
    height: 2vw;
	top: calc(50% - 1.0vw);
    right: calc(50% - 1.33333vw);
	}
}
#pageTopBtn_christmas > p{
	position: absolute;
}
@media screen and (max-width: 767px) {
#item{
	scroll-padding-top: 71px;
}
}