@charset "UTF-8";
/*------------------------------------------------------------
	basic
------------------------------------------------------------*/
html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: #000000;
  text-align: center; }
  @media screen and (max-width: 769px) {
    body {
      font-size: 1.6rem;
      line-height: 2.2;
      -webkit-font-feature-settings: 'palt' 1;
      font-feature-settings: 'palt' 1; } }

img {
  vertical-align: middle;
  border: none;
  max-width: 100%; }
  @media screen and (max-width: 769px) {
    img {
      width: 100%; } }

a {
  color: #000000;
  text-decoration: none; }

ul, ol, li {
  text-align: left; }

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px; }

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3); }

/*------------------------------------------------------------
	wrap
------------------------------------------------------------*/
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.sp_show,
.sp_ibshow {
  display: none; }

@media screen and (max-width: 769px) {
  .pc_show {
    display: none; }
  .sp_show {
    display: block; }
  .sp_ibshow {
    display: inline-block; } }

img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  margin: 0 auto; }

/* heading ttl */
h2 {
  margin-bottom: 3.4rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 4.5rem;
  color: #ffffff;
  border-bottom: 1px solid #a0a0a0;
  line-height: 1.3; }
  h2::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }
  h2 .ttl_inr {
    display: inline-block;
    vertical-align: middle; }
  @media screen and (max-width: 769px) {
    h2 {
      width: 90%;
      margin: 0 auto 3rem;
      font-size: 3.6rem; } }

h3 {
  font-size: 3.2rem; }
  @media screen and (max-width: 769px) {
    h3 {
      font-size: 2.4rem; } }

h4 {
  font-size: 2.8rem; }
  @media screen and (max-width: 769px) {
    h4 {
      font-size: 2rem; } }

.coution {
  padding-left: 1em;
  text-indent: -1em; }

/* link */
.link_txt {
  color: #f6a923;
  text-decoration: underline;
  word-wrap: break-word; }

/* btn */
.btn_area {
  text-align: center; }
  .btn_area.col_2 {
    display: -webkit-box;
    /*Android4.3*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-box-pack: justify;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: space-between;
    /* Safari6.1以降 */
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /*PC-Safari,iOS8.4*/
    flex-wrap: wrap; }
    .btn_area.col_2 .btn {
      width: calc(50% - 20px); }
    @media screen and (max-width: 769px) {
      .btn_area.col_2 {
        width: 90%;
        margin: 0 auto; }
        .btn_area.col_2 .btn {
          width: 100%; }
          .btn_area.col_2 .btn + .btn {
            margin-top: 2rem; } }

.btn {
  padding: 2rem 0;
  display: block;
  vertical-align: middle;
  z-index: 1;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 6px 6px 6px 6px;
  background-color: #47b73c;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (-ms-high-contrast: none) {
    .btn {
      padding: 2.6rem 0 1.4rem; } }
  .btn::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }
  .btn .btn_txt {
    display: inline-block;
    vertical-align: middle; }
  .btn .btn_txt {
    color: #ffffff;
    line-height: 1;
    position: relative;
    z-index: 10; }
  .btn::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }
  .btn.btn_bg01 {
    background-color: #3dc76c; }
  .btn.btn_bg02 {
    background-color: #4d92de; }
  .btn.type_blank {
    padding: 4.4rem 0;
    font-size: 2.4rem;
    font-weight: bold;
    border-radius: 3px; }
    .btn.type_blank::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 30px;
      width: 24px;
      height: 24px;
      margin: auto;
      background: url(../img/common/icn_blank.png) center/cover no-repeat; }
    .btn.type_blank:hover {
      opacity: 0.7; }
    @media screen and (max-width: 769px) {
      .btn.type_blank {
        padding: 3rem 0;
        font-size: 2rem; }
        .btn.type_blank::after {
          right: 20px;
          width: 2rem;
          height: 2rem; } }
  .btn.type_tw {
    background-color: #1da1f2;
    padding-left: 3rem; }
    .btn.type_tw::before {
      content: "";
      position: absolute;
      top: 0;
      left: 10px;
      bottom: 0;
      margin: auto;
      background: url(../img/common/icn_twitter.png) center/cover no-repeat;
      width: 40px;
      height: 40px; }

main {
  display: block;
  /* IE対策 */
  width: 100%;
  overflow: hidden; }

section .inner {
  padding: 100px 0; }
  @media screen and (max-width: 769px) {
    section .inner {
      padding: 8rem 0; } }
  @media screen and (max-width: 769px) {
    section .inner.type_prl {
      padding: 25vw 6vw; }
      section .inner.type_prl h2 {
        width: 100%; } }

.inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }

/*------------------------------------------------------------
	nav
------------------------------------------------------------*/
nav {
  margin-top: 6rem; }
  nav ul {
    padding: 0;
    display: -webkit-box;
    /*Android4.3*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-box-pack: justify;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: space-between;
    /* Safari6.1以降 */
    justify-content: space-between; }
    nav ul li {
      width: calc(25% - 20px);
      border: 1px solid #a0a0a0;
      border-radius: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: #fff; }
      nav ul li a {
        padding: 3rem 0;
        position: relative;
        display: block;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        letter-spacing: -0.1em; }
        @media all and (-ms-high-contrast: none) {
          nav ul li a {
            padding: 3.6rem 0 2.7rem; } }
        nav ul li a::after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: 17px;
          margin: auto;
          width: 12px;
          height: 12px;
          border-bottom: 3px solid #a0a0a0;
          border-right: 3px solid #a0a0a0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      nav ul li.border_none {
        border: 1px solid #fff;
        background-color: #fff; }
      nav ul li:hover {
        border: 1px solid #47b73c; }
        nav ul li:hover a::after {
          bottom: 12px;
          border-bottom: 3px solid #47b73c;
          border-right: 3px solid #47b73c; }
  @media screen and (max-width: 769px) {
    nav {
      margin: 3.5rem auto 0;
      width: 90%; }
      nav ul {
        -ms-flex-wrap: wrap;
        /*IE10*/
        -webkit-flex-wrap: wrap;
        /*PC-Safari,iOS8.4*/
        flex-wrap: wrap; }
        nav ul li {
          width: calc(50% - 0.8rem); }
          nav ul li:nth-of-type(n+3) {
            margin-top: 2rem; }
          nav ul li a {
            font-size: 1.7rem; } }

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
footer {
  background-color: #eaeaea;
  color: #000000;
  font-size: 1.4rem; }
  footer .inner {
    padding: 100px 0; }
    footer .inner h3 {
      padding-bottom: 1rem;
      margin-bottom: 3rem;
      color: #000000;
      border-bottom: 1px solid #a0a0a0; }
    footer .inner p {
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.5; }
      footer .inner p + p {
        margin-top: 2rem; }
      footer .inner p a {
        color: #000000;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        footer .inner p a:hover {
          text-decoration: underline; }
        @media screen and (max-width: 769px) {
          footer .inner p a {
            text-decoration: underline; } }
  footer small {
    padding: 1.5rem 0;
    line-height: 2;
    display: block;
    font-size: 1.2rem;
    background-color: #362e2b;
    color: #ffffff; }

/*------------------------------------------------------------
	pagetop
------------------------------------------------------------*/
.page_top_wrap {
  height: 70px;
  position: relative; }
  .page_top_wrap.fixed .page_top {
    position: fixed; }
  .page_top_wrap .page_top {
    position: absolute;
    bottom: 20px;
    right: 30px;
    display: block;
    opacity: 0;
    border-radius: 50%;
    background-color: #f6a923;
    width: 70px;
    height: 70px;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    z-index: 70; }
    .page_top_wrap .page_top:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 28px;
      height: 16px;
      background: 25px auto / center no-repeat;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229px%22%20height%3D%2220px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(255%2C%20255%2C%20255)%22%20stroke-width%3D%222px%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20fill%3D%22none%22%20d%3D%22M1.405%2C15.350%20L13.906%2C1.340%20L26.407%2C15.350%20%22%2F%3E%3C%2Fsvg%3E");
      -webkit-transition: transform 0.2s ease;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      -o-transition: transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
    @media screen and (min-width: 1024px) {
      .page_top_wrap .page_top:hover:before {
        -webkit-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
        transform: translateY(-15%); } }
    @media screen and (max-width: 769px) {
      .page_top_wrap .page_top {
        bottom: 15px;
        right: 15px;
        width: 50px;
        height: 50px; }
        .page_top_wrap .page_top:before {
          width: 25px;
          height: 15px; } }

/*------------------------------------------------------------
	animation
------------------------------------------------------------*/
.inview {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  -o-transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease; }
  .inview.show_up {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  .inview.show_down {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px); }
  .inview.show_left {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px); }
  .inview.show_right {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px); }
  .inview.scale_down {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .inview.scale_up {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  .inview.on {
    opacity: 1; }
    .inview.on.show_up, .inview.on.show_down {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .inview.on.show_left, .inview.on.show_right {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .inview.on.scale_down, .inview.on.scale_up {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

/*------------------------------------------------------------
	modal
------------------------------------------------------------*/
#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100; }
  #modal .modal_mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.85); }
  #modal .modal_wrap {
    position: absolute;
    width: 80%;
    height: 70%;
    top: 0;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 20;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    background: #ffffff;
    /* 閉じるボタン */ }
    #modal .modal_wrap .modal_cont {
      height: 100%;
      overflow: auto; }
    #modal .modal_wrap .close_btn {
      display: block;
      position: absolute;
      top: -20px;
      right: 0;
      z-index: 100; }
      #modal .modal_wrap .close_btn .icn_area {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 24px;
        height: 24px; }
        #modal .modal_wrap .close_btn .icn_area::before, #modal .modal_wrap .close_btn .icn_area::after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          width: 100%;
          height: 2px;
          background-color: #ffffff;
          -webkit-transition: transform 0.3s ease;
          -webkit-transition: -webkit-transform 0.3s ease;
          transition: -webkit-transform 0.3s ease;
          -o-transition: transform 0.3s ease;
          transition: transform 0.3s ease;
          transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
        #modal .modal_wrap .close_btn .icn_area::before {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 0; }
        #modal .modal_wrap .close_btn .icn_area::after {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          bottom: 0; }

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

#mv {
  max-width: 100%;
  position: relative; }
  #mv .period {
    background-color: #f4810e;
    color: #ffffff;
    text-align: center; }
    #mv .period p {
      margin: 0;
      padding: 2.2rem 0;
      font-size: 3.4rem;
      letter-spacing: 0.2rem;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none) {
        #mv .period p {
          padding: 2.8rem 0 1.6rem; } }
    @media screen and (max-width: 769px) {
      #mv .period {
        padding: 4rem 2rem;
        text-align: left;
        display: -webkit-box;
        /*Android4.3*/
        display: -ms-flexbox;
        /*IE10*/
        display: -webkit-flex;
        /*PC-Safari,iOS8.4*/
        display: flex;
        -ms-flex-pack: center;
        /*IE10*/
        -webkit-box-pack: center;
        /* Android4.3以下、Safari3.1〜6.0 */
        -webkit-justify-content: center;
        /* Safari6.1以降 */
        justify-content: center; }
        #mv .period p {
          padding: 0;
          font-size: 6.4vw;
          line-height: 1.3; } }

#about {
  background-color: #f6a923; }
  #about h2 {
    color: #ffffff;
    border-bottom: 1px solid #ffffff; }
  @media screen and (max-width: 769px) {
    #about .about_main_img {
      width: 93%; } }

#campaign {
  background-color: #fff9e2; }
  @media screen and (max-width: 769px) {
    #campaign .inner img {
      width: calc(100% - 4.5333% * 2); } }
  #campaign .inner h2 {
    color: #f4810e;
    border-bottom: 1px solid #f4810e; }

#btn_area {
  background-color: #ffffff; }
  #btn_area .type_arrow {
    max-width: 1000px;
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 2rem 0;
    border: 2px solid #47b73c;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #47b73c;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 2; }
    @media all and (-ms-high-contrast: none) {
      #btn_area .type_arrow {
        padding: 2.6rem 0 1.6rem; } }
    #btn_area .type_arrow .btn_txt {
      font-size: 3.6rem;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      z-index: 10;
      font-weight: bold; }
    #btn_area .type_arrow::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: #fff;
      -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
      transform-origin: right top;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    #btn_area .type_arrow::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 30px;
      width: 20px;
      height: 20px;
      margin: auto;
      border-top: 3px solid #ffffff;
      border-right: 3px solid #ffffff;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      z-index: 2; }
    #btn_area .type_arrow:hover .btn_txt {
      color: #47b73c; }
    #btn_area .type_arrow:hover::before {
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
    #btn_area .type_arrow:hover::after {
      border-top: 3px solid #47b73c;
      border-right: 3px solid #47b73c; }
    #btn_area .type_arrow.close {
      pointer-events: none;
      border: none; }
      #btn_area .type_arrow.close::before {
        content: "応募受付は終了しました";
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 10;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 3.6rem; }
    #btn_area .type_arrow.teaser {
      pointer-events: none;
      border: none; }
      #btn_area .type_arrow.teaser::before {
        content: "キャンペーン開始までしばらくお待ちください";
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 10;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 3.6rem; }
  @media screen and (max-width: 769px) {
    #btn_area .type_arrow {
      width: 90%;
      padding: 1.5rem; }
      #btn_area .type_arrow .btn_txt {
        font-size: 8vw; }
      #btn_area .type_arrow::after {
        width: 15px;
        height: 15px; }
      #btn_area .type_arrow.close {
        pointer-events: none;
        border: none; }
        #btn_area .type_arrow.close::before {
          font-size: 8vw; }
      #btn_area .type_arrow.teaser::before {
        font-size: 7vw;
        line-height: 1.4; } }

#step {
  background-color: #fff9e2; }
  #step h2 {
    color: #000000;
    border-bottom: 1px solid #000000; }
  #step .step_area {
    display: -webkit-box;
    /*Android4.3*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex; }
    #step .step_area .step_inr {
      width: 100%; }
      #step .step_area .step_inr + .step_inr {
        margin-left: 44px; }
    @media screen and (max-width: 769px) {
      #step .step_area {
        display: block; }
        #step .step_area .step_inr + .step_inr {
          margin-left: 0;
          margin-top: 20px; } }
    #step .step_area .step_inr {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      #step .step_area .step_inr + .step_inr {
        position: relative; }
        #step .step_area .step_inr + .step_inr .step::before {
          content: "";
          width: 43px;
          height: 100%;
          position: absolute;
          top: 0;
          left: -34px;
          bottom: 0;
          margin: auto;
          z-index: 10;
          background: url(../img/common/step_arrow.svg) center/100% auto no-repeat; }
          @media screen and (max-width: 769px) {
            #step .step_area .step_inr + .step_inr .step::before {
              right: 0;
              left: 0;
              bottom: auto;
              width: 12%;
              -webkit-transform: translateY(-78%) rotate(90deg);
              -ms-transform: translateY(-78%) rotate(90deg);
              transform: translateY(-78%) rotate(90deg); } }
      #step .step_area .step_inr .ttl {
        font-size: 2.5rem;
        font-weight: bold;
        color: #000000; }
        #step .step_area .step_inr .ttl span {
          padding-left: 0.5rem;
          font-size: 4rem; }
      #step .step_area .step_inr .step {
        height: 340px;
        position: relative;
        background-color: #fff; }
        #step .step_area .step_inr .step.step_inr_f {
          height: 380px; }
          @media screen and (max-width: 769px) {
            #step .step_area .step_inr .step.step_inr_f {
              height: 340px; } }
        #step .step_area .step_inr .step.step_inr_p {
          height: 400px; }
          @media screen and (max-width: 769px) {
            #step .step_area .step_inr .step.step_inr_p {
              height: 350px; } }
        @media screen and (max-width: 769px) {
          #step .step_area .step_inr .step.step_inr_sp {
            height: 320px; } }
        @media screen and (max-width: 769px) {
          #step .step_area .step_inr .step.step_inr_tyu {
            height: 300px; } }
        #step .step_area .step_inr .step .txt_area {
          height: 100%;
          padding: 3rem 1rem;
          font-weight: bold; }
          #step .step_area .step_inr .step .txt_area .txt {
            position: absolute;
            top: 3rem;
            left: 0;
            right: 0;
            margin: auto;
            font-size: 2.1rem;
            line-height: 1.4; }
          #step .step_area .step_inr .step .txt_area .coution {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 2rem;
            margin: auto;
            font-size: 1.6rem;
            line-height: 1.5; }
          #step .step_area .step_inr .step .txt_area img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            padding-top: 3rem; }
          #step .step_area .step_inr .step .txt_area .btn_box {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 2rem;
            width: 90%;
            margin: auto; }
            #step .step_area .step_inr .step .txt_area .btn_box .btn {
              background-color: #f6a923; }
              #step .step_area .step_inr .step .txt_area .btn_box .btn:hover {
                opacity: 0.7; }
        #step .step_area .step_inr .step .step_inr_area img.img_twitter {
          padding-top: 13.5rem; }
          @media screen and (max-width: 769px) {
            #step .step_area .step_inr .step .step_inr_area img.img_twitter {
              padding-top: 6rem; } }
        #step .step_area .step_inr .step .step_inr_area img.img_instagram {
          padding-top: 28.5rem; }
          @media screen and (max-width: 769px) {
            #step .step_area .step_inr .step .step_inr_area img.img_instagram {
              max-width: 250px;
              padding-top: 23rem; } }
        @media screen and (max-width: 769px) {
          #step .step_area .step_inr .step .step_inr_area img.icn_follw {
            max-width: 120px; } }
        #step .step_area .step_inr .step .step_inr_area img.post, #step .step_area .step_inr .step .step_inr_area img.part {
          padding-top: 6rem; }
        #step .step_area .step_inr .step .step_inr_area img.post.icn_follw {
          padding-top: 1rem;
          max-width: 120px;
          width: calc(70% / 2); }
        @media screen and (max-width: 769px) {
          #step .step_area .step_inr .step .step_inr_area img.part {
            padding-top: 3rem; } }
        #step .step_area .step_inr .step .step_inr_area img.input {
          padding-top: 7rem; }
        #step .step_area .step_inr .step .step_inr_area img.retweet {
          padding-top: 14rem; }
          @media screen and (max-width: 769px) {
            #step .step_area .step_inr .step .step_inr_area img.retweet {
              padding-top: 10rem; } }
        #step .step_area .step_inr .step .step_inr_area img.receipt {
          padding-top: 5rem; }
          @media screen and (max-width: 769px) {
            #step .step_area .step_inr .step .step_inr_area img.receipt {
              padding-top: 4rem; } }
        #step .step_area .step_inr .step .step_inr_area img.join {
          padding-top: 13rem; }
          @media screen and (max-width: 769px) {
            #step .step_area .step_inr .step .step_inr_area img.join {
              padding-top: 9rem; } }
        #step .step_area .step_inr .step .step_inr_area .btn_box {
          bottom: 1.5rem; }
    @media screen and (max-width: 769px) {
      #step .step_area .step_inr + .step_inr {
        margin-top: 5rem; }
      #step .step_area .step_inr .step {
        width: 90%;
        margin: 0 auto; }
        #step .step_area .step_inr .step .txt_area .txt {
          font-size: 1.9rem; }
        #step .step_area .step_inr .step .txt_area img {
          max-width: 100px;
          width: calc(50% / 2); }
        #step .step_area .step_inr .step .txt_area .img_follow {
          width: calc(80% / 2); }
        #step .step_area .step_inr .step .txt_area .img_tyu {
          width: calc(60% / 2); }
        #step .step_area .step_inr .step .txt_area .img_sp {
          width: calc(90% - 10px); } }

#agree h4 {
  color: #000000; }

#agree .cont_wrap {
  padding: 30px 20px;
  border: 1px solid #000000;
  background-color: #fff;
  text-align: left;
  font-size: 1.4rem; }
  #agree .cont_wrap h4 {
    font-size: 1.6rem; }
  #agree .cont_wrap .contact_area {
    border: 1px solid #cccccc;
    padding: 10px; }
  #agree .cont_wrap .cont_inr {
    padding: 15px 20px;
    overflow: auto;
    height: 320px; }
  @media screen and (max-width: 769px) {
    #agree .cont_wrap {
      width: 90%;
      margin: 0 auto;
      padding: 2rem 1.5rem; }
      #agree .cont_wrap .cont_inr {
        padding: 1rem; } }

#agree .btn_area {
  margin-top: 6rem; }

#agree b {
  font-weight: bold;
  display: block;
  margin-bottom: 0.25rem; }

.sns_area {
  margin-top: 20px; }
  .sns_area a {
    margin: 0 10px; }

.mb {
  margin-bottom: 40px; }

.mt {
  margin-bottom: 20px; }

nav.pattern01 li {
  width: calc(20% - 15px); }
  @media screen and (max-width: 769px) {
    nav.pattern01 li {
      width: calc(50% - 0.8rem); } }

#photo {
  background-color: #f6a923; }
  #photo h2 {
    border-bottom: 1px solid #fff; }
  #photo .photo_area .sns_box:nth-of-type(1) {
    margin-bottom: 40px; }
    @media screen and (max-width: 769px) {
      #photo .photo_area .sns_box:nth-of-type(1) {
        margin-bottom: 15px; } }
  #photo .photo_area .sns_box h3 {
    margin-bottom: 28px; }
    @media screen and (max-width: 769px) {
      #photo .photo_area .sns_box h3 {
        margin-bottom: 15px; } }
    @media screen and (max-width: 769px) {
      #photo .photo_area .sns_box h3 .img_follow {
        width: calc(75% - 10px); } }
  #photo .photo_area .sns_box .flex_area {
    display: -webkit-box;
    /*Android4.3*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-box-pack: justify;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: space-between;
    /* Safari6.1以降 */
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /*PC-Safari,iOS8.4*/
    flex-wrap: wrap; }
    @media screen and (max-width: 769px) {
      #photo .photo_area .sns_box .flex_area {
        padding: 0 3%; } }
    #photo .photo_area .sns_box .flex_area figure {
      margin-bottom: 20px; }
      @media screen and (max-width: 769px) {
        #photo .photo_area .sns_box .flex_area figure {
          width: calc(50% - 1.5rem);
          margin: 0 auto 1.5rem; } }
  #photo .photo_area .sns_box .sns_flex_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #photo .photo_area .sns_box .sns_flex_area .sns_img {
      margin: 10px;
      width: 230px;
      height: 230px;
      background-color: #fff; }
      @media screen and (max-width: 769px) {
        #photo .photo_area .sns_box .sns_flex_area .sns_img {
          margin: 5px; } }
      #photo .photo_area .sns_box .sns_flex_area .sns_img a {
        display: block;
        width: 100%;
        height: 100%;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        #photo .photo_area .sns_box .sns_flex_area .sns_img a:hover {
          opacity: 0.8; }
      #photo .photo_area .sns_box .sns_flex_area .sns_img span {
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
  #photo .photo_area .photo_area_grid figure,
  #photo .photo_area .photo_area_grid figure img {
    width: 238px;
    height: 238px; }
  #photo .photo_area .photo_area_grid .sns_photo {
    position: relative; }
  #photo .photo_area .photo_area_grid .icn_heart {
    margin-left: 0.3em;
    width: 15px; }
  #photo .photo_area .photo_area_grid .col_2,
  #photo .photo_area .photo_area_grid .col_2 img {
    width: 476px;
    height: 476px; }
  #photo .photo_area .photo_area_grid figure:hover::before {
    content: url("../img/common/icn_sns_more.png");
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -35px; }
  #photo .photo_area .photo_area_grid .cmtin-user {
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem; }
    #photo .photo_area .photo_area_grid .cmtin-user .cmtin-snstype {
      position: absolute;
      right: 15px;
      top: 10px; }
      #photo .photo_area .photo_area_grid .cmtin-user .cmtin-snstype img {
        width: 24px;
        height: 23px; }
    #photo .photo_area .photo_area_grid .cmtin-user .cmtin-name {
      position: absolute;
      bottom: 5px;
      left: 15px; }
    #photo .photo_area .photo_area_grid .cmtin-user .cmtin-like {
      position: absolute;
      bottom: 5px;
      right: 15px; }
      #photo .photo_area .photo_area_grid .cmtin-user .cmtin-like img {
        width: 13px;
        height: 11px;
        margin-bottom: 1px; }
    #photo .photo_area .photo_area_grid .cmtin-user .cmtin-arraytype {
      position: absolute;
      left: 15px;
      top: 10px; }
      #photo .photo_area .photo_area_grid .cmtin-user .cmtin-arraytype img {
        width: 16px;
        height: 16px; }
  @media screen and (max-width: 769px) {
    #photo .photo_area {
      width: 90%;
      margin: 0 auto; }
      #photo .photo_area .cmtin-inner {
        width: 48%; }
      #photo .photo_area .sns_box .flex_area {
        padding: 0; }
      #photo .photo_area .sns_box .flex_area figure {
        width: auto;
        height: auto;
        margin-bottom: 1rem; }
      #photo .photo_area .photo_area_grid figure img {
        width: auto;
        height: auto; }
      #photo .photo_area .photo_area_grid .cmtin-user .cmtin-snstype {
        top: 1%;
        right: 4%; }
        #photo .photo_area .photo_area_grid .cmtin-user .cmtin-snstype img {
          width: 20px;
          height: auto; }
      #photo .photo_area .photo_area_grid .cmtin-user .cmtin-arraytype {
        top: 1%;
        left: 4%; }
      #photo .photo_area .photo_area_grid .cmtin-user .cmtin-like {
        bottom: -2%;
        right: 4%; }
      #photo .photo_area .photo_area_grid .cmtin-user .cmtin-name {
        bottom: -2%;
        left: 4%; } }

#photo.pattern_caption .photo_area .sns_box .photo_area_grid .cmtin-inner {
  position: relative;
  height: 498px;
  width: 240px;
  background-color: #fff;
  margin-bottom: 16px;
  padding: 1%; }

#photo.pattern_caption .photo_area .sns_box .photo_area_grid .sns_photo {
  width: auto;
  height: auto;
  margin-bottom: 10px; }

#photo.pattern_caption .photo_area .sns_box .photo_area_grid .sns_photo img {
  width: auto;
  height: auto; }

#photo.pattern_caption .photo_area .sns_box .photo_area_grid .sns_caption .sns_caption_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.3rem; }

#photo.pattern_caption .photo_area .sns_box .photo_area_grid .sns_caption .cmtin-text {
  font-size: 1.4rem;
  height: 13.2em;
  overflow-y: hidden;
  text-align: left;
  line-height: 1.5; }

#photo.pattern_caption .photo_area .sns_box .photo_area_grid .sns_caption .cmtin-date {
  position: absolute;
  bottom: 5px;
  font-size: 1.2rem; }

#photo.pattern_caption .photo_area .sns_box .photo_area_grid .sns_caption .cmtin-snstype {
  position: absolute;
  bottom: 5px;
  right: 10px; }

#photo .modal-content {
  position: fixed;
  z-index: 21;
  width: 560px;
  height: 773px;
  background-color: #fff;
  display: none; }
  @media screen and (max-width: 769px) {
    #photo .modal-content {
      width: 74%;
      height: 64%; } }
  #photo .modal-content .modal-close {
    position: absolute;
    top: -35px;
    right: -15px;
    display: inline-block;
    width: 50px;
    height: 50px; }
    #photo .modal-content .modal-close img {
      width: 18px;
      height: auto; }
  #photo .modal-content .cmtin-inner {
    color: #333;
    width: 500px;
    height: 730px;
    margin: 25px auto;
    position: relative; }
    @media screen and (max-width: 769px) {
      #photo .modal-content .cmtin-inner {
        margin: 15px;
        width: 90%;
        height: 95%; } }
    #photo .modal-content .cmtin-inner .sns_photo {
      width: 500px;
      height: 500px;
      margin: 0 auto; }
      @media screen and (max-width: 769px) {
        #photo .modal-content .cmtin-inner .sns_photo {
          width: 100%;
          height: 60%; } }
      #photo .modal-content .cmtin-inner .sns_photo img {
        width: auto;
        height: 100%; }
        @media screen and (max-width: 769px) {
          #photo .modal-content .cmtin-inner .sns_photo img {
            height: auto; } }
    #photo .modal-content .cmtin-inner .cmtin-ttl-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-weight: bold;
      font-size: 1.5rem; }
      #photo .modal-content .cmtin-inner .cmtin-ttl-wrap .icn_heart {
        margin-left: 0.5rem;
        width: 15px; }
      #photo .modal-content .cmtin-inner .cmtin-ttl-wrap .cmtin-like img {
        margin-bottom: 1px; }
    #photo .modal-content .cmtin-inner .cmtin-text {
      font-size: 1.4rem;
      text-align: left;
      max-height: 12em;
      overflow: hidden; }
      @media screen and (max-width: 769px) {
        #photo .modal-content .cmtin-inner .cmtin-text {
          max-height: 7.7em;
          line-height: 1.5; } }
    #photo .modal-content .cmtin-inner .cmtin-date {
      position: absolute;
      bottom: 0;
      left: 0;
      color: #a8a8a8;
      font-size: 1.2rem; }
    #photo .modal-content .cmtin-inner .cmtin-snstype {
      position: absolute;
      bottom: 0;
      right: 0; }

#fade_layer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  display: none;
  z-index: 20; }

@media screen and (max-width: 769px) {
  .step_inr_part {
    height: 380px !important; } }

@media screen and (max-width: 769px) {
  .sp_pd {
    padding: 0 7%; } }

@media screen and (max-width: 769px) {
  .sp_pd_p {
    padding: 0 7% 0 3%; } }

.list_box {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-justify-content: space-around;
  /* Safari etc. */
  -ms-justify-content: space-around;
  /* IE10        */
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 3% 5%;
  border-radius: 10px 10px 10px 10px;
  margin: 70px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 769px) {
    .list_box {
      padding: 7% 5% 3%;
      margin: 40px 7% 0; } }
  .list_box ul {
    padding: 2% 0 0 2%; }
    .list_box ul li {
      list-style: none;
      font-size: 0.91em;
      font-weight: bold; }

.underline {
  text-decoration: underline; }

/*------------------------------------------------------------
	modal
------------------------------------------------------------*/
.modal_wrapper {
  position: fixed;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 1200;
  top: 0;
  left: 0;
  font-weight: 500; }
  .modal_wrapper .modal_back {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .modal_wrapper .modal_inner {
    max-width: 560px;
    background-color: #fff;
    width: 90vw;
    position: absolute;
    padding: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .modal_wrapper .cancel {
    font-size: 0;
    top: -30px;
    right: 0px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    z-index: 9999; }
  .modal_wrapper .modal_content_wrapper {
    padding: 20px;
    max-height: 80vh;
    font-size: 0;
    overflow: auto; }
    @media screen and (max-width: 769px) {
      .modal_wrapper .modal_content_wrapper {
        padding: 2.6007vw; } }
    .modal_wrapper .modal_content_wrapper .modal_content {
      position: relative; }
    .modal_wrapper .modal_content_wrapper .sns_photo {
      width: 500px;
      height: 500px;
      margin: 0 auto; }
      @media screen and (max-width: 769px) {
        .modal_wrapper .modal_content_wrapper .sns_photo {
          width: 100%;
          height: 60%; } }
      .modal_wrapper .modal_content_wrapper .sns_photo img {
        width: auto;
        height: 100%; }
        @media screen and (max-width: 769px) {
          .modal_wrapper .modal_content_wrapper .sns_photo img {
            height: auto; } }
    .modal_wrapper .modal_content_wrapper .cmtin-ttl-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-weight: bold;
      font-size: 1.5rem; }
      .modal_wrapper .modal_content_wrapper .cmtin-ttl-wrap .icn_heart {
        margin-left: 0.5rem;
        width: 15px; }
      .modal_wrapper .modal_content_wrapper .cmtin-ttl-wrap .cmtin-like img {
        margin-bottom: 1px; }
    .modal_wrapper .modal_content_wrapper .cmtin-text {
      font-size: 1.4rem;
      text-align: left;
      overflow: hidden; }
      @media screen and (max-width: 769px) {
        .modal_wrapper .modal_content_wrapper .cmtin-text {
          line-height: 1.5; } }
    .modal_wrapper .modal_content_wrapper .cmtin-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 5px; }
      .modal_wrapper .modal_content_wrapper .cmtin-footer .cmtin-date {
        color: #a8a8a8;
        font-size: 1.2rem; }

/*------------------------------------------------------------
	追加はここから
------------------------------------------------------------*/
.movie_coming_soon {
  width: 100%;
  max-width: 824px;
  margin: 60px auto 0; }
  @media screen and (max-width: 769px) {
    .movie_coming_soon {
      padding: 0 4.5333%;
      margin: 20px auto 0; } }

.movie {
  position: relative;
  width: 100%;
  max-width: 824px;
  padding-top: 48%;
  margin: 60px auto 0; }
  @media screen and (max-width: 769px) {
    .movie {
      padding: 20px 4.5333%;
      position: relative;
      margin: 20px auto 0; } }
  .movie .movie__area {
    margin-bottom: 6px; }
    @media screen and (max-width: 769px) {
      .movie .movie__area {
        margin-bottom: 0;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%; } }
  .movie .movie__ttl img {
    width: 635px; }
    @media screen and (max-width: 769px) {
      .movie .movie__ttl img {
        width: 100%;
        margin-top: 10px; } }

.sp_movie_area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

@media screen and (max-width: 769px) {
  .sp_movie_area {
    position: relative;
    width: 100%; } }

.sp_movie_area:before {
  content: ""; }
  @media screen and (max-width: 769px) {
    .sp_movie_area:before {
      content: "";
      display: block;
      padding-top: 56.25%; } }

.event {
  background-color: #fff;
  border-radius: 30px;
  max-width: 866px;
  padding: 34px 70px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 68px auto 0;
  border: solid 4px #feda02; }
  @media screen and (max-width: 769px) {
    .event {
      padding: 20px 4%;
      border-radius: 15px;
      margin: 5rem 4.5333% 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: solid 3px #feda02; } }
  .event .ttl {
    font-size: 2.5rem;
    font-weight: bold;
    color: #f4810e;
    margin-bottom: 12px;
    letter-spacing: 0.08em; }
    @media screen and (max-width: 769px) {
      .event .ttl {
        font-size: 2.0rem;
        margin-bottom: 8px; } }
    .event .ttl span {
      padding-left: 0.5rem;
      font-size: 4rem; }
  .event .event_img_ttl {
    margin-bottom: 16px; }
  .event .table {
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 0.04em; }
    @media screen and (max-width: 769px) {
      .event .table {
        font-size: 1.4rem;
        width: 100%; } }
    .event .table .tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 10px; }
    .event .table .th {
      text-align: left;
      width: 17%; }
      @media screen and (max-width: 769px) {
        .event .table .th {
          width: 22%;
          line-height: 1.4; } }
    .event .table .td {
      text-align: left;
      line-height: 1.8;
      width: 83%; }
      @media screen and (max-width: 769px) {
        .event .table .td {
          width: 78%;
          line-height: 1.4; } }
    .event .table a {
      color: #f4810e;
      text-decoration: underline;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .event .table a:hover {
        opacity: 0.7; }
  .event .caution {
    font-size: 80%;
    margin-top: 1.3rem; }
    @media screen and (max-width: 769px) {
      .event .caution {
        margin-top: 0.8rem;
        padding-bottom: 1.5rem;
        line-height: 1.6; } }

#sponser h2 {
  color: #f4810e;
  border-color: #f4810e; }

#sponser .sponser_area {
  margin-top: 50px; }
  #sponser .sponser_area .sponser_box {
    margin-bottom: 50px; }
    #sponser .sponser_area .sponser_box .ttl {
      color: #f4810e;
      margin-bottom: 14px; }
      @media screen and (max-width: 769px) {
        #sponser .sponser_area .sponser_box .ttl {
          font-size: 2.0rem; } }
    #sponser .sponser_area .sponser_box .sponser_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 769px) {
        #sponser .sponser_area .sponser_box .sponser_list {
          display: block;
          max-width: 348px;
          margin: 0 auto 0;
          width: 50%; } }
      #sponser .sponser_area .sponser_box .sponser_list .sponser_link {
        margin-right: 64px;
        margin-bottom: 36px;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        #sponser .sponser_area .sponser_box .sponser_list .sponser_link:nth-child(3n) {
          margin-right: 0; }
        @media screen and (max-width: 769px) {
          #sponser .sponser_area .sponser_box .sponser_list .sponser_link {
            margin-right: 0;
            margin-bottom: 34px;
            display: inline-block;
            max-width: 200px;
            text-align: center; } }
        #sponser .sponser_area .sponser_box .sponser_list .sponser_link:hover {
          opacity: 0.7; }
        #sponser .sponser_area .sponser_box .sponser_list .sponser_link:last-child {
          margin-right: 0; }
        #sponser .sponser_area .sponser_box .sponser_list .sponser_link.mb0 {
          margin-right: 0; }

@media screen and (max-width: 769px) {
  #sponser .sponser_box.min {
    width: 100%; }
    #sponser .sponser_box.min .sponser_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 4%;
      margin: 0 auto;
      width: 92%; }
      #sponser .sponser_box.min .sponser_list .sponser_link {
        width: 46%; } }

.pb0 {
  padding-bottom: 0 !important; }

@media screen and (max-width: 769px) {
  footer .inner img {
    max-width: 220px;
    width: 58.4%; } }
