@charset "UTF-8";


/*===================================================
	RESET
====================================================*/
*{
	outline:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
    word-wrap: break-word;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	font-smoothing: antialiased;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: antialiased;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
ul, ol {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	text-decoration: none;
	color: inherit;
	transition:0.5s ease;
}
input, select {
	vertical-align:middle;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	line-height: 1.0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

img {
	width:100%;
	vertical-align: bottom;
	line-height: 1.0;
}
.fa, .fas {
    display: inline;
}
.mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (min-width: 770px){
    .sp{display: none;}
}

@media screen and (max-width: 769px){
    .pc{display: none;}
}

/*===================================================
	FRAME
====================================================*/
body {
    font-size: 16px;
}

.allContain {
    height: 100%;
    font-family: 'Roboto',"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    font-family: "Noto Serif JP","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.08em;
    font-weight: 400;
    color: #000;
    line-height: 1.6em;
    font-size: 18px;
    font-size: min(calc(45 / 1200* 100vw), 100%);
    position: relative;
}
section{
    padding: 60px;
}
section:first-of-type{

}
section:last-of-type{

}
section:last-child{
    margin-bottom: 0;
}
.contentBox{
    margin: 0;
    box-sizing: border-box;
    position: relative;
}
.contentBox > *{
    margin-bottom:20px;
}
.contentBox > *:last-child{
    margin-bottom:0;
}
.contentBox > *:has(+ .inBox),
.contentBox > *:has(+ figure){
    margin-bottom:40px;
}
.inBox{
    padding: 40px;
    margin-bottom: 40px;
    position: relative;
}
.inBox > *{
    margin-bottom:20px;
}
.inBox > *:last-child{
    margin-bottom:0;
}
.titBox{
    margin-bottom: 40px;
}
.titBox > *{
    margin-bottom: 10px;
}
.titBox > *:last-child{
    margin-bottom: 0;
}
figure{
    margin-bottom: 40px;
}
/* FRAME 1200 - 771 */
@media screen and (min-width:771px) and ( max-width:1200px) {

}
/* FRAME 770 */
@media screen and (min-width: 770px){

}
/* FRAME 769 */
@media screen and (max-width: 769px){
section {
    padding: 20px;
}
.contentBox {
    padding: 40px 20px;
}
.inBox {
    padding: 20px;
}
.titBox{
    margin-bottom: 30px;
}
}


/*===================================================
	TEXT
====================================================*/

h2{
    font-size: 300%;
    line-height: 1em;
}
h3{
    font-size: 160%;
    font-weight: 600;
    line-height: 1.2em;
}
h4{
    font-size: 200%;
}
.lead{
    font-size: 150%;
    line-height: 1.3em;
}
.txt{
    font-size: 110%;
    line-height: 1.5em;
}
.cautionList{

}
.cautionList li {
    font-size: 75%;
    line-height: 1.5em;
    padding: 0 0 0 15px;
    margin: 0 0 10px;
    position: relative;
}
.cautionList li:before{
    content:"・";
    position:absolute;
    left:0;
}
.cautionList li:last-child{
    margin: 0;
}
.attentionList{

}
.attentionList dt{
    color: #FFF;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-weight: 600;
    background: #000;
    display: inline-block;
    line-height: 1.3em;
}
.attentionList dd{
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    font-size: 85%;
    line-height: 1.3em;
}
.attentionList dd:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 5px;
    background: transparent;
    border-radius: 100px;
    border: 3px solid;
    box-sizing: border-box;
}
.attentionList dd:last-child{

}

/*===================================================
	LINK
====================================================*/
a{
    color:#c32c1b;
}
.innerLink{
    text-decoration: underline;
}
.btn{
    text-align: center;
}
.btn a{
    display: inline-block;
    max-width: 600px;
    background: #fff;
    color: #000;
    text-align: center;
    padding: 20px 60px;
    font-size: 130%;
    font-weight: 500;
    margin: 0 auto;
    border-radius: 100px;
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    -ms-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}
.btn .ghostBtn{
background: transparent;
    border: 2px solid #6093ff;
    color: #6093ff;
}
.btn.off a{
    pointer-events: none;
    background: #8a8a8a;
}
.btnList{
    display: flex;
    justify-content: center;
}
.btnList li{
    padding: 0 10px;
}
.textLink{
    line-height: 1.3em;
}
.textLink a{
    font-weight: 600;
}
.textLink a i{
    margin: 0 0 0 5px;


}
/* btn 770 */
@media screen and (min-width: 770px){
.btn a:hover{
    filter: hue-rotate(20deg);
}
.btn .ghostBtn:hover{
    background: #6093ff;
    color: #FFF;
}
.innerLink:hover{
    filter: hue-rotate(20deg);
}
.textLink a:hover{
    filter: hue-rotate(20deg);
}
}
/* btn 769 */
@media screen and (max-width: 769px){
.btn a{
        padding: 20px 30px;
        font-size: 100%;
}
.btnList{
    display: block;
}
.btnList li {
    padding: 0;
    margin: 0 0 20px;
}
.btnList li:last-child{
    margin: 0;
}
.btnList li a{
    width: 100%;
}

}



