@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap');

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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*---clearfix--*/
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0;
}

* {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

body {
  font-family: "Noto Sans JP","メイリオ", Meiryo,"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  color: #fff;
}

body::before{
  background-image: url(../images/bg.jpg) ;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  content: "";
  z-index: -1;
}

#contents {
  max-width:1002px;
  margin: 0 auto;
  color:#000;
  font-size:18px;
}

h1{
  font-size:0;
  line-height:0;
}

section{
  padding:0;
  background-color:rgba(255,255,255,0.3);
}

section .header{
  margin-bottom:30px;
}

section .header div{
  background:#000;
  padding:35px 0 20px;
  color:#fff;
  font-size:32px;
  font-weight:900;
  text-align:center;
}

section .header div span{
  display:inline-block;
  padding-left:2.2em;
  background:url("../images/rotateicon.png") no-repeat 0 70%;
  background-size: auto 25px;
}

section .header::after{
  display:block;
  content:" ";
  width:100%;
  height:0;
  padding-bottom:4%;
  background:url("../images/header.png") no-repeat 0 0;
  background-size:100% auto;
}

section .set{
  padding-bottom:30px;
}

section .set .thumb{
  width:560px;
  text-align: center;
  order:1;
}

section .set .thumb a{
  cursor:pointer;
}

section .set .text{
  order:2;
}

section .set .text h3{
  display:block;
  font-size:28px;
  font-weight:900;
  line-height:1.1em;
  color:#fc0a16;
}

section .set .text h3 strong{
  font-size:70px;
  line-height:1.1em;
}

section .set .text h4{
  display:block;
  font-size:24px;
  font-weight:900;
  line-height:1.3em;
  color:#000;
  padding-left:10px;
}

section .set .text h4 strong{
  font-size:28px;
}

section .set .text .subtext li{
  font-size:18px;
  padding:0.1em 0 0.1em 1em;
  font-weight:900;
  line-height: 1.3em;
  text-indent:-1em;
}

.flex{
  display: flex;
  align-items: center;
}

.pcflex{
  display: flex;
  align-items: center;
}

/*モーダル*/

.modalCol {
  display: none;
}

.fancybox-content{
  background: rgba(0,0,0,0) !important;
  width: 100%;
}

.viewerColIframe {
  position: relative;
  width: 100%;
  padding-top: 93.75%;
}

.fancybox-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}

.viewerColWrap{
  max-width: 800px;
  width: 94%;
  margin: auto;
}

.viewerColManual{
  color:#fff;
  text-align: center;
  margin-bottom:1em;
}

.viewerColManual h5{
  font-size: 18px;
  font-weight:900;
  margin-bottom:5px;
}

.viewerColManual p{
  font-size: 14px;
  line-height: 1.1;
}

.fancybox-slide--html .fancybox-close-small {
  display: none;
}
.close {
  display: block;
  font-size: 16px;
  font-weight: 100;
  color: #fff;
  text-align: center;
  margin: 10px auto 0;
  line-height:1.5em;
  max-width: 140px;
  border: 1px solid #fff;
  border-radius: 100px;
  cursor: pointer;
}

.close:hover{
  color: #000;
  background-color:#fff;
}

#contents #kujitop {
  text-align: center;
  margin: 0 auto;
  padding: 3vw 0;
  font-size: 10px;
  font-size: 2.77778vw;
  line-height: 1.5;
}

#contents #kujitop a:link {
  text-decoration: underline;
}

#contents #kujitop a:hover {
  text-decoration: none;
}

footer {
  background-color: #000000;
  color: #FFFFFF;
  padding: 3vw 0 15vw;
}

footer .footer-inner {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

footer p, footer a {
  padding: 2vw;
}

footer .copyright {
  font-size: 9px;
  font-size: 2.5vw;
}

footer .attention {
  font-size: 9px;
  font-size: 2.5vw;
  line-height: 1.8em;
  text-align: left;
}

footer .footer-inner .footerLink {
  padding:0 2vw 3vw;
  text-align:center;
}

footer .footer-inner .footerLink a {
  color:#fff;
  font-size: 2.5vw;
  display:inline-block;
  margin-bottom:3vw;
  padding:0;
}

footer .footer-inner .footerLink a:hover {
  color:#fff;
  text-decoration:none;
}

footer .footer-inner .footerLink span.pcline {
  display:none;
}

footer .footer-inner .footerLink br.spbr {
  display:block;
}

footer .bspLogo {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

footer .bspLogo img {
  width: 50px;
  height: 49px;
  display: block;
}

footer .bspCopy {
  font-size: 9px;
  font-size: 2.5vw;
  text-align: center;
  background-color: #333333;
  padding: 8px 0;
  margin-left: auto;
}


/*===================================================
SP時の表示＆ipadの縦に適用
====================================================*/
@media only screen and (max-width: 640px) {

  section .header{
    margin-bottom:5vw;
  }

  section .header div{
    background:#000;
    padding:3vw 0 1.5vw;
    color:#fff;
    font-size:5vw;
    font-weight:900;
    text-align:center;
  }

  section .header div span{
    display:inline-block;
    padding-left:2.2em;
    background:url("../images/rotateicon.png") no-repeat 0 70%;
    background-size: auto 3.5vw;
  }

  #contents{
    padding:0;
  }

  .pcflex{
    display:block;
  }

  img{
    max-width:60%;
  }

  img.sp_full{
    max-width:100%;
  }

  section .set{
    width:96%;
    margin:0 auto;
    padding:0 0 10vw;
  }

  section .set .thumb{
    width:100%;
  }

  section .set .text{
    margin-bottom:5vw;
  }

  section .set .text h3{
    font-size:6vw;
    line-height:1.1em;
  }

  section .set .text h3 strong{
    font-size:14vw;
    line-height:1.1em;
  }

  section .set .text h4{
    font-size:5vw;
    line-height:1.3em;
    padding-left:10px;
  }

  section .set .text h4 strong{
    font-size:6vw;
  }

  section .set .text .subtext li{
    font-size:3.5vw;
    padding:0.1em 0 0.1em 1em;
    line-height: 1.3em;
    text-indent:-1em;
  }

  .fancybox-content {
    width:100%;
    padding:0 !important;
  }

  .viewerColWrap .sp{
    display:block;
  }

  .viewerColWrap .pc{
    display:none;
  }

  .viewerColIframe {
    width: 100%;
    padding-top: 120%;
  }

  footer .footer-inner .flex{
    display:block;
  }

  .pagetop {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0;
  }

  .pagetop a {
    display: block;
    height: 40px;
    text-align: center;
    background: #000;
    font-weight: bold;
    color: #fff;
  }

  .pagetop a span {
    display: inline-block;
    line-height: 40px;
    background: url(../images/pagetop.png) no-repeat 5px 16px;
    padding: 2px 10px 2px 21px;
  }

  footer .bspLogo{
    width:50px;
    margin-left:auto;
  }

  footer .bspLogo img{
    max-width:100%;
  }
}


/*===================================================
PC時の表示＆ipadの横に適用
====================================================*/
@media only screen and (min-width: 641px) {

  .flex .order1{
    order:1;
  }

  .flex .order2{
    order:2;
  }

  .viewerColWrap .sp{
    display:none;
  }

  .viewerColWrap .pc{
    display:block;
  }


  #contents #kujitop {
    padding: 30px 0 10px 0;
    font-size: 14px;
  }

  #kujitop {
    width: 1002px;
  }

  footer {
    font-size: 11px;
    padding: 20px 0 0;
  }

  footer .footer-inner {
    max-width: 1062px;
  }

  footer .footer-inner .pagetop {
    padding: 5px;
    right:0;
    z-index: 100;
  }

  footer .footer-inner .pagetop a {
    display: block;
    font-weight: bold;
    color: #fff;
    background: #000 url(../images/pagetop.png) no-repeat 9px 20px;
    border-radius: 30px;
    padding: 16px 10px 12px 28px;
    font-family: auto;
    font-size: 20px;
    border: 2px solid #FF0000;
    text-decoration: none;
  }

  footer .footer-inner p, footer .footer-inner a {
    padding: 10px;
  }

  footer .footer-inner .footerLink {
    padding:0 0 20px;
    font-size:16px;
  }

  footer .footer-inner .footerLink a {
    display:inline;
    padding:0;
    font-size:16px;
  }

  footer .footer-inner .footerLink span.pcline {
    display:inline-block;
    padding:0 10px;
  }

  footer .footer-inner .footerLink br.spbr {
    display:none;
  }

  footer .footer-inner .flex{
    display:flex;
    justify-content:space-between;
  }

  footer .footer-inner .copyright {
    font-size: 11px;
    text-align: left;
    order:1;
  }

  footer .footer-inner .attention {
    font-size: 11px;
    text-align: right;
    order:2;
  }

  footer .bspCopy {
    font-size: 11px;
  }
  footer .bspLogo{
    margin-left: auto;
  }

  .row{
    margin-top:30px;
  }

  .right_cell{
    margin-left:30px;
  }

  .for_caption{
    margin-top:-1.5em;
  }

}


/*===================================================
TAB時の表示
====================================================*/
@media only screen and (min-width: 641px) and (max-width: 1001px) {

  img.sp_full{
    max-width:100%;
  }

  section .set{
    width:96%;
    margin:0 auto;
    padding:0 0 10vw;
  }

  section .set .thumb{
    width:49%;
  }

  section .set .thumb img{
    max-width:100%;
  }


  section .set .text{
    padding-left:3%;
    margin-bottom:2.5vw;
  }

  section .set .text h3{
    font-size:3vw;
    line-height:1.1em;
  }

  section .set .text h3 strong{
    font-size:7vw;
    line-height:1.1em;
  }

  section .set .text h4{
    font-size:2.5vw;
    line-height:1.3em;
    padding-left:10px;
  }

  section .set .text h4 strong{
    font-size:3vw;
  }

  section .set .text .subtext li{
    font-size:2vw;
    padding:0.1em 0 0.1em 1em;
    line-height: 1.3em;
    text-indent:-1em;
  }

  footer .footer-inner .flex{
    display:block;
  }

  footer .footer-inner .footerLink span.pcline {
    display:none;
  }

  footer .footer-inner .footerLink br.spbr {
    display:block;
  }

  footer .footer-inner .attention {
    text-align: left;
  }

  footer .footer-inner .footerLink a {
    margin-bottom:10px;
    display:inline-block;
  }

}



/*==================================
【リンク時の挙動】
==================================*/
a img {
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}

a img:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
