@charset "UTF-8";

/* CSS Document */

/* RESET */
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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

@media print {
body {
width: 1100px;
}
}

html,body{
width: 100%;
height: 100%;
}

body {
background-color: #202020;
text-align : center;
font-family: '游ゴシック体', YuGothic,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic','メイリオ', Meiryo,sans-serif;
color: #fff;
font-weight: 500;
line-height: 1.8;
letter-spacing: 0;
margin: 0;
padding: 0;
-webkit-text-size-adjust: 100%;
word-break: break-all;
overflow-x: hidden;
}

@media print, screen and (min-width:980px) {
body {
font-size: 14px;
}
}

@media only screen and (min-width:0px) and (max-width:979px) {
body {
font-size: 13px;
}
}

.Cervo-Regular { font-family: 'Pathway Gothic One', sans-serif;; }

* {
-webkit-appearance: none;
}

h1,h2,h3,h4 {
font-size: 100%;
}

/* p {
margin-bottom: 30px;
} */

a {
transition: color 0.3s ease 0s;
}

a:link { color: #fff; text-decoration: none; }
a:visited { color: #fff; text-decoration: none; }
a:hover { color: #fff; text-decoration: underline; }
a:active { color: #fff; }

img {
border: 0;
max-width: 100%;
height: auto;
vertical-align: bottom;
}

li {
list-style-type: none;
display: block;
margin: 0;
padding: 0;
list-style-position: outside;
}

.montserrat {
font-family: 'Montserrat', sans-serif;
font-style: italic;
}

.sawarabimincho {
font-family: "Sawarabi Mincho";
}

.green {
color: #326e35;
}

.orange {
color: #FF8C00;
}

.red {
color: #C40211;
}

.left {
text-align: left !important;
}

.center {
text-align: center;
}

.right {
text-align: right !important;
}

.blank {
margin-top: -50px;
padding-top: 50px;
}

button:focus {
outline:0;
}

.arrowFlow {
display: block;
width: 18px;
height: 18px;
margin: 0 auto;
margin-bottom: 24px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.block-revealer__element {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
pointer-events: none;
opacity: 0;
}

.youtube {
position: relative;
max-width: 100%;
padding-top: 56.25%;
}
.youtube iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}

.headAdjustment dt {
clear: left;
float: left;
padding: 0;
}

.headAdjustment dd {
margin: 0;
padding: 0 0 0 15px;
}

@media print,screen and (min-width: 979px){
.br-pc { display:block; }
.br-sp { display:none; }
.middleTxt { font-size: 14px; }
.smallTxt { font-size: 12px; }
}
@media print,screen and (max-width: 979px){
.br-pc { display:none; }
.br-sp { display:none; }
.middleTxt { font-size: 12px; }
.smallTxt { font-size: 11px; }
}

@media screen and (min-width: 979px){
.rwd {
font-family: 'Dosis', sans-serif;
clear: both;
color: #fff;
font-size: 11px;
margin: 0 0 320px 0;
padding: 10px 12px 11px 12px;
display: inline-block;
line-height: 1;
box-sizing: border-box;
}
}

@media screen and (max-width: 979px){
.rwd {
font-family: 'Dosis', sans-serif;
clear: both;
width: 90%;
color: #fff;
font-size: 11px;
margin: 0 0 120px 0;
padding: 10px 12px 11px 12px;
display: inline-block;
line-height: 1;
box-sizing: border-box;
}
}

.rwd a:link { color: #fff; text-decoration: none; }
.rwd a:visited { color: #fff; text-decoration: none; }
.rwd a:hover { color: #fff; text-decoration: underline; }
.rwd a:active { color: #fff; }

.wp-pagenavi {
clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
font-size: 11px;
text-decoration: none;
border: 1px solid #666;
padding: 5px 8px;
margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #666;
}

.wp-pagenavi span.current {
font-weight: bold;
}

@media print, screen and (min-width:980px) {

.arrow {
position: absolute;
width: 30px;
left: 0;
right: 0;
bottom: 20px;
margin: auto;
z-index: 200;
animation: scroll 1.5s infinite;
-webkit-animation: scroll 1.5s infinite;
-moz-animation: scroll 1.5s infinite;
}

.arrow::before{
content: "";
display: block;
margin: 0 auto;
width: 1px;
height: 60px;
background: #fff;
}
.arrow::after{
content: "";
display: block;
border-top: 1px solid #fff;
margin-left: 12px !important;
margin-top: -7px;
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}


@keyframes scroll {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translateY(14px);
}
}
@-webkit-keyframes scroll {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translateY(14px);
}
}
@-moz-keyframes scroll {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translateY(14px);
}
}

#scroll {
position: absolute;
font-family: 'Pathway Gothic One', sans-serif;
width: 97%;
font-size: 12px;
font-weight: 600;
color: #fff;
bottom: 70px;
left: 0;
right: 0;
margin: auto;
padding: 0;
z-index: 200;
}

}


@media only screen and (min-width:0px) and (max-width:979px) {

.arrow,
#scroll {
display: none;
}

}

.loader{
background: #202020;
height:100%;
left:0;
position:fixed;
top:0;
width:100%;
z-index: 1508;
}

.loader-animation {
position: absolute;
top: 48%;
bottom: 0;
left: 0;
right: 0;
margin: auto;
font-size: 10px;
text-indent: -9999em;
width: 2.3em;
height: 2.3em;
border-radius: 50%;
background: #ffffff;
background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
position: relative;
-webkit-animation: load3 1.4s infinite linear;
animation: load3 1.4s infinite linear;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.loader-animation:before {
width: 50%;
height: 50%;
background: #ffffff;
border-radius: 100% 0 0 0;
position: absolute;
top: 0;
left: 0;
content: '';
}
.loader-animation:after {
background: #202020;
width: 75%;
height: 75%;
border-radius: 50%;
content: '';
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
@-webkit-keyframes load3 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load3 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}

.fs10 { font-size: 10px !important; }
.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }
.fs14 { font-size: 14px !important; }
.fs15 { font-size: 15px !important; }
.fs16 { font-size: 16px !important; }
.fs17 { font-size: 17px !important; }
.fs18 { font-size: 18px !important; }
.fs19 { font-size: 19px !important; }
.fs20 { font-size: 20px !important; }
.fs21 { font-size: 21px !important; }
.fs22 { font-size: 22px !important; }
.fs23 { font-size: 23px !important; }
.fs24 { font-size: 24px !important; }
.fs25 { font-size: 25px !important; }
.fs26 { font-size: 26px !important; }
.fs27 { font-size: 27px !important; }
.fs28 { font-size: 28px !important; }
.fs29 { font-size: 29px !important; }
.fs30 { font-size: 30px !important; }

.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.fw700 { font-weight: 700; }
.fw800 { font-weight: 800; }

.mt2 { margin-top: 2px !important; }
.mt5 { margin-top: 5px !important; }
.mt7 { margin-top: 7px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

.mt-10 { margin-top: -10px !important; }

.mr5 { margin-right: 5px !important; }

.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }

.lh100 { line-height: 1 !important; }
.lh110 { line-height: 1.1 !important; }
.lh120 { line-height: 1.2 !important; }
.lh130 { line-height: 1.3 !important; }
.lh140 { line-height: 1.4 !important; }
.lh150 { line-height: 1.5 !important; }
.lh160 { line-height: 1.6 !important; }
.lh170 { line-height: 1.7 !important; }

.media {
overflow: hidden;
clear: both;
font-family: 'Cervo-Regular', 'sans-serif';
font-size: 12px;
font-weight: 600;
color: #666;
text-align: center;
margin: 0 auto;
margin-top: 20px;
padding: 0;
}

.media img {
margin: 0px 2px;
}

input, button, textarea, select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

@media print, screen and (min-width:980px) {

.input {
width: 300px;
border: 0;
/* padding: 5px; */
font-size: 14px;
/* border: solid 1px #ccc; */
margin: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
vertical-align: middle;
box-sizing: border-box;
}

.inputS {
width: 148px;
border: 0;
padding: 5px;
font-size: 14px;
border: solid 1px #ccc;
margin: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
vertical-align: middle;
box-sizing: border-box;
}

select {
width: 300px;
font-size: 14px;
height: 60px;
padding: 0 5px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid #ccc;
background: #eee;
background: url(https://mermaidandguys.com/common/img/arrow@2x.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
background: url(https://mermaidandguys.com/common/img/arrow@2x.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
background-size: 20px, 100%;
vertical-align: middle;
border-radius: 5px;
}

.select-boxTop select {
width: 450px;
font-size: 18px;
height: 56px;
margin-bottom: 10px;
padding: 0 25px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid #ccc;
background: #eee;
background: url(https://mermaidandguys.com/common/img/arrow@2x.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
background: url(https://mermaidandguys.com/common/img/arrow@2x.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
background-size: 30px, 100%;
vertical-align: middle;
border-radius: 5px;
box-sizing: border-box;
}

}

@media only screen and (min-width:0px) and (max-width:979px) {

.input,
.inputS {
width: 100%;
padding: 7px;
font-size: 14px;
/* border: solid 1px #ccc; */
margin: 3px 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
vertical-align: middle;
box-sizing: border-box;
}

select {
width: 100% !important;
font-size: 14px;
height: 45px;
padding: 0 5px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid #ccc;
background: #eee;
background: url(https://mermaidandguys.com/common/img/arrow@2x.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
background: url(https://mermaidandguys.com/common/img/arrow@2x.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
background-size: 20px, 100%;
vertical-align: middle;
border-radius: 5px;
}

.select-boxTop select {
width: 100% !important;
font-size: 16px;
height: 56px;
margin-bottom: 10px;
padding: 0 20px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid #ccc;
background: #eee;
background: url(https://mermaidandguys.com/common/img/arrow@2x.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
background: url(https://mermaidandguys.com/common/img/arrow@2x.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
background-size: 30px, 100%;
vertical-align: middle;
border-radius: 5px;
box-sizing: border-box;
}

}

textarea {
width: 100%;
height: 200px;
padding: 7px 12px;
font-size: 14px;
border: solid 1px #ccc;
margin: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
vertical-align: middle;
box-sizing: border-box;
}

label.rdbox{display:inline-block; padding-right:10px;}

label.ckbox{display:inline-block; padding-right:10px;}

.required{position: relative; display:inline; padding:0px 5px 2px 5px; text-align:center; font-size:10px; color:#fff; background:#B92F31; -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; margin-left:8px; top:-1px; line-height: 1;}

/* input[type=checkbox] {
display: none;
} */
.check_css {
-webkit-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;
position: relative;
display: inline-block;
padding: 0 0 0 27px;
vertical-align: middle;
cursor: pointer;
}
.check_css:hover:after {
border-color: #0171bd;
}
.check_css:after {
-webkit-transition: border-color 0.2s linear;
transition: border-color 0.2s linear;
position: absolute;
top: 50%;
left: 0;
display: block;
margin-top: -10px;
width: 16px;
height: 16px;
border: 2px solid #ccc;
border-radius: 6px;
content: '';
}
.check_css:before {
-webkit-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
position: absolute;
top: 50%;
left: 6px;
display: block;
margin-top: -7px;
width: 5px;
height: 9px;
border-right: 3px solid #0171bd;
border-bottom: 3px solid #0171bd;
content: '';
opacity: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
input[type=checkbox]:checked + .check_css:before {
opacity: 1;
}