@charset "UTF-8";
/* ----------------------------------------
   ■ index.css
---------------------------------------- */
/* RESET
---------------------------------------- */
/* 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 {
	font-family: Inter,BlinkMacSystemFont,Tahoma,Roboto,Verdana,sans-serif;
	line-height: 1;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
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;
}

a{
	color: black;
	text-decoration: none;
}

/* Original */
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
    //border-radius: 20px;
}


.spacer_50{
    padding: 25px;
}


@media screen and (max-width: 768px) {

    img.header {
        height: 20px;
    }

}

.w980{
	max-width: 980px;
	margin: 0 auto;
}

.note {
	font-size: 12px;
}

.note a:link{
	color:#0000EE;
    text-decoration:underline;
}

.note a:visited {
 
color:#551A8B;
text-decoration:underline;
 
}

.d_none{
	display: none;
}

/* クローズ対応 */

.close{
	position: relative;
}

.close::after{
	content: '';
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 11;
}

.close .text-close,
.close .text-close .btn{
	position: absolute;
	color: #fff;
	z-index: 999;
	top: 2%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
}

.close .text-close p{
	text-align: center;
	line-height: 2;
	font-weight: bold;
}

.close .text-close p span{
	display: block;
	font-size: 18px;
}

.close .text-close p span#result{
	display: inline;
}

.close .text-close .btn{
	top: 180%;
	display: inline-block;
	font-weight: 800;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	font-size: 18px;
	color: #242424;
	border: 3px solid #242424;
	border-radius: 40px;
	margin: 0;
	padding: 1pc 30px;
	line-height: 1;
	outline: 0;
	background-color: #feeb29;
	width: 280px;
}

.font_bold{

  font-weight:bold;/*または600などで設定*/
    text-align: center;

}



@media screen and (max-width: 768px) {
	.close .text-close,
	.close .text-close .btn{
		top: 4%;
		font-size: 20px;
		width: 80%;
	}

	.close .text-close p{
		text-align: center;
		line-height: 2;
		font-weight: bold;
	}
	
	.close .text-close p span{
		display: block;
		font-size: 14px;
	}
	
	.close .text-close .btn{
		top: 180%;
		width: 180px;
		font-size: 18px;
	}
	
}


/* @media : SP
---------------------------------------- */
@media screen and (max-width: 768px) and (min-width: 481px) {
  html, body {
	font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .pc{
	display: none;
  }
  .sp{
	display: block;
  }
}
/*
@media screen and (max-width: 480px) {
}
*/

/* header
---------------------------------------- */

header .success{
	background-color: #399933;
	display: block;
	vertical-align: middle;
	min-height: 45px;
	height: 45px;
	width: 100%;
}

header .promocode-text{
	font-family: "SSV","Tahoma",sans-serif;
	padding: 11px 100px;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

header .default{
	display: none;
}

header .wrap{
	max-width: 1280px;
	margin: 0 auto;
	padding: 5px 0;
}

@media screen and (max-width: 768px) {
	header .success{
		height: 100px;
	}
	header .promocode-text {
		padding: 11px 30px;
		font-size: 18px;
		line-height: 1.1;
	}
	header .wrap{
		width: 30%;
		margin: 0 10px;
	}
	header .success.height-close{
		height: 40px;
	}
}

/* id="mv"
---------------------------------------- */

section#mv .wrap{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

section#mv h1{
	position: absolute;
	top: 10%;
	left: 5%;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.6;
}

section#mv .wrap .campaign{
	width: 35%;
	background: #fff;
	border: 3px solid #000;
	border-radius: 10px;
	position: absolute;
	bottom: 10%;
	left: 2%;
	text-align: center;
}

section#mv .wrap .campaign p.bg{
	background: #000;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}

section#mv .wrap .campaign p.bg span{
	color: #FEEB29;
    //color: red;
}

section#mv .wrap .campaign p.bg span span{
	font-size: 25px;
}

section#mv .wrap .campaign p{
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
}

.yycountdown-box{
	text-align:center;
	//margin:10px 0 20px;
    margin: 15px;
	//color:#000000;
    color: #0f71f0;
    font-weight: bold;
}

#timerOlympic .yycountdown-box .yyc-day,
#timerOlympic .yycountdown-box .yyc-hou,
#timerOlympic .yycountdown-box .yyc-min,
#timerOlympic .yycountdown-box .yyc-sec {
	font-size:2.3em;
}

#timerOlympic2 .yycountdown-box .yyc-day,
#timerOlympic2 .yycountdown-box .yyc-hou,
#timerOlympic2 .yycountdown-box .yyc-min,
#timerOlympic2 .yycountdown-box .yyc-sec {
	font-size:2.3em;
}

#timerOlympic .yycountdown-box .yyc-day-text,
#timerOlympic .yycountdown-box .yyc-hou-text,
#timerOlympic .yycountdown-box .yyc-min-text,
#timerOlympic .yycountdown-box .yyc-sec-text{
	font-size:1.8em;
}

#timerOlympic2 .yycountdown-box .yyc-day-text,
#timerOlympic2 .yycountdown-box .yyc-hou-text,
#timerOlympic2 .yycountdown-box .yyc-min-text,
#timerOlympic2 .yycountdown-box .yyc-sec-text{
	font-size:1.8em;
}

@media screen and (max-width: 1190px) {
	#timerOlympic .yycountdown-box .yyc-day,
	#timerOlympic .yycountdown-box .yyc-hou,
	#timerOlympic .yycountdown-box .yyc-min,
	#timerOlympic .yycountdown-box .yyc-sec {
		font-size:2em;
	}
    
    #timerOlympic2 .yycountdown-box .yyc-day,
	#timerOlympic2 .yycountdown-box .yyc-hou,
	#timerOlympic2 .yycountdown-box .yyc-min,
	#timerOlympic2 .yycountdown-box .yyc-sec {
		font-size:2em;
	}
    
	#timerOlympic .yycountdown-box .yyc-day-text,
	#timerOlympic .yycountdown-box .yyc-hou-text,
	#timerOlympic .yycountdown-box .yyc-min-text,
	#timerOlympic .yycountdown-box .yyc-sec-text {
		font-size:1.5em;
	}
    
	#timerOlympic2 .yycountdown-box .yyc-day-text,
	#timerOlympic2 .yycountdown-box .yyc-hou-text,
	#timerOlympic2 .yycountdown-box .yyc-min-text,
	#timerOlympic2 .yycountdown-box .yyc-sec-text {
		font-size:1.5em;
	}
}

@media screen and (max-width: 990px) {
	section#mv .wrap .campaign {
		bottom: 3%;
	}
	section#mv .wrap .campaign p.bg {
		font-size: 15px;
	}
	#timerOlympic .yycountdown-box .yyc-day,
	#timerOlympic .yycountdown-box .yyc-hou,
	#timerOlympic .yycountdown-box .yyc-min,
	#timerOlympic .yycountdown-box .yyc-sec {
		font-size:1.6em;
	}
    
    #timerOlympic2 .yycountdown-box .yyc-day,
	#timerOlympic2 .yycountdown-box .yyc-hou,
	#timerOlympic2 .yycountdown-box .yyc-min,
	#timerOlympic2 .yycountdown-box .yyc-sec {
		font-size:1.6em;
	}
    
	#timerOlympic .yycountdown-box .yyc-day-text,
	#timerOlympic .yycountdown-box .yyc-hou-text,
	#timerOlympic .yycountdown-box .yyc-min-text,
	#timerOlympic .yycountdown-box .yyc-sec-text {
		font-size:1.4em;
	}
    
	#timerOlympic2 .yycountdown-box .yyc-day-text,
	#timerOlympic2 .yycountdown-box .yyc-hou-text,
	#timerOlympic2 .yycountdown-box .yyc-min-text,
	#timerOlympic2 .yycountdown-box .yyc-sec-text {
		font-size:1.4em;
	}
}

@media screen and (max-width: 804px) {
	section#mv .wrap .campaign p.bg {
		font-size: 14px;
	}
	#timerOlympic .yycountdown-box .yyc-day,
	#timerOlympic .yycountdown-box .yyc-hou,
	#timerOlympic .yycountdown-box .yyc-min,
	#timerOlympic .yycountdown-box .yyc-sec {
		font-size:1.3em;
	}
    
    #timerOlympic2 .yycountdown-box .yyc-day,
	#timerOlympic2 .yycountdown-box .yyc-hou,
	#timerOlympic2 .yycountdown-box .yyc-min,
	#timerOlympic2 .yycountdown-box .yyc-sec {
		font-size:1.3em;
	}
    
	#timerOlympic .yycountdown-box .yyc-day-text,
	#timerOlympic .yycountdown-box .yyc-hou-text,
	#timerOlympic .yycountdown-box .yyc-min-text,
	#timerOlympic .yycountdown-box .yyc-sec-text {
		font-size:1.1em;
	}
    
	#timerOlympic2 .yycountdown-box .yyc-day-text,
	#timerOlympic2 .yycountdown-box .yyc-hou-text,
	#timerOlympic2 .yycountdown-box .yyc-min-text,
	#timerOlympic2 .yycountdown-box .yyc-sec-text {
		font-size:1.1em;
	}
}

@media screen and (max-width: 768px) {
	section#mv{
		background-image: none;
		padding-bottom: 0;
		margin: 0 10px;
	}
	section#mv .wrap-text{
		padding: 30px;
	}	
	section#mv h1{
		font-size: 28px;
		padding-bottom: 10px;
		top: 5%;
		line-height: 1.2;
	}
	section#mv p{
		font-size: 16px;
		line-height: normal;
		font-weight: 400;
		padding-bottom: 20px;
	}
	section#mv .wrap .campaign{
		width: 95%;
		bottom: 59%;
		left: 1.8%;
	}
	section#mv .wrap .campaign p.bg{
		display: block;
		width: 100%;
		font-size: 15px;
		font-weight: bold;
		padding: 5px 0;
	}	
	section#mv .wrap .campaign p.bg span span{
		font-size: 25px;
	}
	section#mv .wrap .campaign p{
		display: inline-block;
		width: 40%;
		font-size: 13px;
		font-weight: bold;
		padding-top: 10px;
		padding-bottom: 0;
	}
	#timerOlympic{
		display: inline-block;
		//width: 57%;
	}
    
    #timerOlympic2{
		display: inline-block;
		//width: 57%;
	}
	.yycountdown-box{
		margin:10px 0;
	}	
    
	#timerOlympic .yycountdown-box .yyc-day,
	#timerOlympic .yycountdown-box .yyc-hou,
	#timerOlympic .yycountdown-box .yyc-min,
	#timerOlympic .yycountdown-box .yyc-sec {
		font-size:1.2em;
		font-weight: bold;
	}
    
    #timerOlympic2 .yycountdown-box .yyc-day,
	#timerOlympic2 .yycountdown-box .yyc-hou,
	#timerOlympic2 .yycountdown-box .yyc-min,
	#timerOlympic2 .yycountdown-box .yyc-sec {
		font-size:1.2em;
		font-weight: bold;
	}
    
	#timerOlympic .yycountdown-box .yyc-day-text,
	#timerOlympic .yycountdown-box .yyc-hou-text,
	#timerOlympic .yycountdown-box .yyc-min-text,
	#timerOlympic .yycountdown-box .yyc-sec-text {
		font-size:1em;
		font-weight: bold;
	}
    
	#timerOlympic2 .yycountdown-box .yyc-day-text,
	#timerOlympic2 .yycountdown-box .yyc-hou-text,
	#timerOlympic2 .yycountdown-box .yyc-min-text,
	#timerOlympic2 .yycountdown-box .yyc-sec-text {
		font-size:1em;
		font-weight: bold;
	}
}

/* id="menu"
---------------------------------------- */
section.menu {
	max-width: 1000px;
	margin: 5% auto;
}

section.menu h2{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
    margin-bottom: 50px;
}

section.menu ul{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
    text-align: center;
	max-width: 640px;
	margin: 30px auto 0;

}

section.menu ul li{
	display: table;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
    //padding-left: 70px;
    margin-left: 70px;
    //padding-right: 70px;
    margin-right: 70px;
    padding: 30px;
    background-color: #F4F1ED;
    border-radius: 20px;
}

section.menu ul li p{
    text-align:center;
	width: 250px;
    height: 50px;
	margin-bottom: 0px;
}

section.menu ul li .btn {
	display:table;
	text-align:center;
	width: 250px;
}

section.menu ul li .btn a{
	display:table-cell;
	vertical-align:middle;
	height: 30px;
	background-color: #FEEB29;
	border: 3px solid #242424;
	border-radius: 40px;
	padding: 10px 20px;
    position: relative;
}
/*
section.menu ul li .btn a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  //position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  transform: rotate(45deg);
}
*/

section.menu ul li .btn a:before {
  content: '';
  border-top: 10px solid black;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: 40%;
  right: 85%;
}

@media screen and (max-width: 768px) {
	section.menu {
		margin: 7% 10px;
	}
	section.menu h2 {
		font-size: 24px;
        margin-bottom: 0px;
	}
	section.menu ul{
		display: block;
	}
	section.menu ul li{
		width: 100%;
        padding-left: 0px;
        padding-right: 0px;
		margin: 5px auto;
        position: relative;
	}
	section.menu ul li p {
        height: 30px;
		font-size: 15px;
        margin: 0 auto 5px; 
        width: 90%;
	}
	section.menu ul li .btn {
		width: 50%;
		margin: 0 auto 5px;
	}
	section.menu ul li .btn a {
		font-size: 15px;
		border-radius: 50px;
		height: 20px;
		line-height: 1.5;
	}
}


/* id="worries01"
---------------------------------------- */

.worries .title{
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 40px 0;
}

.worries .title .font_title01{
	font-size: 18px;
	font-weight: bold;
}

.worries .title .font_title02{
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
}

.worries .title .font_title03{
	font-weight: bold;
}

.worries .wrap_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 980px;
	margin: 5% auto;
}

.worries .wrap_flex .g_package {
    max-width: 350px;
    padding-top: 60px;
    //height: 100%;
}

.worries .wrap_flex .text_package {
	margin-left: 10%;
}

.worries .wrap_flex .text_package h4{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
    margin-left: 10px;
}

.worries .wrap_flex .text_package h3{
    position: absolute;
    display: inline-block;
	font-size: 16px;
	font-weight: bold;
	//margin-bottom: 10px;
    background-color: #FEEB29;
    border-radius: 5px;
    text-align: center;
    //margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.worries .wrap_flex .text_package h3:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 25%;
    //margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #FEEB29;
}

.worries .wrap_flex .text_package h2{
	font-size: 34px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
    padding-top: 50px;
}

.worries .wrap_flex .text_package .product_points{
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
	border: 2px lightgray solid; 
    border-radius: 20px;    
}

.worries .wrap_flex .text_package ul{
    list-style-type: square;
    line-height: 1.7;   
}

/*-------------------------------------
.worries .wrap_flex .text_package li{
    position: relative;
    padding-left: 15px; 
    line-height: 2;
}

  .worries .wrap_flex .text_package li:before {
    content: "";
    position: absolute;
    //top: .1em;
      top:10;
    left: 0;
    //right: 10;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 5px;
    height: 10px;
    border-right: 3px solid #8b6b4e;
    border-bottom: 3px solid #8b6b4e;
      padding-top:10px;
  }
------------------------------------*/

.worries .wrap_flex .text_package p{
	font-size: 17px;
	line-height: 1.4;
	margin-bottom: 30px;
}

.worries .wrap_flex .text_package p.note{
	font-size: 12px;
	margin-bottom: 0;
}


.worries .wrap_flex .text_package .price {
	position: relative;
}

.worries .wrap_flex .text_package .price p{
	margin: 0;
}

.worries .wrap_flex .text_package .price .price_title{
	font-weight: bold;
}

.worries .wrap_flex .text_package .price .wrap_flex_price, 
.worries .wrap_flex .text_package .price .wrap_flex_price2,
.worries .wrap_flex .text_package .price .wrap_flex_price3 {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	width: 60%;
}

.worries .wrap_flex .text_package .price .wrap_flex_price2 {
	width: 70%;
}

.worries .wrap_flex .text_package .price .wrap_flex_price3 {
	width: 50%;
}

.worries .wrap_flex .text_package .price .rel{
	position: relative;
}

.worries .wrap_flex .text_package .price .rel .amount{
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px;
	letter-spacing: -0.7px;
}

.worries .wrap_flex .text_package .price .rel .amount.monthly{
	font-size: 41px;
}

.worries .wrap_flex .text_package .price .rel .amount.del{
	position: relative;
}

.worries .wrap_flex .text_package .price .rel .amount.del::before {
	content: "";
	position: absolute;
	border-top: 3px solid #D40404;
	width: 112px;
	top: 50%;
}

.worries .wrap_flex .text_package .price .rel .amount.sale{
	position: relative;
	font-size: 41px;
	color: #D40404;
}

.worries .wrap_flex .text_package .price .rel .amount.sale::before{
	content: '→';
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top: 17px;
	left: -37px;
	color: #000;
}

.worries .wrap_flex .text_package .price .rel .amount span{
	font-size: 18px;
}

.worries .wrap_flex .text_package .price .rel .amount.sale span{
	font-size: 28px;
}

.worries .wrap_flex .text_package .price .rel .font,
.worries .wrap_flex .text_package .price .rel .tax{
	position: absolute;
	font-size: 12px;
}

.worries .wrap_flex .text_package .price .rel .font{
	font-weight: bold;
}

.worries .wrap_flex .text_package .price .rel .tax{
	bottom: 25px;
	right: -23px;
}

.worries .wrap_flex .text_package .price .rel .tax.monthly{
	//bottom: 28px;
    top: 60px;
	right: -20px;
}

.worries .wrap_flex .text_package .price .rel .tax.sale{
	color: #D40404;
	bottom: 60px;
	right: -11px;
}

/*--------------------------------------------------
.worries .wrap_flex .text_package .price .icon_month {
	//background-color: #000;
    background-color: #0f71f0;
	color: #fff;
	border-radius: 5px;
	font-size: 12px;
	//font-weight: bold;
	text-align: center;
	position: absolute;
	//top: 0;
	//right: 12%;
	display: inline-grid;
    //width: 200px;
    height: 30px;
    //align-content: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.worries .wrap_flex .text_package .price .icon_month span {
	font-size: 14px;
	//color: #FEEB29;
    color:white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

---------------------------------------------------------*/


.worries .wrap_flex .text_package .price .icon_month {
    position: absolute;
    display: inline-block;
    //margin: 1.5em 0;
    padding: 7px 50px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #0f71f0;
    border-radius: 5px;
}

.worries .wrap_flex .text_package .price .icon_month:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 35%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #0f71f0;
}

.worries .wrap_flex .text_package .price .icon_month span {
	font-size: 14px;
	//color: #FEEB29;
    color:white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.worries .wrap_flex .text_package .price .icon_month span span.fs12 {
	font-size: 12px;
}

.worries .wrap_flex .text_package a.btn, 
.worries .wrap_flex .text_package a.btn2,
.worries .wrap_flex .text_package a.btn3 {
	display: inline-block;
	background-color: #FEEB29;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	border: 3px solid #242424;
	border-radius: 40px;
	width: 45%;
	padding: 20px 10px;
	text-align: center;
	margin: 100px 0 10px;
    position: relative;
}


.worries .wrap_flex .text_package a.btn:before {
	content: '';
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid black;
    position: absolute;
    top: 31%;
    right: 85%;
}

.worries .wrap_flex .text_package a.btn2:before {
	content: '';
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid black;
    position: absolute;
    top: 31%;
    right: 85%;
}


.worries .wrap_flex .text_package a.btn2{
	width: 42%;
}

.worries .wrap_flex .text_package a.btn3{
	width: 43%;
}


.worries .wrap_content {
	max-width: 980px;
	margin: 0 auto;
}

.worries .wrap_content .bg_gray {
	background-color: #F4F1ED;
	border-radius: 10px;
	padding: 60px 30px;
}

.worries .wrap_content .bg_gray h2{
	font-size: 30px;
    line-height: 1.5;
    //padding: 20px 0 100px;
    text-align: center;
    font-weight: bold;

}

.worries .wrap_content .bg_gray .text{
	font-size: 16px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    //padding: 50px 0 0;
    padding-bottom: 30px;

}

.worries .wrap_content .bg_gray .wrap_flex {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	margin: 30px auto 0;
}

.worries .wrap_content .bg_gray .wrap_flex div {
	width: 30%;
	text-align: center;
}

.worries .wrap_content .bg_gray .wrap_flex div img{
	width: 20%;
}

.worries .wrap_content .bg_gray .wrap_flex div p {
	font-size: 17px;
	width: 210px;
	text-align: center;
	margin: 30px auto;
	line-height: 1.5;
}

.worries .wrap_content .wrap_btn {
	text-align: center;
	margin: 40px 0 80px;
}

.worries .wrap_content .wrap_btn a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #000;
	border-radius: 40px;
	width: 30%;
	padding: 20px 10px;
	text-align: center;
	margin: 0 10px;
}





.worries .wrap_content_awards {
	max-width: 980px;
	margin: 0 auto;
}

.worries .wrap_content_awards .bg_gray {
	background-color: #F4F1ED;
	border-radius: 10px;
	padding: 60px 30px;
}

.worries .wrap_content_awards .bg_gray h2{
	font-size: 30px;
    line-height: 1.5;
    //padding: 20px 0 100px;
    text-align: center;
    font-weight: bold;

}

.worries .wrap_content_awards .bg_gray .text{
	font-size: 16px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    //padding: 50px 0 0;
    padding-bottom: 30px;

}

.worries .wrap_content_awards .bg_gray .wrap_flex {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	margin: 30px auto 0;
}

.worries .wrap_content_awards .bg_gray .wrap_flex div {
	width: 30%;
	text-align: center;
}

.worries .wrap_content_awards .bg_gray .wrap_flex .img_container{
	height: 200px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.worries .wrap_content_awards .bg_gray .wrap_flex .img_container img{
    max-width: initial;
    width: 60%;
    //height: 100%;
}

.worries .wrap_content_awards .bg_gray .wrap_flex div p {
	font-size: 17px;
	width: 210px;
	text-align: center;
	margin: 30px auto;
	line-height: 1.5;
}

.worries .wrap_content_awards .wrap_btn {
	text-align: center;
	margin: 40px 0 80px;
}

.worries .wrap_content_awards .wrap_btn a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #000;
	border-radius: 40px;
	width: 30%;
	padding: 20px 10px;
	text-align: center;
	margin: 0 10px;
}


.worries .wrap_content_awards .bg_gray .wrap_flex div p.note {
	font-size: 10px;
	margin-top: 10px;
}








.promise .wrap_content_promise {
	max-width: 980px;
	margin: 0 auto;
}

.promise .wrap_content_promise .bk_white {
	//background-color: #F4F1ED;
    background-color: white;
	border-radius: 10px;
	//padding: 60px 30px;
    display: flex;
    justify-content: center;
}

/*
.promise .wrap_content_promise .bk_white h2{
	font-size: 30px;
    line-height: 1.5;
    //padding: 20px 0 100px;
    text-align: center;
    font-weight: bold;

}

.promise .wrap_content_promise .bk_white .text{
	font-size: 16px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    //padding: 50px 0 0;
    padding-bottom: 30px;

}
*/
/*----------------------------
.worries .wrap_content_awards .bg_gray .wrap_flex {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	margin: 30px auto 0;
}

.worries .wrap_content_awards .bg_gray .wrap_flex div {
	width: 30%;
	text-align: center;
}
---------------------------------*/

.promise .wrap_content_promise .bk_white .image_container{
	//border-radius: 10px;
    margin: 10px;
    padding: 10px;
    width: 150%;
    border-radius: 10px;
}


.promise .wrap_content_promise .bk_white .image_container img{
    border-radius: 10px;
}

.promise .wrap_content_promise .bk_white .text_container{
	padding: 30px;
    justify-items: center;
    align-items: stretch;
    margin: auto;
}

.promise .wrap_content_promise .bk_white .text_container h2{
	font-size: 26px;
    line-height: 1.5;
    //padding: 20px 0 100px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}


.promise .wrap_content_promise .bk_white .text_container .text{
    width: 100%;
    border-radius: 10px;
    
    font-size: 16px;
	margin: 30px auto;
	line-height: 1.5;
}

/*
.worries .wrap_content_awards .bg_gray .wrap_flex div p {
	font-size: 17px;
	width: 210px;
	text-align: center;
	margin: 30px auto;
	line-height: 1.5;
}

.worries .wrap_content_awards .wrap_btn {
	text-align: center;
	margin: 40px 0 80px;
}

.worries .wrap_content_awards .wrap_btn a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #000;
	border-radius: 40px;
	width: 30%;
	padding: 20px 10px;
	text-align: center;
	margin: 0 10px;
}


.worries .wrap_content_awards .bg_gray .wrap_flex div p.note {
	font-size: 10px;
	margin-top: 10px;
}
*/










.worries .title.w980{
	padding: 20px 0;
}

.t-select {
	position: relative;
	display: inline-block;
	min-width: 200px;
	height: 50px;
	background-color: #F4F1ED;
	border: 2px solid #242424;
	border-radius: 30px;
	cursor: pointer;
}
.t-select::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #242424;
	z-index: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.t-select>label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 9pt 10px;
    opacity: 0;
    z-index: -1;
}

.t-select>label, .t-select>select {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.t-select>select {
    position: relative;
    background-color: transparent;
    padding: 0 20px;
    font-size: 1pc;
    font-weight: bold;
    color: #555551;
    line-height: 1;
    border: 0;
    border-radius: 0;
    outline: 0;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

 .worries .wrap_flex .text_package .price.select .icon_month {
    top: 110px;
}

.video {
	position: relative;
	width: 80%;
	height: 0;
	padding-top: 46.25%;
	margin: 70px auto;
}

.video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 960px) {
	.worries .wrap_flex .text_package {
		margin-left: 5%;
	}
}

@media screen and (max-width: 960px) {
	.worries .wrap_flex .text_package .price .icon_month {
		//right: 3%;
	}
	.worries .wrap_flex .text_package .price .wrap_flex_price,
	.worries .wrap_flex .text_package .price .wrap_flex_price2,
	.worries .wrap_flex .text_package .price .wrap_flex_price3 {
		width: 65%;
	}
	.worries .wrap_flex .text_package .price .wrap_flex_price2 {
		width: 75%;
	}
    
    .worries .wrap_flex .text_package h3{
        position: absolute;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        //margin-bottom: 10px;
        background-color: #FEEB29;
        border-radius: 5px;
        text-align: center;
        //margin-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 11px;
        padding-bottom: 11px;
    }
    
}
@media screen and (max-width: 800px) {
	.worries .wrap_flex .text_package {
		margin-left: 5%;
	}
	.worries .wrap_flex .text_package .price .icon_month {
		//right: 1%;
	}
	.worries .wrap_flex .text_package .price .wrap_flex_price,
	.worries .wrap_flex .text_package .price .wrap_flex_price2,
	.worries .wrap_flex .text_package .price .wrap_flex_price3 {
		width: 70%;
	}
	.worries .wrap_flex .text_package .price .wrap_flex_price2{
		width: 80%;
	}
    
    .worries .wrap_flex .text_package h3{
        position: absolute;
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        //margin-bottom: 10px;
        background-color: #FEEB29;
        border-radius: 5px;
        text-align: center;
        //margin-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    
    .worries .wrap_flex .text_package h2{
        font-size: 30px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 30px;
        padding-top: 50px;
    }

}

@media screen and (max-width: 768px) {
	.worries .title {
		padding: 20px 0;
	}
	.worries .title .font_title01 {
		font-size: 15px;
	}
	.worries .title .font_title02 {
		font-size: 24px;
		margin-top: 15px;
	}
	.worries .wrap_flex {
		display: block;
		margin: 5% 10px;
	}
	.worries .wrap_flex .g_package {
		max-width: 100%;
        width: 80%;
	}
	.worries .wrap_flex .text_package {
		margin-left: 0;
	}
	/*.worries .wrap_flex .text_package h3 {
		font-size: 13px;
		text-align: center;
	}*/
    
    
    .worries .wrap_flex .text_package h3{
        //position: absolute;
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        background-color: #FEEB29;
        border-radius: 5px;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    
    .worries .wrap_content_awards .bg_gray .wrap_flex .img_container{
        height: auto;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
	.worries .wrap_flex .text_package h2 {
		font-size: 20px;
		margin-bottom: 20px;
		//text-align: center;
	}
	.worries .wrap_flex .text_package p {
		font-size: 14px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
    
    .worries .wrap_flex .text_package .price .rel .amount.monthly{
        font-size: 41px;
    }
    
	.worries .wrap_flex .text_package .price .wrap_flex_price,
	.worries .wrap_flex .text_package .price .wrap_flex_price2,
	.worries .wrap_flex .text_package .price .wrap_flex_price3 {
		display: flex;
		//justify-content: space-around;
        justify-content: flex-start;
		align-items: baseline;
		width: 100%;
	}
	.worries .wrap_flex .text_package .price .wrap_flex_price3 {
		width: 80%;
		justify-content: flex-start;
		margin-left: 5px;
	}
	.worries .wrap_flex .text_package .price .rel .font,
	.worries .wrap_flex .text_package .price .rel .tax {
		font-size: 10px;
	}
	.worries .wrap_flex .text_package .price .rel .amount {
		font-size: 24px;
	}
	.worries .wrap_flex .text_package .price .rel .amount.sale {
		font-size: 34px;
	}
	.worries .wrap_flex .text_package .price .rel .tax {
		right: -12px;
	}
	.worries .wrap_flex .text_package .price .rel .tax.sale {
		right: -7px;
	}
	.worries .wrap_flex .text_package .price .rel .amount.sale::before {
		top: 9px;
	}
	.worries .wrap_flex .text_package .price .rel .amount.del::before,
	.worries .wrap_flex .text_package .price .rel .amount.del2::before {
		width: 90px;
	}
	.worries .wrap_flex .text_package .price .rel .amount.del2::before {
		width: 70px;
	}
	.worries .wrap_flex .text_package .price .icon_month {
		font-size: 10px;
		top: 105px;
		right: 3%;
	}
	.worries .wrap_flex .text_package .price .icon_month span {
		font-size: 15px;
	}
	.worries .wrap_flex .text_package a.btn,
	.worries .wrap_flex .text_package a.btn2,
	.worries .wrap_flex .text_package a.btn3 {
		font-size: 15px;
		border-radius: 40px;
		width: 60%;
		padding: 15px 10px;
	}
	.worries .wrap_flex .text_package a.btn2,
	.worries .wrap_flex .text_package a.btn3 {
		margin: 90px 0 5px;
	}
	.worries .wrap_flex .text_package p.note {
		font-size: 10px;
	}
	.worries .wrap_content .bg_gray {
		padding: 30px 10px;
		margin: 0 10px;
	}
	.worries .wrap_content .bg_gray h2 {
		font-size: 15px;
	}
	.worries .wrap_content .bg_gray .wrap_flex {
		display: block;
	}
	.worries .wrap_content .bg_gray .wrap_flex div {
		width: 100%;
		text-align: left;
		/* margin-bottom: 20px; */
	}
	.worries .wrap_content .bg_gray .wrap_flex div img {
		display: inline-block;
        width: 12%;
	}
	.worries .wrap_content .bg_gray .wrap_flex div p {
		display: inline-block;
		font-size: 13px;
		width: 68%;
		text-align: left;
		margin: 20px 0 20px 10px;
	}
	.worries .wrap_content .wrap_btn a {
		display: block;
		font-size: 15px;
		width: 70%;
		padding: 15px 10px;
		margin: 20px auto;
	}
    
    
    
    
    
    .worries .wrap_content_awards .bg_gray {
		padding: 30px 10px;
		margin: 0 10px;
	}
	.worries .wrap_content_awards .bg_gray h2 {
		font-size: 15px;
	}
	.worries .wrap_content_awards .bg_gray .wrap_flex {
		display: block;
	}
	.worries .wrap_content_awards .bg_gray .wrap_flex div {
		width: 100%;
		//text-align: left;
        text-align: center;
        
		/* margin-bottom: 20px; */
	}
	.worries .wrap_content_awards .bg_gray .wrap_flex div img {
		display: inline-block;
        width: 12%;
	}
	.worries .wrap_content_awards .bg_gray .wrap_flex div p {
		display: inline-block;
		font-size: 13px;
		width: 68%;
		//text-align: left;
        text-align: center;
		margin: 20px 0 20px 10px;
	}
	.worries .wrap_content_awards .wrap_btn a {
		display: block;
		font-size: 15px;
		width: 70%;
		padding: 15px 10px;
		margin: 20px auto;
	}
      
    
	.font_title03{
		line-height: 1.5;
	}
	.worries .wrap_flex .text_package .price.select .icon_month {
		top: 100px;
        //right: 100%;
        left: 1%;
        width: 45%;
	}
	.video {
		width: 90%;
		margin: 40px auto;
	}
    
    
    .promise .wrap_content_promise {
        max-width: 980px;
        margin: 0 auto;
    }

    .promise .wrap_content_promise .bk_white {
        //background-color: #F4F1ED;
        background-color: white;
        border-radius: 10px;
        //padding: 60px 30px;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        justify-content: center;
    }

    /*
    .promise .wrap_content_promise .bk_white h2{
        font-size: 30px;
        line-height: 1.5;
        //padding: 20px 0 100px;
        text-align: center;
        font-weight: bold;

    }

    .promise .wrap_content_promise .bk_white .text{
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        font-weight: bold;
        //padding: 50px 0 0;
        padding-bottom: 30px;

    }
    */
    /*----------------------------
    .worries .wrap_content_awards .bg_gray .wrap_flex {
        display: flex;
        justify-content: space-evenly;
        align-items: flex-start;
        margin: 30px auto 0;
    }

    .worries .wrap_content_awards .bg_gray .wrap_flex div {
        width: 30%;
        text-align: center;
    }
    ---------------------------------*/

    .promise .wrap_content_promise .bk_white .image_container{
        //border-radius: 10px;
        margin: 10px;
        padding: 10px;
        width: 90%;
        border-radius: 10px;
        flex-flow: column;
        justify-content: space-between;
    }


    .promise .wrap_content_promise .bk_white .image_container img{
        border-radius: 10px;
    }

    .promise .wrap_content_promise .bk_white .text_container{
        padding: 30px;
        justify-items: center;
        align-items: stretch;
        margin: auto;
    }

    .promise .wrap_content_promise .bk_white .text_container h2{
        font-size: 16px;
        line-height: 1.5;
        //padding: 20px 0 100px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 50px;
    }


    .promise .wrap_content_promise .bk_white .text_container .text{
        width: 100%;
        border-radius: 10px;

        font-size: 13px;
        margin: 30px auto;
        line-height: 1.5;
    }

    
    
}



/* id="product_comparison"
---------------------------------------- */
section#product_comparison{
	background-color: #f4f1ed;
	padding-top: 6%;
}

section#product_comparison p{
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	padding: 50px 0 0;
}

section#product_comparison h2{
	font-size: 30px;
	line-height: 1.5;
	padding: 20px 0 100px;
	text-align: center;
	font-weight: bold;
}

section#product_comparison h2.wrap{
	padding: 20px 0 50px;
}


section#product_comparison .wrap{
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
}

section#product_comparison .wrap2{
	max-width: 660px;
	margin: 0 auto 100px;
	position: relative;
}

section#product_comparison .wrap-fixe{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

section#product_comparison .wrap2.wrap-fixe p{
	padding: 0 0 0 30px;
	text-align: left;
	font-weight: 400;
}

section#product_comparison .wrap2.wrap-fixe p.note {
	font-size: 12px;
	margin-top: 10px;
}

section#product_comparison .product{
	position: relative;
	background-color: #fff;
	border-radius: 30px;
	margin: 0 10px;
	padding: 40px 10px;
}

section#product_comparison .product .version{
	width: 22%;
	margin: 0 auto;
	font-size: 13px;
	font-weight: 400;
	padding: 5px 0;
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

section#product_comparison .product .version{
	width: 22%;
	margin: 0 auto;
	font-size: 13px;
	font-weight: 400;
	padding: 5px 0;
	background-color: #fff;
	color: #000;
	cursor: pointer;
	border: 1px solid #000;
}

section#product_comparison .product .version.select{
	background-color: #000;
	color: #fff;
	border: none;
}

section#product_comparison .product .amount{
	font-size: 25px;
	padding: 0;
	margin-top: 20px;
}

section#product_comparison .product .text{
	font-size: 13px;
	padding: 0;
}

section#product_comparison .product .text-sale{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border-radius: 6px;
	background-color: #0880BC;
	color: #fff;
	line-height: 20px;
    font-weight: 700;
    font-size: 9pt;
	max-width: 270px;
    padding: 3px 40px;
    display: inline-block;
	min-width: 80pt;
}

section#product_comparison .product h3{
	font-size: 23px;
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
	padding-bottom: 10px;
}

section#product_comparison .product h3 a:hover{
	display: block;
	opacity: 0.5;
}

section#product_comparison .product h3 span{
	display: block;
	font-size: 14px;
}

section#product_comparison .product .wrap-fixe{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

section#product_comparison .product .wrap-fixe p{
	width: 20%;
	font-weight: bold;
}

section#product_comparison .product .wrap_version{
	display: flex;
	justify-content: center;
}

section#product_comparison .product .wrap_version p{
	margin: 0 10px;
}

section#product_comparison .product .wrap_amount,
section#product_comparison .product .wrap_amount2,
section#product_comparison .product .wrap_amount3 {
	display: none;
}

section#product_comparison .product .wrap_amount.select,
section#product_comparison .product .wrap_amount2.select,
section#product_comparison .product .wrap_amount3.select {
	display: block;
}


section#product_comparison .product .wrap-fixe label{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 80%;
	border-radius: 10px;
	background: rgba(207, 227, 252, 0.5);
	border: 2px solid #0F71F0;
	padding: 20px 0;
	margin: 10px 0;
	font-weight: bold;
}

section#product_comparison .product .wrap-fixe ul{
	display: inline-block;
	text-align: center;
}

section#product_comparison .product .wrap-fixe ul li:first-child{
	font-size: 18px;
	padding: 15px 0;
}

section#product_comparison .product .wrap-fixe ul.box-sale li:first-child{
	font-size: 11px;
	text-decoration: line-through;
	padding: 0;
	font-weight: 400;
}

section#product_comparison .product .wrap-fixe ul.box-sale li:nth-child(2){
	font-size: 18px;
	color: red;
	padding: 10px 0;
}

section#product_comparison .product .wrap-fixe ul li:last-child{
	font-size: 11px;
	color: #242424;
	font-weight: 400;
}

section#product_comparison .product .link{
	display: block;
	font-size: 9px;
	text-align: center;
	margin: 20px 0;
	padding: 0;
}

section#product_comparison .product .link a{
	color: #0f71f0;
	text-decoration: underline;
	font-weight: bold;
}


section#product_comparison .product .btn{
	display: block;
    font-weight: 800;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    font-size: 14px;
    color: #242424;
    border: 3px solid #242424;
    border-radius: 40px;
    margin: 0;
    padding: 1pc 30px;
    line-height: 1;
    outline: 0;
	background-color: #feeb29;
	margin: 20px 0;
}

section#product_comparison .product ul.detail{
	height: 290px;
}

section#product_comparison .product ul.detail li{
	position: relative;
	padding-left:2.5em;
	text-indent:-2.5em;
	margin-bottom: 20px;
	font-size: 12px;
}

section#product_comparison .product ul.detail li sup{
	position: relative;
	font-size: 10px;
	top: -5px;
}

section#product_comparison .product ul.detail li::before{
	content: '';
	display: inline-block;
	background-image: url(../img/img_icon01.png);
	background-repeat: no-repeat;
	background-size: 50%;
	width: 30px;
	height: 20px;
	background-size: contain;
	vertical-align: middle;
}

section#product_comparison .product .deluxe,
section#product_comparison .product .deluxe2,
section#product_comparison .product .deluxe3 {
	display: none;
}

section#product_comparison .product .deluxe.select,
section#product_comparison .product .deluxe2.select,
section#product_comparison .product .deluxe3.select {
	display: block;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	overflow: visible;
}

@media screen and (max-width: 1086px) {
	section#product_comparison .product{
		padding: 40px 10px 100px;
	}	
}
@media screen and (max-width: 987px) {
	section#product_comparison .product h3 {
		font-size: 20px;
	}
	section#product_comparison .product .version {
		width: 40%;
	}
}
@media screen and (max-width: 900px) {
	section#product_comparison .product h3 {
		font-size: 16px;
	}
}


@media screen and (max-width: 768px) {
	section#product_comparison {
		overflow: hidden;
		padding-bottom: 70px;
	}
	section#product_comparison h2 {
		font-size: 20px;
		line-height: 1.5;
		padding: 40px 0 60px;
		text-align: center;
		font-weight: 500;
	}
	.slider {
		width: 400vw;
		display: flex;
		margin: 0 auto;
	}
	.slider1 {
		transform: translateX(0);
		transition: all 0.3s;
	}
	.slider2 {
		transform: translateX(-100vw);
		transition: all 0.3s;
	}
	.slider3 {
		transform: translateX(-200vw);
		transition: all 0.3s;
	}
	.slider4 {
		transform: translateX(-300vw);
		transition: all 0.3s;
	}
	section#product_comparison .product .link {
		font-size: 14px;
	}
	.indicator {
		width: 100%;
		position: absolute;
		bottom: -40px;
		display: flex;
		z-index: 10;
		justify-content: center;
		align-items: center;
	}
	.indicator li {
		width: 9pt;
		height: 9pt;
		border-radius: 50%;
		list-style: none;
		margin: 0 6px;
		cursor: pointer;
		background-color: #c1bfb8;
	}
	.indicator #list1 {
		background-color: #000;
	}
	section#product_comparison p {
		font-size: 13px;
		padding: 30px 0 0;
	}
	section#product_comparison .wrap2.wrap-fixe {
		display: block;
		margin: 0 auto 50px;
	}
	section#product_comparison .wrap-fixe .sp_logo {
		width: 50%;
		margin: 0 auto;
	}
	section#product_comparison .wrap2.wrap-fixe p {
		padding: 0;
		width: 87%;
		margin: 10px auto 0;
	}
	section#product_comparison .wrap-fixe {
		display: block;
	}
}

.slider {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
.slider-img {
	margin: 0 5px;
}

@media screen and (max-width: 801px) {
	.slider.slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	.slider .slick-next {
		width: 40px;
		height: 40px;
		position: absolute;
		right: 0;
		top: 150px;
		transition: all 0.3s;
		z-index: 10;
		cursor: pointer;
	}
	.slider .slick-next::after {
		content: ">";
		font-size: 22px;
		line-height: 42px;
		border-radius: 50%;
		font-weight: 700;
		background-color: #c1bfb8;
		color: #fff;
		display: inline-block;
		width: 40px;
		height: 40px;
		margin-right: 20px;
		text-align: center;
	}
	.slider .slick-next:before {
		content: ''; 
	}
	.slider .slick-next:hover {
		transition: all 0.3s;
	}
	.slider .slick-prev {
		width: 40px;
		height: 40px;
		position: absolute;
		left: 0;
		top: 150px;
		transition: all 0.3s;
		z-index: 10;
		cursor: pointer;
	}
	.slider .slick-prev::after {
		content: "<";
		font-size: 22px;
		line-height: 42px;
		border-radius: 50%;
		font-weight: 700;
		background-color: #c1bfb8;
		color: #fff;
		display: inline-block;
		width: 40px;
		height: 40px;
		margin-right: 20px;
		text-align: center;
	}
	.slider .slick-prev:before {
		content: '';
	}
	.slider .slick-prev:hover {
		transition: all 0.3s;
	}

	.slider .slick-dots li button:before {
		font-size: 50px;
	}
}

@media screen and (max-width: 768px) {
	.slider .slick-next {
		width: 40px;
		height: 40px;
		position: absolute;
		right: 0;
		top: 150px;
		transition: all 0.3s;
		z-index: 10;
		cursor: pointer;
	}
	.slider .slick-next::after {
		content: ">";
		font-size: 22px;
		line-height: 42px;
		border-radius: 50%;
		font-weight: 700;
		background-color: #c1bfb8;
		color: #fff;
		display: inline-block;
		width: 40px;
		height: 40px;
		margin-right: 20px;
		text-align: center;
	}
	.slider .slick-next:before {
		content: ''; 
	}
	.slider .slick-next:hover {
		transition: all 0.3s;
	}
	.slider .slick-prev {
		width: 40px;
		height: 40px;
		position: absolute;
		left: 0;
		top: 150px;
		transition: all 0.3s;
		z-index: 10;
		cursor: pointer;
	}
	.slider .slick-prev::after {
		content: "<";
		font-size: 22px;
		line-height: 42px;
		border-radius: 50%;
		font-weight: 700;
		background-color: #c1bfb8;
		color: #fff;
		display: inline-block;
		width: 40px;
		height: 40px;
		margin-right: 20px;
		text-align: center;
	}
	.slider .slick-prev:before {
		content: '';
	}
	.slider .slick-prev:hover {
		transition: all 0.3s;
	}
	.slider .slick-dots li button:before {
		font-size: 50px;
	}
}
/* id="section02"
---------------------------------------- */

section#section02{
	text-align: center;
	margin: 100px auto;
}

section#section02 div{
	width: 25%;
	margin: 0 auto;
}

section#section02 p{
	font-size: 9pt;
    line-height: 2.5;
    margin-bottom: 24px;
}

section#section02 p strong{
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	section#section02 {
		margin: 50px auto;
	}
	section#section02 div {
		width: 60%;
	}
	section#section02 p {
		font-size: 8pt;
		margin: 10px;
	}
}


/* id="section03"
---------------------------------------- */

section#section03{
	background-color: #f4f1ed;
}

section#section03 .wrap{
	max-width: 1240px;
	margin: 0 auto;
	padding: 100px 0;
}

section#section03 ul.pankuzu li{
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #555551;
	letter-spacing: -.3px;
}

section#section03 ul.pankuzu li::after{
	border-style: solid;
	border-width: 1.5px 1.5px 0 0;
	content: "";
	display: inline-block;
	height: 9px;
	width: 9px;
	vertical-align: middle;
	color: #707070;
	bottom: 1px;
	position: relative;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 20px;
	margin-left: 20px;
}

section#section03 ul.pankuzu li:last-child::after{
	border-style: none;
}

section#section03 ul.pankuzu li a{
	color: #555551;
}

section#section03 ul.accordion{
	padding-top: 100px;
	border-top: 1px solid #000;
}

section#section03 ul.accordion li:first-child{
	font-size: 20px;
	margin-bottom: 24px;
	font-weight: bold;
}

section#section03 ul.accordion li .content .wrap-fixe{
	display: flex;
	align-items: baseline;
}

/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	/* padding: 1em; */
	width: 290px;
	display: block;
	color: #242424;
	text-decoration: none;
	border-bottom: 1px solid #242424;
	margin-bottom: 10px;
	font-size: 13px;
}
.Label::before{		/*タイトル横の矢印*/
	content: '+';
	width: 6px;
	height: 6px;
	position: absolute;
	top: calc( 7% - 3px );
	right: 10px;
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding: 20px 0;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	content: '-';
}

section#section03 .wrap p{
	font-size: 11px;
	margin-bottom: 24px;
	line-height: 1.5;
}

section#section03 .wrap p.fontb{
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 0;
}

section#section03 .wrap .content .wrap-fixe .icon {
	margin-right: 10px;
}


section#section03 .wrap h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

section#section03 .wrap h2::before{
	content: '*';
}

section#section03 .wrap ul.detail{
	margin-bottom: 24px;
}

section#section03 .wrap ul.detail li{
	font-size: 11px;
	line-height: 1.8;
}

section#section03 .wrap ul.detail li::before{
	content: '●';
	width: 10px;
    display: inline-block;
    transform: scale(0.5);
}

section#section03 .wrap ul.detail li span{
	font-weight: bold;
}

section#section03 .wrap ul.detail li a,
section#section03 .wrap ul.summary li a{
	color: #242424;
	text-decoration: underline;
}


section#section03 .wrap ul.summary li{
	font-size: 11px;
	line-height: 1.8;
	margin-bottom: 20px;
}

section#section03 .wrap ul.summary li span{
	font-weight: bold;
}

section#section03 .wrap ul.summary li sup{
	position: relative;
	font-size: 10px;
	top: -5px;
}

@media screen and (max-width: 768px) {
	section#section03 .wrap {
		padding: 50px 0;
		margin: 0 10px;
	}
	section#section03 ul.pankuzu li {
		font-size: 16px;
	}
	section#section03 ul.accordion {
		padding-top: 50px;
	}
	section#section03 ul.accordion li:first-child {
		font-size: 16px;
		margin-bottom: 24px;
	}
	.Label,
	.content {
		width: 310px;
		font-size: 14px;
	}
	.Label::before {
		right: 3px;
	}
	section#section03 .wrap p {
		font-size: 13px;
	}
	section#section03 .wrap h2 {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 24px;
	}
	section#section03 .wrap ul.detail li,
	section#section03 .wrap ul.summary li {
		font-size: 11px;
	}
	.toggle:checked + .Label + .content {
		width: 100%;
	}
	section#section03 ul.accordion li .content .wrap-fixe div{
		width: 100%;
	}
	section#section03 ul.accordion li .content .wrap-fixe div:nth-child(2){
		width: 100%;
	}
	section#section03 .wrap p.fontb {
		line-height: 1.4;
	}
	section#section03 .wrap .content .wrap-fixe .icon {
		width: 15%;
	}
	
}


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

footer{
	background-color: #f4f1ed;
}

footer .wrap{
	max-width: 1240px;
	margin: 0 auto;
	border-top: 2px solid #000;
}

footer .wrap .sns{
	display: flex;
	justify-content: space-between;
	padding: 10px 0 30px;
}

footer .wrap .sns ul li{
	display: inline-block;
	padding-right: 15px;
}

footer .wrap .sns ul li.icon_sns {
	width: 10%;
}

footer .wrap .sns ul li.country img{
	width: 30px;
}

footer .wrap .sns ul li.country span{
	display: inline-block;
	padding-top: 7px;
}

footer .wrap .pankuzu li{
	display: inline-block;
	font-size: 13px;
}

footer .wrap .pankuzu li::after{
	content: '|';
	margin: 0 10px;
	position: relative;
    top: -1px;
}

footer .wrap .copywriter{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 45px 0 85px;
}

footer .wrap .copywriter img{
	width: 80%;
}

footer .wrap .copywriter p{
	font-size: 12px;
	margin-left: 15px;
}

@media screen and (max-width: 768px) {
	footer{
		padding: 0 10px;
	}
	footer .wrap .pankuzu li {
		display: inline-block;
		padding-bottom: 15px;
		font-size: 14px;
	}
	footer .wrap .copywriter {
		display: block;
	}
	footer .wrap .copywriter img {
		width: 40%;
	}
	footer .wrap .copywriter p {
		font-size: 12px;
		margin-left: 0;
		margin-top: 20px;
	}
}

/* ----------------------------------------------------
	pagetop
---------------------------------------------------- */
#page_top {
	position: fixed;
	bottom: 30px;
	right: 20px;
}
#page_top a {
	display: block;
	position: relative;
	background-color: #999;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 20px 20px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
}
#page_top a:hover {
	background-color: #666;
	text-decoration: none;
}

#page_top a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 13px;
	height: 13px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: translate(-50%, -25%) rotate(45deg);
	transform: translate(-50%, -25%) rotate(45deg);
}
#page_top a::after {
	content: "";
	position: absolute;
	display: inline-block;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	margin: 0;
	width: auto;
	height: auto;
	border: 2px solid #fff;
	border-radius: 50%;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	#page_top {
		bottom: 10px;
		right: 10px;
	}
	#page_top a {
		width: 10px;
		height: 10px;
	}
	
}
