@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}
@media screen and (max-width: 1200px) {
}


a.c-btn {
  color: #FFF;
  font-size: 17px;
  line-height: 1.3;
  background: #af1e22 url("../images/icon-arrow-w.png") no-repeat right 27px center;
  background-size: 12px 9px;
  min-width: 138px;
  display: inline-block;
  border-radius: 100px;
  padding: 0 50px;
  margin: 0 10px;
}
a.c-btn.c-btn--yellow {
  background: #C38C18 url("../images/icon-arrow-w.png") no-repeat right 27px center;
  background-size: 12px 9px;
}
a.c-btn span {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 70px;
}

.c-bg__txt {
  
}
@media screen and (max-width: 768px) {
  a.c-btn {
    font-size: 17px;
    line-height: 1.3;
    background: #af1e22 url("../images/icon-arrow-w.png") no-repeat right 27px center;
    background-size: 12px 9px;
    min-width: 198px;
    padding: 0 30px;
    margin: 6px 10px;
  }
  a.c-btn.c-btn--yellow {
    background: #C38C18 url("../images/icon-arrow-w.png") no-repeat right 27px center;
    background-size: 12px 9px;
  }
  a.c-btn span {
    height: 60px;
  }
  
  
  .c-bg__txt img {
    height: 26px;
    width: auto;
  }
}


.p-kv {
  padding: 0 32px;
  background: url("../images/main.jpg") repeat-x;
  background-position: center center;
  background-size: auto 100%;
  -webkit-animation: bgroop 60s linear infinite;
  animation: bgroop 60s linear infinite;
  position: relative;
}
@-webkit-keyframes bgroop {
  from {
      background-position: 0  0;
  }
  to {
      background-position: -2215px 0;
  }
}
@keyframes bgroop {
  from {
      background-position: 0 0;
  }
  to {
      background-position: -2215px 0;
  }
}
.p-kv:before ,
.p-kv:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-kv:before {
  z-index: 1;
  background: rgba(0,0,0,0.47);
/*
  background: rgba(0,0,0,0.37);
*/
}
.p-kv:after {
  background: url("../images/kv-cover.png") no-repeat center center;
  background-size: 100% 100% ;
}
.p-kvInner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 870px;
  position: relative;
  z-index: 100;
}
.p-kvFrame {
  
}
.p-kvInfo {
  position: absolute;
  top: 35px;
  left: 37px;
  color: #FFF;
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
}
.p-kvInfo > span {
  display: inline-block;
  background: #000;
  padding: 12px 18px 14px 25px;
}
.p-kvInfo > span > span {
  display: inline-block;
}
.p-kv__title {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 857px;
  margin: 0 auto;
/*
  padding: 0 70px;
*/
}
.p-kv__title1 {
  width: 38.15%;
}
.p-kv__title2 {
  width: 61.85%;
}
.p-kv__txt1 {
  font-size: 28px;
  line-height: 1.4;
  color: #FFF;
  text-shadow: 0 0 10px rgba(0,0,0,0.9);
}
.p-kv__txt2 {
/*
  font-size: 49px;
*/
  font-size: 39px;
  line-height: 1.4;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0 0 10px rgba(0,0,0,0.9);
/*
  text-shadow: 0 0 4px rgba(0,0,0,0.9),2px 2px 4px rgba(0,0,0,0.9),-2px 2px 4px rgba(0,0,0,0.9),2px -2px 4px rgba(0,0,0,0.9),-2px -2px 4px rgba(0,0,0,0.9);
*/
/*
  color: #af1e22;
*/
/*
  -webkit-text-stroke: 3px #FFF;
  text-stroke: 3px #FFF;
*/
  
/*
  text-shadow: 0 3px 2px rgba(255,255,255,0.9),-1px 0 2px rgba(255,255,255,0.9),0 -1px 2px rgba(255,255,255,0.9),1px 0 2px rgba(255,255,255,0.9),0 1px 2px rgba(255,255,255,0.9),-2px 0 2px rgba(255,255,255,0.9),0 -2px 2px rgba(255,255,255,0.9),2px 0 2px rgba(255,255,255,0.9),0 2px 2px rgba(255,255,255,0.9),-2px -2px 2px rgba(255,255,255,0.9),2px -2px 2px rgba(255,255,255,0.9),2px 2px 2px rgba(255,255,255,0.9),-2px -2px 2px rgba(255,255,255,0.9);
*/

  margin-top: 16px;
}
.p-kv__txt1 span ,
.p-kv__txt2 span {
  display: inline-block;
}

.p-kv__end {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #E71115;
  text-shadow: 0 0 2px rgba(255,255,255,1),1px 1px 3px rgba(255,255,255,1),-1px 1px 3px rgba(255,255,255,1),1px -1px 3px rgba(255,255,255,1),-1px -1px 3px rgba(225,255,255,1);
}

.p-kvBox {
  background: rgba(0,0,0,0.6);
/*
  background: rgba(255,255,255,0.1);
*/
  border-bottom: #FFF 3px solid;
  border-left: #FFF 3px solid;
  border-right: #FFF 3px solid;
  position: relative;
  color: #FFF;
  box-sizing: border-box;
  padding: 20px 30px;
  margin-top: 30px;
}
.p-kvBox:before ,
.p-kvBox:after {
  content: '';
  display: block;
  width: calc(50% - 80px);
  height: 3px;
  top: 0;
  background: #FFF;
  position: absolute;
}
.p-kvBox:before {
  left: 0;
}
.p-kvBox:after {
  right: 0;
}
.p-kvBox__txt1 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(0 , -50%);
  width: 160px;
}
.p-kvBox__txt2 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.p-kvBox__txt2 span {
  display: inline-block;
}
.p-kv__content {
/*
  margin-top: 87px;
*/
/*
  margin-top: 0;
*/
  text-align: center;
/*
  margin-top: 57px;
*/
}
.p-kv__contentInner {
  display: inline-block;
  position: relative;
/*
  padding: 0 170px;
*/
  padding: 0 50px 0 240px;
}
.p-kv__bal {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 215px;
}
.p-kvOther {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 46px;
}
.p-kvOtherInner {
  background: #57b530;
  color: #d5ffc4;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  font-size: 23px;
  line-height: 1;
  font-weight: bold;
  padding: 14px 29px 20px 46px;
}
.p-kvOtherInner .is-reg {
  padding: 0 0 2px 0;
}
.p-kvOtherInner .is-num {
  font-size: 38px;
}
.p-kvOtherInner .is-tag {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 0 0 2px 0;
}
.p-kvOtherInner .is-tag1 {
  font-size: 23px;
}
.p-kvOtherInner .is-tag2 {
  font-size: 10px;
}
.p-kvOtherInner {
}
.p-kv__btn {
  position: absolute;
  bottom: 54px;
  /*left: 70px;*/
/*
  left: 380px;
*/
  left: 0;
  right: 0;
  margin: auto;
/*
  max-width: 960px;
  width: 100%;
  box-sizing: border-box;
*/
  z-index: 200;
}

.p-kv__btn a {
  margin: 0 10px;
}
.p-kv__btn a {
  background: rgba(176,31,36,0.8) url("../images/icon-arrow-w.png") no-repeat right 27px center;
  background-size: 12px 9px;
}
.p-kv__btn a.c-btn.c-btn--yellow {
  background: rgba(195,140,24,0.9) url("../images/icon-arrow-w.png") no-repeat right 27px center;
  background-size: 12px 9px;
}

@media screen and (max-width: 768px) {
  .p-kv {
    padding: 0 20px;
    background-size: auto 100%;
    -webkit-animation: bgroopsp 60s linear infinite;
    animation: bgroopsp 60s linear infinite;
  }

  .p-kvInner {
    height: 100vh;
  }
  .p-kvFrame {
    padding-bottom: 100px;
/*
    padding-bottom: 20px;
*/
  }
  .p-kvInfo {
    position: static;
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .p-kvInfo > span {
    display: inline-block;
    padding: 12px 18px 14px 25px;
  }
  .p-kv__title {
    display : block;
    max-width: 500px;
    margin: 0 auto;
/*
    padding: 0;
*/
  }
  .p-kv__title1 {
    width: 53%;
    margin: 0 auto;
  }
  .p-kv__title2 {
    width: 100%;
    margin: 0 auto;
  }
  .p-kv__txt1 {
    font-size: 20px;
    line-height: 1.4;
    color: #FFF;
    text-shadow: 0 0 10px rgba(0,0,0,0.9);
/*
    margin-top: 27px;
*/
  }
  .p-kv__txt2 {
    font-size: 26px;
/*
    font-size: 25px;
*/
    line-height: 1.4;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 0 10px rgba(0,0,0,0.9);
    margin-top: 16px;
  }
  .p-kv__end {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #E71115;
    text-shadow: 0 0 1px rgba(255,255,255,1),1px 1px 2px rgba(255,255,255,1),-1px 1px 2px rgba(255,255,255,1),1px -1px 2px rgba(255,255,255,1),-1px -1px 2px rgba(225,255,255,1);
  }
  .p-kvBox {
    border-bottom: #FFF 2px solid;
    border-left: #FFF 2px solid;
    border-right: #FFF 2px solid;
    padding: 20px 15px;
    margin-top: 20px;
  }
  .p-kvBox:before ,
  .p-kvBox:after {
    width: calc(50% - 80px);
    height: 2px;
  }
  .p-kvBox__txt1 {
    font-size: 18px;
    width: 160px;
  }
  .p-kvBox__txt2 {
    font-size: 18px;
  }
  .p-kv__content {
    margin-top: 4px;
  }
  .p-kv__contentInner {
    padding: 0 23px;
/*
    padding: 78px 23px 0 103px;
*/
  }
  .p-kv__bal {
/*
    top: 0;
*/
    top: -50%;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: 120px;
  }
  .p-kvOther {
    margin-top: 26px;
  }
  .p-kvOtherInner {
    font-size: 18px;
    line-height: 1;
    padding: 12px 14px 18px 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-kvOtherInner .is-reg {
    padding: 0 0 2px 0;
  }
  .p-kvOtherInner .is-num {
    font-size: 38px;
  }
  .p-kvOtherInner .is-tag {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 0 2px 0;
  }
  .p-kvOtherInner .is-tag1 {
    font-size: 23px;
  }
  .p-kvOtherInner .is-tag2 {
    font-size: 10px;
  }
  .p-kv__btn {
    position: absolute;
    bottom: 20px;
/*
    bottom: 10px;
*/
    left: 0;
    right: 0;
    margin: auto;
    z-index: 200;
  }
  .p-kv__btn a {
    margin: 6px 10px;
  }
  .p-kv__btn a {
    background: rgba(176,31,36,0.8) url("../images/icon-arrow-w.png") no-repeat right 27px center;
    background-size: 12px 9px;
  }
  .p-kv__btn a.c-btn.c-btn--yellow {
    background: rgba(195,140,24,0.9) url("../images/icon-arrow-w.png") no-repeat right 27px center;
    background-size: 12px 9px;
  }
}
@media screen and (max-width: 580px) {
  .p-kv__contentInner {
/*
    padding: 118px 0 0 0 ;
*/
    padding: 0 0 0 0 ;
  }
  .p-kv__bal {
/*
    top: 0;
*/
    top: -40%;
    left: -27px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: 120px;
  }
}

@media screen and (max-width: 550px) {
  .p-kvOtherInner {
    max-width: 276px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .p-kvOtherInner .is-reg:nth-last-of-type(1) {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 455px) {
  .p-kv__contentInner {
    padding: 0 0 0 0 ;
/*
    padding: 99px 0 0 0 ;
*/
  }
  .p-kv__bal {
/*
    top: 0;
*/
    top: -110%;
    left: -21px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: 120px;
  }
}

@-webkit-keyframes bgroopsp {
  from {
      background-position: 0  0;
  }
  to {
      background-position: -2215px 0;
  }
}
@keyframes bgroopsp {
  from {
      background-position: 0 0;
  }
  to {
      background-position: -2215px 0;
  }
}




/*.p-kv {
  padding: 0 32px;
  background: url("../images/main.jpg") repeat-x;
  background-position: center center;
  background-size: auto 100%;
  -webkit-animation: bgroop 60s linear infinite;
  animation: bgroop 60s linear infinite;
  position: relative;
}
@-webkit-keyframes bgroop {
  from {
      background-position: 0  0;
  }
  to {
      background-position: -2215px 0;
  }
}
@keyframes bgroop {
  from {
      background-position: 0 0;
  }
  to {
      background-position: -2215px 0;
  }
}
.p-kv:before ,
.p-kv:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-kv:before {
  z-index: 1;
  background: rgba(0,0,0,0.37);
}
.p-kv:after {
  background: url("../images/kv-cover.png") no-repeat center center;
  background-size: 100% 100% ;
}
.p-kvInner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 870px;
  position: relative;
  z-index: 100;
}
.p-kvFrame {
  
}
.p-kvInfo {
  position: absolute;
  top: 35px;
  left: 37px;
  color: #FFF;
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
}
.p-kvInfo > span {
  display: inline-block;
  background: #000;
  padding: 12px 18px 14px 25px;
}
.p-kvInfo > span > span {
  display: inline-block;
}
.p-kv__title {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 857px;
  margin: 0 auto;
}
.p-kv__title1 {
  width: 38.15%;
}
.p-kv__title2 {
  width: 61.85%;
}
.p-kv__txt1 {
  font-size: 28px;
  line-height: 1.4;
  color: #FFF;
  text-shadow: 0 0 10px rgba(0,0,0,0.9);
}
.p-kv__txt2 {
  font-size: 39px;
  line-height: 1.4;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0 0 10px rgba(0,0,0,0.9);
  margin-top: 16px;
}
.p-kv__txt1 span ,
.p-kv__txt2 span {
  display: inline-block;
}
.p-kv__content {
  margin-top: 87px;
  text-align: center;
}
.p-kv__contentInner {
  display: inline-block;
  position: relative;
  padding: 0 50px 0 240px;
}
.p-kv__bal {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 215px;
}
.p-kvOther {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 46px;
}
.p-kvOtherInner {
  background: #57b530;
  color: #d5ffc4;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  font-size: 23px;
  line-height: 1;
  font-weight: bold;
  padding: 14px 29px 20px 46px;
}
.p-kvOtherInner .is-reg {
  padding: 0 0 2px 0;
}
.p-kvOtherInner .is-num {
  font-size: 38px;
}
.p-kvOtherInner .is-tag {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 0 0 2px 0;
}
.p-kvOtherInner .is-tag1 {
  font-size: 23px;
}
.p-kvOtherInner .is-tag2 {
  font-size: 10px;
}
.p-kvOtherInner {
}
.p-kv__btn {
  position: absolute;
  bottom: 54px;
  left: 380px;
  z-index: 200;
}

.p-kv__btn a {
  margin: 0 10px;
}
.p-kv__btn a {
  background: rgba(176,31,36,0.8) url("../images/icon-arrow-w.png") no-repeat right 27px center;
  background-size: 12px 9px;
}
.p-kv__btn a.c-btn.c-btn--yellow {
  background: rgba(195,140,24,0.9) url("../images/icon-arrow-w.png") no-repeat right 27px center;
  background-size: 12px 9px;
}

@media screen and (max-width: 768px) {
  .p-kv {
    padding: 0 20px;
    background-size: auto 100%;
    -webkit-animation: bgroopsp 60s linear infinite;
    animation: bgroopsp 60s linear infinite;
  }

  .p-kvInner {
    height: 100vh;
  }
  .p-kvFrame {
    padding-bottom: 100px;
  }
  .p-kvInfo {
    position: static;
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .p-kvInfo > span {
    display: inline-block;
    padding: 12px 18px 14px 25px;
  }
  .p-kv__title {
    display : block;
    max-width: 500px;
    margin: 0 auto;
  }
  .p-kv__title1 {
    width: 53%;
    margin: 0 auto;
  }
  .p-kv__title2 {
    width: 100%;
    margin: 0 auto;
  }
  .p-kv__txt1 {
    font-size: 20px;
    line-height: 1.4;
    color: #FFF;
    text-shadow: 0 0 10px rgba(0,0,0,0.9);
  }
  .p-kv__txt2 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 0 10px rgba(0,0,0,0.9);
    margin-top: 16px;
  }
  .p-kv__content {
    margin-top: 4px;
  }
  .p-kv__contentInner {
    padding: 78px 23px 0 103px;
  }
  .p-kv__bal {
    top: 0%;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: 120px;
  }
  .p-kvOther {
    margin-top: 26px;
  }
  .p-kvOtherInner {
    font-size: 18px;
    line-height: 1;
    padding: 12px 14px 18px 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-kvOtherInner .is-reg {
    padding: 0 0 2px 0;
  }
  .p-kvOtherInner .is-num {
    font-size: 38px;
  }
  .p-kvOtherInner .is-tag {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 0 2px 0;
  }
  .p-kvOtherInner .is-tag1 {
    font-size: 23px;
  }
  .p-kvOtherInner .is-tag2 {
    font-size: 10px;
  }
  .p-kv__btn {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 200;
  }
  .p-kv__btn a {
    margin: 6px 10px;
  }
  .p-kv__btn a {
    background: rgba(176,31,36,0.8) url("../images/icon-arrow-w.png") no-repeat right 27px center;
    background-size: 12px 9px;
  }
  .p-kv__btn a.c-btn.c-btn--yellow {
    background: rgba(195,140,24,0.9) url("../images/icon-arrow-w.png") no-repeat right 27px center;
    background-size: 12px 9px;
  }
}
@media screen and (max-width: 580px) {
  .p-kv__contentInner {
    padding: 118px 0 0 0 ;
  }
  .p-kv__bal {
    top: 0%;
    left: -27px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: 120px;
  }
}

@media screen and (max-width: 550px) {
  .p-kvOtherInner {
    max-width: 276px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .p-kvOtherInner .is-reg:nth-last-of-type(1) {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 455px) {
  .p-kv__contentInner {
    padding: 99px 0 0 0 ;
  }
  .p-kv__bal {
    top: 0%;
    left: -21px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: 120px;
  }
}

@-webkit-keyframes bgroopsp {
  from {
      background-position: 0  0;
  }
  to {
      background-position: -2215px 0;
  }
}
@keyframes bgroopsp {
  from {
      background-position: 0 0;
  }
  to {
      background-position: -2215px 0;
  }
}*/


/* CP */
.p-cp {
  color: #000;
  padding: 115px 0;
  text-align: left;
}
.p-cpFrame {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.p-cp__imgFrame{
  width: calc(40% - 20px);
  order: 1;
}
.p-cp__photo {
  max-width: 480px;
  margin: 0 auto;
}
.p-cp__txtFrame{
  width: calc(60% - 20px);
  order: 2;
}
.p-cp__title {
  font-size: 43px;
  line-height: 1.3;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  margin-bottom: 47px;
  color: #af1e22;
  order: 2;
}
.p-cp__photoTxt {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  margin-top: 10px;
}
.p-cp__txt {
  font-size: 17px;
  line-height: 2;
  order: 3;
}
.p-cpSign {
  margin-top: 30px;
  text-align: right;
}
.p-cpSign__job {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 10px;
}
.p-cpSign__name {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
}

/* @media screen and (max-width: 1364px) {
  .p-cp {
    padding: 177px 240px 115px 240px;
  }
}
@media screen and (max-width: 1200px) {
  .p-cp {
    padding: 177px 0px 115px 0;
  }

} */
@media screen and (max-width: 768px) {
  .p-cp {
    padding: 70px 0;
  }
  .p-cpFrame{
    display:block
  }
  .p-cp__title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 17px;
  }
  .p-cp__txt {
    font-size: 14px;
    line-height: 2.25;
    margin-top: 17px;
  }
  .p-cp__imgFrame {
    width: 100%;
    text-align: center;
  }
  .p-cp__photoTxt {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .p-cp__photo {
    /* width: 100%;
    float: none;
    margin: 0; */
  }
  .p-cp__txtFrame{
    width: 100%;
    padding-left: 0;
  }
}
/* /CP */

.p-about {
  background: #000;
  color: #FFF;
  padding: 177px 339px 115px 339px;
  position: relative;
}
.p-aboutFrame {
  max-width: 1070px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.p-aboutFrame2 {
  max-width: 1020px;
  text-align: left;
}

.p-about__title {
  font-size: 46px;
  line-height: 1.3;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  margin-bottom: 47px;
}
.p-about__txt1 {
  font-size: 16px;
  line-height: 2.25;
}
.p-about__txt2 {
  font-size: 25px;
  line-height: 1.44;
  font-weight: 700;
  margin: 38px 0;
}
.p-about__bGTxt {
  width: 100%;
  position: absolute;
  top: 117px;
  left: 0;
  z-index: 1;
}
.p-about__bGTxt img {
  max-width: none;
  width: 100%;
}
.p-about__bGImg1 {
  width: 372px;
  position: absolute;
  top: 221px;
  left: 0;
}
.p-about__bGImg2 {
  width: 372px;
  position: absolute;
  top: 221px;
  right: 0;
}

@media screen and (max-width: 1364px) {
  .p-about {
    padding: 177px 240px 115px 240px;
  }
  .p-about__bGImg1 {
    width: 272px;
    top: 221px;
  }
  .p-about__bGImg2 {
    width: 272px;
    top: 221px;
  }
}
@media screen and (max-width: 1200px) {
  .p-about {
    padding: 177px 0px 115px 0;
  }
  .p-about__bGImg1 {
    display: none;
  }
  .p-about__bGImg2 {
    width: 322px;
    top: 321px;
  }
}
@media screen and (max-width: 768px) {
  .p-about {
    padding: 70px 0px 70px 0px;
  }
  .p-about__title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 27px;
  }
  .p-about__txt1 {
    font-size: 14px;
    line-height: 2.25;
  }
  .p-about__txt2 {
    font-size: 20px;
    line-height: 1.44;
    margin: 27px 0;
  }
  .p-about__bGTxt {
    top: 60px;
  }
  .p-about__bGImg2 {
    width: 240px;
    top: 221px;
  }

}




.p-present {
  padding: 0 0 148px 0;
}
.p-presentHead {
  position: relative;
  z-index: 10;
}
.p-presentHead:before {
  content: '';
  display: block;
  position: absolute;
  height: calc(100% + 237px);
/*
  height: calc(100% + 387px);
*/
  width: 100%;
  top: 0;
  left: 0;
  background: url("../images/present-bg.jpg") no-repeat center top;
  background-size: cover;
  z-index: 1;
}
.p-presentHeadInner {
  position: relative;
  z-index: 10;
  padding: 179px 0 139px;
}
.p-presentHead__title {
  font-size: 46px;
  line-height: 1.3;
  text-align: right;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0 0 10px rgba(0,0,0,.9);
}
.p-presentHead__title span {
  display: inline-block;
}
.p-presentHead__bgTxt {
  position: absolute;
  top: 123px;
  right: 0;
  z-index: 5;
}

.p-presentContent {
  position: relative;
  z-index: 20;
}
.p-present__free {
  max-width: 840px;
  margin: 0 auto 0;
/*
  padding: 0 0 78px 0;
*/
  padding: 0 0 66px 0;
}
.p-present__freeTxt {
  font-size: 28px;
  line-height: 1.3;
  color: #FFF;
  font-weight: bold;
  background: #00a0ea;
  padding: 21px 20px 23px;
  position: relative;
}
.p-present__freeImg {
  position: relative;
}
.p-present__freeImg:before ,
.p-present__freeImg:after ,
.p-present__freeTxt:before ,
.p-present__freeTxt:after {
  content: '';
  display: block;
  background: #FFF;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
}
.p-present__freeImg:before ,
.p-present__freeTxt:before {
  bottom: -26px;
/*
  bottom: -38px;
*/
  height: 3px;
  width: 31px;
}
.p-present__freeImg:after ,
.p-present__freeTxt:after {
  bottom: -40px;
/*
  bottom: -52px;
*/
  height: 31px;
  width: 3px;
}
.p-presentList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-presentList > li {
  background: #fafafa;
  width: calc(33.33% - 24px);
  margin-left: 36px;
  position: relative;
  border-bottom: 7px solid #000;
  color: #171717;
}
.p-presentList > li:nth-of-type(3n + 1) {
  margin-left: 0;
}
.p-presentList__mark {
  width: 112px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-presentList__img {
  
}
.p-presentList__content {
  padding: 30px 23px 44px;
  text-align: left;
  border-top: 7px solid #000;
}
.p-presentList__title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-presentList__txt {
  font-size: 16px;
  line-height: 1.875;
}

.p-present__txtWrap {
  margin-top: 70px;
}
.p-present__txt {
  color: #333333;
  font-size: 20px;
  line-height: 2.15;
  text-align: center;
}
.p-present__btnOuter {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .p-present {
    padding: 0 0 80px 0;
  }
  .p-presentHead:before {
    height: calc(100% + 60px);
/*
    height: calc(100% + 180px);
*/
  }
  .p-presentHeadInner {
    padding: 70px 0 50px;
  }
  .p-presentHead__title {
    font-size: 24px;
    line-height: 1.3;
    text-shadow: 0 0 6px rgba(0,0,0,.9);
  }
  .p-presentHead__bgTxt {
    top: 60px;
  }

  .p-presentContent {
  }
  .p-present__free {
    padding: 0 0 68px 0;
  }
  .p-present__freeTxt {
    font-size: 20px;
    line-height: 1.3;
    padding: 15px 15px 17px;
  }
  .p-present__freeTxt:before {
    bottom: -35px;
    height: 2px;
    width: 27px;
  }
  .p-present__freeTxt:after {
    bottom: -48px;
    height: 27px;
    width: 2px;
  }
  .p-presentList {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
  }
  .p-presentList > li {
    width: calc(33.33% - 13.34px);
    margin-left: 20px;
  }
  .p-presentList > li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-presentList__mark {
    width: 76px;
  }
  .p-presentList__img {

  }
  .p-presentList__content {
    padding: 25px 10px 30px 15px;
  }
  .p-presentList__title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .p-presentList__txt {
    font-size: 14px;
    line-height: 1.875;
  }

  .p-present__txtWrap {
    margin-top: 40px;
  }
  .p-present__txt {
    font-size: 16px;
    line-height: 2.15;
  }
  .p-present__btnOuter {
    margin-top: 60px;
  }

}
@media screen and (max-width: 550px) {
  .p-presentList {
    display : block;
  }
  .p-presentList > li {
    width: 100%;
    margin-left: 0px;
  }
  .p-presentList > li:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}





.p-service {
  overflow: hidden;
}
.p-serviceHead {
  margin: 0 auto 29px;
  max-width: 1920px;
}
.p-serviceHeadInner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.p-serviceHead__photo {
  width: 35.36%;
}
.p-serviceHead__content {
  width: 63.07%;
  background: #fafafa;
  box-sizing: border-box;
  padding: 0 32px 0 0;
  border-top: 7px solid #000;
  border-bottom: 7px solid #000;
}
.p-serviceHead__contentInner {
  max-width: 871px;
  text-align: left;
  box-sizing: border-box;
  padding: 46px 0 34px 57px;
}
.p-serviceHead__txt {
  font-size: 18px;
  line-height: 2;
}
.p-serviceHead__txt2 {
  font-size: 42px;
  line-height: 1.3;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  margin: 36px 0;
  color: #af1e22;
}

.p-serviceGallery {
/*
  background: #CCC;
  height: 300px;
*/
  overflow: hidden;
  margin-bottom: 30px;
}
.p-serviceGalleryInner {
  max-width: 1264px;
  margin: 0 auto;
}
.p-serviceGallerySlider {
}
.p-serviceGallerySlider .slick-list {
  overflow: visible;
}
.p-serviceGallerySlider li {
}
.p-serviceGallerySlider li figure {
  padding: 0 12px;
}


@media screen and (max-width: 1000px) {
  .p-serviceHeadInner {
    display : block;
  }
  .p-serviceHead__photo {
    width: 35.36%;
    float: left;
    margin: 0 40px 30px 0;
  }
  .p-serviceHead__content {
    width: 100%;
    padding: 0 50px 0 0;
  }
  .p-serviceHead__contentInner {
    max-width: none;
    padding: 52px 0 60px 57px;
  }
}
@media screen and (max-width: 768px) {
  .p-serviceHead {
    margin: 0 auto 20px;
  }
  .p-serviceHeadInner {
    display : block;
  }
  .p-serviceHead__photo {
    width: 100%;
    float: none;
    margin: 0;
  }
  .p-serviceHead__content {
    width: 100%;
    padding: 0 20px 0 0;
  }
  .p-serviceHead__contentInner {
    padding: 30px 0 30px 20px;
  }
  .p-serviceHead__txt {
    font-size: 16px;
    line-height: 2;
  }
  .p-serviceHead__txt2 {
    font-size: 20px;
    line-height: 1.5;
    margin: 30px 0;
  }

  .p-serviceGallery {
    margin-bottom: 20px;
  }
  .p-serviceGalleryInner {
  }
  .p-serviceGallerySlider li figure {
    padding: 0 10px;
  }
}



.p-servicePoint {
  
}
.p-servicePointFrame {
  
}
.p-servicePointItem {
  padding: 79px 0;
}
.p-servicePointItemInner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.p-servicePointItem__content {
  width: 50%;
  align-self: center;
}
.p-servicePointItem__photo {
  width: 50%;
  box-sizing: border-box;
}


.p-servicePointItemHead {
  text-align: left;
  padding: 0 32px;
}
.p-servicePointItemHead__mark {
  margin-bottom: 14px;
}
.p-servicePointItemHead__mark span {
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  color: #FFF;
  display: inline-block;
  padding: 6px 14px 7px;
  background: #000;
}
.p-servicePointItemHead__title {
  font-size: 30px;
  line-height: 1.3;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #333333;
  margin-bottom: 24px;
}
.p-servicePointItemHead__txt {
  font-size: 18px;
  line-height: 2;
  color: #333333;
  padding: 0 28px 0 0;
}




.p-servicePointItem.is-1 {
  background: #fafaf9;
}
.p-servicePointItem.is-2 {
}
.p-servicePointItem.is-2 .p-servicePointItemInner {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-servicePointItem.is-2 .p-servicePointItem__photo {
  padding: 0 37px 0 0;
}
.p-servicePointItem.is-2 .p-servicePointItemHead {
  padding: 0 28px 0 60px;
}


.p-servicePointItem__photo3 {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.p-servicePointItem__photo3 figure:nth-of-type(1) {
  margin-bottom: 20px;
}
.p-servicePointItem__photo3 figure:nth-of-type(2) ,
.p-servicePointItem__photo3 figure:nth-of-type(3) {
  width: calc(50% - 10px);
}

.p-servicePointItem.is-3 {
  background: #fafaf9;
}

.p-servicePointItemFrame2 {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.p-servicePointItemFrame2 .p-servicePointItemInner  {
  display : block;
  width: 46%;
}
.p-servicePointItemFrame2 .p-servicePointItem__content {
  width: 100%;
}
.p-servicePointItemFrame2 .p-servicePointItem__photo {
  width: 100%;
  margin-top: 34px;
}
.p-servicePointItemFrame2 .p-servicePointItemHead__txt {
  padding: 0;
}

.p-servicePointItem.is-5 {
  background: #fafaf9;
  padding-bottom: 200px;
}
.p-servicePointItem.is-5 .p-servicePointItem__content {
  width: 62.9%;
  align-self: flex-start;
}
.p-servicePointItem.is-5 .p-servicePointItem__photo {
  width: 33.79%;
}
.p-servicePointItem.is-5 .p-servicePointItemInner .p-servicePointItemHead {
  padding-right: 0;
}
.p-servicePointItem.is-5 .p-servicePointItemInner .p-servicePointItemHead__txt {
  padding-right: 0;
}
.p-servicePointItem.is-5 .p-servicePointItemInner + .p-servicePointItemInner {
  margin-top: 65px;
}

.p-servicePointItem.is-5 .p-servicePointItemInner:nth-of-type(2) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-servicePointItem.is-5 .p-servicePointItemInner:nth-of-type(2) .p-servicePointItemHead {
  padding-right: 32px;
  padding-left: 0;
}


@media screen and (max-width: 768px) {
  .p-servicePoint {

  }
  .p-servicePointFrame {

  }
  .p-servicePointItem {
    padding: 60px 0;
  }
  .p-servicePointItemInner {
    display: block;
  }
  .p-servicePointItem__content {
    width: 100%;
  }
  .p-servicePointItem__photo {
    width: 100%;
    margin-top: 20px;
  }


  .p-servicePointItemHead {
    padding: 0 0;
  }
  .p-servicePointItemHead__mark {
    margin-bottom: 10px;
  }
  .p-servicePointItemHead__mark span {
    font-size: 11px;
    line-height: 1;
    padding: 6px 14px 7px;
  }
  .p-servicePointItemHead__title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .p-servicePointItemHead__txt {
    font-size: 14px;
    line-height: 2;
    padding: 0 0 0 0;
  }




  .p-servicePointItem.is-2 {
  }
  .p-servicePointItem.is-2 .p-servicePointItemInner {
  }
  .p-servicePointItem.is-2 .p-servicePointItem__photo {
    padding: 0 0 0 0;
  }
  .p-servicePointItem.is-2 .p-servicePointItemHead {
    padding: 0;
  }


  .p-servicePointItem__photo3 {
  }
  .p-servicePointItem__photo3 figure:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .p-servicePointItem__photo3 figure:nth-of-type(2) ,
  .p-servicePointItem__photo3 figure:nth-of-type(3) {
    width: calc(50% - 10px);
  }


  .p-servicePointItemFrame2 {
    display : block;
  }

  .p-servicePointItemFrame2 .p-servicePointItemInner  {
    display : block;
    width: 100%;
  }
  .p-servicePointItemFrame2 .p-servicePointItemInner:nth-of-type(n + 2) {
    margin-top: 60px;
  }
  .p-servicePointItemFrame2 .p-servicePointItem__content {
    width: 100%;
  }
  .p-servicePointItemFrame2 .p-servicePointItem__photo {
    margin-top: 20px;
  }

  .p-servicePointItem.is-5 {
    padding-bottom: 80px;
  }
  .p-servicePointItem.is-5 .p-servicePointItem__content {
    width: 100%;
  }
  .p-servicePointItem.is-5 .p-servicePointItem__photo {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0;
  }
  .p-servicePointItem.is-5 .p-servicePointItemInner .p-servicePointItemHead {
    padding-right: 0;
  }
  .p-servicePointItem.is-5 .p-servicePointItemInner .p-servicePointItemHead__txt {
    padding-right: 0;
  }
  .p-servicePointItem.is-5 .p-servicePointItemInner + .p-servicePointItemInner {
    margin-top: 60px;
  }

  .p-servicePointItem.is-5 .p-servicePointItemInner:nth-of-type(2) {
  }
  .p-servicePointItem.is-5 .p-servicePointItemInner:nth-of-type(2) .p-servicePointItemHead {
    padding-right: 0px;
    padding-left: 0;
  }
}





.p-special {
  background: #000 url("../images/special-bg.jpg") no-repeat center top;
  background-size: 100% auto;
  padding: 0 0 171px 0;
  position: relative;
}
.p-specialHead {
  padding: 174px 0 150px 0;
  position: relative;
  z-index: 10;
}
.p-specialHead__title {
  font-size: 46px;
  line-height: 1.3;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #FFF;
  text-align: left;
}
.p-special__bgTxt {
  position: absolute;
  top: 123px;
  left: 0;
  z-index: 4;
}
.p-special__middleTitle {
  text-align: left;
  margin-bottom: 65px;
}
.p-special__middleTitle > span {
  display: inline-block;
  background: #b01f24;
}
.p-special__middleTitle > span > span {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #FFF;
}
.p-special__middleTitle > span > span > span:nth-of-type(1) {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  padding: 6px 28px 9px 14px;
}
.p-special__middleTitle > span > span > span:nth-of-type(2) {
  font-size: 22px;
  line-height: 1.3;
  font-weight: normal;
  padding: 6px 14px 9px 0;
}

.p-specialNews {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 138px;
}
.p-specialNews > li {
  width: 45.06%;
}
.p-specialNews > li:nth-of-type(n + 3) {
  margin-top: 60px;
}
.p-specialNews > li > a {
  display: block;
  color: #FFF;
}
.p-specialNews > li > a {
  display: block;
  color: #FFF;
}
.p-specialNews__itemFrame {
  pointer-events: none;
  display: block;
}
.p-specialNews__thumb {
  margin-bottom: 20px;
}
.p-specialNews__thumb img {
  border-radius: 10px;
}
.p-specialNews__Info {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  padding: 0 0 0 22px;
  text-align: left;
  margin-bottom: 8px;
}
.p-specialNews__InfoDate {
  
}
.p-specialNews__InfoCategory {
  border-left: #FFF 1px solid;
  margin-left: 15px;
  padding-left: 15px;
}
.p-specialNews__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 0 22px;
  text-align: left;
}
.p-specialNews__txt {
  font-size: 14px;
  line-height: 1.75;
  padding: 0 0 0 22px;
  text-align: left;
  word-break: break-all;
  margin-top: 10px;
}
.p-specialNewsBtnOuter {
  margin-top: 20px;
}
.p-specialNewsBtn {
  color: #FFF;
  font-size: 14px;
  line-height: 1.3;
/*
  width: 200px;
*/
  padding: 8px 20px 9px;
  box-sizing: border-box;
  border-radius: 100px;
  display: inline-block;
  font-weight: 700;
  border: #FFF 1px solid;
  text-align: center;
}
.p-specialMovie {
  
}
.p-specialMovie__mv {
}
.p-specialMovie__mv img {
  border-radius: 10px;
}
.p-specialMovie__txt {
  color: #FFF;
  font-size: 20px;
  line-height: 2.15;
  text-align: center;
  margin: 122px 0 0 0;
}
.p-special__btn {
  margin: 52px 0 0 0;
}

@media screen and (max-width: 768px) {
  .p-special {
    padding: 0 0 80px 0;
  }
  .p-specialHead {
    padding: 70px 0 60px 0;
  }
  .p-specialHead__title {
    font-size: 24px;
    line-height: 1.3;
  }
  .p-special__bgTxt {
    top:60px;
  }
  .p-special__middleTitle {
    margin-bottom: 40px;
  }
  .p-special__middleTitle > span {
  }
  .p-special__middleTitle > span > span {
  }
  .p-special__middleTitle > span > span > span:nth-of-type(1) {
    font-size: 20px;
    line-height: 1;
    padding: 6px 15px 9px 14px;
  }
  .p-special__middleTitle > span > span > span:nth-of-type(2) {
    font-size: 18px;
    line-height: 1.3;
    padding: 6px 14px 9px 0;
  }

  .p-specialNews {
    margin-bottom: 70px;
  }
  .p-specialNews > li {
    width: 48%;
  }
  .p-specialNews > li:nth-of-type(n + 3) {
    margin-top: 60px;
  }
  .p-specialNews > li > a {
    display: block;
    color: #FFF;
  }
  .p-specialNews > li > a {
    display: block;
    color: #FFF;
  }
  .p-specialNews__thumb {
    margin-bottom: 15px;
  }
  .p-specialNews__thumb img {
    border-radius: 6px;
  }
  .p-specialNews__Info {
    font-size: 12px;
    line-height: 1.4;
    padding: 0 0 0 15px;
    margin-bottom: 8px;
  }
  .p-specialNews__InfoDate {

  }
  .p-specialNews__InfoCategory {
    margin-left: 10px;
    padding-left: 10px;
  }
  .p-specialNews__title {
    font-size: 16px;
    padding: 0 0 0 15px;
  }
  .p-specialNews__txt {
    font-size: 12px;
    line-height: 1.75;
    padding: 0 0 0 15px;
    margin-top: 10px;
  }
  .p-specialNewsBtnOuter {
    margin-top: 20px;
  }
  .p-specialNewsBtn {
    font-size: 12px;
    line-height: 1.3;
/*
    width: 120px;
*/
    padding: 8px 20px 9px;
  }
  .p-specialMovie {

  }
  .p-specialMovie__mv {

  }
  .p-specialMovie__txt {
    font-size: 16px;
    line-height: 2.15;
    margin: 70px 0 0 0;
  }
  .p-special__btn {
    margin: 45px 0 0 0;
  }

}
@media screen and (max-width: 600px) {
  .p-specialNews > li {
    width: 100%;
  }
  .p-specialNews > li:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}

.p-ambassador {
  padding: 0 0 171px 0;
  position: relative;
  overflow: hidden;
}
.p-ambassadorHead {
  padding: 178px 0 0 0;
  position: relative;
  z-index: 10;
  margin-bottom: 134px;
}
.p-ambassadorHead__title {
  font-size: 46px;
  line-height: 1.3;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.p-ambassadorHead__title > span {
  display: inline-block;
  position: relative;
  padding: 0 18px;
}
.p-ambassadorHead__title > span:before ,
.p-ambassadorHead__title > span:after {
  width: 15px;
  height: 29px;
  position: absolute;
  content: '';
}
.p-ambassadorHead__title > span:before {
  border-top: #333 2px solid;
  border-left: #333 2px solid;
  top: 5px;
  left: 0;
}
.p-ambassadorHead__title > span:after {
  border-bottom: #333 2px solid;
  border-right: #333 2px solid;
  right: 0;
  bottom: 4px;
}
.p-ambassadorHead__title > span > span {
  display: inline-block;
}
.p-ambassador__bgTxt {
  position: absolute;
  top: 123px;
  right: 0;
  z-index: 4;
}
.p-ambassador__txt {
  color: #333333;
  font-size: 20px;
  line-height: 2.15;
  text-align: center;
  margin: 122px 0 0 0;
}
.p-ambassador__btn {
  margin: 52px 0 0 0;
}

.p-ambassadorVoice {
  
}
.p-ambassadorVoiceInner {
  max-width: 1352px;
  margin: 0 auto;
}
.p-ambassadorVoiceSlider {
}
.p-ambassadorVoiceSlider .slick-list {
  overflow: visible;
}
.p-ambassadorVoiceSlider__item {
  padding: 0 30px;
}
.p-ambassadorVoiceSlider__itemThumb {
  margin-bottom: 37px;
}
.p-ambassadorVoiceSlider__itemThumb img {
  border-radius: 10px;
  box-shadow: 11px 11px 24px rgba(19,19,19,.26);
}
.p-ambassadorVoiceSlider__itemContent {
  text-align: left;
  padding: 0 0 0 8px;
  color: #333;
}
.p-ambassadorVoiceSlider__itemName {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}
.p-ambassadorVoiceSlider__itemName span {
  font-size: 14px;
  line-height: 1.2;
}
.p-ambassadorVoiceSlider__itemJob {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 8px;
}
.p-ambassadorVoiceSlider__itemTxt {
  font-size: 14px;
  line-height: 2;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-ambassador {
    padding: 0 0 80px 0;
  }
  .p-ambassadorHead {
    padding: 70px 0 0 0;
    margin-bottom: 60px;
  }
  .p-ambassadorHead__title {
    font-size: 24px;
    line-height: 1.3;
  }
  .p-ambassadorHead__title > span {
    padding: 0 14px;
  }
  .p-ambassadorHead__title > span:before ,
  .p-ambassadorHead__title > span:after {
    width: 10px;
    height: 15px;
  }
  .p-ambassadorHead__title > span:before {
    border-top: #333 2px solid;
    border-left: #333 2px solid;
    top: 2px;
    left: 0;
  }
  .p-ambassadorHead__title > span:after {
    border-bottom: #333 2px solid;
    border-right: #333 2px solid;
    right: 0;
    bottom: 1px;
  }
  .p-ambassador__bgTxt {
    top: 60px;
  }
  .p-ambassador__txt {
    font-size: 16px;
    line-height: 2.15;
    margin: 70px 0 0 0;
  }
  .p-ambassador__btn {
    margin: 45px 0 0 0;
  }

  .p-ambassadorVoice {

  }
  .p-ambassadorVoiceInner {
  }
  .p-ambassadorVoiceSlider {
  }
  .p-ambassadorVoiceSlider__item {
    padding: 0 10px;
  }
  .p-ambassadorVoiceSlider__itemThumb {
    margin-bottom: 20px;
  }
  .p-ambassadorVoiceSlider__itemThumb img {
    border-radius: 6px;
    box-shadow: 5px 5px 12px rgba(19,19,19,.26);
  }
  .p-ambassadorVoiceSlider__itemContent {
    text-align: left;
    padding: 0 0 0 8px;
    color: #333;
  }
  .p-ambassadorVoiceSlider__itemName {
    font-size: 18px;
    line-height: 1.2;
  }
  .p-ambassadorVoiceSlider__itemName span {
    font-size: 14px;
    line-height: 1.2;
  }
  .p-ambassadorVoiceSlider__itemJob {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 8px;
  }
  .p-ambassadorVoiceSlider__itemTxt {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 15px;
  }
}



.p-price {
  padding: 0 0 171px 0;
  background: #fafaf9;
  position: relative;
}
.p-priceHead {
  padding: 160px 0 0 0;
  margin-bottom: 85px;
  position: relative;
  z-index: 10;
}
.p-priceHead__title {
  font-size: 46px;
  line-height: 1.3;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.p-price__bgTxt {
  position: absolute;
  top: 108px;
  left: 50%;
  z-index: 4;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, 0);
}
.p-priceContents {
  
}
.p-priceList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.p-priceList__item {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  background: #FFF;
  width: 350px;
  border-radius: 10px;
  color: #333;
  padding: 27px 0 14px 0;
}
.p-priceList__itemTag {
  width: 120px;
  text-align: center;
  padding: 0 0 0 18px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}
.p-priceList__itemTxtWrap {
  width: calc(100% - 120px);
  text-align: center;
  padding: 0 17px 0 0;
}
.p-priceList__itemTxt {
  font-size: 20px;
  line-height: 1.4;
}
.p-priceList__itemTxt.is-cancell {
  text-decoration: line-through;
}
.p-priceList__itemTxt2 {
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
}
.p-priceList__itemTxt2.is-red {
  color: #af1e22;
}
.p-priceList__itemSubTxt {
  font-size: 13px;
  line-height: 1.4;
}
.p-priceList__item.is-1 {
  padding-top: 18px;
  padding-bottom: 5px;
}
.p-priceList__item.is-1 .p-priceList__itemTag {
  padding-top: 10px;
}

.p-priceCaution {
  text-align: center;
  margin-top: 41px;
}
.p-priceCautionList {
  text-align: left;
  display: inline-block;
}
.p-priceCautionList li {
  font-size: 16px;
  line-height: 1.625;
  color: #333;
}
.p-priceCautionList li:before {
  content: '※';
}



.p-price__btn {
  margin-top: 75px;
}


@media screen and (max-width: 1150px) {
  .p-priceList {
    display: block;
  }
  .p-priceList__item {
    width: 350px;
    padding: 27px 0 14px 0;
    margin: 0 auto;
    min-height: 45px;
  }
  .p-priceList__item:nth-child(n + 2) {
    margin-top: 20px;
  }
  .p-priceList__item.is-1 {
    padding-top: 18px;
    padding-bottom: 14px;
  }
  .p-priceList__item.is-1 .p-priceList__itemTag {
    padding-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-price {
    padding: 0 0 80px 0;
  }
  .p-priceHead {
    padding: 70px 0 0 0;
    margin-bottom: 60px;
  }
  .p-priceHead__title {
    font-size: 24px;
    line-height: 1.3;
  }
  .p-price__bgTxt {
    top: 60px;
    left: 50%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, 0);
  }
  .p-priceContents {

  }
  .p-priceList {
    display: block;
  }
  .p-priceList__item {
    width: 340px;
    padding: 20px 0 10px 0;
    margin: 0 auto;
    min-height: 37px;
  }
  .p-priceList__item:nth-child(n + 2) {
    margin-top: 20px;
  }
  .p-priceList__itemTag {
    width: 100px;
    padding: 0 0 0 18px;
    font-size: 18px;
    line-height: 1.4;
  }
  .p-priceList__itemTxtWrap {
    width: calc(100% - 100px);
    padding: 0 17px 0 0;
  }
  .p-priceList__itemTxt {
    font-size: 16px;
    line-height: 1.4;
  }
  .p-priceList__itemSubTxt {
    font-size: 11px;
    line-height: 1.4;
  }

  .p-priceCaution {
    margin-top: 30px;
  }
  .p-priceCautionList {
  }
  .p-priceCautionList li {
    font-size: 13px;
    line-height: 1.625;
  }



  .p-price__btn {
    margin-top: 45px;
  }

}




.p-message {
  background: #000;
  position: relative;
}
.p-message__bgTxt {
  position: absolute;
  top: 123px;
  right: 0;
  z-index: 5;
}
.p-messageFrame {
  position: relative;
  padding: 180px 0 172px 0;
  z-index: 10;
}
.p-messageHead {
  margin-bottom: 70px;
  position: relative;
  z-index: 20;
}
.p-messageHead__title {
  font-size: 46px;
  line-height: 1.3;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
.p-messageHead__title span {
  display: inline-block;
}
.p-messageContent {
  position: relative;
  z-index: 20;
}
.p-messageContent__txtWrap {
  margin-left: 562px;
}
.p-messageContent__txt {
  color: #FFF;
  font-size: 16px;
  line-height: 2.25;
  text-align: left;
}
.p-messageContent__sign {
  text-align: right;
  margin-top: 66px;
}
.p-messageContent__signTxt {
  color: #FFF;
  margin-bottom: 18px;
}
.p-messageContent__signImg {
  max-width: 362px;
  margin-left: auto;
}

.p-message__img {
  height: 100%;
  width: 1043px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: -370px;
  background: url("../images/message-bg.jpg") no-repeat center bottom;
  background-size: 100% auto;
}

@media screen and (max-width: 1200px) {
  .p-messageFrame {
    padding: 180px 0 122px 0;
  }
  .p-messageContent__txtWrap {
    margin-left: 402px;
  }
  .p-messageContent__signImg {
    max-width: 262px;
  }

  .p-message__img {
    width: 800px;
    left: -210px;
  }
}
@media screen and (max-width: 940px) {
  .p-messageFrame {
    padding: 180px 0 122px 0;
  }
  .p-messageContent__txtWrap {
    margin-left: 302px;
  }
  .p-messageContent__signImg {
    max-width: 262px;
  }

  .p-message__img {
    width: 600px;
    left: -170px;
  }
}

@media screen and (max-width: 768px) {
  .p-message__bgTxt {
    top: 60px;
  }
  .p-messageFrame {
    padding: 70px 0 132px 0;
  }
  .p-messageHead {
    margin-bottom: 60px;
  }
  .p-messageHead__title {
    font-size: 24px;
    line-height: 1.3;
  }
  .p-messageContent__txtWrap {
    margin-left: 0;
  }
  .p-messageContent__txt {
    font-size: 14px;
    line-height: 2;
  }
  .p-messageContent__sign {
    font-size: 14px;
    text-align: right;
    margin: 136px 0 0 0;
  }
  .p-messageContent__signTxt {
    color: #FFF;
    margin-bottom: 18px;
  }
  .p-messageContent__signImg {
    max-width: 262px;
    margin-left: auto;
  }

  .p-message__img {
    width: 400px;
    left: -70px;
  }
}
@media screen and (max-width: 600px) {
  .p-messageFrame {
    padding: 70px 0 120px 0;
  }
  .p-messageContent__sign {
    margin: 76px 0 0 0;
  }
  .p-messageContent__signImg {
    max-width: 142px;
    margin-left: auto;
  }
  .p-message__img {
    width: 300px;
    left: -80px;
  }
}


.p-faq {
  background: #fafaf9;
  position: relative;
}
.p-faq__bgTxt {
  position: absolute;
  top: 108px;
  left: 50%;
  z-index: 4;
  -webkit-transform: translate(-111%, 0);
  transform: translate(-111%, 0);
}
.p-faqFrame {
  color: #333;
  padding: 164px 0 141px 0;
  position: relative;
  z-index: 10;
}
.p-faqHead {
  margin-bottom: 83px;
}
.p-faqHead__title {
  font-size: 46px;
  line-height: 1.3;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  text-align: center;
}
.p-faqContent {
  
}
.p-faqList {
  
}
.p-faqList__item {
  text-align: left;
}
.p-faqList__item:nth-of-type(n + 2) {
  margin-top: 18px;
}
.p-faqList__itemAnswer ,
.p-faqList__itemQuestion {
  position: relative;
}
.p-faqList__itemAnswer:before ,
.p-faqList__itemQuestion:before {
  position: absolute;
  left: 37px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.p-faqList__itemQuestion:before {
  content: 'Q.';
  top: 32px;
}
.p-faqList__itemAnswer:before {
  content: 'A.';
  top: 29px;
}
.p-faqList__itemQuestion {
  background: #FFF;
  border-radius: 10px;
  padding: 26px 20px 27px 94px;
}
.p-faqList__itemQuestionTxt {
  font-size: 20px;
  line-height: 1.75;
}
.p-faqList__itemAnswer {
  padding: 24px 20px 25px 94px;
}
.p-faqList__itemAnswerTxt {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .p-faq {
  }
  .p-faq__bgTxt {
    top: 60px;
    left: 50%;
    -webkit-transform: translate(-111%, 0);
    transform: translate(-111%, 0);
  }
  .p-faqFrame {
    padding: 70px 0 60px 0;
  }
  .p-faqHead {
    margin-bottom: 70px;
  }
  .p-faqHead__title {
    font-size: 24px;
    line-height: 1.3;
  }
  .p-faqContent {

  }
  .p-faqList {

  }
  .p-faqList__item {
  }
  .p-faqList__item:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  .p-faqList__itemAnswer:before ,
  .p-faqList__itemQuestion:before {
    left: 24px;
    font-size: 18px;
    line-height: 1;
  }
  .p-faqList__itemQuestion:before {
    top: 21px;
  }
  .p-faqList__itemAnswer:before {
    top: 17px;
  }
  .p-faqList__itemQuestion {
    border-radius: 6px;
    padding: 16px 15px 17px 60px;
  }
  .p-faqList__itemQuestionTxt {
    font-size: 16px;
    line-height: 1.75;
  }
  .p-faqList__itemAnswer {
    padding: 14px 15px 15px 60px;
  }
  .p-faqList__itemAnswerTxt {
    font-size: 14px;
    line-height: 1.75;
  }

}


.p-join {
  position: relative;
}
.p-join__bgTxt {
  position: absolute;
  top: 108px;
  left: 50%;
  z-index: 4;
  -webkit-transform: translate(-24%, -50%);
  transform: translate(-24%, 0);
}

.p-joinFrame {
  color: #333;
  padding: 164px 0 141px 0;
  position: relative;
  z-index: 10;
}
.p-joinHead {
  margin-bottom: 93px;
}
.p-joinHead__title {
  font-size: 46px;
  line-height: 1.3;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  text-align: center;
}
.p-joinContent {
  
}
.p-joinMember {
  margin-top: 55px;
}
a.p-joinMember__btn {
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  background: url("../images/icon-arrow-b.png") no-repeat right 5px center;
  background-size: 12px 9px;
  display: inline-block;
  padding: 5px 30px 7px 6px;
  border-bottom: #333 1px solid;
}
a.p-joinMember__btn span {
}

@media screen and (max-width: 768px) {
  .p-join {
  }
  .p-join__bgTxt {
    top: 60px;
    left: 50%;
    -webkit-transform: translate(-24%, -50%);
    transform: translate(-24%, 0);
  }

  .p-joinFrame {
    padding: 70px 0 80px 0;
  }
  .p-joinHead {
    margin-bottom: 60px;
  }
  .p-joinHead__title {
    font-size: 24px;
    line-height: 1.3;
  }
  .p-joinContent {

  }
  .p-joinMember {
    margin-top: 35px;
  }
  a.p-joinMember__btn {
    font-size: 16px;
    line-height: 1.3;
    background: url("../images/icon-arrow-b.png") no-repeat right 5px center;
    background-size: 12px 9px;
    padding: 5px 30px 7px 6px;
  }
}


.p-contact {
/*
  background: #fafaf9;
*/
  position: relative;
  padding: 0 0 28px 0;
}
.p-contact__bgTxt {
  position: absolute;
  top: 106px;
  left: 50%;
  z-index: 4;
  -webkit-transform: translate(0, -50%);
  transform: translate(-87%, 0);
}
.p-contactFrame {
  color: #333;
  padding: 164px 0 28px 0;
  position: relative;
  z-index: 10;
}
.p-contactHead {
  margin-bottom: 96px;
}
.p-contactHead__title {
  font-size: 46px;
  line-height: 1.3;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  text-align: center;
}
.p-contactContent {
  
}
.p-contactContentAdress {
  max-width: 380px;
  margin: 0 auto;
}
.p-contactContentAdress a {
  display: block;
  border: #333 1px solid;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  padding: 10px 20px 16px;
  color: #333;
}
.p-contactContentCaution {
  margin-top: 36px;
}
.p-contactContentCaution__txt {
  font-size: 14px;
  line-height: 1.85;
}
.p-contactContentLogo {
/*
  margin-top: 110px;
*/
}
.p-contactContentLogoFrame {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-contactContentLogoFrame a {
  display: block;
}
.p-contactContentLogoFrame a:nth-of-type(1) {
  width: 123px;
}
.p-contactContentLogoFrame a:nth-of-type(2) {
  width: 120px;
  margin-left: 52px;
}

@media screen and (max-width: 768px) {
  .p-contact {
    padding: 0 0 20px 0;
  }
  .p-contact__bgTxt {
    top: 60px;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(-87%, 0);
  }
  .p-contactFrame {
    padding: 70px 0 20px 0;
  }
  .p-contactHead {
    margin-bottom: 60px;
  }
  .p-contactHead__title {
    font-size: 24px;
    line-height: 1.3;
  }
  .p-contactContent {

  }
  .p-contactContentAdress {
    max-width: 320px;
  }
  .p-contactContentAdress a {
    font-size: 18px;
    line-height: 1.2;
    padding: 10px 20px 14px;
  }
  .p-contactContentCaution {
    margin-top: 36px;
  }
  .p-contactContentCaution__txt {
    font-size: 12px;
    line-height: 1.85;
  }
  .p-contactContentLogo {
/*
    margin-top: 90px;
*/
  }
  .p-contactContentLogoFrame {
  }
  .p-contactContentLogoFrame a {
  }
  .p-contactContentLogoFrame a:nth-of-type(1) {
    width: 81px;
  }
  .p-contactContentLogoFrame a:nth-of-type(2) {
    width: 80px;
    margin-left: 30px;
  }
}

.p-contactContentForm{
  margin-bottom: 50px;
}
.p-contactForm {
  width: 100%;
  box-sizing: border-box;
}
.p-contactForm tr {
}
.p-contactForm th ,
.p-contactForm td {
  font-size: 18px;
  line-height: 1.5;
  vertical-align: top;
}
.p-contactForm th {
  width: 220px;
  text-align: left;
  padding: 25px 0 23px;
  font-weight: 500;
}
.p-contactForm th span {
  width: 100%;
  position: relative;
  display: block;
  box-sizing: border-box;
}
.p-contactForm th span.is-require {
  padding: 0 60px 0 0;
}
.p-contactForm th span.is-require:before {
  content: '必須';
  width: 40px;
  height: 22px;
  font-size: 12px;
  line-height: 1;
  border: #af1e22 1px solid;
  background: #af1e22;
  color: #FFF;
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  right: 0;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 0 0 1px 0;
  font-weight: bold;
}
.p-contactForm td {
  width: calc(100% - 220px);
  box-sizing: border-box;
  padding: 14px 0 14px 40px;
  text-align: left;
}
.p-contactFormContent {
  
}
.p-contactFormContent input[type=text] ,
.p-contactFormContent input[type=email] ,
.p-contactFormContent input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  height: 46px;
  border: #CCC 1px solid;
  padding: 5px 10px;
  outline: none;
}
.p-contactFormContent textarea {
  width: 100%;
  box-sizing: border-box;
  height: 200px;
  border: #CCC 1px solid;
  padding: 10px 10px;
  outline: none;
}
.p-contactFormContent__caution {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin-top: 3px;
}

.p-contactFormSubmit {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 50px;
}
.p-contactFormSubmitButton {
  min-width: 320px;
  max-width: 100%;
/*
  margin: 0 auto;
*/
  position: relative;
  z-index: 10;
}
.p-contactFormSubmitButton input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: #af1e22;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  padding: 10px 20px 12px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.5s ease-out;
  border-radius: 100px;
}
.p-contactFormSubmitButton input[type="submit"]:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-contactContentForm{
    margin-bottom: 50px;
  }
  .p-contactForm ,
  .p-contactForm tbody,
  .p-contactForm tr,
  .p-contactForm th,
  .p-contactForm td {
    display: block;
  }
  .p-contactForm {
  }
  .p-contactForm tr + tr {
    border-top: #CCC 1px solid;
    padding: 15px 0 0 0;
    margin-top: 18px;
    
  }
  .p-contactForm th ,
  .p-contactForm td {
    font-size: 16px;
    line-height: 1.5;
  }
  .p-contactForm th {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .p-contactForm th span {
    width: auto;
    display: inline-block;
  }
  .p-contactForm th span.is-require {
    padding: 0 50px 0 0;
  }
  .p-contactForm th span.is-require:before {
    width: 34px;
    height: 20px;
    font-size: 10px;
    line-height: 1;
    top: 2px;
    border-radius: 2px;
    padding: 0 0 1px 0;
  }
  .p-contactForm td {
    width: 100%;
    padding: 0;
  }
  .p-contactFormContent {

  }
  .p-contactFormContent input[type=text] ,
  .p-contactFormContent input[type=email] ,
  .p-contactFormContent input[type=tel] {
    height: 46px;
    padding: 5px 10px;
  }
  .p-contactFormContent textarea {
    height: 200px;
    padding: 10px 10px;
  }
  .p-contactFormContent__caution {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 3px;
  }

  .p-contactFormSubmit {
    margin-top: 50px;
  }
  .p-contactFormSubmitButton {
    min-width: 240px;
    max-width: 100%;
  }
  .p-contactFormSubmitButton input[type="submit"] {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    height: 65px;
    padding: 10px 20px 12px;
  }
}


.p-event {
  padding: 0 0 171px 0;
  position: relative;
}
.p-eventHead {
  padding: 160px 0 0 0;
  margin-bottom: 85px;
  position: relative;
  z-index: 10;
}
.p-eventHead__title {
  font-size: 46px;
  line-height: 1.3;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.p-event__bgTxt {
  position: absolute;
  top: 108px;
  left: 50%;
  z-index: 4;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, 0);
}
.p-eventContents {
  margin-top: 130px;
}
.p-eventSubContents {
  margin-top: 90px;
}
.p-eventSubContentsTitle {
  font-size: 32px;
  line-height: 1.3;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}
.p-eventSubContentsTitle span {
  display: inline-block;
  position: relative;
  padding: 0 110px;
}
.p-eventSubContentsTitle span:before ,
.p-eventSubContentsTitle span:after {
  display: block;
  width: 80px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  content: '';
}
.p-eventSubContentsTitle span:before {
  left: 0px;
}
.p-eventSubContentsTitle span:after {
  right: 0px;
}
.p-eventSubContents__txt {
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	font-weight: 500;
	margin-bottom: 40px;
	margin-top: -20px;
}
.p-eventList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.p-eventList__item {
  width: 45.06%;
}
.p-eventList__item:nth-of-type(n + 3) {
  margin-top: 40px;
}
div.p-eventList__itemFrame {
  display: block;
  pointer-events: none;
}
a.p-eventList__itemFrame {
  display: block;
}
.p-eventList__itemThumb {
  margin-bottom: 10px;
	position: relative;
}
.p-eventList__itemThumbCap {
	position: absolute;
	bottom: 8px;
	right: 10px;
	font-size: 13px;
	line-height: 1.2;
	display: block;
	font-weight: 500;
	color: #FFF;
	text-shadow: -2px -2px 0 #000,
	 2px -2px 0 #000,
	-2px  2px 0 #000,
	 2px  2px 0 #000,
	-2px  0   0 #000,
	 2px  0   0 #000,
	 0   -2px 0 #000,
	 0    2px 0 #000;
}
.p-eventList__itemThumb img {
  border-radius: 10px;
}
.p-eventList__itemContent {
  padding: 0 0 0 22px;
  text-align: left;
}
.p-eventList__itemTitle {
    font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-eventList__itemInfo {
}
.p-eventList__itemInfoLine {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-eventList__itemInfoLine + .p-eventList__itemInfoLine {
  margin-top: 5px;
}
.p-eventList__itemInfoLineTag {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  width: 90px;
  text-align: center;
}
.p-eventList__itemInfoLineTag span {
  display: block;
  word-break: keep-all;
  background: #333;
  color: #FFF;
  padding: 3px 10px 4px;
}
.p-eventList__itemInfoLineTxt {
  font-size: 16px;
  line-height: 1.4;
  padding: 1px 0 0 14px;
}
.p-eventList__itemInfoLineLabel {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 0.2em;
  /* border: 2px solid #333; */
  background-color: #eee;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
  font-weight: normal;
  text-align: center;
}
.p-eventList__itemInfoLineLabel > span {
  display: inline-block;
}
.p-eventList__itemTxtWrap {
  margin-top: 10px;
}
.p-eventList__itemTxt {
  font-size: 14px;
  line-height: 1.75;
  word-break: break-all;
}
.p-eventList__itemTxtList {
  
}
.p-eventList__itemTxtList li {
  padding: 0 0 0 20px;
  position: relative;
  font-size: 14px;
  line-height: 1.75;
}
.p-eventList__itemTxtList li:before {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  background: #b01f24;
  position: absolute;
  top: 12px;
  left: 0;
}
.p-eventList__itemTxt2 {
  font-size: 14px;
  line-height: 1.75;
  word-break: break-all;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-event {
    padding: 0 0 80px 0;
  }
  .p-eventHead {
    padding: 70px 0 0 0;
    margin-bottom: 60px;
  }
  .p-eventHead__title {
    font-size: 24px;
    line-height: 1.3;
  }
  .p-event__bgTxt {
    top: 60px;
    left: 50%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, 0);
  }
  .p-eventContents {
    margin-top: 60px;
  }
	.p-eventSubContents__txt {
		font-size: 14px;
		margin-bottom: 30px;
		margin-top: -10px;
	}
  .p-eventSubContents {
    margin-top: 70px;
  }
  .p-eventSubContentsTitle {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
  .p-eventSubContentsTitle span {
    padding: 0 60px;
  }
  .p-eventSubContentsTitle span:before ,
  .p-eventSubContentsTitle span:after {
    width: 40px;
  }
  .p-eventList__itemThumb img {
    border-radius: 6px;
  }
	.p-eventList__itemThumbCap {
		bottom: 8px;
		right: 10px;
		font-size: 11px;
	}
  .p-eventList__itemContent {
    padding: 0 0 0 15px;
  }
  .p-eventList__itemTitle {
      font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .p-eventList__itemInfo {
  }
  .p-eventList__itemInfoLine {
  }
  .p-eventList__itemInfoLine + .p-eventList__itemInfoLine {
    margin-top: 5px;
  }
  .p-eventList__itemInfoLineTag {
    font-size: 12px;
    line-height: 1.4;
    width: 70px;
  }
  .p-eventList__itemInfoLineTag span {
    padding: 3px 10px 4px;
  }
  .p-eventList__itemInfoLineTxt {
    font-size: 14px;
    line-height: 1.4;
    padding: 2px 0 0 12px;
  }
  .p-eventList__itemInfoLineLabel {
    margin-top: 10px;
    font-size: 14px;
    padding: 8px;
  }
  .p-eventList__itemTxtWrap {
    margin-top: 10px;
  }
  .p-eventList__itemTxt {
    font-size: 12px;
    line-height: 1.75;
  }
  .p-eventList__item {
    width: 48%;
  }
  .p-eventList__item:nth-of-type(n + 3) {
    margin-top: 40px;
  }
  .p-eventList__itemTxtList li {
    padding: 0 0 0 15px;
    font-size: 12px;
    line-height: 1.75;
  }
  .p-eventList__itemTxtList li:before {
    width: 8px;
    height: 2px;
    top: 10px;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-eventList__item {
    width: 100%;
  }
  .p-eventList__item:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}

.p-movie2 {
  padding: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
  .p-movie2 {
    padding: 0 0 60px 0;
  }
}

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


@media screen and (min-width: 769px) {
  .u-spOnly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-pcOnly {
    display: none;
  }
}
