@charset "UTF-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.mainVisual {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: url("../img/common/img.jpg") no-repeat center center;
  background-size: cover; }
  .mainVisual .videoBox {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
    .mainVisual .videoBox video {
      position: absolute;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -O-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; }
  .mainVisual h2 {
    margin-top: -36px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 4.87rem;
    letter-spacing: 7px;
    text-align: center; }

#main .newsBox {
  width: 86%;
  margin: 0 auto 60px auto;
  padding: 40px 0 0; }
  #main .newsBox h3 {
    float: left; }
    #main .newsBox h3 img {
      margin-top: -3px;
      width: 19px; }
  #main .newsBox .rBox {
    float: right;
    width: 1000px; }
  #main .newsBox .newsDl {
    margin: -13px 0 12px; }
    #main .newsBox .newsDl dt {
      float: left;
      padding: 14px 0 0 5px;
      letter-spacing: 2px; }
    #main .newsBox .newsDl dd {
      padding: 14px 0 14px 11.2em;
      letter-spacing: 2px;
      border-bottom: 1px solid #000;
      font-size: 1.4rem; }
      #main .newsBox .newsDl dd a:hover {
        opacity: 0.7; }
  #main .newsBox .more {
    text-align: right; }
    #main .newsBox .more a:before {
      right: 0;
      margin: 0; }
    #main .newsBox .more a:hover:before {
      right: 6px;
      margin: 0; }
#main .topTxt {
  margin: 0 auto 65px;
  max-width: 800px;
  font-size: 2.6rem;
  line-height: 1.75;
  letter-spacing: 0.6px; }
  #main .topTxt .txtSpan01 {
    color: #002764;
    display: block;
    text-align: center; }
  #main .topTxt .txtSpan02 {
    color: #002764;
    display: block;
    text-align: center; }
#main .topTxt2 {
  border: solid 2px #E7435F;
 background: #E7435F;
  border-radius: 2px;
  padding: 10px;
  margin: 0 auto 10px;
  width: 86%;
	box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.6px; }
#main .topTxt2.w100 {
  width: 100%;}
  #main .topTxt2 .txtSpan01 {
    color: #fff;
    display: block;
    text-align: center; }
  #main .topTxt2 .txtSpan02 {
    color: #002764;
    display: block;
    text-align: center; }
#main .movieWrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 86%;
  margin: 0 auto 160px auto; }
  #main .movieWrap li {
    width: 46%;
    height: 300px; }
    #main .movieWrap li video {
      width: 100%;
      height: auto; }
  #main .movieWrap li a{
		display: block;
		position: relative;
  }
  #main .movieWrap li a span{
		position: absolute;
		bottom: 0px;
		right: 0px;
		background: #f25151;
		color: #FFF;
		font-size: 1.1rem;
		padding: 4px 12px;
  }



  .furikaeri{
   display: flex;
   justify-content: space-between;
   width: 86%;
   margin: 0 auto 60px auto;
   box-sizing: border-box;
  }
  .furikaeri a{
	 position: relative;
   width: 505px;
   height: auto;
   font-size: 1.5rem;
   font-weight: bold;
   text-align: left;
  }
  .furikaeri a span{
		position: absolute;
		bottom: 0px;
		right: 0px;
		background: #f25151;
		color: #FFF;
		font-size: 1.1rem;
		padding: 4px 12px;
  }
#main .listUl {
  margin-bottom: 45px; }
  #main .listUl li {
    float: left;
    position: relative;
    width: 492px; }
    #main .listUl li:first-child {
      margin-right: -77px;
      z-index: 100; }
    #main .listUl li:nth-child(2) {
      width: auto;
      margin-left: 15px; }
      #main .listUl li:nth-child(2) img {
        height: 360px; }
    #main .listUl li:last-child {
      width: 400px; }
    #main .listUl li .txtBox {
      padding-left: 30px;
      color: #fff;
      position: absolute;
      left: 0;
      bottom: 20px;
      width: 100%;
      box-sizing: border-box;
      text-align: center; }
    #main .listUl li:nth-child(2) .txtBox {
      padding-left: 50px; }
    #main .listUl li .txtBox .jp {
      display: block;
      font-size: 2.1rem;
      text-shadow: 4px 4px 2px #000;
      letter-spacing: 4px; }
    #main .listUl li .txtBox .more a {
      color: #fff;
      font-size: 1.8rem;
      text-shadow: 4px 4px 2px #000;
      letter-spacing: 3px; }
      #main .listUl li .txtBox .more a:before {
        bottom: -6px;
        width: 86px;
        margin-right: -43px; }
      #main .listUl li .txtBox .more a:hover:before {
        margin-right: -30px;
        width: 60px; }
    #main .listUl li .linkTxt {
      position: absolute;
      left: 160px;
      top: 50%;
      padding-top: 11px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #fff;
      font-weight: bold;
      font-size: 2.8rem;
      letter-spacing: 6px; }
#main .construction {
  margin-bottom: 67px;
  position: relative; }
  #main .construction .xuan {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    user-select: none;
    pointer-events: none;
    z-index: 600; }
    #main .construction .xuan .slide_img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  #main .construction .txtBox {
    position: absolute;
    right: 60px;
    top: 64px;
    width: 644px; }
    #main .construction .txtBox .ttl {
      margin-bottom: 22px;
      display: block;
      font-weight: normal;
      text-align: center;
      letter-spacing: 1px; }
      #main .construction .txtBox .ttl .en {
        font-size: 5.0rem;
        color: #fff;
        display: block; }
      #main .construction .txtBox .ttl .jp {
        margin-top: -7px;
        font-size: 2.4rem;
        color: #fff;
        display: block; }
    #main .construction .txtBox .txt {
      display: block;
      margin-bottom: 32px;
      color: #fff;
      font-size: 1.8rem;
      letter-spacing: 2px;
      line-height: 1.72; }
    #main .construction .txtBox .more {
      display: block;
      text-align: right;
      margin-right: 34px; }
      #main .construction .txtBox .more a {
        color: #fff; }
        #main .construction .txtBox .more a:before {
          margin: 0;
          right: 0;
          border-bottom: 1px solid #fff; }
        #main .construction .txtBox .more a:hover:before {
          margin: 0;
          right: 5px; }
#main .womenBox {
  margin: 0 90px 89px; }
  #main .womenBox .infoBox {
    position: relative; }
    #main .womenBox .infoBox .txtP {
      position: absolute;
      left: 410px;
      top: 24px;
      font-weight: bold;
      color: #FF4844;
      font-size: 2.53rem; }
    #main .womenBox .infoBox .link {
      position: absolute;
      left: 500px;
      bottom: 44px;
      width: 300px;
      transform: skewX(30deg); }
      #main .womenBox .infoBox .link a {
        padding: 20px 10px 20px 10px;
        color: #fff;
        font-size: 2.0rem;
        font-weight: bold;
        display: block;
        text-align: center;
        background-color: #ff4844;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -O-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        transform: skewX(-30deg); }
        #main .womenBox .infoBox .link a:hover {
          opacity: 0.7; }
  #main .womenBox .rightTxt {
    padding: 6px 14px 0 0;
    color: #FF4844;
    font-weight: bold;
    font-size: 1.86rem;
    text-align: right; }
#main .ulList {
  margin: 0 91px; }
  #main .ulList li {
    float: left;
    width: 450px; }
    #main .ulList li:last-child {
      float: right; }
    #main .ulList li .ttl {
      margin-bottom: 17px;
      padding: 31px 0 28px;
      font-size: 1.8rem;
      letter-spacing: 2px;
      text-align: center;
      border-top: 2px solid #f3a1af;
      border-bottom: 2px solid #f3a1af; }
    #main .ulList li .photo {
      margin-bottom: 20px;
      text-align: center; }
    #main .ulList li a {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -O-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #main .ulList li a:hover {
        opacity: 0.7; }
    #main .ulList li .time {
      margin: 0 0 23px 7px;
      letter-spacing: 1px;
      text-align: center; }
    #main .ulList li .more {
      text-align: center; }
#main .contributionLink {
  margin: 10px auto;
  text-align: center; }

@media all and (max-width: 767px) {
  .mainVisual {
    /*
    .videoBox {
      display: none;
    }
    */ }
    .mainVisual .imgList {
      left: 0;
      top: 0;
      width: 100%;
      z-index: 10; }
      .mainVisual .imgList li {
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .mainVisual .imgList .bg01 {
        background-image: url(../img/index/sp_main_img01_5.jpg); }
      .mainVisual .imgList .bg02 {
        background-image: url(../img/index/sp_main_img02_5.jpg); }
      .mainVisual .imgList .bg03 {
        background-image: url(../img/index/sp_main_img03_5.jpg); }
      .mainVisual .imgList .bg04 {
        background-image: url(../img/index/sp_main_img04_6.jpg); }
      .mainVisual .imgList li img {
        width: 100%;
        height: auto;
        display: none; }
    .mainVisual h2 {
      font-size: 1.62rem;
      letter-spacing: 2.5px;
      z-index: 100; }
    .mainVisual .txt {
      display: none; }

  #main .newsBox {
    margin: 0 6px 50px;
    padding: 18px 0 0; }
    #main .newsBox .rBox {
      float: none;
      width: auto; }
    #main .newsBox .newsDl {
      margin: 0 0 2px; }
      #main .newsBox .newsDl dt {
        margin-bottom: -1px;
        float: none;
        padding: 0;
        font-size: 1.0rem;
        letter-spacing: 1px; }
      #main .newsBox .newsDl dd {
        margin-bottom: 6px;
        padding: 0 0 6px 0;
        letter-spacing: 2px; }
        #main .newsBox .newsDl dd:last-child {
          border-bottom: none;
          margin-bottom: 0;
          padding-bottom: 0; }
        #main .newsBox .newsDl dd a {
          display: block; }
    #main .newsBox .more {
      padding-right: 5px; }
      #main .newsBox .more a:before, #main .newsBox .more a:hover:before {
        right: -4px;
        margin: 0; }
  #main .topTxt {
    margin-bottom: 42px;
    max-width: inherit;
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0px;
    text-align: center; }
    #main .topTxt .txtSpan02 {
      text-align: center; }
  #main .topTxt2 {
    width: 86%;
    font-size: 1.4rem; }
  #main .movieWrap {
   display: block;
    width: 90%;
    margin: 0 auto 100px auto; }
    #main .movieWrap li {
      width: 100%;
      height: auto; 
			margin: 0 0 10px 0;}
      .furikaeri{
       display: block;
      }
      .furikaeri a{
			 display: block;
				width: 100%;
       font-size: 1.4rem;
       font-weight: normal;
			margin: 0 0 10px 0;
      }
			.furikaeri a img{
				width: 100%;
				height: auto;
			}
		.furikaeri a span{
			bottom: 35px;
		}
  #main .listUl {
    margin-bottom: 12px; }
    #main .listUl img {
      width: 100%; }
    #main .listUl li {
      width: 100%; }
      #main .listUl li:first-child {
        margin-right: 0; }
      #main .listUl li:nth-child(2) {
        width: 50%;
        margin: 0px; }
        #main .listUl li:nth-child(2) img {
          height: auto; }
      #main .listUl li:last-child {
        width: 50%; }
      #main .listUl li .txtBox {
        padding-left: 0;
        left: 0;
        bottom: 15px; }
      #main .listUl li:nth-child(2) .txtBox {
        padding-left: 0; }
      #main .listUl li .txtBox .jp {
        display: block;
        margin-bottom: -4px;
        font-size: 1.2rem;
        text-shadow: 4px 4px 2px #000;
        letter-spacing: 2px; }
      #main .listUl li .txtBox .more a {
        font-size: 1.2rem;
        text-shadow: 4px 4px 2px #000;
        letter-spacing: 1px; }
        #main .listUl li .txtBox .more a:before {
          bottom: -2px;
          width: 46px;
          margin-right: -23px; }
        #main .listUl li .txtBox .more a:hover:before {
          margin-right: -23px;
          width: 46px; }
      #main .listUl li .linkTxt {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        text-align: center;
        padding-top: 0;
        font-size: 1.4rem;
        letter-spacing: 2px; }
  #main .construction {
    margin-bottom: 60px; }
    #main .construction .txtBox {
      right: 0;
      top: 18px;
      width: 100%;
      padding: 0 10px;
      box-sizing: border-box; }
      #main .construction .txtBox .ttl {
        margin-bottom: 12px;
        letter-spacing: 0px; }
        #main .construction .txtBox .ttl .en {
          font-size: 2.0rem; }
        #main .construction .txtBox .ttl .jp {
          margin-top: -3px;
          font-size: 1.2rem; }
      #main .construction .txtBox .txt {
        margin-bottom: 6px;
        font-size: 1.2rem;
        letter-spacing: 0px;
        line-height: 1.4;
        text-align: center; }
      #main .construction .txtBox .more {
        margin-right: 8px; }
        #main .construction .txtBox .more a {
          letter-spacing: 1.5px; }
          #main .construction .txtBox .more a:before {
            margin: 0;
            right: 0;
            width: 40px;
            border-bottom: 1px solid #fff; }
          #main .construction .txtBox .more a:hover:before {
            margin: 0;
            right: 0px;
            width: 40px; }
    #main .construction img {
      width: 100%; }
  #main .womenBox {
    margin: 0 5px 60px; }
    #main .womenBox img {
      width: 100%; }
    #main .womenBox .infoBox .txtP {
      left: auto;
      right: 6px;
      top: 17px;
      font-size: 1.4rem;
      line-height: 1.35; }
    #main .womenBox .infoBox .link {
      position: absolute;
      left: auto;
      right: 9px;
      bottom: 11px;
      width: 100px; }
      #main .womenBox .infoBox .link a {
        padding: 4px 0;
        font-size: 1.0rem;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -O-transition: none;
        transition: none; }
    #main .womenBox .rightTxt {
      padding: 4px 14px 0 0;
      font-size: 0.93rem;
      text-align: center; }
  #main .ulList {
    margin: 0 6px; }
    #main .ulList li {
      margin-bottom: 30px;
      float: none;
      width: 100%; }
      #main .ulList li:last-child {
        margin: 0;
        float: none; }
      #main .ulList li .ttl {
        margin-bottom: 6px;
        padding: 14px 0 11px;
        font-size: 1.4rem; }
      #main .ulList li .photo {
        margin-bottom: 13px; }
        #main .ulList li .photo img {
          width: 70%;
          height: auto;
          margin: auto; }
      #main .ulList li .time {
        margin: 0 0 7px 2px; } }
@media screen and (orientation: landscape) {
  /* 横向きの場合のスタイル */
  .mainVisual {
    /*
    .videoBox {
      display: none;
    }
    */ }
    .mainVisual .imgList {
      left: 0;
      top: 0;
      width: 100%;
      z-index: 10; }
      .mainVisual .imgList li {
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .mainVisual .imgList .bg01 {
        background-image: url(../img/index/sp_main_img01_land.jpg); }
      .mainVisual .imgList .bg02 {
        background-image: url(../img/index/sp_main_img02_land.jpg); }
      .mainVisual .imgList .bg03 {
        background-image: url(../img/index/sp_main_img03_land.jpg); }
      .mainVisual .imgList .bg04 {
        background-image: url(../img/index/sp_main_img04_land_6.jpg); } }
@media all and (-ms-high-contrast: none) {
  #main .womenBox .infoBox .link a {
    padding: 10px 0 7px; } }
