@charset "UTF-8";
@import url("https://use.typekit.net/cxz4drf.css");
@import url("https://use.typekit.net/cxz4drf.css");
@import url("https://use.typekit.net/cxz4drf.css");
@import url("https://use.typekit.net/cxz4drf.css");
@import url("https://use.typekit.net/cxz4drf.css");
.s_main {
  width: 100%;
  background: url("../img/main_bg7@2x.jpg") no-repeat center center/cover;
  position: relative;
}
.s_main .story_list {
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
}
.s_main .slick-prev {
  display: none !important;
}
.s_main .story {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  outline: none;
  overflow: hidden;
  position: relative;
}
.s_main .story p {
  position: absolute;
  text-align: left;
  top: 50%;
}
.s_main .story .comment {
  display: block;
  color: #fff;
  font-family: 'A1ゴシック R', 'A1 Gothic R';
  font-weight: 400;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 3rem;
  line-height: 1.67;
  text-align: left;
}
.s_main .story .comment .anim {
  display: inline-block;
  position: relative;
}
.s_main .story .comment .anim:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.1em;
  bottom: 0.1em;
  left: -1px;
  right: -1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.5s ease-out;
          transition: transform 0.5s ease-out;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  z-index: 1;
}
.s_main .story .comment .anim.start:after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.s_main .story .comment .anim.end:after {
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
.s_main .story .comment .anim .txt {
  opacity: 0;
}
.s_main .story .comment .anim.end .txt {
  opacity: 1;
}
.s_main .story .tag {
  margin-top: 15px;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  padding-left: 100px;
  position: relative;
}
.s_main .story .tag:before {
  content: '';
  width: 88px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.5s ease-out;
          transition: transform 0.5s ease-out;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.s_main .story .tag.start:before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.s_main .story .tag .txt {
  opacity: 0;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
.s_main .story .tag.end .txt {
  opacity: 1;
}
.s_main .story1 {
  background: url("../img/main_bg4@2x.jpg") no-repeat center center/cover;
}
.s_main .story2 {
  background: url("../img/main_bg5@2x.jpg") no-repeat center center/cover;
}
.s_main .story3 {
  background: url("../img/main_bg3@2x.jpg") no-repeat center center/cover;
}
.s_main .story4 {
  background: url("../img/main_bg1@2x.jpg") no-repeat center center/cover;
}
.s_main .story5 {
  background: url("../img/main_bg6@2x.jpg") no-repeat center center/cover;
}
.s_main .story1 p {
  left: 13%;
  margin-top: -5.01rem;
}
.s_main .story2 p {
  right: 13%;
  margin-top: -7.52rem;
}
.s_main .story3 p {
  right: 13%;
  margin-top: -5.01rem;
}
.s_main .story4 p {
  left: 13%;
  margin-top: -7.52rem;
}
.s_main .story5 p {
  left: 13%;
  margin-top: -7.52rem;
}
.s_main .story6 p {
  left: 0;
  text-align: center;
  margin-top: -1.57em;
  color: #fff;
  font-family: 'A1ゴシック L', 'A1 Gothic L';
  font-weight: 300;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 3.5rem;
  line-height: 1.57;
  width: 100%;
  opacity: 0;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
.s_main .story6 p.start {
  opacity: 1;
}
.s_main .story7 {
  background: rgba(244, 244, 244, 0.4);
}
.s_main .story7:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/main_bg8@2x.jpg") no-repeat center center/cover;
  opacity: 1;
  top: 0;
  left: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.s_main .story7 .logo {
  position: absolute;
  width: 197px;
  height: auto;
  top: 50%;
  left: 50%;
  margin-left: 100px;
  margin-top: -114px;
  z-index: 1;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.s_main .story7 p {
  left: 50%;
  margin-top: -9.12rem;
  margin-left: -300px;
  z-index: 1;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.s_main .story7 .comment2 {
  color: #333;
  font-family: 'A1ゴシック M ', 'A1 Gothic M';
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  text-align: left;
  font-size: 3.8rem;
  line-height: 1.6;
}
.s_main .story7 .comment2 .anim {
  display: inline-block;
  position: relative;
}
.s_main .story7 .comment2 .anim:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.1em;
  bottom: 0.1em;
  left: -1px;
  right: -1px;
  background: #ef8565;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.5s ease-out;
          transition: transform 0.5s ease-out;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  z-index: 1;
}
.s_main .story7 .comment2 .anim.start:after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.s_main .story7 .comment2 .anim.end:after {
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
.s_main .story7 .comment2 .anim .txt {
  opacity: 0;
}
.s_main .story7 .comment2 .anim.end .txt {
  opacity: 1;
}
.s_main .story7 .tag {
  margin-top: 20px;
  color: #ef8565;
}
.s_main .story7 .tag:before {
  background: #ef8565;
}
.s_main .slick-next {
  position: absolute;
  left: 50%;
  bottom: 48px;
  width: 50px;
  height: 74px;
  margin-left: -25px;
  background: url("../img/main_scroll.png") no-repeat 0 0/50px 40px;
  text-decoration: none;
  z-index: 2;
  border: none;
  outline: none;
  text-indent: -9999px;
  overflow: hidden;
}
.s_main .slick-next:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 24px;
  background: url("../img/main_scroll_arr.png") no-repeat 0 0/50px 24px;
}
.s_main .slick-dots {
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -75px;
  color: #fff;
  width: 10px;
  text-align: center;
  z-index: 2;
}
.s_main .slick-dots li {
  margin: 0 auto;
  height: 10px;
}
.s_main .slick-dots li + li {
  margin: 10px auto 0;
}
.s_main .slick-dots button {
  width: 10px;
  height: 10px;
  border: none;
  outline: none;
  border-radius: 50%;
  overflow: hidden;
  font-size: 10px;
  text-indent: -9999px;
  cursor: pointer;
  background: #fff;
  vertical-align: top;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
.s_main .slick-dots .slick-active button {
  cursor: default;
  background: #ee8b5d;
}
.s_main .slick-dots li:not(.slick-active) button:hover {
  opacity: 0.6;
}
.s_main .slick-counter {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 30px;
  margin-top: 85px;
  font-family: 'interstate-condensed', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}
.s_main nav {
  position: absolute;
  left: 50%;
  margin-left: -520px;
  width: 1040px;
  max-width: 100%;
  z-index: 1;
  bottom: -90px;
  opacity: 0;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
.s_main nav.on {
  bottom: -70px;
  opacity: 1;
}
.s_main nav ul {
  display: table;
  width: 100%;
}
.s_main nav li {
  display: table-cell;
  vertical-align: top;
}
.s_main nav .nav1,
.s_main nav .nav2,
.s_main nav .nav3 {
  background: #9dd1b5;
}
.s_main nav .nav4 {
  background: #e85533;
}
.s_main nav .nav1 {
  padding-left: 40px;
}
.s_main nav .nav3 {
  padding-right: 40px;
}
.s_main nav a {
  text-decoration: none;
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #fff;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
.s_main nav a:not(.coming):hover {
  opacity: 0.6;
}
.s_main nav .nav {
  padding: 0 23px;
  font-size: 1.4rem;
  line-height: 90px;
  height: 90px;
}
.s_main nav .nav:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
  margin-right: 5px;
}
.s_main nav .bnr {
  width: 420px;
  height: 90px;
}
.s_main nav .bnr:before {
  content: '';
  margin-left: -1px;
  width: 1px;
  height: 90px;
  display: inline-block;
  vertical-align: middle;
}
.s_main nav .bnr .txt1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.57;
  text-align: left;
}
.s_main nav .bnr .txt2 {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #ef8871;
  font-size: 2rem;
  height: 33px;
  line-height: 33px;
  padding-left: 20px;
  margin-left: 20px;
}
.s_main nav .bnr .txt2:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
  margin-right: 5px;
}

.story_on .story7:after,
.story_on .story7 .logo, .story_on .story7 p {
  opacity: 0;
}

@media screen and (max-width: 1040px) {
  .s_main nav {
    left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .s_main {
    background: url("../img/main_bg7_sp.jpg") no-repeat center center/cover;
  }
  .s_main .story_list {
    min-height: 568px;
  }
  .s_main .story {
    min-height: 568px;
  }
  .s_main .story .comment {
    font-size: 2rem;
  }
  .s_main .story .tag {
    font-size: 1.2rem;
    padding-left: 78px;
  }
  .s_main .story .tag:before {
    width: 70px;
  }
  .s_main .story1 {
    background: url("../img/main_bg4_sp.jpg") no-repeat center center/cover;
  }
  .s_main .story2 {
    background: url("../img/main_bg5_sp.jpg") no-repeat center center/cover;
  }
  .s_main .story3 {
    background: url("../img/main_bg3_sp.jpg") no-repeat center center/cover;
  }
  .s_main .story4 {
    background: url("../img/main_bg1_sp.jpg") no-repeat center center/cover;
  }
  .s_main .story5 {
    background: url("../img/main_bg6_sp.jpg") no-repeat center center/cover;
  }
  .s_main .story1 p {
    left: 18%;
    top: 25%;
  }
  .s_main .story2 p {
    right: 7%;
    top: 45.2%;
  }
  .s_main .story3 p {
    right: 7%;
    top: 67.8%;
  }
  .s_main .story4 p {
    left: 18%;
    top: 40%;
  }
  .s_main .story5 p {
    left: 22%;
    top: 66.3%;
  }
  .s_main .story6 p {
    left: 0;
    font-size: 2.4rem;
    padding-left: 10px;
    margin-top: -7.54rem;
  }
  .s_main .story7 {
    letter-spacing: -.4em;
  }
  .s_main .story7:before {
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -1px;
  }
  .s_main .story7:after {
    background: url("../img/main_bg8_sp.jpg") no-repeat center center/cover;
  }
  .s_main .story7 .inr {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    width: -webkit-calc( 100% - 1px );
    width: calc( 100% - 1px );
    text-align: center;
  }
  .s_main .story7 .logo {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 22.4vh;
    margin: 0 auto;
  }
  .s_main .story7 p {
    position: relative;
    display: inline-block;
    text-align: left;
    top: 0;
    left: 0;
    margin: 20px auto 0;
    padding-left: 18px;
  }
  .s_main .story7 .tag {
    margin-top: 20px;
  }
  .s_main .story7 .comment2 {
    font-size: 2.7rem;
    line-height: 1.5;
  }
  .s_main .slick-next {
    bottom: 27px;
    height: 62px;
  }
  .s_main .slick-next:after {
    height: 12px;
    background: url("../img/main_scroll_arr.png") no-repeat center 0/25px 12px;
  }
  .s_main .slick-dots {
    left: 19px;
  }
  .s_main .slick-counter {
    left: 9px;
  }
  .s_main nav {
    display: none;
  }
}
.s_news {
  padding: 160px 0 0;
  position: relative;
  letter-spacing: -.4rem;
}
.s_news .ttl_area {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 107px;
  margin-top: -5px;
  text-align: left;
}
.s_news .s_ttl {
  color: #e85533;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 4rem;
}
.s_news .txtlink {
  margin-top: 20px;
  display: inline-block;
  font-size: 1.4rem;
}
.s_news .article_list {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  text-align: left;
  width: 650px;
}
.s_news .article_list a {
  text-decoration: none;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
.s_news .article_list a:not(.coming):hover {
  opacity: 0.6;
}
.s_news .article_list li {
  padding-left: 90px;
  position: relative;
}
.s_news .article_list .date {
  color: #e85533;
  font-size: 1.1rem;
  line-height: 1.27;
  position: absolute;
  left: 0;
  top: 0;
}
.s_news .article_list li + li {
  border-top: 1px solid #dfe5ea;
  padding-top: 20px;
  margin-top: 15px;
}
.s_news .article_list li + li .date {
  top: 20px;
}
.s_news .article_list .ttl {
  font-size: 1.4rem;
  color: #333;
}
.s_news .article_list .cats {
  margin-top: 8px;
  font-size: 1.1rem;
}
.s_news .article_list .cats a {
  display: inline-block;
  color: #c2c2c2;
}
.s_news .article_list .cats a + a {
  margin-left: 10px;
}

@media screen and (max-width: 480px) {
  .s_news {
    padding: 30px 0 0;
    letter-spacing: normal;
  }
  .s_news .ttl_area {
    display: block;
    width: 86.7%;
    margin: -2px auto 0;
  }
  .s_news .s_ttl {
    font-size: 3rem;
    display: inline-block;
    vertical-align: top;
  }
  .s_news .txtlink {
    margin-top: 10px;
    margin-left: 10px;
    vertical-align: top;
    font-size: 1.2rem;
  }
  .s_news .article_list {
    display: block;
    width: 86.7%;
    margin: 20px auto 0;
  }
  .s_news .article_list li {
    padding-left: 80px;
  }
  .s_news .article_list .date {
    font-size: 1rem;
    line-height: 1.8;
  }
  .s_news .article_list li + li {
    padding-top: 15px;
    margin-top: 12px;
  }
  .s_news .article_list li + li .date {
    top: 15px;
  }
  .s_news .article_list li:nth-child(4),
  .s_news .article_list li:nth-child(5) {
    display: none;
  }
  .s_news .article_list .ttl {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.s_twitter {
  width: 100%;
  overflow: hidden;
  padding: 55px 0 0;
}
.s_twitter .inr {
  position: relative;
  width: 550px;
  left: 50%;
  background: rgba(244, 244, 244, 0.95);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 100px 0 130px 150px;
  text-align: left;
}
.s_twitter .s_ttl {
  color: #55acee;
}
.s_twitter .s_ttl .ja {
  display: block;
  font-family: 'A1ゴシック R', 'A1 Gothic R';
  font-weight: 400;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2rem;
}
.s_twitter .s_ttl .ja strong {
  font-family: 'A1ゴシック M ', 'A1 Gothic M';
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
}
.s_twitter .s_ttl .en {
  display: block;
  margin-top: 45px;
  padding-left: 50px;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 4rem;
  position: relative;
}
.s_twitter .s_ttl .en:before {
  content: '';
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  margin-top: -21px;
  left: 0;
  background-image: url("../img/ico_share_tw.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 42px 42px;
}
.s_twitter .s_lead {
  margin-top: 35px;
  font-size: 1.6rem;
  line-height: 2.25;
}
.s_twitter .timeline {
  position: absolute;
  left: -514px;
  top: 75px;
  border: 1px solid #e1e9ed;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .s_twitter {
    padding: 34px 0 330px;
  }
  .s_twitter .inr {
    position: relative;
    width: 86.7%;
    left: auto;
    margin: 0 0 0 13.3%;
    padding: 46px 12.3% 95px 12.3%;
  }
  .s_twitter .s_ttl .ja {
    font-size: 1.6rem;
  }
  .s_twitter .s_ttl .en {
    margin-top: 16px;
    padding-left: 40px;
    font-size: 3rem;
  }
  .s_twitter .s_ttl .en:before {
    width: 33px;
    height: 33px;
    margin-top: -16px;
    background-size: 33px 33px;
  }
  .s_twitter .s_lead {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .s_twitter .s_lead br {
    display: none;
  }
  .s_twitter .timeline {
    left: -7.7%;
    top: auto;
    bottom: -330px;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .s_twitter .timeline iframe {
    width: 100%;
    height: 400px;
  }
}
.s_what {
  padding: 125px 0 0;
  width: 100%;
  overflow: hidden;
}
.s_what .en {
  position: relative;
  background: #e85533;
  color: #fff;
  text-align: left;
  width: -webkit-calc( 50% + 73px );
  width: calc( 50% + 73px );
  height: 540px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 120px 10px 0 -webkit-calc( 50% - 512px );
  padding: 120px 10px 0 calc( 50% - 512px );
  text-align: left;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 2rem;
  line-height: 1.75;
  left: 0;
}
.s_what .ja {
  margin: -298px 0 0 -webkit-calc( 50% - 226px );
  margin: -298px 0 0 calc( 50% - 226px );
  position: relative;
  width: -webkit-calc( 50% + 226px );
  width: calc( 50% + 226px );
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 110px 0 120px 128px;
  background: rgba(244, 244, 244, 0.95);
  text-align: left;
}
.s_what .s_lead {
  font-size: 1.6rem;
  line-height: 2.25;
}
.s_what .s_ttl {
  margin-top: 20px;
  font-family: 'A1ゴシック R', 'A1 Gothic R';
  font-weight: 400;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2.5rem;
  line-height: 1.8;
}
.s_what .btn {
  margin-top: 45px;
  display: inline-block;
  background: #0096d2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  height: 70px;
  border-radius: 35px;
  line-height: 70px;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  width: 300px;
}
.s_what .btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
  margin-right: 12px;
}
.s_what .btn[target="_blank"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 100%;
  background: url("../img/ico_blank_wh.svg") no-repeat left center/13px 10px;
  margin-left: 5px;
}
.s_what .btn:not(.coming):hover {
  opacity: 0.6;
}
.s_what .img1,
.s_what .img2 {
  position: absolute;
  height: auto;
}
.s_what .img1 {
  width: 206px;
  top: -50px;
  left: 572px;
}
.s_what .img2 {
  width: 359px;
  top: 298px;
  left: -359px;
}

@media screen and (max-width: 480px) {
  .s_what {
    padding: 38px 0 79px;
  }
  .s_what .en {
    width: 88%;
    height: 180px;
    padding: 60px 10px 0 8.3%;
    font-size: 1.4rem;
  }
  .s_what .ja {
    margin: -39px 0 0 6.7%;
    width: 93.3%;
    padding: 65px 11.4% 83px 11.4%;
  }
  .s_what .s_lead {
    font-size: 1.4rem;
    line-height: 2.14;
  }
  .s_what .s_ttl {
    margin-top: 10px;
    font-size: 2.2rem;
    margin-right: -1em;
  }
  .s_what .btn {
    margin-top: 25px;
    display: inline-block;
    background: #0096d2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-transition-duration: .25s;
            transition-duration: .25s;
    width: 100%;
    max-width: 270px;
  }
  .s_what .btn:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 100%;
    background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
    margin-right: 10px;
  }
  .s_what .btn:not(.coming):hover {
    opacity: 0.6;
  }
  .s_what .img1 {
    width: 111px;
    top: 30px;
    left: auto;
    right: -32px;
  }
  .s_what .img2 {
    width: 240px;
    top: auto;
    bottom: -78px;
    left: -62px;
  }
}
.s_about {
  padding: 205px 0 126px;
}
.s_about .copy {
  width: 960px;
  margin: 0 auto;
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 395px;
}
.s_about .copy img {
  width: 222px;
  height: auto;
  position: absolute;
  top: -120px;
  left: 52px;
}
.s_about .copy p {
  font-size: 1.6rem;
  line-height: 2.25;
  text-align: left;
}
.s_about .movie {
  margin: 85px auto 0;
  width: 540px;
  position: relative;
}
.s_about .movie a {
  display: block;
  width: 540px;
  overflow: hidden;
}
.s_about .movie a:before, .s_about .movie a:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}
.s_about .movie a:before {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #e85533;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
.s_about .movie a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 18px;
  border-color: transparent transparent transparent #fff;
  margin-top: -13px;
  margin-left: -6px;
}
.s_about .movie a:hover:before {
  opacity: 0.6;
}
.s_about .movie img {
  width: 100%;
  height: auto;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  position: relative;
}
.s_about .movie a:hover img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.s_about .movie .ttl {
  position: absolute;
  right: -55px;
  bottom: -40px;
  color: #e85533;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 3rem;
  line-height: 1.17;
  text-align: left;
}
.s_about .movie .ttl .time {
  display: block;
  font-size: 1.5rem;
}

@media screen and (max-width: 480px) {
  .s_about {
    padding: 60px 0 50px;
  }
  .s_about .copy {
    width: auto;
    padding-left: 0;
  }
  .s_about .copy img {
    display: block;
    position: relative;
    width: 150px;
    top: 0;
    left: auto;
    margin: 0 auto;
  }
  .s_about .copy p {
    margin-top: 35px;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2.14;
  }
  .s_about .movie {
    margin: 40px auto 0;
    width: 74.7%;
  }
  .s_about .movie a {
    width: 100%;
  }
  .s_about .movie a:before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
  }
  .s_about .movie a:after {
    border-width: 9px 0 9px 12px;
    margin-top: -9px;
    margin-left: -4px;
  }
  .s_about .movie .ttl {
    right: -28px;
    bottom: -52px;
    font-size: 2.4rem;
  }
  .s_about .movie .ttl .time {
    font-size: 1.2rem;
  }
}
#modal_movie .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 960px;
  height: 540px;
  margin-top: -270px;
  margin-left: -480px;
}

@media screen and (max-width: 480px) {
  #modal_movie {
    letter-spacing: -.4em;
  }
  #modal_movie:before {
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -1px;
  }
  #modal_movie .wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    width: 90%;
    height: auto;
    margin: 0;
    top: 0;
    left: 0;
  }
  #modal_movie .wrap:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  #modal_movie .wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.s_apply {
  padding: 180px 0 100px;
  position: relative;
}
.s_apply .s_ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-calc( 50% - 95px );
  width: calc( 50% - 95px );
  height: 970px;
  background: #e85533;
  color: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 110px 0 0 -webkit-calc( 50% - 530px );
  padding: 110px 0 0 calc( 50% - 530px );
  text-align: left;
}
.s_apply .s_ttl .en {
  display: block;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 3.6rem;
  line-height: 1.39;
}
.s_apply .s_ttl .ja {
  margin-top: 55px;
  display: block;
  font-family: 'A1ゴシック R', 'A1 Gothic R';
  font-weight: 400;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
.s_apply .s_lead {
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 50%;
  text-align: left;
}
.s_apply .apply {
  position: relative;
  background: rgba(244, 244, 244, 0.95);
  width: 93.3%;
  max-width: 1060px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 115px 0;
  letter-spacing: -.4em;
}
.s_apply .apply .inr {
  width: 700px;
  margin: 0 auto;
}
.s_apply .apply .ttl {
  color: #e85533;
  font-family: 'A1ゴシック M ', 'A1 Gothic M';
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 3rem;
}
.s_apply .apply .lead {
  margin-top: 60px;
  font-size: 1.6rem;
  line-height: 2;
}
.s_apply .apply .bar {
  margin-top: 45px;
  background: #9dd1b5;
  color: #fff;
  padding: 10px 0;
  font-size: 1.4rem;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
}
.s_apply .apply .ft {
  letter-spacing: normal;
}
/*add--*/
.s_apply .apply .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s_apply .apply .row .kikaku{
  margin: 3rem 0 1rem;
  width: 49%;
}
.s_apply .apply .row .partner{
  margin: 3rem 0 1rem;
  width: 49%;
}
.s_apply .apply .row .pdf_list{
  margin: 2rem 0 0;
  display: flex;
  width: 48%;
}
.s_apply .apply .row .pdf_list a{
  width: 160px;
}
.s_apply .apply .row .btn{
  height: 56px;
  line-height: 56px;
  margin: 20px auto 0;
  width: 100%;
  max-width: 160px;
}
.s_apply .apply .row .row-item{
  width: 48%;
  margin-top: 2.2rem;
  display: flex;
  flex-direction: column;
}
.s_apply .apply .row .row-item small{
  display: block;
  font-size: 70%;
  margin: 5px 0 0;
}
.s_apply .apply .row .row-item h5{
  margin: 0 0 1.5rem;
}
.s_apply .apply .row .row-item a{
  margin-top: auto;
}

@media screen and (max-width: 480px){
  .s_apply .apply .row .kikaku{
    width: 100%;
  }
  .s_apply .apply .row .partner{
    width: 100%;
  }
  .s_apply .apply .row .pdf_list{
    width: 100%;
    flex-wrap: wrap;
  }
  .s_apply .apply .row .pdf_list a{
    width: auto;
    margin: auto;
  }
  .s_apply .apply .row .row-item{
    width: 100%;
  }
}


/*--add*/
.s_apply .apply .pdf_list {
  margin: 35px auto 0;
  letter-spacing: -.4rem;
}
.s_apply .apply .pdf_list li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 7px;
}
.s_apply .apply .pdf_list a {
  display: block;
  height: 44px;
  border-radius: 22px;
  line-height: 44px;
  color: #727171;
  background: #fff;
  width: 180px;
  text-decoration: none;
  position: relative;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
.s_apply .apply .pdf_list a:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 100%;
  background: url("../img/ico_pdf_re.svg") no-repeat left center/24px 13px;
  margin-left: 6px;
}
.s_apply .apply .pdf_list a:not(.coming):hover {
  opacity: 0.6;
}
.s_apply .apply .btn {
  margin-top: 24px;
  display: inline-block;
  background: #0096d2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  height: 70px;
  border-radius: 35px;
  line-height: 70px;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  width: 300px;
}
.s_apply .apply .btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
  margin-right: 12px;
}
.s_apply .apply .btn[target="_blank"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 100%;
  background: url("../img/ico_blank_wh.svg") no-repeat left center/13px 10px;
  margin-left: 5px;
}
.s_apply .apply .btn:not(.coming):hover {
  opacity: 0.6;
}
.s_apply .apply .term {
  margin-top: 30px;
}
.s_apply .apply .term .label {
  font-size: 1.2rem;
  line-height: 1.5;
}
.s_apply .apply .term .label span {
  display: inline-block;
  margin-right: 10px;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px){
  .s_apply .apply .term .label span {
    display: block;
  }
}
.s_apply .apply .term ul {
  margin-top: 15px;
}
.s_apply .apply .term li {
  display: inline;
  font-size: 1.4rem;
}
.s_apply .apply .term li + li:before {
  content: '　／　';
}
.s_apply .apply .txtlink {
  display: inline-block;
  font-size: 1.4rem;
}
.s_apply .apply1 {
  margin: 60px auto 0;
}
.s_apply .apply1 .hd1 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  text-align: left;
  width: 50%;
}
.s_apply .apply1 .hd2 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 50%;
  padding-left: -webkit-calc( 50% - 250px );
  padding-left: calc( 50% - 250px );
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: -15px;
  padding-bottom: 25px;
  position: relative;
}
.s_apply .apply1 .hd2 .subttl {
  margin-bottom: 30px;
  color: #e85533;
  font-family: 'A1ゴシック M ', 'A1 Gothic M';
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
.s_apply .apply1 .txtlink {
  margin-top: 25px;
}
.s_apply .apply1 .slider {
  position: relative;
  text-align: left;
  background: #fff;
}
.s_apply .apply1 .slider:after {
  content: '';
  display: block;
  position: absolute;
  left: 9px;
  top: -15px;
  width: 30px;
  height: 44px;
  background: url("../img/apply_prize.png") no-repeat 0 0/30px 44px;
}
.s_apply .apply1 .archive {
  width: 250px;
  float: left;
  padding: 0 0 20px;
  outline: none !important;
}
.s_apply .apply1 .archive img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.s_apply .apply1 .archive .archive_ttl {
  padding: 0 20px;
  color: #e85533;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
.s_apply .apply1 .archive .note {
  margin-top: 5px;
  padding: 0 20px;
  color: #e85533;
  font-size: 1.1rem;
  line-height: 1.5;
}
.s_apply .apply1 .archive .txt {
  margin-top: 6px;
  padding: 0 20px;
  font-size: 1.2rem;
  line-height: 1.75;
}
.s_apply .apply1 .slick-list {
  width: 250px;
  overflow: hidden;
}
.s_apply .apply1 .slick-arrow {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  border: none;
  background-color: #0096d2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5px 8px;
  top: 163px;
  outline: none !important;
  cursor: pointer;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
.s_apply .apply1 .slick-arrow.slick-disabled {
  background-color: #e1e1e1;
  cursor: default;
}
.s_apply .apply1 .slick-arrow:not(.slick-disabled):hover {
  opacity: 0.6;
}
.s_apply .apply1 .slick-prev {
  left: -36px;
  background-image: url("../img/arr1_prev_wh.svg");
}
.s_apply .apply1 .slick-next {
  right: -36px;
  background-image: url("../img/arr1_wh.svg");
}
.s_apply .apply1 .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
  height: 10px;
  display: block;
}
.s_apply .apply1 .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.s_apply .apply1 .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  background: #9a9a9a;
  border: none;
  outline: none !important;
  cursor: pointer;
  padding: 0 !important;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
.s_apply .apply1 .slick-dots .slick-active button {
  background: #e85533;
  cursor: default;
}
.s_apply .apply1 .slick-dots li:not(.slick-active) button:hover {
  opacity: 0.6;
}
.s_apply .apply2 {
  margin: 15px auto 0;
}
.s_apply .apply2 .hd {
  text-align: left;
}
.s_apply .apply2 .lead {
  display: inline-block;
  vertical-align: top;
  width: 344px;
  letter-spacing: normal;
}
.s_apply .apply2 .list {
  margin-left: 26px;
  margin-top: 60px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 320px;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.75;
}
.s_apply .apply2 .txtlink {
  margin-top: 25px;
}

@media screen and (max-width: 1136px) {
  .s_apply .s_ttl {
    padding: 110px 0 0 3.35%;
  }
}
@media screen and (max-width: 480px) {
  .s_apply {
    padding: 60px 0;
  }
  .s_apply .s_ttl {
    position: relative;
    top: 0;
    width: 86.7%;
    height: auto;
    padding: 42px 10px 45px 11.5%;
  }
  .s_apply .s_ttl .en {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .s_apply .s_ttl .ja {
    margin-top: 18px;
  }
  .s_apply .s_lead {
    margin-top: 25px;
    font-size: 1.4rem;
    padding: 0 4% 0 13.3%;
  }
  .s_apply .apply {
    padding: 48px 7.1%;
    letter-spacing: normal;
  }
  .s_apply .apply .inr {
    width: auto;
  }
  .s_apply .apply .ttl {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.46;
  }
  .s_apply .apply .lead {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .s_apply .apply .bar {
    margin-top: 28px;
    padding: 8px 0;
    font-size: 1.2rem;
  }
  .s_apply .apply .pdf_list {
    margin: 20px auto -10px;
  }
  .s_apply .apply .pdf_list li {
    margin: 0 4px 10px;
    width: 44%;
  }
  .s_apply .apply .pdf_list a {
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    width: 100%;
    max-width: 140px;
    font-size: 1.2rem;
  }
  .s_apply .apply .btn {
    margin-top: 24px;
    display: inline-block;
    background: #0096d2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-transition-duration: .25s;
            transition-duration: .25s;
    width: 100%;
    max-width: 270px;
  }
  .s_apply .apply .btn:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 100%;
    background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
    margin-right: 10px;
  }
  .s_apply .apply .btn:not(.coming):hover {
    opacity: 0.6;
  }
  .s_apply .apply .term {
    margin-top: 28px;
  }
  /* .s_apply .apply .term .label {
    font-size: 1rem;
  } */
  .s_apply .apply .term ul {
    margin-top: 14px;
    display: inline-block;
    text-align: left;
  }
  .s_apply .apply .term li {
    display: block;
    font-size: 1.3rem;
  }
  .s_apply .apply .term li + li {
    margin-top: 10px;
  }
  .s_apply .apply .term li + li:before {
    content: '';
  }
  .s_apply .apply .txtlink {
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .s_apply .apply .txtlink[target="_blank"]:after {
    height: 1.5em;
  }
  .s_apply .apply1 {
    margin: 30px auto 0;
  }
  .s_apply .apply1 .hd1 {
    display: block;
    width: auto;
  }
  .s_apply .apply1 .hd2 {
    display: block;
    width: 250px;
    padding-left: 0;
    margin: 35px auto 0;
  }
  .s_apply .apply1 .hd2 .subttl {
    margin-bottom: 28px;
  }
  .s_apply .apply1 .txtlink {
    margin-top: 10px;
    text-align: center;
  }
  .s_apply .apply2 {
    margin: 10px auto 0;
  }
  .s_apply .apply2 .lead {
    display: block;
    width: auto;
  }
  .s_apply .apply2 .list {
    margin-left: 0;
    margin-top: 15px;
    display: block;
    width: auto;
    font-size: 1.3rem;
  }
  .s_apply .apply2 .txtlink {
    margin-top: 20px;
  }
}
.s_action {
  background: #9dd1b5;
  margin-left: -webkit-calc( 50% - 387px );
  margin-left: calc( 50% - 387px );
  padding: 90px 0 100px;
}
.s_action .hd {
  text-align: left;
  color: #fff;
  margin-left: 120px;
}
.s_action .hd .btn {
  margin-top: 20px;
  display: inline-block;
  background: #fff;
  color: #0096d2;
  text-align: center;
  text-decoration: none;
  height: 70px;
  border-radius: 35px;
  line-height: 70px;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  width: 300px;
}
.s_action .hd .btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_lb.svg") no-repeat left center/6px 10px;
  margin-right: 12px;
}
.s_action .hd .btn[target="_blank"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 100%;
  background: url("../img/ico_blank_lb.svg") no-repeat left center/13px 10px;
  margin-left: 5px;
}
.s_action .hd .btn:not(.coming):hover {
  opacity: 0.6;
}
.s_action .s_ttl .en {
  display: block;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 4rem;
  line-height: 1.38;
}
.s_action .s_ttl .ja {
  margin-top: 35px;
  display: block;
  font-family: 'A1ゴシック M ', 'A1 Gothic M';
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
.s_action .s_lead {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2.25;
}
.s_action .action_list {
  display: table;
  border-collapse: separate;
  border-spacing: 50px 0;
  margin: 55px -50px 0 -137px;
}
.s_action .action_list li {
  display: table-cell;
  vertical-align: top;
  background: rgba(244, 244, 244, 0.95);
  width: 450px;
  padding: 58px 0 69px;
}
.s_action .action_list .ttl {
  color: #e85533;
}
.s_action .action_list .ttl .en {
  display: block;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 4rem;
}
.s_action .action_list .ttl .ja {
  display: block;
  margin-top: 36px;
  font-family: 'A1ゴシック M ', 'A1 Gothic M';
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2.2rem;
}
.s_action .action_list .event .ttl {
  color: #2961aa;
}
.s_action .action_list .donate .ttl {
  color: #14773c;
}
.s_action .action_list img {
  margin-top: 38px;
  width: 160px;
  height: auto;
}
.s_action .action_list .txt {
  margin-top: 32px;
  font-size: 1.4rem;
  line-height: 1.75;
}
.s_action .action_list .btn {
  margin-top: 35px;
  display: inline-block;
  background: #0096d2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  height: 46px;
  border-radius: 23px;
  line-height: 46px;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  font-size: 1.4rem;
  width: 200px;
}
.s_action .action_list .btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
  margin-right: 7px;
}
.s_action .action_list .btn:not(.coming):hover {
  opacity: 0.6;
}

@media screen and (max-width: 480px) {
  .s_action {
    margin-left: 13.3%;
    padding: 55px 0 45px;
  }
  .s_action .hd {
    margin-left: 10%;
  }
  .s_action .hd .btn {
    margin-top: 15px;
    display: inline-block;
    background: #fff;
    color: #0096d2;
    text-align: center;
    text-decoration: none;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-transition-duration: .25s;
            transition-duration: .25s;
    width: 92%;
    max-width: 260px;
  }
  .s_action .hd .btn:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 100%;
    background: url("../img/arr1_lb.svg") no-repeat left center/6px 10px;
    margin-right: 10px;
  }
  .s_action .hd .btn:not(.coming):hover {
    opacity: 0.6;
  }
  .s_action .s_ttl .en {
    font-size: 2.7rem;
    line-height: 1.33;
  }
  .s_action .s_ttl .ja {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .s_action .s_lead {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .s_action .action_list {
    display: block;
    margin: 25px 0 0 -7.7%;
    width: 100%;
  }
  .s_action .action_list li {
    display: block;
    width: auto;
    padding: 42px 0 45px;
  }
  .s_action .action_list li + li {
    margin-top: 20px;
  }
  .s_action .action_list .ttl .en {
    font-size: 3rem;
  }
  .s_action .action_list .ttl .ja {
    margin-top: 14px;
    font-size: 1.6rem;
  }
  .s_action .action_list img {
    margin-top: 28px;
    width: 128px;
  }
  .s_action .action_list .txt {
    margin-top: 20px;
    text-align: left;
    padding: 0 9.2%;
  }
  .s_action .action_list .txt br {
    display: none;
  }
  .s_action .action_list .btn {
    margin-top: 16px;
  }
}
.calendar {
  position: relative;
}
.calendar .calendar_ttl {
  color: #e85533;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  margin-bottom: 35px;
}
.calendar .calendar_ttl::before {
  content: '';
  display: block;
  margin: 0 auto 22px;
  width: 80px;
  height: 63px;
  background: url("../img/action_12.png") no-repeat 0 0/80px 63px;
}
.calendar .note {
  position: absolute;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  line-height: 20px;
  font-style: italic;
  color: #727171;
}
.calendar .note::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  border: 1px solid #e85533;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 50%;
  margin-right: 5px;
}
.calendar .week, .calendar .day {
  letter-spacing: -.4em;
  margin: 0 auto;
}
.calendar .week > li, .calendar .day > li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #f4f4f4;
  color: #727171;
  margin-left: 3px;
}
.calendar .week > li:nth-child(7n+1), .calendar .day > li:nth-child(7n+1) {
  margin-left: 0;
}
.calendar .week > li:nth-child(7n+6), .calendar .day > li:nth-child(7n+6) {
  background-color: #e5f4fa;
}
.calendar .week > li:nth-child(7n+7), .calendar .day > li:nth-child(7n+7) {
  background-color: #fbe4d6;
}
.calendar .week > li {
  text-align: center;
  letter-spacing: 0.1em;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-style: italic;
}
.calendar .week > li:nth-child(7n+6) {
  color: #0096d2;
}
.calendar .week > li:nth-child(7n+7) {
  color: #e85533;
}
.calendar .day {
  text-align: left;
}
.calendar .day > li {
  min-height: 84px;
  margin-top: 3px;
  padding: 5px 8px;
}
.calendar .day > li:nth-child(7n+6) .num {
  color: #0096d2;
}
.calendar .day > li:nth-child(7n+7) .num, .calendar .day > li.holiday .num {
  color: #e85533;
}
.calendar .num {
  width: 20px;
  height: 20px;
  font-size: 1.3rem;
  line-height: 20px;
  margin-bottom: 2px;
  text-align: center;
  font-family: 'futura-pt', sans-serif;
  font-weight: 600;
  position: relative;
}
.calendar .past .num {
  opacity: 0.3;
}
.calendar .today .num:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #e85533;
  position: absolute;
  top: 0;
  left: 0;
}
.calendar .event_list br {
  display: none;
}
.calendar .event_list > li > a {
  display: block;
  text-decoration: none;
  position: relative;
}
.calendar .event_list > li > a .btn {
  display: block;
  background: #fff;
  border: 1px solid #0096d2;
  color: #0096d2;
  font-size: 11px;
  line-height: 18px;
  height: 20px;
  overflow: hidden;
  padding: 0 4px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calendar .event_list > li > a .pc {
  display: inline;
}
.calendar .event_list > li .balloon {
  display: none;
}
.calendar .event_list > li.on .balloon {
  display: block;
}
.calendar .event_list > li.on .btn {
  background: #0096d2;
  color: #fff;
}
.calendar .event_list > li + li {
  margin-top: 4px;
}
.calendar .balloon {
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  width: 236px;
  z-index: 2;
  left: 50%;
  margin-left: -118px;
  bottom: 50px;
}
.calendar .balloon::before {
  content: '';
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -9px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 9px 0 9px;
  border-color: #ddd transparent transparent transparent;
}
.calendar .balloon::after {
  content: '';
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -9px;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
}
.calendar .balloon .balloon_inr {
  position: relative;
  padding: 18px 18px 24px;
  font-size: 1.2rem;
}
.calendar .balloon .balloon_inr::before {
  content: '';
  display: block;
  width: 100%;
  height: 26px;
  position: absolute;
  bottom: -26px;
  left: 0;
}
.calendar .balloon .img {
  margin-bottom: 12px;
}
.calendar .balloon .img img {
  width: 198px;
  height: auto;
  border: 1px solid #f5f5f5;
}
.calendar .balloon .ttl {
  color: #333;
  line-height: 1.5;
}
.calendar .balloon .link {
  margin-top: 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  height: 1em;
  color: #0096d2;
  font-family: 'A1ゴシック M ', 'A1 Gothic M';
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
}
.calendar .balloon .link::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_lb.svg") no-repeat left center/6px 10px;
  margin-right: 6px;
}
.calendar .balloon .link::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 100%;
  background: url("../img/ico_blank_lb.svg") no-repeat left center/13px 10px;
  margin-left: 5px;
}

@media screen and (max-width: 480px) {
  .calendar {
    display: none;
  }
}
.calendar {
  width: 950px;
  background: #fff;
  margin: 63px 0 0 -87px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: #f2f2f2 1px solid;
  padding: 75px 0 55px;
}
.calendar:before {
  content: '';
  display: block;
  position: absolute;
  width: 950px;
  height: 27px;
  top: -1px;
  left: -1px;
  background: #e85533;
}
.calendar .calendar_ttl {
  margin-bottom: 45px;
  font-size: 3.6rem;
}
.calendar .note {
  top: 210px;
  right: 46px;
}
.calendar .week, .calendar .day {
  width: 858px;
}
.calendar .week > li, .calendar .day > li {
  width: 120px;
}

.s_action {
  margin-bottom: 120px;
}

@media screen and (max-width: 480px) {
  .s_action {
    margin-bottom: 60px;
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.s_partner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.s_partner .s_ttl {
  position: absolute;
  width: -webkit-calc( 50% + 130px );
  width: calc( 50% + 130px );
  top: 196px;
  right: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 83px 0 48px 60px;
  background: #e85533;
  text-align: left;
  color: #fff;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 4rem;
  z-index: 2;
}
.s_partner .loop_slider {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 1040px;
  height: 235px;
  overflow: hidden;
}
.s_partner .loop_slider img {
  width: auto;
  height: 100%;
}
.s_partner .loop_slider img:first-child {
  -webkit-animation: loop 80s -40s linear infinite;
          animation: loop 80s -40s linear infinite;
}
.s_partner .loop_slider img:last-child {
  -webkit-animation: loop2 80s linear infinite;
          animation: loop2 80s linear infinite;
}
.s_partner .partner .ttl {
  color: #e85533;
  font-family: 'A1ゴシック M ', 'A1 Gothic M';
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2.7rem;
}
.s_partner .partner .lead {
  font-size: 1.6rem;
  line-height: 2;
}
.s_partner .partner .txtlink {
  display: inline-block;
  font-size: 1.4rem;
  height: 1em;
}
.s_partner .partner1 {
  margin: 200px auto 0;
}
.s_partner .partner1 .ttl {
  display: inline-block;
  vertical-align: middle;
}
.s_partner .partner1 .lead {
  margin-left: 60px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.s_partner .partner1 .txtlink {
  margin-top: 22px;
}
.s_partner .partner1 .note {
  font-size: 1.2rem;
}
.s_partner .partner_list {
  margin: 65px auto 0;
  width: 970px;
  letter-spacing: -.4em;
}
.s_partner .partner_list li {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  margin: 0 12px 20px;
}
.s_partner .partner_list a, .s_partner .partner_list span {
  display: block;
  width: 170px;
  height: 80px;
  text-align: center;
}
.s_partner .partner_list a:before, .s_partner .partner_list span:before {
  content: '';
  width: 1px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -1px;
}
.s_partner .partner_list img {
  letter-spacing: normal;
  max-width: 150px;
  max-height: 60px;
  vertical-align: middle;
}
.s_partner .partner2 {
  background: rgba(244, 244, 244, 0.95);
  width: 870px;
  margin: 74px auto 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 55px 430px 55px 85px;
  position: relative;
  text-align: left;
}
.s_partner .partner2 .lead {
  margin-top: 18px;
}
.s_partner .partner2 .txtlink {
  margin-top: 20px;
}
.s_partner .partner2 .btn {
  top: 106px;
  right: 85px;
  position: absolute;
  display: inline-block;
  background: #0096d2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  height: 70px;
  border-radius: 35px;
  line-height: 70px;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  width: 300px;
}
.s_partner .partner2 .btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
  margin-right: 12px;
}
.s_partner .partner2 .btn[target="_blank"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 100%;
  background: url("../img/ico_blank_wh.svg") no-repeat left center/13px 10px;
  margin-left: 5px;
}
.s_partner .partner2 .btn:not(.coming):hover {
  opacity: 0.6;
}

@media screen and (max-width: 480px) {
  .s_partner .s_ttl {
    width: 84%;
    top: 76px;
    right: 0;
    padding: 54px 0 22px 26px;
    font-size: 3rem;
  }
  .s_partner .loop_slider {
    min-width: 0;
    height: 110px;
  }
  .s_partner .loop_slider img:first-child {
    -webkit-animation: loop 80s -40s linear infinite;
            animation: loop 80s -40s linear infinite;
  }
  .s_partner .loop_slider img:last-child {
    -webkit-animation: loop2 80s linear infinite;
            animation: loop2 80s linear infinite;
  }
  .s_partner .partner .ttl {
    font-size: 2rem;
  }
  .s_partner .partner .lead {
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .s_partner .partner .lead br {
    display: none;
  }
  .s_partner .partner .txtlink {
    font-size: 1.2rem;
  }
  .s_partner .partner1 {
    margin: 115px auto 0;
  }
  .s_partner .partner1 .ttl {
    display: block;
  }
  .s_partner .partner1 .lead {
    margin: 18px auto 0;
    display: block;
    width: 80%;
  }
  .s_partner .partner_list {
    margin: 30px 4% 0;
    padding-bottom: 10px;
    width: auto;
  }
  .s_partner .partner_list li {
    width: 27.3%;
    margin: 0 3% 20px;
  }
  .s_partner .partner_list a, .s_partner .partner_list span {
    width: 100%;
    height: 40px;
  }
  .s_partner .partner_list a:before, .s_partner .partner_list span:before {
    height: 40px;
  }
  .s_partner .partner_list img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 40px;
  }
  .s_partner .partner2 {
    width: 86%;
    margin: 40px auto 0;
    padding: 38px 32px;
    text-align: center;
  }
  .s_partner .partner2 .lead {
    margin-top: 15px;
    text-align: left;
  }
  .s_partner .partner2 .txtlink {
    margin-top: 10px;
  }
  .s_partner .partner2 .btn {
    margin-top: 18px;
    top: 0;
    right: auto;
    position: relative;
    width: 100%;
    max-width: 260px;
    display: inline-block;
    background: #0096d2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-transition-duration: .25s;
            transition-duration: .25s;
  }
  .s_partner .partner2 .btn:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 100%;
    background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
    margin-right: 10px;
  }
  .s_partner .partner2 .btn:not(.coming):hover {
    opacity: 0.6;
  }
}
.s_ambassador {
  width: 100%;
  overflow: hidden;
  padding: 95px 0 0;
  position: relative;
}
.s_ambassador .s_ttl {
  position: absolute;
  z-index: 2;
  top: 250px;
  left: 50%;
  margin-left: -470px;
  color: #e85533;
}
.s_ambassador .s_ttl .en {
  display: block;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 4rem;
}
.s_ambassador .s_ttl .ja {
  margin-top: 40px;
  display: block;
  font-family: 'A1ゴシック M ', 'A1 Gothic M';
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  padding-left: 70px;
}
.s_ambassador .ambassador_list {
  position: relative;
  background: rgba(244, 244, 244, 0.95);
  left: 50%;
  margin-left: -277px;
  width: -webkit-calc( 50% + 277px );
  width: calc( 50% + 277px );
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: left;
  padding: 110px 0 730px 255px;
}
.s_ambassador .ambassador_list:after {
  content: '';
  display: block;
  position: absolute;
  left: 81px;
  bottom: 36px;
  width: 730px;
  height: 646px;
  background: url("../img/ambassador_map@2x.png") no-repeat left top/730px 645px;
}
.s_ambassador .ambassador_list li {
  position: relative;
  padding-left: 150px;
  min-height: 120px;
  width: 500px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.s_ambassador .ambassador_list li + li {
  margin-top: 40px;
}
.s_ambassador .ambassador_list li img {
  width: 120px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.s_ambassador .ambassador_list li .name {
  font-family: 'A1ゴシック R', 'A1 Gothic R';
  font-weight: 400;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2.2rem;
}
.s_ambassador .ambassador_list li .note {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5;
}
.s_ambassador .ambassador_list li .message {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.75;
  height: 7em;
  overflow: hidden;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
.s_ambassador .ambassador_list li .message.open {
  overflow: visible;
  height: auto;
}
.s_ambassador .ambassador_list li .more {
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  background: #9dd1b5;
  color: #fff;
  font-family: 'interstate', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  padding: 0 20px;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
.s_ambassador .ambassador_list li .more:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 100%;
  background: url("../img/arr1_down_wh.svg") no-repeat left center/10px 6px;
  margin-right: 7px;
}
.s_ambassador .ambassador_list li .more:not(.coming):hover {
  opacity: 0.6;
}
.s_ambassador .zenkoku {
  position: relative;
  background: #e85533;
  color: #fff;
  margin: -830px 0 330px;
  padding: 100px 80px 100px -webkit-calc( 50% - 480px);
  padding: 100px 80px 100px calc( 50% - 480px);
  text-align: left;
  left: 0;
  width: -webkit-calc( 50% - 90px );
  width: calc( 50% - 90px );
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.s_ambassador .zenkoku .ttl {
  font-family: 'A1ゴシック R', 'A1 Gothic R';
  font-weight: 400;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2rem;
  line-height: 1.95;
}
.s_ambassador .zenkoku .txt {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2;
}
.s_ambassador .zenkoku .btn {
  margin-top: 20px;
  width: 300px;
  display: inline-block;
  background: #fff;
  color: #0096d2;
  text-align: center;
  text-decoration: none;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
.s_ambassador .zenkoku .btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_lb.svg") no-repeat left center/6px 10px;
  margin-right: 10px;
}
.s_ambassador .zenkoku .btn:not(.coming):hover {
  opacity: 0.6;
}
.s_ambassador .bnr {
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
.s_ambassador .bnr:not(.coming):hover {
  opacity: 0.6;
}
.s_ambassador .bnr img {
  width: 750px;
  height: auto;
}

@media screen and (max-width: 480px) {
  .s_ambassador {
    padding: 80px 0 0;
  }
  .s_ambassador:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -252px;
    bottom: 65px;
    width: 442px;
    height: 391px;
    background: url("../img/ambassador_map@2x.png") no-repeat left top/442px 391px;
  }
  .s_ambassador .s_ttl {
    top: 56px;
    left: 7%;
    margin-left: 0;
    text-align: left;
  }
  .s_ambassador .s_ttl .en {
    font-size: 3rem;
  }
  .s_ambassador .s_ttl .ja {
    margin-top: 10px;
    font-size: 1.4rem;
    padding-left: 35px;
  }
  .s_ambassador .ambassador_list {
    left: 11%;
    margin-left: 0;
    width: 89%;
    padding: 80px 11% 125px 12.6%;
  }
  .s_ambassador .ambassador_list:after {
    display: none;
  }
  .s_ambassador .ambassador_list li {
    padding-left: 0;
    min-height: auto;
    width: auto;
  }
  .s_ambassador .ambassador_list li + li {
    margin-top: 38px;
  }
  .s_ambassador .ambassador_list li img {
    width: 39%;
    max-width: 120px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5.8%;
  }
  .s_ambassador .ambassador_list li .hd {
    display: inline-block;
    vertical-align: middle;
    width: 52%;
  }
  .s_ambassador .ambassador_list li .name {
    font-size: 1.8rem;
  }
  .s_ambassador .ambassador_list li .note {
    margin-top: 8px;
  }
  .s_ambassador .ambassador_list li .message {
    margin-top: 14px;
  }
  .s_ambassador .ambassador_list li .more {
    margin-top: 10px;
  }
  .s_ambassador .zenkoku {
    margin: -85px 0 370px 0;
    padding: 45px 40px 50px 38px;
    width: 88%;
  }
  .s_ambassador .zenkoku .ttl {
    font-size: 1.6rem;
    line-height: 1.88;
  }
  .s_ambassador .zenkoku .txt {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .s_ambassador .zenkoku .btn {
    width: 100%;
    max-width: 260px;
  }
  .s_ambassador .bnr img {
    width: 90%;
    max-width: 338px;
  }
}
.s_share {
  width: 100%;
  padding: 275px 0 100px;
  position: relative;
  overflow: hidden;
}
.s_share .s_ttl {
  width: 578px;
  height: 263px;
  background: #e85533;
  color: #fff;
  position: absolute;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  top: 73px;
  left: 50%;
  text-align: right;
  padding: 90px 65px 0 0;
}
.s_share .s_ttl .en {
  display: block;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 2rem;
}
.s_share .s_ttl .ja {
  margin-top: 20px;
  display: block;
  font-family: 'A1ゴシック M ', 'A1 Gothic M';
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
.s_share .share_list {
  position: relative;
  display: table;
  border-collapse: separate;
  border-spacing: 26px 0;
  margin: 0 auto;
}
.s_share .share {
  display: table-cell;
  vertical-align: top;
  width: 340px;
  background: rgba(244, 244, 244, 0.95);
}
.s_share .share.bnr, .s_share .share.wallpaper {
  padding: 48px 0 115px;
  position: relative;
}
.s_share .share.sns {
  padding: 48px 0 70px;
}
.s_share .share .ttl .en {
  display: block;
  color: #e85533;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 3rem;
}
.s_share .share .ttl .ja {
  display: block;
  margin: 40px auto 0;
  font-family: 'A1ゴシック R', 'A1 Gothic R';
  font-weight: 400;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  line-height: 1.63;
}
.s_share .share .txt {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.67;
}
.s_share .share .btn {
  display: block;
  display: inline-block;
  background: #0096d2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  height: 46px;
  border-radius: 23px;
  line-height: 46px;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  width: 200px;
  position: absolute;
  bottom: 48px;
  left: 50%;
  margin-left: -100px;
}
.s_share .share .btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
  margin-right: 7px;
}
.s_share .share .btn:not(.coming):hover {
  opacity: 0.6;
}
.s_share .share.bnr img {
  margin-top: 22px;
}
.s_share .share.sns ul {
  display: table;
  margin: 44px auto 0;
  border-spacing: 0 0;
  width: 250px;
}
.s_share .share.sns li {
  display: table-cell;
  vertical-align: top;
  width: 33.3%;
}
.s_share .share.sns a {
  display: block;
  color: #0096d2;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
.s_share .share.sns a:before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 28px 28px;
}
.s_share .share.sns a.fb:before {
  background-image: url("../img/ico_share_fb.svg");
}
.s_share .share.sns a.tw:before {
  background-image: url("../img/ico_share_tw.svg");
}
.s_share .share.sns a.li:before {
  background-image: url("../img/ico_share_li.svg");
}
.s_share .share.sns a:not(.coming):hover {
  opacity: 0.6;
}
.s_share .share.wallpaper .ttl .ja {
  margin: 30px auto 0;
}
.s_share .share.wallpaper img {
  margin-top: 18px;
}

@media screen and (max-width: 480px) {
  .s_share {
    padding: 217px 0 65px;
  }
  .s_share .s_ttl {
    width: 86%;
    height: 175px;
    top: 65px;
    left: auto;
    right: 0;
    text-align: left;
    padding: 38px 0 0 35px;
  }
  .s_share .s_ttl .en {
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .s_share .s_ttl .ja {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .s_share .share_list {
    position: relative;
    display: block;
    border-spacing: 0 0;
    margin: 0 auto;
    width: 86%;
  }
  .s_share .share {
    display: block;
    width: auto;
    padding: 40px 0;
  }
  .s_share .share + .share {
    margin-top: 20px;
  }
  .s_share .share.bnr, .s_share .share.sns {
    padding: 40px 0;
  }
  .s_share .share.wallpaper {
    padding: 35px 0 40px;
  }
  .s_share .share .ttl .en {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.6rem;
  }
  .s_share .share .ttl .ja {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 12px;
    font-size: 1.4rem;
    line-height: 1.75;
    text-align: left;
  }
  .s_share .share .txt {
    margin-top: 12px;
  }
  .s_share .share .btn {
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: auto;
    margin-top: 15px;
  }
  .s_share .share.bnr img {
    display: block;
    margin: 12px auto 0;
  }
  .s_share .share.sns ul {
    margin: 15px auto 0;
  }
  .s_share .share.wallpaper .ttl .ja {
    margin: 0 0 0 12px;
  }
  .s_share .share.wallpaper img {
    display: block;
    margin: 12px auto 0;
  }
}
#modal_bnr .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 640px;
  margin-top: -320px;
  margin-left: -400px;
  background: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 70px;
}
#modal_bnr h2 {
  margin-bottom: 30px;
  font-family: 'A1ゴシック M ', 'A1 Gothic M';
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  color: #e85533;
  font-size: 2rem;
}
#modal_bnr .lead {
  font-size: 1.4rem;
}
#modal_bnr ul {
  margin-top: 50px;
}
#modal_bnr li {
  letter-spacing: -.4em;
}
#modal_bnr li + li {
  margin-top: 40px;
}
#modal_bnr h3 {
  color: #727171;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
#modal_bnr img {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 20px;
}
#modal_bnr textarea {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  padding: 5px;
  word-break: break-all;
  font-size: 12px;
  color: #727171;
}
#modal_bnr textarea:focus {
  outline: none;
}
#modal_bnr .bnr1 textarea {
  width: 374px;
  height: 48px;
}
#modal_bnr .bnr2 textarea {
  width: 428px;
  height: 48px;
}
#modal_bnr .bnr3 textarea {
  width: 488px;
  height: 78px;
}

@media screen and (max-width: 480px) {
  #modal_bnr .wrap {
    top: 10vh;
    left: 7%;
    width: 86%;
    height: 80vh;
    margin-top: 0;
    margin-left: 0;
    padding: 40px 20px;
    overflow: scroll;
  }
  #modal_bnr h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  #modal_bnr .lead {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  #modal_bnr ul {
    margin-top: 30px;
    text-align: left;
  }
  #modal_bnr li {
    letter-spacing: normal;
  }
  #modal_bnr li + li {
    margin-top: 30px;
  }
  #modal_bnr h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #modal_bnr img {
    display: block;
    margin: 0 0 10px;
  }
  #modal_bnr textarea {
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    line-height: 1.5;
    font-size: 16px;
  }
  #modal_bnr .bnr1 textarea,
  #modal_bnr .bnr2 textarea,
  #modal_bnr .bnr3 textarea {
    width: 100%;
    height: -webkit-calc( 1.5em + 10px );
    height: calc( 1.5em + 10px );
  }
}
