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

/* base
-----------------------------------------------*/
/* ========== base style ========== */
.wrapper {
    margin-top: 0 !important;
}

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* ========== border ========== */
/* ========== float ========== */
/* ========== display ========== */
/* ========== position ========== */
/* ========== overflow ========== */
/* ========== width ========== */
/* ========== margin ========== */
/* ========== background ========== */
/* ========== device displaying ========== */
/* ========== animation for ScrollTrigger.min.js  ========== */

/* other style
-----------------------------------------------*/



/* base
-----------------------------------------------*/
picture {
display: block;
}

/* ========== base style ========== */
.allwrapper {
width: 100%;
min-height: 100vh;
padding-top: 0;
padding-bottom: 20vw;
overflow: hidden;
color: #000;
font-family: noto-sans-display, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 2.66666vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.05em;
background: #fff;
animation-delay: 0.75s;
}
.allwrapper * {
box-sizing: border-box;
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #000;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.allwrapper a:hover,
.allwrapper a:hover img,
.allwrapper button:hover img {
opacity: 0.80;
filter: alpha(opacity=80);
}
.allwrapper ol,
.allwrapper ul {
list-style:none;
}
.allwrapper img, 
.allwrapper video,
.allwrapper button {
width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.allwrapper button {
cursor: pointer;
color: #000;
font-family: noto-sans-display, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 2.66666vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.05em;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	padding-top: 0;
	padding-bottom: 100px;
	font-size: 12px;
	}
}

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* align */
.al_left { text-align: left; }
.al_center { text-align: center; }
.al_right { text-align: right; }

/* size */
.fs8 { font-size: 2.13vw; }
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.67vw; }
.fs11 { font-size: 2.93vw; }
.fs12 { font-size: 3.2vw; }
.fs13 { font-size: 3.47vw; }
.fs14 { font-size: 3.73vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.27vw; }
.fs17 { font-size: 4.53vw; }
.fs18 { font-size: 4.8vw; }
@media (min-width:768px){
	.fs10 { font-size: 10px; }
	.fs18 { font-size: 18px; }
}

/* weight */
.fw200 { font-weight: 200 !important; }
.fw300 { font-weight: 300 !important; }
.fw400 { font-weight: 400 !important; }
.fw500 { font-weight: 500 !important; }
.fw600 { font-weight: 600 !important; }
.fw700 { font-weight: 700 !important; }

/* line height */
.lh120 { line-height: 120%; }
.lh130 { line-height: 130%; }
.lh140 { line-height: 140%; }
.lh150 { line-height: 150%; }
.lh160 { line-height: 160%; }
.lh170 { line-height: 170%; }
.lh180 { line-height: 180%; }
.lh190 { line-height: 190%; }
.lh200 { line-height: 200%; }
.lh210 { line-height: 210%; }

/* letter space */
.ltrspace0 { letter-spacing: 0; }
.ltrspace0025 { letter-spacing: 0.025em; }
.ltrspace005 { letter-spacing: 0.05em; }
.ltrspace0075 { letter-spacing: 0.075em; }
.ltrspace01 { letter-spacing: 0.1em; }
.ltrspace0125 { letter-spacing: 0.125em; }
.ltrspace015 { letter-spacing: 0.15em; }


/* ========== float ========== */
/* clearfix */
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after { clear: both; }

/* float */
.float_left { float: left; }
.float_right { float: right; }


/* ========== display ========== */
.disp_block { display: block !important; }
.disp_iblock { display: inline-block !important; }
.disp_inline { display: inline !important; }
.disp_none { display: none; }
.disp_flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }


/* ========== position ========== */
.posi_relative { position: relative !important; }
.posi_absolute { position: absolute !important; }
.posi_fixed { position: fixed !important; }


/* ========== overflow ========== */
.overflow_hidden { overflow: hidden !important; }


/* ========== margin ========== */
/* margin-auto */
.mx_auto { margin-left: auto; margin-right: auto; }


/* ========== device displaying ========== */
.sp_none{ display: none; }
img.sp_none{ display: none; }
.sp_only{ display: block; }
img.sp_only{ display: block; }
@media (min-width:768px){
	.sp_none{display: block;}
	img.sp_none{display: block;}
	.tab_none { display: none; }
	img.tab_none { display: none; }
	.sp_only{display: none;}
	img.sp_only{display: none;}
	.sp_only{display: none;}
	img.sp_only{display: none;}
}
.spc_none{ display: block; }
@media (min-width:999px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1000px){.pc_none{display: none;}
.pc_only{display: block;}
.tab_none{ display: block; }
}


/* ========== animation for ScrollTrigger.min.js  ========== */
.invisible {
transition: opacity 1s ease;
opacity: 0.0;
}
.visible {
transition: opacity 1s ease;
opacity: 1.0;
}



/* other style
-----------------------------------------------*/
.intro {
	margin: 8vw 0 0;
}
.intro__lead{
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 3.73333vw;
	line-height: 6.80266vw;
	letter-spacing: 0.05em;
	text-align: center;
}
@media (min-width:768px){
	.intro {
		margin: 45px 0 0;
	}
	.intro__lead{
		font-size: 15px;
		line-height: 30px;
		letter-spacing: 0.05em;
	}
}
.new-item {
	margin: 14.66666vw 0 0;
}
.new-item__title{
	width: 66.66666vw;
	margin: 0 auto;
}
@media (min-width:768px){
	.new-item {
		margin: 94px 0 0;
	}
	.new-item__title{
		width: 375px;
	}
	
}
.intro__who {
	width: 69.6vw;
	margin: 15.33333vw auto 0;
}
.intro__staff {
	width: 86.66666vw;
	margin: 6.66666vw auto 0;
}
@media (min-width:768px){
	.intro__who {
		width: 392px;
		margin: 93px auto 0;
	}
	.intro__staff {
		width: 750px;
		margin: 45px auto 0;
	}
}
.worries-item {
	background: #f2fbff;
	margin: 10.93333vw 0 0;
}
.worries-item__wrapper {
	background: url("../images/worries-bg.png") center bottom no-repeat;
	background-size: 32vw 52.4vw;
	padding: 8.53333vw 0 58vw;
}
.worries-item__title {
	width: 61.33333vw;
	margin: 0 auto;
}
.worries-item__contents01,
.worries-item__contents02 {
	width: 86.66666vw;
	margin: 0 auto;
	background: #fff;
}
.worries-item__contents01 {
	margin-top: 6vw;
}
@media (min-width:768px){
	.worries-item {
		margin: 64px 0 0;
	}
	.worries-item__wrapper {
		width: 750px;
		background: url("../images/worries-bg.png") left bottom no-repeat;
		background-size: 213.5px 347.5px;
		padding: 70px 0 80px 283.5px;
		margin: 0 auto;
	}
	.worries-item__title {
		width: 345px;
		margin: 0 auto;
	}
	.worries-item__contents01,
	.worries-item__contents02 {
		width: 472.5px;
		margin: 0 0 0 auto;
	}
	.worries-item__contents01 {
		margin-top: 35px;
	}
}
.list-box {
	margin: 6.66666vw 0 0;
}
.worries-list__item {
	width: 86.66666vw;
	margin: 0 auto;
}
.worries-list__item + .worries-list__item {
	margin-top: 4vw;
}
@media (min-width:768px){
	.list-box {
		margin: 45px 0 0;
	}
	.worries-list {
		width: 543px;
		margin: 0 auto;
		display: flex;
		gap: 0 18px;
	}
	.worries-list__item {
		margin: 0 auto;
	}
	.worries-list__item + .worries-list__item {
		margin-top: 0;
	}
}
.osusume-list {
	width: 86.66666vw;
	margin: 4vw auto 0;
}
@media (min-width:768px){
	.osusume-list {
		width: 543px;
		margin: 24px auto 0;
	}
}
.worries {
	margin: 26.66666vw 0 0;
}
.worries.worries01 {
	margin-top: 40vw;
}
.worries__title {
	width: 90.93333vw;
	margin: 0 auto;
}
.worries__content {
	margin: 9.6vw 0 0;
}
.worries01__lead {
	width: 48.4vw;
	margin: 0 auto;
}
.worries02__lead {
	width: 71.46666vw;
	margin: 0 auto;
}
.worries02__lead02 {
	width: 78.93333vw;
	margin: 0 auto;
}
.worries01__img,
.worries02__img02 {
	width: 100vw;
	margin: 9.6vw 0 0;
}
.worries02__img {
	margin: 9.6vw 6.66666vw 0;
}
.worries__resolution-wrapper {
	background: #f2fbff;
	margin: 8vw 0 0;
	padding: 8.4vw 0 6.4vw;
}
.worries__resolution-title {
	width: 26.66666vw;
	margin: 0 auto;
}
.worries__resolution-text {
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 3.73333vw;
	line-height: 6.80266vw;
	letter-spacing: 0.05em;
	margin: 6.66666vw 0 0;
	padding: 0 6.66666vw;
}
@media (min-width:768px){
	.worries {
		margin: 150px 0 0;
	}
	.worries.worries01 {
		margin-top: 200px;
	}
	.worries__title {
		width: 750px;
	}
	.worries__content {
		margin: 55px 0 0;
	}
	.worries01__lead {
		width: 525px;
	}
	.worries02__lead {
		width: 402.5px;
	}
	.worries02__lead02 {
		width: 455px;
	}
	.worries01__img {
		width: 565px;
		margin: 45px auto 0;
	}
	.worries02__img02 {
		width: 565px;
		margin: 45px auto 0;
	}
	.worries02__img {
		width: 690px;
		margin: 45px auto 0;
		padding: 0 0 0 192.5px;
	}
	.worries__resolution-wrapper {
		margin: 45px 0 0;
		padding: 45px 0;
	}
	.worries__resolution {
		display: flex;
    	align-items: center;
		width: 625px;
		margin: 0 auto;
	}
	.worries__resolution-title {
		width: 150px;
		margin: 0 30px 0 50px;
	}
	.worries__resolution-text {
		font-size: 13.5px;
		line-height: 25.51px;
		letter-spacing: 0.05em;
		margin: 0;
		padding: 0;
		flex: 1;
	}
}
.osusume {
	margin: 34.66666vw 0 0;
}
.osusume__title {
	width: 66.66666vw;
	margin: 0 auto;
}
@media (min-width:768px){
	.osusume {
		margin: 133px 0 0;
	}
	.osusume__title {
		width: 375px;
	}
}
.product-box,
.product-box--reverse {
	margin: 8vw 0 0;
}
.product-box + .product-box,
.product-box--reverse + .product-box--reverse,
.product-box + .product-box--reverse,
.product-box--reverse + .product-box {
	margin-top: 13.33333vw;
}
.product-box__img {
	width: 86.66666vw;
	margin: 0 auto;
}
.new-item .product-box__img {
	width: 53.33333vw;
	margin:0 auto;
}
.product-box__title {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 5.33333vw;
	line-height: 7.55866vw;
	letter-spacing: 0.05em;
	text-align: center;
}
.product-box__price {
	margin: 8vw 0 0;
}
.product-box__price-box-title {
	font-family: yu-gothic-pr6n, sans-serif;
    font-style: normal;
    font-weight: 400;
	text-align: center;
}
.product-box__price-box-btn {
	width: 13.6vw;
	margin: 3vw auto 0;
}
.product-box__content {
	margin: 0;
}
.new-item .product-box__content {
	margin: 8vw 0 0;
}
.product-box__text {
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 3.73333vw;
	line-height: 6.80266vw;
	letter-spacing: 0.05em;
	padding: 0 6.66666vw;
	margin: 8vw 0 0;
}
.product-box__list {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	gap: 2.66666vw 0;
	margin: 5.33333vw 6.66666vw 0;
}
.product-box__list-item {
	width: 41vw;
}
.product-box__list-item:nth-child(odd) {
	margin-right: 4.66666vw;
}
.product-box__list-price {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-box__list-title {
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 3vw;
	line-height: 6.80266vw;
	letter-spacing: 0.05em;
	flex: 1;
}
.product-box__list-btn {
	width: 13.33333vw;
}
@media (min-width:768px){
	.product-box,
	.product-box--reverse{
		display: flex;
		width: 680px;
		margin: 45px auto 0 auto;
		gap: 0 40px;
		align-items: center;
	}
	.product-box--reverse {
		flex-direction: row-reverse;
	}
	.new-item .product-box,
	.new-item .product-box--reverse {
		align-items: center;
		margin: 50px auto 0 auto;
	}
	.product-box + .product-box,
	.product-box--reverse + .product-box--reverse,
	.product-box + .product-box--reverse,
	.product-box--reverse + .product-box {
		margin-top: 33px;
	}
	.product-box__img {
		width: 300px;
	}
	.new-item .product-box__img {
		width: 300px;
	}
	.product-box__title {
		font-size: 25px;
		line-height: 2.83466vw;
		letter-spacing: 0.05em;
		text-align: left;
	}
	.product-box__price {
		margin: 15px 0 0;
	}
	.product-box__price-box {
		display: inline-flex;
    	align-items: center;
	}
	.product-box__price-box-title {
		text-align: left;
	}
	.product-box__price-box-btn {
		width: 50px;
		margin: 0 0 0 10px;
	}
	.product-box__content {
		flex: 1;
		margin: 0;
	}
	.new-item .product-box__content {
		margin: 0;
	}
	.product-box__text {
		font-size: 13.5px;
		line-height: 25.51px;
		letter-spacing: 0.05em;
		padding: 0;
		margin: 0;
	}
	.new-item .product-box__text {
		margin: 15px 0 0;
	}
	.product-box__list {
		gap: 9px 0;
		margin: 15px 0 0;
	}
	.product-box__list-item {
		width: 160px;
	}
	.product-box__list-item:nth-child(odd) {
		margin-right: 0;
	}
	.product-box__list-title {
		font-size: 12px;
		line-height: 25.51px;
		letter-spacing: 0em;
	}
	.product-box__list-btn {
		width: 50px;
	}
}
.conversation {
	background: #f2fbff;
	margin: 15.066666vw 0 0;
	padding: 9.73333vw 0 8.4vw;
}
.conversation__lead {
	width: 68.13333vw;
	margin: 0 auto;
}
.conversation__content {
	margin: 6.66666vw 0 0;
	text-align:center;
}
.conversation__content iframe {
	width: 85vw;
	margin: 0 auto;
}
@media (min-width:768px){
	.conversation {
		margin: 97px 0 0;
		padding: 55px 0 47.5px;
	}
	.conversation__lead {
		width: 383.5px;
	}
	.conversation__content {
		margin: 36.5px 0 0;
	}
	.conversation__content iframe {
		width: 560px;
		margin: 0 auto;
	}
}

.abouttax{
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 3.2vw;
	line-height: 4.536vw;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 12vw 0 0;
}
@media (min-width:768px){
	.abouttax{
		font-size: 13.5px;
		line-height: 25.51px;
		letter-spacing: 0.05em;
		margin: 40px 0 0;
	}
}

.staffcredit {
margin-top: 13.33333vw;
font-family: yu-gothic-pr6n, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.2vw;
line-height: 5.86666vw;
letter-spacing: 0.05em;
}
.staffcredit dd {
margin-top: 4.93333vw;
}
@media (min-width:768px){
	.staffcredit {
	margin-top: 65px;
	}
	.staffcredit dt {
	font-size: 15px;
	line-height: 1;
	}
	.staffcredit dd {
	margin-top: 25px;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.05em;
	}
}
.footer {
margin-top: 18vw;
padding-bottom: 8.6vw;
}
.footerlogo {
width: 70vw;
}
.copyright {
margin-top: 10.73vw;
    font-size: 11px;
    
}
@media (min-width:768px){
    

	.footer {
	margin-top: 100px;
	padding-bottom: 75px;
	}
	.footerlogo {
	width: 300px;
	}
	.copyright {
	margin-top: 55px;
	}
}