@charset 'utf-8';

/*##### Width #####*/
.baseW {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.baseW02 {
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.baseW03 {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media all and (max-width: 750px){
  .baseW,
  .baseW02,
  .baseW03 {
    width: 100%;
    min-width: auto;
    padding: 0;
  }
  .baseSpW {
    width: 86%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}


/*##### Color #####*/
.cBaseRed {
  color: #c2143e;
}

.txtMarker01 {
  background: linear-gradient(transparent 45%, #fff000 1%)
}


/*##### TtlBase01 #####*/
.ttlBase01 {

}
@media all and (max-width: 750px){
  .ttlBase01 {

  }
}


/*##### BaseCom #####*/
.boxBaseCom {
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxBaseCom {
    font-size: 0.9rem;
  }
}

.boxBaseCom p + p {
  margin-top: 24px;
}
@media all and (max-width: 750px){
  .boxBaseCom p + p {
    margin-top: 5vw;
  }
}


/*##### Font #####*/
.fontMin {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fontEn {
  font-family: 'Oswald', sans-serif;
  /*font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Meiryo UI","MS PGothic","ＭＳ Ｐゴシック", sans-serif;*/
  font-weight: 400;
}
.fontNum {
  /*font-family: "Times New Roman",Times,Arial,Helvetica,"Arial Black","Comic Sans MS",Courier,"Courier New",Georgia,Impact,"Trebuchet MS",Verdana;*/
  font-family: 'Montserrat', sans-serif;
}

.fontB {
  font-weight: 700;
}
.fontI {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}


/*##### chk Img #####*/
.boxChkImg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 150px;
}
@media all and (max-width: 640px){
  .boxChkImg {
    height: 50vw;
  }
}

.boxChkImg .chkImg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: none;
  height: auto;
}

.boxChkImg .chkImg.horizontalImg {
  width: auto;
  height: 100%;
}

.boxChkImg .chkImg.verticalImg {
  width: 100%;
  height: auto;
}


/*##### Link Telno #####*/
.linkBaseTelno {
  pointer-events: none;
  cursor: auto;
}
@media all and (max-width: 750px){
  .linkBaseTelno {
    pointer-events: auto;
  }
}


/*##### 【 BaseModule 】 #####*/
.isPc {
  display: none;
  width: 1px;
}
@media all and (max-width: 750px){
  .isSp {
    display: none;
    width: 2px;
  }
}

.dPc {
  display: block !important;
}
@media all and (max-width: 750px){
  .dPc {
    display: none !important;
  }
}

.dPcInline {
  display: inline !important;
}
@media all and (max-width: 750px){
  .dPcInline {
    display: none !important;
  }
}

.dPcFlex {
  display: -webkit-flex !important;
  display: flex !important;
}
@media all and (max-width: 750px){
  .dPcFlex {
    display: none !important;
  }
}

.dSp {
  display: none !important;
}
@media all and (max-width: 750px){
  .dSp {
    display: block !important;
  }
}

.dSpFlex {
  display: none !important;
}
@media all and (max-width: 750px){
  .dSpFlex {
    display: -webkit-flex !important;
    display: flex !important;
  }
}

.dSpInline {
  display: none !important;
}
@media all and (max-width: 750px){
  .dSpInline {
    display: inline !important;
  }
}


/*##### Clearfix #####*/
.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
}

.clearBoth {
  clear: both;
}


/*##### Loader Bg #####*/
#loaderBg {
  display: none;
  position: fixed;
  z-index: 1100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

#loader {
  position: fixed;
  z-index: 1101;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 10px;
  /*border: 1px #eee solid;*/
}

#loaderIn {
  width: 0;
  height: 10px;
  background-color: #021055;
  -webkit-animation: loader 10s ease normal;
  animation: loader 10s ease normal;
}

@-webkit-keyframes loader {
  0% { width: 0; }
  100% { width: 200px; }
}
@keyframes loader {
  0% { width: 0; }
  100% { width: 200px; }
}


/*##### InView #####*/
.inView {
  transition: .8s;
}
.inViewHead {
  transition: .8s;
}


/*##### InViewUl #####*/
.inViewUl li {
  position: relative;
  /*opacity: 1;
  bottom: 0;
  transition: 0.8s;*/
}
.inViewUl li.initial {
  opacity: 0;
  bottom: -40px;
  transition: none;
}
.inViewUl li.active {
  opacity: 1;
  bottom: 0;
  transition: 0.8s;
}


/***** Btn ActionA *****/
a.btnActionA {
  position: relative;
  z-index: 2;
  transition: 0.3s;
  outline: none;
  /*border: 1px #000 solid;*/
}
a.btnActionA.typeBlue01 {
  /*border: 1px #021055 solid;*/
}
a.btnActionA:hover {
  background-color: #fff !important;
  /*border: 1px #000 solid;*/
  color: #000 !important;
}
a.btnActionA.typeBlue01:hover {
  background-color: #fff !important;
  /*border: 1px #021055 solid;*/
  color: #021055 !important;
}
a.btnActionA:before,
a.btnActionA:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  background-color: #000 !important;
  transition: 0.3s;
}
a.btnActionA.typeBlue01:before,
a.btnActionA.typeBlue01:after {
  background-color: #021055 !important;
}
a.btnActionA:before {
  right: 0;
}
a.btnActionA:after {
  left: 0;
}
a.btnActionA:hover:before,
a.btnActionA:hover:after {
  width: 0;
  background-color: #fff;
}


/***** Btn ActionB *****/
a.btnActionB {
  position: relative;
  z-index: 2;
  transition: 0.3s;
  outline: none;
  border: 1px #000 solid;
}

a.btnActionB:hover {
  background-color: #000 !important;
  border: 1px #000 solid;
  color: #fff !important;
}
a.btnActionB.typeRed:hover {
  background-color: #ab1818 !important;
  border: 1px #ab1818 solid;
  color: #fff !important;
}

a.btnActionB:before,
a.btnActionB:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  background-color: #fff !important;
  transition: 0.3s;
}
a.btnActionB:before {
  right: 0;
}
a.btnActionB:after {
  left: 0;
}
a.btnActionB:hover:before,
a.btnActionB:hover:after {
  width: 0;
  background-color: #000;
}

a.btnActionB.typeRed:hover:before,
a.btnActionB.typeRed:hover:after {
  width: 0;
  background-color: #ab1818;
}



/***** Btn ActionC *****/
a.btnActionC {
  position: relative;
  z-index: 2;
  transition: 0.3s;
  outline: none;
  background-color: #fff;
  border: 1px #a5a5a5 solid;
}
a.btnActionC:hover {
  background-color: #afb6b6 !important;
  border: 1px #a5a5a5 solid;
  color: #fff !important;
}
a.btnActionC:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff !important;
  transition: 0.3s;
}
a.btnActionC:hover:before {
  width: 0;
  background-color: #afb6b6;
}



/*##### Post Body #####*/
.boxPostBody {
  overflow: hidden;
  line-height: 1.45;
  font-size: 1.17rem;/*1.25rem;*/
}
@media all and (max-width: 750px){
  .boxPostBody {
    line-height: 1.5;
    font-size: 1.0rem;
  }
}

.boxPostBody h2 {
  margin-bottom: 1.0em;
  padding: 0.1em 0;
}
.boxPostBody h3 {
  margin-bottom: 1.0em;
  padding: 0.1em 0;
}
.boxPostBody h4 {
  margin-bottom: 1.0em;
  padding: 0.1em 0;
}

@media all and (max-width: 750px){
  .boxPostBody table {
    width: 100% !important;
  }
  .boxPostBody table th,
  .boxPostBody table td {
    width: auto !important;
  }
  .boxPostBody table td {
    vertical-align: top;
  }
}

.boxPostBody a {
  text-decoration: underline;
  color: #306751;
}

.boxPostBody p {
  margin: 0;/*Reset*/
  padding: 0;/*Reset*/
}

.boxPostBody p + p {
  margin-top: 20px;
}
@media all and (max-width: 750px){
  .boxPostBody p + p {
    margin-top: 4.5vw;
  }
}

.boxPostBody strong {
  font-weight: 700;
}

.boxPostBody em {
  font-style: italic;
}

.boxPostBody ul {
  padding-left: 20px;
  list-style: disc;
}
@media all and (max-width: 750px){
  .boxPostBody ul {
    padding-left: 5%;
  }
}

.boxPostBody ol {
  padding-left: 20px;
  list-style: decimal;
}
@media all and (max-width: 750px){
  .boxPostBody ol {
    padding-left: 8%;
  }
}

.boxPostBody li {
  margin-bottom: 10px;
}
@media all and (max-width: 750px){
  .boxPostBody li {
    margin-bottom: 3%;
  }
}

.boxPostBody .alignleft {
  float: left;
  margin: 7px 28px 28px 0;
}
@media all and (max-width: 750px){
  .boxPostBody .alignleft {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 5% 0 5% 0;
  }
}

.boxPostBody .alignright {
  float: right;
  margin: 7px 0 28px 28px;
}
@media all and (max-width: 750px){
  .boxPostBody .alignright {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 5% 0 5% 0;
  }
}

.boxPostBody .aligncenter {
  clear: both;
  display: block;
  margin: 7px auto;
}
@media all and (max-width: 750px){
  .boxPostBody .aligncenter {
    clear: both;
    display: block;
    margin: 5% auto;
  }
}


/*##### TEXT #####*/
.writeModeLR{
  display: inline-block;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
}
.writeModeRL{
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
.rlNum{
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  -ms-writing-mode: lr-tb;
}


/*##### Popup #####*/
.boxBasePopupBg {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.boxBasePopupBg:hover {
  cursor: pointer;
}
.btnBasePopupClose {
  position: absolute;
  z-index: 1002;
  top: 0;
  right: 0.6%;
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnBasePopupClose {
    width: 7%;
    font-size: 8.0vw;
    cursor: auto;
  }
}

.boxBaseMoviePopup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateY(-50%) translateX(-50%);
  /*margin: auto;*/
  /*top: 3%;*/
  width: 96%;
  z-index: 1001;
  vertical-align: middle;
}
@media all and (max-width: 750px){
  .boxBaseMoviePopup {
    width: 98%;
    max-width: 100%;
  }
}


/*##### Youtube #####*/
.boxYoutube {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  /*border: 1px #ccc solid;*/
}
.boxYoutube .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.boxYoutube .imgYoutubePoster,
.boxYoutube .imgMoviePoster {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  /*width: 100%;*/
  max-width: none;
  height: 100%;
  cursor: pointer;
}


/*##### Mp4Movie #####*/
.boxMp4Movie {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  /*border: 1px #ccc solid;*/
}
.boxMp4Movie .mp4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.boxMp4Movie .imgMp4Poster,
.boxMp4Movie .imgMoviePoster {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  /*width: 100%;*/
  max-width: none;
  height: 100%;
  /*height: auto;*/
  cursor: pointer;
}


/*##### Accordion #####*/
.icnAccordion,
.btnAccordion {
  cursor: pointer;
}
@media all and (max-width: 750px){
  .icnAccordion {
    cursor: pointer;
  }
}

.boxAccordion {
  display: none;
}

.icnAccordionPc {
  cursor: pointer;
}
@media all and (max-width: 750px){
  .icnAccordionPc {
    display: none;
    cursor: auto;
  }
}

.boxAccordionPc {
  display: none;
}
@media all and (max-width: 750px){
  .boxAccordionPc {
    display: block;
  }
}

.icnAccordionSp {
  display: none;
}
@media all and (max-width: 750px){
  .btnAccordionSp {
    margin-bottom: 5%;
  }
  .icnAccordionSp {
    display: inline-block;
  }
  .boxAccordionSp {
    display: none;
  }
}


/*##### upToTop #####*/
.upToTop {
  display: none;
  position: fixed;
  right: 2%;
  bottom: 30px;
  z-index: 13;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .upToTop {
    right: 1%;
    bottom: 11vw;
    width: 11vw;
    height: auto;
  }
}

.upToTop:hover {
  opacity: 0.8;
}

.upToTop.type02 .btnUpToTop {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: 0.8s;
  width: 150%;
  max-width: none;
  height: auto;
}
.upToTop.type02 .btnUpToTop.active {
  opacity: 1;
  width: 100%;
}

@media all and (max-width: 750px){
  .upToTop .txtPageTop {
    display: inline-block;
    padding: 10px 4vw 0 0;
    font-weight: bold;
    color: #333;
  }
}


/*##### Animation #####*/
.actionBaseAni {
  position: relative;
  display: block;
}


.aniFadeInFromTop {
  -webkit-animation: aniFadeInFromTop 2.5s ease forwards normal;
  animation: aniFadeInFromTop 2.5s ease forwards normal;
}

.aniFadeInFromTopRelay05 {
  -webkit-animation: aniFadeInFromTop 2.5s 0.5s ease forwards normal;
  animation: aniFadeInFromTop 2.5s 0.5s ease forwards normal;
}

@-webkit-keyframes aniFadeInFromTop {
  0% { top: -200px; opacity: 0; }
  20% { opacity: 0; }
  95% { opacity: 0.9; }
  100% { top: 0; opacity: 1; }
}
@keyframes aniFadeInFromTop {
  0% { top: -200px; opacity: 0; }
  20% { opacity: 0; }
  95% { opacity: 0.9; }
  100% { top: 0; opacity: 1; }
}


.aniFadeInFromBottom {
  -webkit-animation: aniFadeInFromBottom 1.5s ease forwards normal;
  animation: aniFadeInFromBottom 1.5s ease forwards normal;
}

@-webkit-keyframes aniFadeInFromBottom {
  0% { bottom: -300px; opacity: 0; }
  10% { opacity: 0; }
  50% { opacity: 0.5; }
  90% { opacity: 0.9; }
  100% { bottom: 0; opacity: 1; }
}
@keyframes aniFadeInFromBottom {
  0% { bottom: -300px; opacity: 0; }
  10% { opacity: 0; }
  50% { opacity: 0.3; }
  90% { opacity: 0.9; }
  100% { bottom: 0; opacity: 1; }
}


.aniFadeInFromLeft {
  -webkit-animation: aniFadeInFromLeft 2s ease forwards normal;
  animation: aniFadeInFromLeft 2s ease forwards normal;
}

@-webkit-keyframes aniFadeInFromLeft {
  0% { left: -500px; opacity: 0; }
  10% { opacity: 0; }
  90% { opacity: 0.9; }
  100% { left: 0; opacity: 1; }
}
@keyframes aniFadeInFromLeft {
  0% { left: -500px; opacity: 0; }
  10% { opacity: 0; }
  90% { opacity: 0.9; }
  100% { left: 0; opacity: 1; }
}


.aniFadeInFromRight {
  -webkit-animation: aniFadeInFromRight 2s ease forwards normal;
  animation: aniFadeInFromRight 2s ease forwards normal;
}

.aniFadeInFromRightRelay05 {
  -webkit-animation: aniFadeInFromRight 2s 1.0s ease forwards normal;
  animation: aniFadeInFromRight 2s 1.0s ease forwards normal;
  /*-webkit-animation: aniFadeInFromRight 2s ease forwards normal;
  animation: aniFadeInFromRight 2s ease forwards normal;*/
}

@-webkit-keyframes aniFadeInFromRight {
  0% { right: -500px; opacity: 0; }
  10% { opacity: 0; }
  90% { opacity: 0.9; }
  100% { right: 0; opacity: 1; }
}
@keyframes aniFadeInFromRight {
  0% { right: -500px; opacity: 0; }
  10% { opacity: 0; }
  90% { opacity: 0.9; }
  100% { right: 0; opacity: 1; }
}