@charset "UTF-8";
/*
Author: Team KOHIMOTO
Author URI: https://kohimoto.com/
*/
/* =======================================================
* media query
* ======================================================= */
/* =======================================================
* reset
* ======================================================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  /*background:transparent;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

ul {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  color: #242C33;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a:focus, *:focus {
  outline: none; }

a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

input, select {
  vertical-align: middle; }

/* =======================================================
* original
* ======================================================= */
.center_center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.sp {
  display: none; }

@media (max-width: 576px) {
  .sp {
    display: block; }
  .pc {
    display: none; } }

/* =======================================================
* common
* ======================================================= */
html {
  font-size: 20px;
  -webkit-overflow-scrolling: touch; }

body {
  font-family: ryo-gothic-plusn, "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Meiryo UI" , "メイリオ" , Meiryo , "MS Pゴシック" , "MS PGothic" , sans-serif;
  line-height: 1.875;
  font-size: 20px;
  color: #000;
  text-align: center; }

.en_b {
  font-family: century-gothic, ryo-gothic-plusn, "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Meiryo UI" , "メイリオ" , Meiryo , "MS Pゴシック" , "MS PGothic" , sans-serif;
  font-weight: 400; }

.en_b_i {
  font-family: century-gothic, ryo-gothic-plusn, "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Meiryo UI" , "メイリオ" , Meiryo , "MS Pゴシック" , "MS PGothic" , sans-serif;
  font-weight: 600; }

.ja_m {
  font-family: ryo-gothic-plusn, "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Meiryo UI" , "メイリオ" , Meiryo , "MS Pゴシック" , "MS PGothic" , sans-serif;
  font-weight: 200;
  font-style: normal; }

h2 {
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 3rem;
  line-height: 1;
  position: relative;
  letter-spacing: 0.1em; }
  @media (max-width: 1060px) {
    h2 {
      font-size: 2.0rem;
      margin-bottom: 2.0rem;
      /*max-width: 375px;*/ } }
  h2 .h_line {
    content: "";
    width: 60px;
    height: 6px;
    background: #F0EB47;
    display: inline-block;
    margin-bottom: 1rem; }
    @media (max-width: 1060px) {
      h2 .h_line {
        width: 60px;
        height: 6px; } }
    @media (max-width: 576px) {
      h2 .h_line {
        margin-bottom: 15px; } }
  h2 small.ja_m {
    display: block;
    font-size: 0.8rem;
    padding-top: 20px;
    font-weight: 600;
    letter-spacing: 0; }
    @media (max-width: 1060px) {
      h2 small.ja_m {
        font-size: 0.7rem; } }
    @media (max-width: 576px) {
      h2 small.ja_m {
        padding-top: 15px; } }

.pc_1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto; }

.btn {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  cursor: pointer;
  width: 260px;
  background: #f0eb47;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f0eb47 0%, #ffed7b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f0eb47 0%, #ffed7b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f0eb47), to(#ffed7b));
  background: -o-linear-gradient(left, #f0eb47 0%, #ffed7b 100%);
  background: linear-gradient(to right, #f0eb47 0%, #ffed7b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #000000;
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 0.8rem;
  border: 1px solid #000000; }
  @media (max-width: 1060px) {
    .btn {
      font-size: 0.7rem;
      max-width: 280px; } }
  @media (max-width: 576px) {
    .btn {
      max-width: 100%; } }
  .btn:hover {
    opacity: 1; }
  .btn _::-webkit-full-page-media, .btn _:future, :root .btn:hover {
    opacity: 0.6; }
  .btn .inner_btn {
    height: 100%;
    display: block;
    padding: 16px 1rem;
    line-height: 1;
    /*border: 4px solid #1088FF;*/
    text-align: center;
    position: relative;
    border-radius: 28px; }
    @media (max-width: 1060px) {
      .btn .inner_btn {
        padding: 17px 0.75rem; } }
    .btn .inner_btn::after {
      content: "";
      position: absolute;
      z-index: 0;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: #fff;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.86, 0, 0.07, 1);
      transition: -webkit-transform 0.55s cubic-bezier(0.86, 0, 0.07, 1);
      -o-transition: transform 0.55s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.55s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.55s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.55s cubic-bezier(0.86, 0, 0.07, 1);
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px; }
    .btn .inner_btn _::-webkit-full-page-media, .btn .inner_btn _:future, :root .btn .inner_btn::after {
      content: none; }
    .btn .inner_btn:hover:after {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
    .btn .inner_btn:hover #arrow {
      stroke: #000000;
      -webkit-transition-delay: 0.4s;
      -moz-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .btn .inner_btn:hover svg.arrow {
      right: 1rem;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .btn .inner_btn:hover .icon {
      fill: #000000; }
    .btn .inner_btn:hover .btn_txt {
      color: #000000; }
    .btn .inner_btn span {
      vertical-align: top;
      z-index: 1;
      position: relative;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all  0.3s ease;
      -o-transition: all  0.3s ease;
      transition: all  0.3s ease; }
    @media all and (-ms-high-contrast: none) {
      .btn .inner_btn *::-ms-backdrop, .btn .inner_btn span {
        top: 0.4rem; } }
    .btn .inner_btn .next {
      padding-left: 35px; }
  .btn.btn_fv {
    width: 350px;
    margin-bottom: 2rem;
    font-size: 1.0rem; }
    @media (max-width: 1060px) {
      .btn.btn_fv {
        font-size: 0.85rem;
        max-width: 300px; } }
  @media (max-width: 1060px) and (max-width: 576px) {
    .btn.btn_fv {
      max-width: 100% !important; } }
    .btn.btn_fv .inner_btn {
      /*border: 4px solid rgba(255,255,255,0.6);
      box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.6);
      padding: 18px 0rem 18px 1rem;*/ }
      .btn.btn_fv .inner_btn:hover .btn_txt {
        /*color: rgba(183, 94, 255, 1.0);*/ }
      .btn.btn_fv .inner_btn:hover #arrow {
        /*stroke: rgba(183, 94, 255, 1.0);*/ }
  .btn.btn_df {
    /*border: 4px solid #91C8FF;*/ }
  .btn.btn_bm {
    margin-bottom: 2rem; }
  .btn.bg_sky {
    background: #1DA1F2;
    border: 4px solid #82D0FF; }
    .btn.bg_sky .inner_btn {
      border: none; }
  .btn svg.arrow {
    position: absolute;
    right: 1rem;
    top: 36%;
    z-index: 1; }
    @media (max-width: 1060px) {
      .btn svg.arrow {
        width: 7px;
        height: 12px;
        right: 0.75rem;
        top: 38%; } }
    .btn svg.arrow #arrow {
      stroke: #000; }
  .btn svg.icon {
    fill: #fff;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all  0.3s ease;
    -o-transition: all  0.3s ease;
    transition: all  0.3s ease; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btn {
    overflow: hidden; } }

.c_wh {
  color: #fff; }

#content {
  /*background-color: linear-gradient(180deg, #FFFFFF, #FFFFDC, #FDF3FF,#E5EAFB, #DCFBFE,  #F8FEDE, #EBEFFB, #C5D4FF);*/
  background-image: url("../images/bg_wrapper.png");
  background-size: cover;
  background: #ffffdc;
  background: -moz-linear-gradient(top, #ffffdc 18%, #fdf3ff 35%, #e5eafb 54%, #dcfbfe 70%, #f8fede 83%, #dcfbfe 89%, #dcfbfe 89%, #c5d4ff 100%);
  background: -webkit-linear-gradient(top, #ffffdc 18%, #fdf3ff 35%, #e5eafb 54%, #dcfbfe 70%, #f8fede 83%, #dcfbfe 89%, #dcfbfe 89%, #c5d4ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(18%, #ffffdc), color-stop(35%, #fdf3ff), color-stop(54%, #e5eafb), color-stop(70%, #dcfbfe), color-stop(83%, #f8fede), color-stop(89%, #dcfbfe), color-stop(89%, #dcfbfe), to(#c5d4ff));
  background: -o-linear-gradient(top, #ffffdc 18%, #fdf3ff 35%, #e5eafb 54%, #dcfbfe 70%, #f8fede 83%, #dcfbfe 89%, #dcfbfe 89%, #c5d4ff 100%);
  background: linear-gradient(to bottom, #ffffdc 18%, #fdf3ff 35%, #e5eafb 54%, #dcfbfe 70%, #f8fede 83%, #dcfbfe 89%, #dcfbfe 89%, #c5d4ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffdc', endColorstr='#c5d4ff',GradientType=0 );
  padding-top: 6rem; }
  @media (max-width: 1060px) {
    #content {
      padding-top: 3rem; } }

/* =======================================================
* mov
* ======================================================= */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

/* =======================================================
* header
* ======================================================= */
#sidebar {
  width: 100%;
  background-color: rgba(240, 235, 71, 0.5);
  z-index: 10;
  height: 93px; }
  @media (max-width: 1060px) {
    #sidebar {
      /*sbackground: rgba(0, 31, 126, 0.4);*/
      height: 50px; } }
  #sidebar #sidebarWrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    /* Edge 2 */ }
    @media (max-width: 1400px) {
      #sidebar #sidebarWrap {
        padding: 0 2rem; } }
    @media (max-width: 576px) {
      #sidebar #sidebarWrap {
        max-width: 100%;
        padding: 0 1rem; } }
    #sidebar #sidebarWrap .head_in {
      float: left;
      font-size: 1.2rem;
      line-height: 1;
      font-size: 1.0rem; }
      @media (max-width: 1300px) {
        #sidebar #sidebarWrap .head_in {
          font-size: 0.7rem; } }
      @media (max-width: 576px) {
        #sidebar #sidebarWrap .head_in p {
          position: relative;
          margin: 0 1rem; } }
    #sidebar #sidebarWrap h1.head_in {
      display: block;
      width: 338px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      @media (max-width: 1400px) {
        #sidebar #sidebarWrap h1.head_in {
          width: 249px; } }
      @media (max-width: 1150px) {
        #sidebar #sidebarWrap h1.head_in {
          width: 190px; } }
      @media (max-width: 1060px) {
        #sidebar #sidebarWrap h1.head_in {
          width: 209px;
          padding-top: 10px; } }
      #sidebar #sidebarWrap h1.head_in.small {
        width: 249px;
        padding: 20px 0 15px; }
        @media (max-width: 1400px) {
          #sidebar #sidebarWrap h1.head_in.small {
            width: 200px;
            padding: 25px 0 20px; } }
        @media (max-width: 1150px) {
          #sidebar #sidebarWrap h1.head_in.small {
            width: 180px; } }
        @media (max-width: 1060px) {
          #sidebar #sidebarWrap h1.head_in.small {
            width: 150px;
            padding-top: 10px; } }
      #sidebar #sidebarWrap h1.head_in img {
        display: block; }
    @media all and (-ms-high-contrast: none) {
      #sidebar #sidebarWrap *::-ms-backdrop, #sidebar #sidebarWrap h1.head_in {
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s; } }
    @supports (-ms-ime-align: auto) {
      #sidebar #sidebarWrap h1.head_in {
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s; } }
    #sidebar #sidebarWrap _:-ms-lang(x)::backdrop, #sidebar #sidebarWrap .h1.head_in {
      -webkit-transition: 0s;
      -o-transition: 0s;
      transition: 0s; }
    #sidebar #sidebarWrap #head_logo #logo {
      fill: #fff; }
    @media (max-width: 576px) {
      #sidebar #sidebarWrap #menu {
        right: 0; } }
    #sidebar #sidebarWrap #mainnav {
      width: calc(100% - 338px);
      text-align: right;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      @media (max-width: 1400px) {
        #sidebar #sidebarWrap #mainnav {
          width: calc(100% - 249px); } }
      @media (max-width: 1150px) {
        #sidebar #sidebarWrap #mainnav {
          width: calc(100% - 190px); } }
      @media (max-width: 1060px) {
        #sidebar #sidebarWrap #mainnav {
          width: 100%;
          /*padding: 0 1rem;*/ } }
      #sidebar #sidebarWrap #mainnav.small {
        width: calc(100% - 249px); }
        @media (max-width: 1400px) {
          #sidebar #sidebarWrap #mainnav.small {
            width: calc(100% - 200px); } }
        @media (max-width: 1150px) {
          #sidebar #sidebarWrap #mainnav.small {
            width: calc(100% - 180px); } }
        @media (max-width: 1060px) {
          #sidebar #sidebarWrap #mainnav.small {
            width: 100%; } }
      #sidebar #sidebarWrap #mainnav .panel ul {
        padding: 26px 20px 25px 0;
        display: inline-block;
        vertical-align: middle; }
        #sidebar #sidebarWrap #mainnav .panel ul.week {
          padding: 20px 0; }
          @media (max-width: 1060px) {
            #sidebar #sidebarWrap #mainnav .panel ul.week {
              padding-bottom: 3rem; } }
        @media (max-width: 1060px) {
          #sidebar #sidebarWrap #mainnav .panel ul {
            display: block; } }
        @media (max-width: 576px) {
          #sidebar #sidebarWrap #mainnav .panel ul {
            padding: 0; } }
        #sidebar #sidebarWrap #mainnav .panel ul li {
          /*display: inline-block;*/
          float: left;
          padding: 0 18px;
          text-align: center; }
          @media (max-width: 1300px) {
            #sidebar #sidebarWrap #mainnav .panel ul li {
              padding: 0 18px; } }
          @media (max-width: 1060px) {
            #sidebar #sidebarWrap #mainnav .panel ul li {
              display: block;
              float: none;
              display: block; } }
          #sidebar #sidebarWrap #mainnav .panel ul li:last-of-type {
            padding-right: 0; }
            @media (max-width: 576px) {
              #sidebar #sidebarWrap #mainnav .panel ul li:last-of-type {
                padding-right: 12px; } }
          #sidebar #sidebarWrap #mainnav .panel ul li a {
            color: #000;
            display: block;
            /*font-size: 1.0rem;*/
            letter-spacing: 0.02em;
            font-weight: 600; }
            @media (max-width: 1060px) {
              #sidebar #sidebarWrap #mainnav .panel ul li a {
                font-size: 1.4rem; } }
            @media (max-width: 576px) {
              #sidebar #sidebarWrap #mainnav .panel ul li a {
                font-size: 1.2rem; } }
            #sidebar #sidebarWrap #mainnav .panel ul li a small {
              font-size: 0.6em;
              display: block;
              padding-top: 10px;
              text-align: center; }
              @media (max-width: 576px) {
                #sidebar #sidebarWrap #mainnav .panel ul li a small {
                  padding-top: 0.5rem; } }
      #sidebar #sidebarWrap #mainnav .panel .sns {
        /*display: inline-block;*/ }
        #sidebar #sidebarWrap #mainnav .panel .sns li {
          padding: 0 5px;
          /*&:first-of-type {
            padding: 0 5px 0 25px;
          }*/ }
          #sidebar #sidebarWrap #mainnav .panel .sns li a img {
            width: 30px; }
        @media (max-width: 1060px) {
          #sidebar #sidebarWrap #mainnav .panel .sns {
            display: block;
            padding-top: 2rem; }
            #sidebar #sidebarWrap #mainnav .panel .sns li {
              display: inline-block;
              padding: 0 1rem 0 0; }
              #sidebar #sidebarWrap #mainnav .panel .sns li:last-of-type {
                padding-right: 0; }
              #sidebar #sidebarWrap #mainnav .panel .sns li:first-of-type {
                padding: 0 1rem 0 0; }
              #sidebar #sidebarWrap #mainnav .panel .sns li a {
                padding: 0; }
                #sidebar #sidebarWrap #mainnav .panel .sns li a img {
                  width: 36px; } }
      #sidebar #sidebarWrap #mainnav .panel .week .btn.btn_df {
        font-size: 0.7rem;
        width: 180px;
        background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#FFED7B));
        background: -webkit-linear-gradient(left, #FFFFFF, #FFED7B);
        background: -o-linear-gradient(left, #FFFFFF, #FFED7B);
        background: linear-gradient(to right, #FFFFFF, #FFED7B); }
        #sidebar #sidebarWrap #mainnav .panel .week .btn.btn_df .inner_btn {
          padding: 13px 15px;
          border: 0; }
          #sidebar #sidebarWrap #mainnav .panel .week .btn.btn_df .inner_btn svg.arrow {
            position: absolute;
            right: 0.7rem;
            top: 36%;
            width: 20px; }

/* =======================================================
* fv
* ======================================================= */
.fv_area {
  /*height: 100vh;*/
  background-color: #FFFFDC; }
  .fv_area .fv_bg {
    background-image: url(../images/pc/fv.png);
    background-size: cover;
    background-position: center top;
    position: relative;
    background-repeat: no-repeat;
    z-index: 5; }
    @media (max-width: 1060px) {
      .fv_area .fv_bg {
        background-size: cover;
        min-height: auto;
        background-position: right -90px top; } }
    @media (max-width: 576px) {
      .fv_area .fv_bg {
        background-image: url(../images/sp/fv.png);
        background-position: center top;
        background-repeat: no-repeat; } }
    .fv_area .fv_bg::after {
      content: "";
      background-image: url(../images/pc/fv_btm.png);
      position: absolute;
      bottom: 0;
      right: 0;
      display: block;
      background-size: 100% auto;
      width: 100%;
      height: auto;
      padding-top: 33.31111%;
      z-index: -1; }
      @media (max-width: 576px) {
        .fv_area .fv_bg::after {
          background-image: url(../images/sp/fv_btm.png); } }
  .fv_area .block {
    display: block;
    margin: 0 auto; }
  .fv_area .fv_logo {
    margin-top: 2.0rem; }
  .fv_area .fv_ex {
    font-size: 1.875rem;
    line-height: 1.8;
    margin-top: 3rem;
    padding-bottom: 4rem; }
    @media (max-width: 1060px) {
      .fv_area .fv_ex {
        margin-top: 2rem;
        padding-bottom: 2.5rem; } }
  .fv_area .content {
    padding-top: 93px; }
    @media (max-width: 1060px) {
      .fv_area .content {
        padding-top: 2.5rem;
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (max-width: 576px) {
      .fv_area .content {
        padding-right: 1rem;
        padding-left: 1rem; } }
    .fv_area .content .fv_ttl_txt {
      /*font-size: 2.4rem;
      color: #fff;
      font-weight: bold;*/
      /*padding-bottom: 3.5rem;*/
      z-index: 4;
      position: relative;
      font-weight: bold;
      font-size: 1.3rem;
      padding-bottom: 2rem; }
      @media (max-width: 576px) {
        .fv_area .content .fv_ttl_txt {
          line-height: 1.6;
          font-size: 0.9rem;
          padding-bottom: 1.5rem;
          margin-top: -0.5rem; } }
      .fv_area .content .fv_ttl_txt img {
        width: 754px;
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: 2.5rem; }
        @media (max-width: 576px) {
          .fv_area .content .fv_ttl_txt img {
            max-width: 100%;
            width: 332px;
            display: block;
            padding-bottom: 2.5rem; } }
    .fv_area .content .fv_ex_txt {
      font-size: 1.2rem;
      color: #fff;
      font-weight: bold;
      margin-top: 1.5rem;
      padding-bottom: 1.5rem; }
      @media (max-width: 1060px) {
        .fv_area .content .fv_ex_txt {
          /*margin-top: 2rem;
        padding-bottom: 2.5rem;*/
          margin-top: 1rem;
          font-size: 0.8rem; } }
      .fv_area .content .fv_ex_txt.ex_02 {
        padding-bottom: 4rem; }
        .fv_area .content .fv_ex_txt.ex_03 {
          color: #222222;}
        @media (max-width: 1060px) {
          .fv_area .content .fv_ex_txt.ex_02 {
            margin-top: 2rem;
            padding-bottom: 3rem; } }
    @media (max-width: 576px) {
      .fv_area .content .fv_ttl img {
        width: 240px; } }
    .fv_area .content .fv_logo_02 img {
      width: 897px;
      max-width: 100%;
      padding-bottom: 1.5rem;
      margin: 0 auto; }
      @media (max-width: 576px) {
        .fv_area .content .fv_logo_02 img {
          width: 348px;
          max-width: 100%;
          padding-bottom: 2.0rem;
          display: block; } }
    .fv_area .content .video {
      position: relative;
      max-width: 100%;
      line-height: 1;
      margin-bottom: 2.5rem;
      z-index: 3; }
      @media (max-width: 576px) {
        .fv_area .content .video {
          padding-top: 56.0%;
          margin-bottom: 1.5rem; } }
      .fv_area .content .video iframe {
        max-width: 100%;
        border: 6px solid #000; }
        @media (max-width: 576px) {
          .fv_area .content .video iframe {
            top: 0;
            position: absolute;
            left: 0;
            height: 100%;
            max-width: 100%;
            border: 3px solid #000; } }

/* =======================================================
* main
* ======================================================= */
.content {
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 1060px) {
    .content {
      /*max-width: 600px;*/ } }
  @media (max-width: 576px) {
    .content {
      /*max-width: 335px;*/ } }
  .content section {
    padding: 0 5rem; }
    @media (max-width: 1060px) {
      .content section {
        padding: 0 4rem; } }
    @media (max-width: 576px) {
      .content section {
        padding: 0 1rem; } }
  .content .sec_wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 4rem 5rem 5rem;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 5rem;
    border: 2px solid #000000; }
    @media (max-width: 1400px) {
      .content .sec_wrapper {
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media (max-width: 1060px) {
      .content .sec_wrapper {
        margin-bottom: 2rem; } }
    @media (max-width: 576px) {
      .content .sec_wrapper {
        max-width: 375px;
        padding: 3rem 0.8rem 3rem;
        border: 1px solid #000000; } }
  @media (max-width: 1060px) {
    .content #sec01 {
      /*padding-top: 2rem;*/ } }
  .content #sec01 .news_list {
    text-align: left; }
    .content #sec01 .news_list li {
      font-size: 0.9rem;
      overflow: hidden;
      padding: 20px 0;
      border-bottom: 1px solid #CCCCCC;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .content #sec01 .news_list li.toggle {
        display: none; }
      .content #sec01 .news_list li:first-of-type {
        border-top: 1px solid #CCCCCC; }
      .content #sec01 .news_list li .data {
        display: block;
        float: left;
        padding: 0rem 30px;
        width: 160px;
        font-size: 0.9rem;
        line-height: 1.818; }
        @media (max-width: 1060px) {
          .content #sec01 .news_list li .data {
            /*font-size: 0.7rem;
            padding-right: 0.5rem;
            width: 70px;
            line-height: 1;*/
            font-size: 0.8rem;
            padding: 0 0.5rem 0 0;
            width: auto;
            line-height: 1.6; } }
      .content #sec01 .news_list li .txt {
        display: block;
        float: left;
        width: calc(100% - 160px);
        padding-right: 40px;
        line-height: 1.875;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        .content #sec01 .news_list li .txt a {
          color: #000000;
          /*text-decoration: underline;*/ }
        @media (max-width: 1060px) {
          .content #sec01 .news_list li .txt {
            /*font-size: 0.6rem;
            padding-left: 0.5rem;
            width: calc(100% - 80px);*/
            font-size: 0.7rem;
            width: calc(100% - 80px);
            padding-right: 0rem;
            line-height: 1.6; } }
      @media all and (-ms-high-contrast: none) {
        .content #sec01 .news_list li *::-ms-backdrop, .content #sec01 .news_list li .txt {
          padding-top: 0.5rem; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1060px) {
    .content #sec01 .news_list li *::-ms-backdrop, .content #sec01 .news_list li .txt {
      width: calc(100% - 100px);
      padding-top: 0.2rem; } }
  .content #sec01 .btn {
    margin-top: 2.5rem; }
    @media (max-width: 576px) {
      .content #sec01 .btn {
        margin-top: 2.0rem; } }
  .content #sec02 {
    background-position: top center;
    background-size: cover; }
    .content #sec02 h2 {
      margin-bottom: 3rem; }
      @media (max-width: 1060px) {
        .content #sec02 h2 {
          /*mx-width: 375px;*/
          margin-bottom: 2.5rem; } }
      .content #sec02 h2::before {
        background-image: url(../images/h2_before02.png); }
      .content #sec02 h2::after {
        background-image: url(../images/h2_after02.png); }
    .content #sec02 h3 {
      font-size: 1.3rem;
      line-height: 1.846;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (max-width: 1060px) {
        .content #sec02 h3 {
          font-size: 1rem; } }
    .content #sec02 p {
      text-align: center;
      font-size: 0.8rem; }
      @media (max-width: 1060px) {
        .content #sec02 p {
          font-size: 0.7rem; } }
      .content #sec02 p.p02 {
        font-size: 1.0rem;
        font-weight: bold;
        margin-top: 2.5rem; }
        @media (max-width: 1060px) {
          .content #sec02 p.p02 {
            font-size: 0.9rem;
            margin-top: 2.0rem; } }
    .content #sec02 .ex {
      /*border-top: 1px solid #CCCCCC;*/
      border-bottom: 1px solid #CCCCCC;
      padding: 1rem 0 3rem; }
      @media (max-width: 1060px) {
        .content #sec02 .ex {
          padding: 0rem 0 2rem; } }
      .content #sec02 .ex p {
        text-align: left;
        line-height: 2; }
    .content #sec02 .btn {
      margin-top: 3rem; }
      @media (max-width: 1060px) {
        .content #sec02 .btn {
          margin-top: 2.0rem; } }
    .content #sec02 .area_intro {
      padding-top: 3rem; }
      @media (max-width: 1060px) {
        .content #sec02 .area_intro {
          padding-top: 2rem; } }
      .content #sec02 .area_intro h4 {
        font-size: 1.2rem;
        text-align: left;
        padding-bottom: 1.0rem; }
        @media (max-width: 1060px) {
          .content #sec02 .area_intro h4 {
            padding-bottom: 1.5rem;
            font-size: 0.9rem; } }
      .content #sec02 .area_intro .left {
        text-align: left;
        padding-bottom: 1rem; }
        @media (max-width: 576px) {
          .content #sec02 .area_intro .left {
            padding-bottom: 0rem; } }
        .content #sec02 .area_intro .left img {
          display: block; }
      .content #sec02 .area_intro .right {
        padding-left: 1rem; }
        @media (max-width: 576px) {
          .content #sec02 .area_intro .right {
            padding-left: 0rem; } }
      .content #sec02 .area_intro dl {
        text-align: left; }
        .content #sec02 .area_intro dl dt {
          font-weight: 600;
          line-height: 1.6;
          padding-bottom: 2rem; }
          @media (max-width: 1060px) {
            .content #sec02 .area_intro dl dt {
              font-size: 0.8rem;
              padding-bottom: 1rem; } }
          @media (max-width: 576px) {
            .content #sec02 .area_intro dl dt {
              padding-top: 1.5rem; } }
        .content #sec02 .area_intro dl dd {
          font-size: 0.8rem;
          line-height: 2; }
          @media (max-width: 1060px) {
            .content #sec02 .area_intro dl dd {
              font-size: 0.7rem; } }
  .content #sec03 .sec_wrapper {
    padding-bottom: 4rem; }
    @media (max-width: 1060px) {
      .content #sec03 .sec_wrapper {
        padding-bottom: 3rem; } }
    .content #sec03 .sec_wrapper h3 {
      padding-bottom: 2rem; }
      @media (max-width: 1060px) {
        .content #sec03 .sec_wrapper h3 {
          font-size: 0.9rem;
          padding-bottom: 1.5rem; } }
    .content #sec03 .sec_wrapper p {
      font-size: 0.8rem; }
      @media (max-width: 1060px) {
        .content #sec03 .sec_wrapper p {
          font-size: 0.7rem; } }
  .content #sec03 .wrapper_soon {
    border: 2px solid #000000;
    padding: 1.5rem; }
    @media (max-width: 1060px) {
      .content #sec03 .wrapper_soon {
        padding: 0; } }
    .content #sec03 .wrapper_soon .soon {
      font-size: 3.55rem; }
      @media (max-width: 1060px) {
        .content #sec03 .wrapper_soon .soon {
          font-size: 2.6rem;
          line-height: 1;
          padding: 3rem 2rem; } }
  .content #sec04 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }
    .content #sec04 h2 {
      margin-bottom: 3rem; }
      @media (max-width: 1060px) {
        .content #sec04 h2 {
          /*max-width: 375px;*/
          margin-bottom: 2rem; } }
      .content #sec04 h2::before {
        background-image: url(../images/h2_before02.png); }
      .content #sec04 h2::after {
        background-image: url(../images/h2_after02.png); }
    .content #sec04 h3 {
      font-size: 1.3rem;
      padding: 4rem 0 1.5rem;
      line-height: 1; }
      @media (max-width: 1060px) {
        .content #sec04 h3 {
          font-size: 1rem;
          padding: 2.5rem 0 0.5rem; } }
    .content #sec04 p {
      font-size: 0.8rem;
      padding: 0rem 0 2.5rem; }
      @media (max-width: 1060px) {
        .content #sec04 p {
          font-size: 0.7rem;
          padding: 0rem 0 1.75rem; } }
    .content #sec04 .bn {
      padding-bottom: 1rem; }
      @media (max-width: 1060px) {
        .content #sec04 .bn {
          font-size: 0.5rem; } }
    .content #sec04 .dl_area ul {
      max-width: 700px;
      margin: 0 auto; }
      @media (max-width: 1060px) {
        .content #sec04 .dl_area ul li:first-of-type {
          padding-bottom: 1rem; } }
      .content #sec04 .dl_area ul li p {
        padding: 1rem 0;
        text-align: center;
        font-size: 0.75rem; }
        @media (max-width: 1060px) {
          .content #sec04 .dl_area ul li p {
            font-size: 0.8rem; } }
      .content #sec04 .dl_area ul li img {
        width: 220px;
        max-width: 100%; }
  @media (max-width: 1060px) {
    .content #sec05 {
      padding-bottom: 0rem; } }
  .content #sec05 h2::before {
    left: 37%; }
    @media (max-width: 1060px) {
      .content #sec05 h2::before {
        left: 18%;
        top: 45%; } }
  .content #sec05 h2::after {
    left: 64%; }
    @media (max-width: 1060px) {
      .content #sec05 h2::after {
        left: 84%;
        top: 42%; } }
  .content #sec05 p {
    font-size: 0.8rem; }
    @media (max-width: 1060px) {
      .content #sec05 p {
        font-size: 0.7rem; } }
  .content #sec05 small {
    font-size: 0.7rem; }
  .content #sec05 .btn {
    margin-top: 2rem; }
    @media (max-width: 1060px) {
      .content #sec05 .btn {
        margin-top: 2rem; } }
    .content #sec05 .btn img {
      vertical-align: bottom; }
      @media (max-width: 1060px) {
        .content #sec05 .btn img {
          width: 14px; } }
    @media all and (-ms-high-contrast: none) {
      .content #sec05 .btn *::-ms-backdrop, .content #sec05 .btn .btn_txt {
        /*top: 0.7rem;*/ }
      .content #sec05 .btn *::-ms-backdrop, .content #sec05 .btn .icon {
        top: 0.2rem;
        height: 20px; } }
  .content #sec05 .follow_txt {
    margin-top: 3rem;
    display: block; }
    @media (max-width: 1060px) {
      .content #sec05 .follow_txt {
        margin-top: 2.5rem; } }

/* =======================================================
* footer
* ======================================================= */
footer .scroll-top-wrapper {
  max-width: 1300px;
  margin: 0 auto 0rem;
  text-align: right; }
  @media (max-width: 1400px) {
    footer .scroll-top-wrapper {
      padding: 0 2rem; } }
  @media (max-width: 576px) {
    footer .scroll-top-wrapper {
      padding: 0 0.7rem;
      margin-bottom: 0; } }
  footer .scroll-top-wrapper img {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 82px; }
    @media (max-width: 1060px) {
      footer .scroll-top-wrapper img {
        width: 69px; } }
    footer .scroll-top-wrapper img:hover {
      opacity: 0.8; }

footer .logo {
  width: 140px;
  /*padding-bottom: 0.5rem;*/
  float: left; }
  @media (max-width: 1060px) {
    footer .logo {
      width: 91px;
      padding-bottom: 0.5rem;
      float: none; } }
  @media (max-width: 576px) {
    footer .logo {
      padding-bottom: 0; } }

footer .inner {
  /*max-width: 1300px;*/
  padding: 3rem 0 5rem;
  margin: 0 auto;
  overflow: hidden; }
  @media (max-width: 1400px) {
    footer .inner {
      padding: 100px 2rem; } }
  @media (max-width: 1060px) {
    footer .inner {
      padding: 0rem 0rem 3rem; } }
  footer .inner .list_wrapper {
    max-width: 1300px;
    margin: 0 auto 0rem; }
    @media (max-width: 1060px) {
      footer .inner .list_wrapper {
        max-width: 100%;
        text-align: left;
        padding: 0 1rem; } }
    @media (max-width: 576px) {
      footer .inner .list_wrapper {
        max-width: 335px;
        padding: 0; } }

footer .list {
  width: calc(100% - 140px);
  text-align: right;
  overflow: hidden;
  float: left; }
  @media (max-width: 1060px) {
    footer .list {
      float: none;
      width: 100%;
      text-align: left; } }
  @media (max-width: 576px) {
    footer .list {
      /*line-height: 1;*/ } }
  footer .list li {
    display: inline-block;
    padding: 0 15px; }
    @media (max-width: 1060px) {
      footer .list li {
        font-size: 0.6rem;
        padding: 0 5px; }
        footer .list li:first-of-type {
          padding-left: 0; } }
    footer .list li:last-of-type {
      padding-left: 0; }
