@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}

.br-sp{
    display: none;
}

li{
    list-style-position:outside;
}

/*上下センター*/
.box{
justify-content:center;
align-items:center;
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rem;
	border: 2px solid #000;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
nav a:hover {
    color:#fff;
    background-color: #0076C9; 
    border-radius: 20px;
}
nav a {
    padding: 0.5rem;
    color:#0076C9;
    font-size: 15px;
}


nav li.buy-b a:hover {
    color:#fff;
    background-color: #0076C9; 
    border-radius: 20px;
}
nav li.buy-b a {
    padding: 0.5rem;
    color:#0076C9;
    font-size: 15px;
    border-radius: 20px;
    border: 1px solid #0076C9;
}

svg.navi-cart-icon{
    height:16px;
}


li.current,li.current a{
    color: #f5941d;
}

li.current a:hover {
    color: #fff;
    border-bottom: none;
background-color: #f5941d;
}

.breadcrumbs {
width: 90%;
margin: 0 auto;
font-size: 14px;
padding: 20px 0;
}

.breadcrumbs li,.breadcrumbs a{
    display: inline;
}

.breadcrumbs a{
    color:#0076C9;
}

.breadcrumbs a:hover{
    border-bottom: 1px solid #0076c9;
}

.breadcrumbs li::after{
    content: '>';
    margin: 0 5px;
}
.breadcrumbs li:last-child::after{
    display: none;
  }

.buy-bnr {
    text-align: center;
    padding:30px;
}

.buy-bnr a {
    text-align: center;
    font-size: 3rem;
    background: linear-gradient(#ff5800,#eb5405);
    color: #fff;
    border-radius: 5rem;
    padding: 20px 50px;
    display:inline-block;
    border-bottom: 5px solid #da4b00;
}

.buy-bnr a:hover {
    margin-top: 3px;
  border-bottom: 2px solid #da4b00;
}

svg.cart-icon {
    width: 5rem;
    vertical-align: middle;
    margin-right: 10px;
}


@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 768px){
.header {
	flex-direction: column;
    margin-bottom: 10px;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
	flex-direction: column;
}
.header li {
	padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}
    
/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0 0 0 0;
}
section {
	margin: 0 0;
	padding: 0 0;
}
.gray-back {
	background-color: #F4F6F7;
}



/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}

.catch h2 {
    padding-bottom: 1rem;
}
.under {
    border-bottom: 0.4rem solid #000;
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
}

/*追記*/
/*カラー設定*/
.back-light-blue{
background-color: #EAF7FF;
}

.back-blue{
   background-color: #0076C9; 
}

.back-clear-blue{
   background-color: #7FCDFD;

}

.back-white{
   background-color: #fff;  
    padding: 5rem 0;
}

.light-blue-cont{
    background-color: #EAF7FF;
    margin: 2em 2em 0;
    border-radius: 20px;
    padding: 5rem 2rem 1rem;
}

/*design*/
.wrap {
    background-color: #EAF7FF;
position: relative;
  z-index: 1;
    padding-bottom: 100px;
}

.wrap::after {
content: '';
  position: absolute;
  left:0;
  bottom: 0;
  z-index: -1;
  width: 0;
  height: 0;
    margin-top: 80px;
  border-style: solid;
  border-width: 20vh 100vw 0 0;
  border-color: transparent #ffffff transparent transparent ;
}

.wrap2 > .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0rem 5rem 0rem!important;
    position: relative;
    bottom: 5rem;
} 

.wrap2 > .box.space-20 {

}  

.center-box {
    width: 80%;
    margin: 0 auto;
    z-index: 100;
    position: relative;
    bottom: 100px;
}
.use-sean{
    text-align: center;

}

.use-sean h4{
    margin-top: 10px;
}

.use-sean img {
    filter: drop-shadow(3px 3px 3px rgba(100,100,100,0.5));
}

.circle {
    border-radius: 50%;
    text-align: center;
    object-fit: cover;
    max-width: 80%;
}

.box.detail {
    margin-bottom: 50px;
}

.nijuu h3,.nijuu-box p,.nijuu-box h4{
    text-align: center;
}

.nijuu-box p,.nijuu-box h4{
    font-weight: 700;
}

.nijuu h3{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #000;
color:#0076C9;
}

.nijuu-box h4{
    font-size: 2em;
}

.nijuu p{
    width: 80%;
    margin: 0 auto;
}

.nijuu-box{
    background-color:#2FAFFD ;
    color:#fff;
    padding: 2% 0;
    margin: 2%;
}
.space-20{
    padding: 0 20px;
    display: flex;
}

.nijuu.copy{
    order: 1;
display: flex;
  justify-content: center;
  align-items: flex-end;
    padding: 0 2% 50px;
    text-align: justify;
}

.nijuu.ill{
    text-align: center;
    order: 2;

}

.masksize {
    margin: 30px 0;
}
.space-plus{
    padding: 3rem 0 0;
}

.space-plus > .light-blue-cont {
    margin-bottom: 50px;
}

.button-lp{
    text-align: center;
    margin: 5rem 0;
}

.button-lp-bl{
    display       : inline-block;
    background-color:  #0076C9;
    font-size:18px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius:25px;
    color: #fff;
        text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.button-lp-bl:hover{
    background-color:  #005896;
    padding: 10px 20px;
    border-radius:25px;
    color: #fff;
}

.bar > .back-blue{
    padding: 30px 0 ;
    color:#fff;
    
}

span.small-font{
    font-size: 1.8rem;
    letter-spacing: 1px;
}

.left{
    text-align: justify;
}

.text-box{
    padding: 5rem;
}

.text-justify{
    padding: 5rem;
    text-align: justify;
}

.masklady{
    background-color: #fff;
    top:-100px;
}

/*section-eyecatch*/
.en-ec-wh{
    color:#D6B862;
font-size: 1.5rem;
    padding: 2px 10px;
    margin-bottom: 2rem;
    
}

.back-clear-blue > .en-ec-gld{
    margin: 0 auto;
}

.en-ec-gld{
    text-align: center;
}

.ec-inner{
    display: inline-block;
    color: #fff;
    background-color: #D6B862;
    font-size: 1.5rem;
    padding: 2px 10px;
    
}

h2.top-copy {
    font-size: 4rem;
    text-align: left;
    margin: 0 0 2rem;
}

.sub-copy{
    font-weight: 500;
    margin: 2rem 0 0;
}

.copy-sm{
        font-weight: 500;
    font-size: 1.2rem;
    text-align: left;
    margin-top: 2rem;
}

.mask-copy{
    font-weight: 500;
    color: #0076C9;
    text-align: left;
}

.ec-plus{
  background-image: url(../img/ec-plus.png);
}

.ec-plus h3 {
    padding: 5rem 0 1rem;
    margin-left: 5rem;
    border-bottom: 2px dotted #707070;
}

.ec-plus p {
    margin-left: 5rem;
    font-weight: 500;
    text-align: justify;
}

.ht-txt{
    width: 80%;
    margin: 2rem auto;
    text-align: justify;
}

h3.ion-point1::before {
content: '';
  display: inline-block;
  background-image: url(../img/no01@2x.png);
  background-size: contain;
  vertical-align: middle;
  width: 34px;
  height: 34px;
    margin-right: 10px;
}

h3.ion-point2::before {
content: '';
  display: inline-block;
  background-image: url(../img/no02@2x.png);
  background-size: contain;
  vertical-align: middle;
  width: 34px;
  height: 34px;
    margin-right: 10px;
}

h3.ion-point3::before {
content: '';
  display: inline-block;
  background-image: url(../img/no03@2x.png);
  background-size: contain;
  vertical-align: middle;
  width: 34px;
  height: 34px;
margin-right: 10px;
}

.light-blue-cont p{
    font-weight: 500;
}

.medcu-point,.ion-effect{
    padding: 5rem;
    margin-bottom: 5rem;
}

.medcu-point h2{
    text-align: left;
    font-size:2.5rem;
    margin-bottom: 5rem;
}
.medcu-point-copy{
    margin-top:5rem;
    text-align: left;
}

.medcu-point-copy h3{
    margin-top:5rem;
    color:#fff;
    text-align: justify;
    padding: 1rem 1rem;
}

.medcu-point-copy p{
    text-align: justify;
    width: 80%;
    margin: 0 0 0 20%;
}

.ion-effect{
    margin-top: 2rem;
}

.effct-dtl{
    padding: 5rem 0;
}

.product th{
    width: 10%;
}

.product-dtl{
   margin: 5rem 0; 
}

.left.thinwide ul {
    /* width: 80%; */
    margin: 3rem auto;
    padding: 0 5rem;
}

.space-plus.caution ul {
    padding: 0 2rem;
}

h2.lead-copy {
    font-size: 2.5rem;
}

/*ポップアップ*/
.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-style{
    display       : inline-block;
    background-color:  #0076C9;
    font-size:18px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius:25px;
    color: #fff;
    margin: 5rem 0;
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 380px;
	height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}

/*テーブル*/
.size-list-ttl img{
   
}

.page-ttl{
    padding: 30px;
    color: #fff;
    letter-spacing: 2px;
}

.size-list{
    margin: 50px 0;
}
.bikou {
    margin: 0 10%;
    text-align: center;
    color: #0076C9;
}
table {
    width: 100%;
}
.table-form h3{
    text-align: center;
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
    padding: 20px;
    background-color:#2FAFFD;
    margin-bottom: 0;
}

.table-form img {
    max-width: 150px;
    display: inline-block;vertical-align: middle;
    margin-right: 20px;
}
.table-form p {
    display: inline;
    vertical-align: middle;
    font-weight: 500;
}


.table-form th{
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #0076C9;
    border: 1px solid #8CD2F5;
    padding: 20px;
    background-color: #F4F4F4;
}
.table-form td{
        font-weight: 400;
    font-size: 15px;
    color: #0076C9;
padding: 20px;
    border: 1px solid #8CD2F5;
    vertical-align: middle;
        background-color: #fff;
}

.table-form table {
    margin: 0 auto;

}

.wrap-3{
    margin: 0 calc(50% - 50vw);
    background-color: white;
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #f7f7f7;
    padding: 5rem 0;
}

footer h2{
    font-weight: 400;
}

footer h4 {
    border-bottom: 3px solid #ccc;
}

footer p{
    line-height: 100%;
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: left;
    padding: 2rem 2rem;
    background-color: #fff;
}
.copyright a {
    color: #c4c3c3;
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #0076C9;
    opacity:0.6;
    color: #fff;
    font-weight: 700;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    border-radius: 10px;
}
#pagetop a:hover {
    background: #666;
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
    
.br-sp{
    display: block;
}
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	

    
/*デザイン*/
.breadcrumbs { 
    font-size: 12px;
    padding: 5px 0;
    }

.wrap > .container.center {
}
    
 .container {
padding: 5rem 2rem;
    position: relative;
}
 
.wrap2 > .container{
        padding:0rem 2rem 0rem!important;
    }
    
.mainv h2.left{
        text-align: center;
    }

h2.top-copy {
    font-size: 2.5rem;
    text-align: center;
    margin: 3rem auto;
}


    .ec-plus h3{
        font-size: 2.2rem;
    }
    
    .medcu-point-copy h3 {
    margin-top: 5rem;
    font-size: 2rem;
    color: #fff;
    padding: 1rem 1rem;
}
    
    .medcu-point, .ion-effect {
    padding: 5rem 3rem;
    margin-bottom: 5rem;
}
    
    .medcu-point-copy p {
    text-align: justify;
    width: 100%;
    margin: 0 auto;
}
    
    .ion-effect>.container {
    padding: 5rem 1rem;
}
    
    .product>.container {
    padding: 0 0;
}
    
    .left.thinwide ul {
    margin: 3rem auto;
    padding: 0 2rem;
}
    
    .use-sean {
    text-align: center;
    margin-bottom: 50px;
}
    
    .wrap2 > .container {

    bottom: 0rem;
} 
    
    .back-light-blue.wrap2 {
    padding: 50px 0;
    margin-top: -50px;
}
    .buy-bnr {
        padding: 30px 0;

    }
    
    
    .buy-bnr a{
         font-size: 2rem;       
    }
    
    .nijuu.copy{
    order: 2;
}

.nijuu.ill{
    order: 1;
}

    .page-ttl{
        font-size: 2rem;
    }
    
   .table-form tr.mask-cont{
 display: none;   
}
    
    .table-form tr{
        border: 2px solid #2FAFFD;
        margin: 5px 0;
    }
    
    .table-form tr,.table-form td{
        display: block;
        width: 100%!important;
    }
    
    .table-form img{
        display: block;
    
    }
    
    .adapt::before{
        content: 'マスクカバーの適合サイズ';
  background-color: #2FAFFD;
        color: #fff;
        margin-right: 10px;
        padding: 5px 10px;
        display: block;
    }
}