/* Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Rajdhani:wght@700&family=Noto+Sans+KR:wght@400;700&family=Noto+Sans+SC:wght@400;700&family=Noto+Sans+TC:wght@400;700&display=swap');


html{
	color:#333;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6,pre, form, input, textarea,p, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
}
address, em, strong, th {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}


a {
	color:#96204C;
}

a:hover {
	color:#1972B9;
}

iframe[name="google_conversion_frame"] {
	position: absolute;
	height: 0;
}

/*==============================================
	reset font
===============================================*/
body {
	font:14px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
	font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
select,input,button,textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}


/*	ClearFix
=======================================*/
.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
/* End hide from IE-mac */


/*-------------------------------------------------------------------
* ピクセル　％  文字サイズ相対指定は%で行う。
---------------------------------------------------------------------
10px   77  	%
11px   85  	%
12px   93  	%
13px  100  	%
14px  108  	%
15px  116  	%
16px  123.1	%
17px  131  	%
18px  138.5	%
19px  146.5	%
20px  153.9	%
21px  161.6	%
22px  167  	%
23px  174  	%
24px  182  	%
25px  189  	%
26px  197  	%
*/


/*==================================================
  common
==================================================*/

a:hover img{
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
    -webkit-transition: 0.4s ease-in-out;
       -moz-transition: 0.4s ease-in-out;
         -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
}


#wrapper {
	margin: 0;
	width: 100%;
	/*min-width: 980px;*/
	position: relative;
	background-image: url(../shared/back_plus.png);
	background-position: center top;
}

#wrapper #headermenu {
	position: relative;
	border-bottom: 2px solid #10589E;
	width: 100%;
	height: 119px;
  padding: 0;
	background: #fff;
	z-index: 1000;
}

#wrapper #headermenu #hnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
	max-width: 1480px; /*check*/
  min-width: 1210px;
  height: 100%;
	margin: 0 auto;
}

#wrapper #headermenu ul {
  display: flex;
  align-items: center;
	justify-content: center;/*check*/
  height: 100%;
}

#wrapper #headermenu li {
  position: relative;
  display: flex;
  align-items: center;
  border-left: solid 1px #CCCCCC;
  padding: 0;
  color:#FFF;
  text-decoration: none;
  /*width: 237px;*//*check*/
  height: 100%;
  /*justify-content: center;*//*check*/
}

#wrapper #headermenu li.is-current-page::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 12px;
  transform: translateX(-50%);
  background-color: #10589E;
}

#wrapper #headermenu li a {
  display: block;
	width: 237px;/*check*/
  text-align: center;
}
#wrapper #headermenu li a img {
	height: auto;
}
#wrapper #headermenu .end {
	border-right: solid 1px #CCCCCC;/*check*/
}

#wrapper #headermenu .logo {
  border-left: 0px;
  width: 192px;
  margin: 0 20px;
}

#wrapper #headermenu .logolink {
	border-left: 0px;
}

#wrapper #headermenu .label {
	background:#1974B9;
	width: 160px;
	height: 8px;
	top: 72px;
	right: 159px;
}

#wrapper #footermenu {
	width: 100%;
	height: 30px;
	font-size:85%;
	color:#FFF;
	background:#1974B9;
	clear: both;
}

#wrapper #footermenu #fnav {
	width: 980px;
	margin: 8px auto 0;
}

#wrapper #footermenu li {
	float: left;
	margin-top: 8px;
}

#wrapper #footermenu .copy {
	float: right;
}

#wrapper #footermenu li a {
	border-left: solid 1px #FFF;
	padding: 2px 16px;
	color:#FFF;
	text-decoration: none;
}

#wrapper #footermenu .end a {
	border-right: solid 1px #FFF;
}

#wrapper #footermenu li a:hover {
	color:#BDDCEE;
}

#wrapper #contentrmenu {
	position: relative;
	background:#1A74BB;
	width: 100%;
	height: 50px;
	/* height: 120px; */
	margin: 0;
	z-index: 1000;
	display: none;
}

#wrapper #contentrmenu #cnav {
	position: relative;
	width: 1200px;
	height: 70px;
	margin: 0 auto;
}

#wrapper #contentrmenu li {
	float: left;
}

#wrapper #contentrmenu li a {
	display: block;
	padding: 17px 0 8px 8px;
	color:#1972B8;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 180px;
	height: 23px;
	border: solid 1px #48B1EA;
	margin: 10px 5px 0 5px;
	background-color:#FFF;
	background-image: url(../shared/bt_menuicon.png);
	background-position: 4px 50%;
	background-repeat: no-repeat;
}

#wrapper #contentrmenu li a:hover {
	color:#FFF;
	background:#48B1EA;
	background-image: url(../shared/bt_menuicon.png);
	background-position: 4px 50%;
	background-repeat: no-repeat;
    -webkit-transition: 0.4s ease-in-out;
       -moz-transition: 0.4s ease-in-out;
         -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
}



#wrapper #contentrmenu #cnav a.on {
	color:#FFF;
	background:#48B1EA;
	background-image: url(../shared/bt_menuicon.png);
	background-position: 4px 50%;
	background-repeat: no-repeat;
}

#wrapper #contentrmenu .two a {
	padding: 8px 0 8px 8px;
	height: 32px;
}

#wrapper #contentrmenu .end a {
	margin-right: 0;
}
#wrapper .cnav__covid19{
	position: relative;
	font-size: 123.1%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fadadf;
	text-align: center;
	z-index: 1000;
}
#wrapper .cnav__covid19.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
	z-index: 1000;
}
#wrapper .cnav__buy {
	display: none;
}

#wrapper #contents {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 40px;
}

#wrapper #contents .pan {
	width: 960px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
}

#wrapper #contents .pan a {
	color:#96204C;
}

#wrapper #contents .pan a:hover {
	color:#1972B9;
}

#wrapper #contents .lonavi {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-top:20px;
	text-align:center;
}

#wrapper #contents h1 {
	width: 820px;
	height: 80px;
	line-height: 80px;
	color:#1972B9;
	font-size:267%;
	font-weight:bold;
	/*padding-left: 100px;
	background-image: url(../shared/title_kuroki.png);*/
	background-position: 12px 100%;
	background-repeat: no-repeat;
}

#wrapper #contents #primary {
	width: 660px;
	float: left;
	border: solid 4px #BAE2F1;
	background:#FFF;
	border-radius: 20px;
	 -webkit-border-radius: 20px;
	 -moz-border-radius: 20px;
}

#wrapper #contents #primary h2 {
	width: 580px;
	color:#4CA3D4;
	font-size:197%;
	font-weight:bold;
	margin: 40px auto 20px;
	padding-bottom: 16px;
	border-bottom: solid 1px #BBBBBB;
}

#wrapper #contents #primary p {
	line-height: 160%;
	width: 580px;
	margin: 0 auto 40px;
}

#wrapper #contents #secondary {
	width: 260px;
	float: right;
}

#wrapper #contents #snav {
	width: 260px;
	background:#99D3EA;
	border-radius: 20px;
	 -webkit-border-radius: 20px;
	 -moz-border-radius: 20px;
	padding: 6px 0;
}

#wrapper #contents li {
	width: 240px;
	margin: 5px auto;
}

#wrapper #contents li a {
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	color:#1A74BB;
	text-decoration: none;
	padding-left: 80px;
	background:#FFF;
	background-position: 20px 50%;
	background-repeat: no-repeat;
	border-radius: 13px;
	 -webkit-border-radius: 13px;
	 -moz-border-radius: 13px;
}

#wrapper #contents li a:hover {
	color:#FFF;
	background:#48B1EA;
	background-position: 20px 50%;
	background-repeat: no-repeat;
    -webkit-transition: 0.4s ease-in-out;
       -moz-transition: 0.4s ease-in-out;
         -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
}

#wrapper #contents .on a {
	color:#FFF;
	background:#48B1EA;
	background-position: 20px 50%;
	background-repeat: no-repeat;
}

#wrapper #contents .index a {
	display: block;
	width: 119px;
	height: 18px;
	margin: 14px auto;
	padding-left: 0;
	background:none;
}

#wrapper #contents .index a:hover {
	background:none;
}

#wrapper #contents #secondary .banner {
	margin-bottom: 14px;
}

#wrapper #contents #back-link {
	width: 100%;
}

#wrapper #contents #back-link a {
	display: block;
	width: 260px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-weight:bold;
	margin: 40px auto;
	color:#1A74BB;
	text-decoration: none;
	background:#BAE2F1;
	background-position: 24px 50%;
	background-repeat: no-repeat;
	border-radius: 16px;
	 -webkit-border-radius: 16px;
	 -moz-border-radius: 16px;
}

#wrapper #contents #back-link a:hover {
	color:#FFF;
	background:#48B1EA;
	background-position: 24px 50%;
	background-repeat: no-repeat;
    -webkit-transition: 0.4s ease-in-out;
       -moz-transition: 0.4s ease-in-out;
         -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
}


#wrapper #contents .small {
	font-size:11px;
}

.menubtn {
	display:none;
}

#wrapper #contents #primary .fukidashi .fukidashi2 {
  float: right;
  margin: -40px 20px 0 16px;
}

.pc {
	display:inline;
}

.sp {
	display:none;
}



/*==================================================
  responsive
==================================================*/
@media only screen and (max-width:571px) {

.menubtn {
	display:inline;
}

.pc {
	display:none;
}

.sp {
	display:inline;
}

.sp-ptop{
	text-align:right;
	float: right;
}

.sp-ptop a{
	padding: 20px 15px;
	display: block;
	width: 97px;
}

.sp-ptop a img{
	width: 100%;
}

#wrapper {
	min-width: inherit;
}

#wrapper #headermenu {
	height: 140px;
	overflow: hidden;
}

#wrapper #headermenu #hnav {
	flex-direction: column;
	min-width: initial;
	height: 40px;
}

#wrapper #headermenu .logo {
  padding: 8px 0 4px 0;
  width: 100%;
  border-bottom: 2px solid #10589E;
  text-align: center;
}

#wrapper #headermenu .logo img {
	width: 120px;
}

#wrapper #headermenu .bt01 img {
	width: 56px;
}

#wrapper #headermenu .bt02 img,
#wrapper #headermenu .bt03 img,
#wrapper #headermenu .bt04 img {
	width: 80px;
}

#wrapper #headermenu .bt01 {
  display: flex;
  justify-content: center;
  padding: 4px 0;
  width: 100%;
  height: auto;
  border-left: none;
  border-bottom: 1px solid #ccc;
}

#wrapper #headermenu .bt02,
#wrapper #headermenu .bt03,
#wrapper #headermenu .bt04 {
	display: inline-block;
  margin: 8px 0 0 0;
  padding: 0 4px 0 8px;
  height: 44px;
}

#wrapper #headermenu .label {
	display:none;
}

#wrapper #headermenu ul {
        display: inline-block;
        width: 100%;
        height: auto;
        text-align: center;
}

#wrapper #headermenu ul li {
        height: auto;
}

#wrapper #headermenu li.is-current-page::after {
        display: none;
}

#wrapper #headermenu li a {
        display: flex;
        width: auto;
        height: 100%;
}

#wrapper #footermenu {
	width: 100%;
	height: 60px;
	font-size:85%;
	color:#FFF;
	background:#1974B9;
}

#wrapper #footermenu #fnav {
	width: 320px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}

#wrapper #footermenu li {
	float: none;
	font-size:11px;
	margin-top: 8px;
	display: inline-block;
}

#wrapper #footermenu .copy {
	float: none;
	width: 320px;
	font-size:6px;
	text-align: center;
}

#wrapper #footermenu li a {
	border-left: solid 1px #FFF;
	padding: 2px 15px;
	color:#FFF;
	text-decoration: none;
}

#wrapper #footermenu .end a {
	border-right: solid 1px #FFF;
}

#wrapper #footermenu li a:hover {
	color:#BDDCEE;
}

#wrapper #contentrmenu {
	width: auto;
	height: auto;
	padding: 10px;
	display: block;
}

#wrapper #contentrmenu #cnav {
	width: auto;
	height:auto;
	overflow: hidden;
	margin: -5px 0 0;
}

#wrapper #contentrmenu li {
	width: 49%;
	margin: 5px 0 0;
}

#wrapper #contentrmenu li:nth-child(even) {
	float: right;
}

#wrapper #contentrmenu li a,
#wrapper #contentrmenu li a:hover {
	padding: 15px 0 0 25px;
	width: auto;
	height: 45px;
	margin: 0;
	color: #1972B8;
	background-image: url(../shared/bt_menuicon_sp.png);
	background-size: 18px 8px;
	background-position: 4px 50%;
	background-color:#FFF;
	background-position: 7px 50%;
	box-sizing: border-box;
	font-size: 12px;
}

#wrapper #contentrmenu #cnav a.on {
	background-position: 7px 50%;
}

#wrapper #contentrmenu .two a,
#wrapper #contentrmenu .two a:hover {
	padding: 8px 0 0 25px;
	height: 45px;
}



#wrapper #contentrmenu.contentrmenuLower {
	width: 100%;
	margin: 0;
	padding:0;
	position: absolute;
	height:auto;
	/*z-index:99;*/
	z-index:101;
	background:none;
}
#wrapper #contentrmenu.contentrmenuLower.fix {
	position: fixed;
	top: 0;
}
#wrapper #contentrmenu.contentrmenuLower #acdn{
	display:none;
	z-index:100;
}
#wrapper #contentrmenu.contentrmenuLower #cnav {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height:auto;
	padding:0;
	height:289px;
}

#wrapper #contentrmenu.contentrmenuLower li {
	width: 100%;
	padding:0;
	margin: 0;
	background-color:rgba(87,156,211,0.9);
}
#wrapper #contentrmenu.contentrmenuLower li:first-child{
	width: 100%;
	padding:0;
	border-left:none;
	border-top: solid 1px #FFF;
}
#wrapper #contentrmenu.contentrmenuLower li:nth-child(2) {
    width:100%;
    border-left:none;
}
#wrapper #contentrmenu.contentrmenuLower li a {
	display: block;
	padding: 15px 0;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	height: 17px;
	margin: 0;
	background: url(../shared/sp_menu_arw.png) 97% center no-repeat;
	background-size:19px 19px;
	border: 0px;
	border-bottom: solid 1px #FFF;

}

#wrapper #contentrmenu.contentrmenuLower li:nth-child(1) a,
#wrapper #contentrmenu.contentrmenuLower li:nth-child(2) a,
#wrapper #contentrmenu.contentrmenuLower li:nth-child(3) a,
#wrapper #contentrmenu.contentrmenuLower li:nth-child(4) a,
#wrapper #contentrmenu.contentrmenuLower li:nth-child(5) a,
#wrapper #contentrmenu.contentrmenuLower li:nth-child(6) a,
#wrapper #contentrmenu.contentrmenuLower li:nth-child(7) a,
#wrapper #contentrmenu.contentrmenuLower li:nth-child(8) a {
	display: block;
	padding: 15px 0 !important;
	font-size:14px;
	color:#FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 17px !important;
	margin: 0;
	border: 0px;
	border-bottom: solid 1px #FFF;
background:url(../shared/sp_menu_arw.png) 97% center no-repeat;
background-size:19px 19px;
	box-sizing: content-box;
}

#wrapper #contentrmenu.contentrmenuLower .top img {
	display:none;
}

#wrapper #contentrmenu.contentrmenuLower .end a {
	border-bottom: solid 1px #FFF;
}


#wrapper #contentrmenu.contentrmenuLower #cnav a.on {
	color:#fff;

background-color:rgba(26,116,187,0.8);
	border: 0px;
	border-bottom: solid 1px #FFF;
	border-radius:0;
	background-image:none;
}

#wrapper #contentrmenu.contentrmenuLower .spmenu01,
#wrapper #contentrmenu.contentrmenuLower .spclose{ display: block;}
#wrapper #contentrmenu.contentrmenuLower .spmenu01{
	background-color:rgba(26,116,187,1.0);
	height: 49px;
}
#wrapper #contentrmenu.contentrmenuLower .spmenu01 .purchase-btn {
	width: 35px;
	position: absolute;
	left: 15px;
	top: 8px;
	line-height: 1;
}
#wrapper #contentrmenu.contentrmenuLower .spmenu01 .purchase-btn img {
	width: 100%;
	vertical-align: bottom;
}
#wrapper #contentrmenu.contentrmenuLower .spmenu01 .menu-trigger{
	display: block;
	padding: 0px 0;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 50px;
	height: 49px;
	line-height:52px;
	margin: 0;
	border: 0px;
	background: #80bd01;
	background-color:rgba(26,116,187,1.0);
	cursor:pointer;
	position: absolute;
	right: 0;
}


.menu-trigger,
.menu-trigger span,
.menu-trigger strong {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger strong {
	position: relative;
	width: 18px;
	height: 16px;
	top: 13px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
	top: 2px;
}
.menu-trigger span:nth-of-type(2) {
	top: 9px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: -2px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}

#wrapper #contentrmenu .spmenu01 a:hover {
	cursor:pointer;
}
#wrapper #contentrmenu .spmenu01 a:hover img {
	opacity: 1;
}
#wrapper #contentrmenu .spclose{
	display: block;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	margin: 0;
background-color:rgba(87,156,211,0.9);
}
#wrapper #contentrmenu .spclose a{padding:0; width: auto; margin: 0;
	border: 0px; cursor:pointer;}

#wrapper #contentrmenu .spclose a img {
	/*margin-top:15px;*/
}


#wrapper .pcbr {
	display:none;
}

#wrapper .pan {
	display:none;
}



#wrapper #contents {
  width: 100%;
  margin: 60px auto 0 auto;
  padding-bottom: 0;
}


#wrapper #contents #secondary {
  width: 100%;
  float: none;
}


#wrapper #contents #snav {
	width: 100%;
	background:#99D3EA;
	border: 0px;
	padding: 0;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
overflow:hidden;
}

#wrapper #contents #snav li {
  float: left;
  width: 50%;
  margin: 0;
}

#wrapper #contents #snav .titile {
  float: left;
	width: 300px;
	margin: 10px 0 10px;
text-align:center;
}

#wrapper #contents #snav li a {
display: block;
	width: 100%;
	  height: 50px;
	color:#1974B9;
	text-decoration: none;;
	padding-left: 26px;
	background-position: 6px 50%;
background-size:18px 18px;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ccc;
vertical-align: middle;
	border-radius: 0;
	 -webkit-border-radius: 0;
	 -moz-border-radius: 0;
}

#wrapper #contents #snav li a b{
	color:#999;
	font-size:11px;
}

#wrapper #contents #snav li a:hover {
	background:#48B1EA;
	background-position: 6px 50%;
background-size:18px 18px;
	background-repeat: no-repeat;
    -webkit-transition: 0.4s ease-in-out;
       -moz-transition: 0.4s ease-in-out;
         -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
}

#wrapper #contents #snav .on a {
	background:#48B1EA;
	background-position: 6px 50%;
background-size:18px 18px;
	background-repeat: no-repeat;
}

#wrapper #contents #snav .intxt {
	display: block;
	width: 100%;
	font-size:12px;
	color:#666;
	height: 18px;
	margin: 10px 0;
	padding-left: 0;
	background:none;
	border-bottom: 0px;
}
#wrapper #contents #snav .index {
  width: 100%;
  margin: 8px 0 6px;
  text-align: center;
}
#wrapper #contents #snav .index a  {
  display: block;
  width: 119px;
  height: 26px;
  color: #1974B9;
  text-decoration: none;
  margin: 6px auto 0;
  padding-left: 0;
  background-position: 6px 50%;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  border-bottom: 0px;
  vertical-align: middle;
}

#wrapper #contents #snav .index a:hover {
	background:none;
}

#wrapper #contents #secondary .banner {
	width: 230px;
	margin: 30px auto;
}

#wrapper #contents #secondary .banner img {
	width: 230px;
}

#wrapper #contents #back-link {
	width: 100%;
}


#wrapper #contents #primary {
	width: 310px;
	float: none;
	margin: 0 auto;
}


#wrapper #contents h1 {
	width: 90%;
	height:auto;
	line-height: 1em;
	color:#1972B9;
	font-size:160%;
	font-weight:bold;
	margin: 20px auto 10px;
	padding-left: 0px;
	background-image: none;
	background-position: 0px 100%;
	background-repeat: no-repeat;
}

#wrapper #contents #contbox {
	width: 100%;
	border: 0px;
	background:#FFF;
	border-radius: 0;
	 -webkit-border-radius: 0;
	 -moz-border-radius: 0;
}

#wrapper #contents #contbox h2 {
	width: 620px;
	color:#20A333;
	font-size:197%;
	font-weight:bold;
	margin: 40px auto 20px;
	padding-bottom: 16px;
	border-bottom: solid 1px #BBBBBB;
}



#wrapper #contents #contbox p {
	line-height: 160%;
	width: 90%;
	margin: 0 auto 40px;
}


#wrapper #contents #back-link a {
	display: block;
	width: 260px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-weight:bold;
	margin: 40px auto 60px;
	color:#1974B9;
	text-decoration: none;
	background:#BAE2F1;
	background-position: 24px 50%;
	background-repeat: no-repeat;
	border-radius: 16px;
	 -webkit-border-radius: 16px;
	 -moz-border-radius: 16px;
}

#wrapper #contents #back-link a:hover {
	color:#FFF;
	background:#1974B9;
	background-position: 24px 50%;
	background-repeat: no-repeat;
    -webkit-transition: 0.4s ease-in-out;
       -moz-transition: 0.4s ease-in-out;
         -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
}

}



@media only screen and (min-width:572px) {
	body.fixed {
		overflow-y: scroll;
	}
}

/* ==============================
		modalWeb
============================== */
#overlayWeb {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:rgba(51,51,51,0.6);
	display:none;
}
#modalWeb {
	position:absolute;
	right:50%;
	bottom:50%;
	transform: translate(50%, 50%);
	width:1000px;
	z-index:1100;
	display:none;
}
#modalWeb img {
	width: 100%
}
#modalWeb.noHeight {
	top:0;
	transform: translate(50%, 0);
}
#modalWeb .modalWebWrapper {
	position:relative;
	padding: 45px 0;
}
#modalWeb .btnCloseModalWeb {
	position:absolute;
	top:0;
	right:10px;
}
#modalWeb .btnCloseModalWeb img {
	width: 25px;
}
#modalWeb .modalWebBg {
	border-radius:10px;
	overflow:hidden;
	text-align:center;
}
#modalWeb .modalWebInner {
	background: #9ad6ef;
	padding: 60px 0 50px;
}
#modalWeb .ttl01 {
	position:relative;
	margin-bottom:50px;
	font-size:36px;
	font-weight:bold;
	color:#003a67;
}
#modalWeb .image01 {
	max-width: 348px;
	margin: 0 auto;
}
#modalWeb .listBanner {
	font-size: 0;
	padding: 40px 100px;
	background: #3a8fd2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
#modalWeb .listBanner li {
	display: inline-block;
	background: #fff;
}
#modalWeb .listBanner li:last-child {
	margin-right: 0;
}
@media only screen and (max-width:571px) {
#modalWeb {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
#modalWeb.noHeight {
	top:0;
	transform:translate(50%,0);
}
#modalWeb a:hover img {
	opacity: 1;
}
#modalWeb .modalWebWrapper {
	padding:30px 0;
}
#modalWeb .btnCloseModalWeb {
	right:5px;
}
#modalWeb .btnCloseModalWeb img {
	width: 20px;
}
#modalWeb .modalWebBg {
	border-radius:5px;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.4);
}
#modalWeb .modalWebInner {
	padding: 35px 0 20px;
}
#modalWeb .ttl01 {
	margin-bottom:30px;
	font-size:18px;
}
#modalWeb .image01 {
	max-width: 214px;
	margin: 0 auto;
}
#modalWeb .listBanner {
	padding: 25px 33px;
	flex-direction: column;
	gap: 15px 0;
}
#modalWeb .listBanner li {
	display: block;
}
#modalWeb .listBanner li:last-child {
	margin-bottom: 0;
}
}

/* ==============================
		modalStepdown
============================== */
#overlayStepdown {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:rgba(51,51,51,0.6);
	display:none;
}
#modalStepdown {
	position:absolute;
	right:50%;
	bottom:50%;
	transform: translate(50%, 50%);
	width:880px;
	z-index:1100;
	display:none;
}
#modalStepdown img {
	width: 100%
}
#modalStepdown.noHeight {
	top:0;
	transform: translate(50%, 0);
}
#modalStepdown .modalStepdownWrapper {
	position:relative;
}
#modalStepdown .btnCloseModalStepdown {
	position:absolute;
	top:10px;
	right:10px;
}
#modalStepdown .btnCloseModalStepdown img {
	width: 70px;
	height: auto;
}
#modalStepdown .modalStepdownBg {
	border-radius:10px;
	overflow:hidden;
}
#modalStepdown .modalStepdownInner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 60px;
	background: #F4F4F4;
}
.modalStepdown_image_pc {
	display: block;
	width: 40%;
}
.modalStepdown_image_pc img {
	height: auto;
}
.modalStepdown_image_sp {
	display: none;
}
.modalStepdown_text {
	width: 50%;
}
.modalStepdown_lead {
  display: inline;
  padding: 0 2px 4px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.85em;
  background: linear-gradient(transparent 90%, rgba(255,131,154,.4) 0%);
}
.modalStepdown_lead span {
	font-size: 20px;
}
.modalStepdown_lead p {
	display: inline-block;
}
.modalStepdown_lead .forSp {
	display: none;
}
.modalStepdown_outline {
	margin: 40px 0 25px;
	font-size: 18px;
	line-height: 1.6em;
}
.modalStepdown_point {
	font-size: 18px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.6em;
}

@media only screen and (max-width:571px) {
#modalStepdown {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
#modalStepdown.noHeight {
	top:0;
	transform:translate(50%,0);
}
#modalStepdown a:hover img {
	opacity: 1;
}
#modalStepdown .modalStepdownWrapper {
	padding: 0;
}
#modalStepdown .btnCloseModalStepdown {
	top: 5px;
	right: 5px;
}
#modalStepdown .btnCloseModalStepdown img {
	width: 56px;
}
#modalStepdown .modalStepdownBg {
	border-radius:20px;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.4);
}
#modalStepdown .modalStepdownInner {
	padding: 15px 30px 30px;
}
.modalStepdown_image_pc {
	display: none;
}
.modalStepdown_image_sp {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.modalStepdown_image_sp img {
	height: auto;
}
.modalStepdown_text {
	width: 100%;
}
.modalStepdown_lead {
  font-size: 6vw;
  line-height: 1.75em;
}
.modalStepdown_lead span {
	font-size: 4.5vw;
	line-height: 1.65em;
}
.modalStepdown_lead p {
	margin: 0.25em 0 6vw;
}
.modalStepdown_lead .forSp {
	display: inline;
}
.modalStepdown_outline {
	margin: 5.75vw 0 4vw;
	font-size: 4.1vw;
	line-height: 1.5em;
}
.modalStepdown_point {
	font-size: 4.1vw;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5em;
}
}

/* ==============================
		modalQa
============================== */
.overlayQa {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:rgba(51,51,51,0.6);
	display:none;
}
.modalQa {
	position:absolute;
	right:50%;
	bottom:50%;
	transform: translate(50%, 50%);
	width:880px;
	z-index:1100;
	display:none;
	color: #404040;
}
.modalQa img {
	width: 100%
}
.modalQa.noHeight {
	top:0;
	transform: translate(50%, 0);
}
.modalQa .modalQaWrapper {
	position:relative;
}
.modalQa .btnCloseModalQa {
	position:absolute;
	top:10px;
	right:10px;
}
.modalQa .btnCloseModalQa img {
	width: 70px;
	height: auto;
}
.modalQa .modalQaBg {
	border-radius:10px;
	overflow:hidden;
}
.modalQa .modalQaInner {
	background: #fff;
}
.modalQa_title {
	padding: 30px 80px 30px 20px;
	background: #F4F4F4;
}
.modalQa_title p {
	display: inline-block;
	padding: 0 0 0.1em;
	font-size: 24px;
	font-weight: 700;
	border-bottom: 2px dashed #FF839A;
}
.modalQa_detail {
	padding: 20px;
	font-size: 18px;
	line-height: 1.6em;
}

@media only screen and (max-width:571px) {
.modalQa,
.modalQa2,
.modalQa3 {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
.modalQa.noHeight {
	top:0;
	transform:translate(50%,0);
}
.modalQa a:hover img {
	opacity: 1;
}
.modalQa .modalQaWrapper {
	padding: 0;
}
.modalQa .btnClosemodalQa {
	top: 5px;
	right: 5px;
}
.modalQa .btnClosemodalQa img {
	width: 56px;
}
.modalQa .modalQaBg {
	border-radius:20px;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.4);
}
.modalQa .modalQaInner {
	padding: 0;
}
.modalQa_title p {
	font-size: 5.5vw;
}
.modalQa_detail {
	font-size: 4.1vw;
}
}


/* ==============================
		sideMenu
============================== */
#sideMenu {
	position:fixed !important;
	top:190px !important;
	right:0 !important;
	z-index:100;
	opacity:1 !important;

}

/* ==============================
		purchaseArea
============================== */
#purchaseArea {
	background: #3B8FD1;
	padding: 30px 0;
	text-align: center;
	display: block;
}
#purchaseArea .ttl.btnWeb {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 430px;
  height: 53px;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 27px;
  background: #FF839A;
}
#purchaseArea .ttl.btnWeb:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}
#purchaseArea .ttl.btnWeb::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 17px;
  width: 10px;
  height: 17px;
  background: url(../images/home/icon_arrow_right_white.svg) center no-repeat;
  background-size: 100%;
  transition: .25s;
}
#purchaseArea .ttl.btnWeb:hover::after {
  right: 7px;
}
#purchaseArea .ttl.btnWeb p {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

@media only screen and (max-width:571px) {
	#purchaseArea {
		padding: 5vw 0;
	}
	#purchaseArea .ttl.btnWeb {
		width: 90%;
	}
	#purchaseArea .ttl.btnWeb p {
		font-size: 5vw;
	}
}

/* ==============================
		purchaseBtn
============================== */
#purchaseBtn a {
	display: block;
	padding: 13px 40px 13px 75px;
	color: #fff;
	font-weight: 700;
	background-color: #ef8392;
	background-image: url(../shared/purchase_icon.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 40px;
	position: relative;
	text-decoration: none;
	line-height: 1;
	font-size: 19px;
	border-bottom: 3px solid #d47683;
}
#purchaseBtn a:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -6px;
}
#purchaseBtn a span {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}

@media only screen and (max-width: 571px) {
#secondary #purchaseBtn {
	padding-top: 30px;
	display: block;
}
}



/*20201111*/
#sideMenu li {
  margin-bottom: 20px;
}
#sideMenu li:last-of-type {
  margin-bottom: 0;
}
#sideMenu li.btnProduct {
  display: none;
}

body.sick #sideMenu li.btnProduct {
  display: block;
}

#wrapper .pagetop {
  margin-top: 30px;
  text-align: center;
}
#wrapper .pagetop a {
  padding: 1em;
  color: #fff;
  font-size: 1.0714285714em;
  text-decoration: none;
  font-weight: bold;
  background: #005293;
  display: block;
}
#wrapper .pagetop a::before {
  margin-right: 1em;
  width: 14px;
  height: 13px;
  content: '';
  background: url(../shared/icon_bullet_top.png) no-repeat 50% 50%/contain;
  display: inline-block;
  vertical-align: middle;
}
#wrapper .pagetop a:hover {
  opacity: .9;
  transition: all .2s ease-in-out;
}
#wrapper #footermenu {
  height: auto;
  font-size: 1em;
  background: none;
}
#wrapper #footermenu li {
  margin: 0;
  float: none;
}
#wrapper #footermenu li a {
  padding: 0;
  border: none;
}
#wrapper #footermenu .inner {
  margin: auto;
  max-width: 980px;
}
#wrapper #footermenu .global {
  padding: 40px 0 60px;
  background: #0064b3;
}
#wrapper #footermenu .global a[target="_blank"]::after {
  margin-left: .3em;
  width: 12px;
  height: 10px;
  content: '';
  background: url(../shared/icon_blank_white.png) no-repeat 50% 50%/contain;
  display: inline-block;
}
#wrapper #footermenu .global .inner > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#wrapper #footermenu .global .inner > ul > li > a {
  font-size: 1.0714285714em;
  font-weight: bold;
}
#wrapper #footermenu .global .inner > ul > li > ul > li {
  margin-top: 1.5em;
}
#wrapper #footermenu .global .inner > ul > li.other {
  margin-top: 0;
}
#wrapper #footermenu .global .inner > ul > li.other a {
  font-size: 1.0714285714em;
  font-weight: bold;
}
#wrapper #footermenu .global .inner > ul > li.other > ul > li:first-of-type {
  margin-top: 0;
}
#wrapper #footermenu .utility {
  background: #fff;
}
#wrapper #footermenu .utility .inner {
  padding: 25px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
#wrapper #footermenu .utility .inner a {
  color: #000;
  font-size: 0.9285714286em;
}
#wrapper #footermenu .utility .inner a[target="_blank"]::after {
  margin-left: .3em;
  width: 12px;
  height: 10px;
  content: '';
  background: url(../shared/icon_blank_blue.png) no-repeat 50% 50%/contain;
  display: inline-block;
}
#wrapper #footermenu .utility .inner ul {
  display: flex;
  justify-content: flex-end;
}
#wrapper #footermenu .utility .inner ul li {
  padding: 0 .8em;
  border-right: #666 1px solid;
}
#wrapper #footermenu .utility .inner ul li:last-of-type {
  padding-right: 0;
  border: none;
}
#wrapper #footermenu .utility .inner .copyright {
  color: #000;
  font-size: 0.7857142857em;
}

@media only screen and (max-width: 571px) {
  .anchor {
    margin-top: -49px;
    padding-top: 49px;
  }

  #sideMenu {
    top: 121.3333333333vw !important;
  }
  #sideMenu li {
    width: 52.8vw;
    display: none;
  }
  #sideMenu li img {
    width: 100%;
    height: auto;
  }

  body.sick #sideMenu li.btnProduct {
    display: none;
  }
  body.sick #sideMenu li.btnProduct.disp {
    display: block;
  }

  #wrapper .pagetop a {
    font-size: 1em;
  }
  #wrapper #footermenu li {
    font-size: 1em;
    display: block;
  }
  #wrapper #footermenu .inner {
    width: auto;
  }
  #wrapper #footermenu .global {
    display: none;
  }
  #wrapper #footermenu .utility .inner {
    padding: 0;
    display: block;
  }
  #wrapper #footermenu .utility .inner ul {
    display: block;
  }
  #wrapper #footermenu .utility .inner ul li {
    padding: 0;
    border: none;
    border-bottom: #ccc 1px solid;
  }
  #wrapper #footermenu .utility .inner ul li:last-of-type {
    border-bottom: #ccc 1px solid;
  }
  #wrapper #footermenu .utility .inner ul li a {
    padding: 1.4em 5.3333333333vw;
    background: url(../shared/icon_bullet_blue.png) no-repeat top 50% right 20px/9px auto;
    display: block;
  }
  #wrapper #footermenu .utility .inner .copyright {
    padding: 5.3333333333vw 5.3333333333vw 80px;
    font-size: 0.7142857143em;
    text-align: center;
  }
	#wrapper .cnav__covid19{
		/*padding: 0 3.33%;
		height: 60px;
		font-size: 0.7142857143em;
		font-weight: bold;*/
		display: none;
	}
	/*#wrapper .cnav__covid19 {
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		width: 50%;
		box-sizing: border-box;
	}
	#wrapper .cnav__covid19.fix {
		top: auto;
		width: 50%;
	}*/
	#wrapper .cnav__buy {
		position: fixed;
		bottom: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		max-width: 100%;
		padding: 0 3.33%;
		height: 40px;
		box-sizing: border-box;
		background: #CDEBF6;
	}
	#wrapper .cnav__buy_wrap {
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
	}
	#wrapper .cnav__buy_img {
		width: 31px;
		height: 25px;
		margin: 0 5px 0 0;
	}
	#wrapper .cnav__buy_text {
		font-weight: bold;
		color: #333;
	}
}

/* 20230519 nav */
#btn_buy_web {
  position: fixed;
  /* top: 770px; */
	bottom: 20px;
  right: 20px;
  display: block;
  width: 171px;
  /* width: 253px; */
  height: 72px;
  z-index: 10;
}
#btn_menu {
  position: fixed;
  top: 110px;
  right: 20px;
  display: block;
  width: 72px;
  height: 72px;
  z-index: 10;
	cursor: pointer;
	transition: top 0.2s;
}
#btn_menu.fix {
  position: fixed;
  top: 30px;
}
#btn_menu a {
  display: block;
}
#btn_menu img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 571px) {
  #btn_buy_web {
    display: none;
  }
  #btn_menu {
	position: fixed;
    top: calc(10.66vw + 30px);
    right: 8px;
    width: 14%;
  }
  #btn_menu.fix {
    position: fixed;
    top: 10px;
  }
}

/* ==============================
		navigation (hamburger)
============================== */
#navigation {
	position: fixed;
	left: 101%;
	top: 0;
	width: 100%;
	height: 100vh;
	padding: 110px 20px 40px;
	box-sizing: border-box;
	z-index: 100;
	background: #F3AEBB;
	transition: .25s;
}
#navigation.fix {
	padding-top: 20px;
}
#navigation.open {
	left: 0;
}
#navigation img {
	width: 100%
}
.navigation_inner {
	position: relative;
}
#navigation .navigation_close {
	position:absolute;
	top:10px;
	right:10px;
}
#navigation .navigation_close img {
	width: 70px;
	height: auto;
}
#navigation .navigationBg {
	border-radius:10px;
	overflow:hidden;
}
.navigation_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 880px;
	margin: 0 auto;
	padding-top: 30px;
}
.navigation_nav {
	width: 47%;
	border-top: 2px dashed #FF839A;
}
.navigation_nav li {
	border-bottom: 2px dashed #FF839A;
}
.navigation_nav a {
	display: block;
	padding: 16px 0;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	transition: .25s;
}
.navigation_nav a:hover {
	color: #FF839A;
}

@media only screen and (max-width:571px) {
#navigation {
	width: 100%;
	padding: calc(10.66vw + 20px) 0 30px;
	box-sizing: border-box;
}
#navigation.fix {
	padding-top: 20px;
}
#navigation a:hover img {
	opacity: 1;
}
.navigation_inner {
	padding: 30px;
}
#navigation .navigation_close {
	top: 5px;
	right: 5px;
}
#navigation .navigation_close img {
	width: 56px;
}
.navigation_nav {
	width: 100%;
}
.navigation_nav:last-of-type {
	border-top: none;
}
.navigation_nav a {
	padding: 0.75em 0;
	font-size: 4.25vw;
}
}




/* ==============================
		headermenu
============================== */
.header :where(img) {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	image-rendering: pixelated;
}

.header :where(button) {
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	appearance: none;
}
.header {
	--blue: #004b9e;
	--header-height: 14.66vw;
	--duration: 0.3s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1000;
	height: var(--header-height);
	padding-right: 4.53vw;
	padding-left: 3.2vw;
	box-sizing: border-box;
	background: white;
  @media only screen and (max-width: 767px) {
    gap: 15px;
  }
}

.header-logo {
	width: 39.2vw;
}
.header-logo img{
	max-width: 100%;
}

@media (min-width: 768px) {
	.header {
		--header-height: 97px;
		gap: 32px;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
		padding-inline: 20px;
	}

	.header-logo {
		width: 217px;
	}
}

@media (min-width: 1136px) {
	.header {
		gap: 48px;
	}
}

@media (any-hover: hover) {
	.header-logo-link {
		transition: opacity var(--duration);
	}
	.header-logo-link:hover {
		opacity: 0.7;
	}
}

.header-trigger {
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	appearance: none;
	position: relative;
	width: 37.6vw;
	padding-right: 4.27vw;
	box-sizing: border-box;
  @media (min-width: 767px) {
      width: 33.6vw;
  }
}

@media (min-width: 768px) {
	.header-trigger {
		display: none;
	}
}

.header-trigger::after {
	content: "";
	clip-path: polygon(50% 85%, 0 15%, 100% 15%);
	position: absolute;
	width: 2.67vw;
	height: 2.67vw;
	margin-left: auto;
	background: var(--blue);
	inset: 0;
  bottom: 0;
  top: auto;
}

.header-trigger.is-open::after {
	scale: 1 -1;
}

@media (max-width: 767px) {
	.nav {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: var(--header-height);
		left: 0;
		z-index: 1;
		width: 37.6vw;
		width: 100%;
		padding: 5.87vw;
		box-sizing: border-box;
		background: var(--blue);
		transition: opacity var(--duration), visibility var(--duration);
	}

	.nav.is-open {
		opacity: 1;
		visibility: visible;
	}

	.nav-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 3.2vw;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.nav-list-item-link {
		display: grid;
		place-items: center;
		height: 19.2vw;
		overflow: clip;
		border-radius: 1.07vw;
		background: white;
	}

	.nav-list-item-link img {
		width: auto;
		height: 7.47vw;
	}

	.nav-list-item-link.nav-list-item-link-large img {
		height: 13.6vw;
	}
}

@media (min-width: 768px) {
	.nav-list {
		display: flex;
		gap: 20px;
		justify-content: flex-end;
		align-items: center;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.nav-list-item-link img {
		width: auto;
		height: 37px;
	}

	.nav-list-item-link.nav-list-item-link-large img {
		height: 61px;
	}
}

@media (any-hover: hover) {
	.nav-list-item-link {
		transition: opacity var(--duration);
	}

	.nav-list-item-link:hover {
		opacity: 0.7;
	}
}

.overlay {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.overlay.is-open {
	visibility: visible;
}

@media (min-width: 768px) {
	.overlay {
		display: none;
	}
}
