@charset "UTF-8";
@media screen and (min-width: 768px) {
  /* --------------------------------------------------------------
   共通
  -------------------------------------------------------------- */
  .sponly {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  /* --------------------------------------------------------------
   共通
  -------------------------------------------------------------- */
  body {
    min-width: 3.2rem;
    font-size: 0.125rem;
  }
  .pconly {
    display: none !important;
  }
  .container {
    width: calc(100% - 0.4rem);
    margin: 0 auto;
  }
  .mod_btn a {
    border: 0.02rem solid #fff;
    border-radius: 0.05rem;
  }
  .mod_btn a::after {
    content: ">";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mod_btn._small a {
    width: 3.1rem;
    height: 0.615rem;
    font-size: 0.13rem;
    line-height: 1.25;
  }
  .mod_btn._small a::after {
    right: 0.1rem;
    font-size: 0.11rem;
  }
  .mod_btn._large a {
    width: 3.1rem;
    height: 0.615rem;
    font-size: 0.13rem;
    line-height: 1.27;
  }
  .mod_btn._large a::after {
    right: 0.1rem;
    font-size: 0.11rem;
  }
  .cmn_header {
    padding: 0.025rem 0.19rem 0 0.19rem;
    display: block;
    position: static;
    background-color: #fff;
  }
  .cmn_header .logo img {
    width: 1.11rem;
  }
  .cmn_footer {
    padding: 0.11rem 0.2rem 0.11rem;
  }
  .cmn_footer .container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn_footer .logo img {
    width: 1.175rem;
  }
  .cmn_footer small {
    position: static;
    font-size: 0.1rem;
    -webkit-transform: none;
            transform: none;
  }
  .cmn_cta {
    background-image: url(../img/cta/bg_sp.jpg);
  }
  .cmn_cta .tit {
    font-size: 0.18rem;
    line-height: 1.45;
  }
  .cmn_cta .tit .strong {
    font-size: 0.24rem;
  }
  .cmn_cta .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0 0.2rem;
  }
  .cmn_cta .img {
    text-align: center;
    margin: 0.14rem -0.15rem 0;
  }
  .cmn_cta .img img {
    width: 100%;
  }
  .cmn_cta .summary {
    width: 100%;
  }
  .cmn_cta .cat02 {
    margin-top: 0.21rem;
    font-size: 0.18rem;
  }
  .cmn_cta .lists {
    margin-top: 0.23rem;
  }
  .cmn_cta .lists li {
    font-size: 0.125rem;
    line-height: 1.92;
  }
  .cmn_cta .lists li:not(:first-of-type) {
    margin-top: 1px;
  }
  .cmn_cta .btn_wrap {
    margin-top: 0.2rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.2rem 0;
  }
  .cmn_cta.cta01 {
    padding: 0.38rem 0.18rem 0.35rem;
  }
  .cmn_cta.cta01::before {
    width: 0.305rem;
    height: 0.68rem;
    top: -0.38rem;
    right: 0.39rem;
  }
  .cmn_cta.cta01 .wrap {
    margin-top: 0.25rem;
  }
  .cmn_cta.cta01 .cat01 {
    font-size: 0.18rem;
    line-height: 1.38;
    letter-spacing: 0.05em;
  }
  .cmn_cta.cta01 .summary {
    padding-top: 0;
  }
  .cmn_cta.cta02 {
    padding: 0.37rem 0.2rem 0.4rem;
  }
  .cmn_cta.cta02 .txt {
    width: 100%;
    font-size: 0.12rem;
    line-height: 1.875;
  }
  .cmn_cta.cta02 .wrap {
    margin-top: 0.05rem;
  }
  .cmn_cta.cta02 .summary {
    padding-top: 0.22rem;
  }
  .cmn_cta.cta02 .btn_wrap {
    margin-top: 0.25rem;
  }
  .mv {
    margin-top: 0;
    padding: 0.32rem 0 0.385rem;
    background-image: url(../img/mv/bg_sp.jpg);
  }
  .mv .wrap {
    width: calc(100% - 0.36rem);
  }
  .mv .tit {
    font-size: 0.365rem;
    line-height: 1.27;
    white-space: nowrap;
  }
  .mv .cat01 {
    margin-top: 0.12rem;
    font-size: 0.18rem;
    line-height: 1.38;
  }
  .mv .cat02 {
    margin-top: 0.21rem;
    font-size: 0.252rem;
  }
  .mv .desc {
    margin-top: 0.16rem;
    line-height: 1.92;
  }
  .mv .img {
    position: static;
  }
  .mv .img img {
    width: 100%;
  }
  .mv .lists {
    margin-top: 0.26rem;
  }
  .mv .lists li {
    padding-left: 0.45rem;
    font-size: 0.18rem;
    line-height: 1.38;
  }
  .mv .lists li::before {
    width: 0.4rem;
    height: 0.4rem;
    top: calc(50% - 0.2rem);
    left: -0.03rem;
  }
  .mv .lists li:not(:first-of-type) {
    margin-top: 0.2rem;
  }
  .mv .lists li:first-of-type {
    white-space: nowrap;
    margin-bottom: 0.45rem;
  }
  .mv .lists li:first-of-type::before {
    top: 0.06rem;
  }
  .mv .lists .small {
    font-size: 0.09rem;
  }
  .mv .lists .notes {
    font-size: 0.09rem;
    bottom: -2.5em;
    left: 0.45rem;
    line-height: 1.1;
    text-indent: -0.5em;
  }
  .mv .btn_wrap {
    margin-top: 0.39rem;
    position: static;
  }
  .mv .btn_wrap .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.2rem 0;
  }
  .mv .btn_wrap .notes {
    margin-top: 0.2rem;
    font-size: 0.1rem;
    line-height: 1.5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .sec01 {
    padding: 0.37rem 0 0;
  }
  .sec01 .container {
    padding-bottom: 0.3rem;
    width: calc(100% - 0.4rem);
  }
  .sec01 .container::before {
    content: none;
  }
  .sec01 .tit {
    font-size: 0.2rem;
  }
  .sec01 .lists {
    margin-top: 0.23rem;
    gap: 0.175rem 0;
  }
  .sec01 .lists li {
    width: 100%;
    border-radius: 0.05rem;
    padding: 0.25rem 0.22rem 0.3rem;
  }
  .sec01 .lists .list_tit {
    padding-left: 0.485rem;
    font-size: 0.18rem;
    line-height: 1.55;
  }
  .sec01 .lists .list_tit::before {
    width: 0.355rem;
    height: 0.355rem;
    top: 0;
  }
  .sec01 .lists .desc {
    margin-top: 0.1rem;
    padding-left: 0;
    font-size: 0.125rem;
    line-height: 1.92;
  }
  .sec01 .cat {
    margin: 0.2rem 0 0 -0.1rem;
    text-indent: 0.12rem;
    text-align: left;
    font-size: 0.24rem;
    line-height: 1.25;
  }
  .sec01 .cat .small {
    font-size: 0.18rem;
  }
  .sec02 {
    padding: 0.37rem 0 0.37rem;
    background-image: url(../img/mv/bg_sp.jpg);
  }
  .sec02 .tit {
    font-size: 0.18rem;
    line-height: 1.4;
  }
  .sec02 .tit .strong {
    display: block;
    font-size: 0.24rem;
  }
  .sec02 .img_wrap {
    overflow: auto;
  }
  .sec02 .img {
    width: 8.7rem;
    margin-top: 0.05rem;
  }
  .sec02 .img img {
    width: 100%;
  }
  .sec02 .cat {
    margin-top: 0.07rem;
    font-size: 0.16rem;
    line-height: 1.56;
  }
  .sec02 .wrap {
    width: 100%;
  }
  .sec02 .lists {
    margin-top: 0.27rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.14rem 0;
  }
  .sec02 .lists li {
    width: 2.73rem;
    margin: 0 auto;
    border-radius: 0.05rem;
    padding: 0.2rem 0.21rem 0.24rem;
  }
  .sec02 .lists .list_tit {
    padding-bottom: 0.15rem;
    margin-bottom: 0.13rem;
    font-size: 0.16rem;
    line-height: 1.4;
    border-bottom: 0.02rem solid #0028c8;
  }
  .sec02 .lists .txt {
    font-size: 0.125rem;
    line-height: 1.92;
  }
  .sec02 .notes {
    margin: 0.15rem 0.5rem 0 0;
    font-size: 0.075rem;
  }
  .sec03 .container {
    padding: 0.33rem 0 1.1rem;
    width: calc(100% - 0.36rem);
  }
  .sec03 .container::before {
    width: 3.535rem;
    height: 1.415rem;
    z-index: 1;
    bottom: 0.3rem;
    left: 0;
  }
  .sec03 .container::after {
    width: 0.675rem;
    height: 0.485rem;
    bottom: 0.34rem;
    left: 0.2rem;
  }
  .sec03 .tit_wrap {
    padding: 0 0.26rem;
    position: relative;
  }
  .sec03 .tit {
    text-align: left;
    font-size: 0.18rem;
    line-height: 1.3;
  }
  .sec03 .tit .strong {
    display: block;
    font-size: 0.24rem;
  }
  .sec03 .medal {
    top: -0.06rem;
    right: 0.16rem;
  }
  .sec03 .medal img {
    width: 0.925rem;
  }
  .sec03 .lists {
    margin-top: 0.25rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.185rem 0;
  }
  .sec03 .lists li {
    width: 100%;
    border-radius: 0.05rem;
    padding: 0.3rem 0.25rem 0.34rem;
  }
  .sec03 .lists .list_tit {
    padding-left: 0.48rem;
    font-size: 0.18rem;
  }
  .sec03 .lists .list_tit::before {
    width: 0.355rem;
    height: 0.355rem;
    top: calc(50% - 0.1775rem);
  }
  .sec03 .lists .child_lists {
    padding-left: 0;
  }
  .sec03 .lists .child_lists dt {
    margin: 0.32rem 0 0.05rem;
    font-size: 0.125rem;
  }
  .sec03 .lists .child_lists dd {
    font-size: 0.125rem;
    line-height: 1.92;
  }
  .sec04 .before {
    padding: 0.4rem 0 0;
  }
  .sec04 .before .tit {
    font-size: 0.2rem;
  }
  .sec04 .before .txt {
    width: 3.4rem;
    margin: 0.18rem auto 0;
    font-size: 0.125rem;
    line-height: 1.92;
  }
  .sec04 .before .img_wrap {
    width: 100%;
    overflow: auto;
    padding: 0 0.2rem 0.4rem;
    border-bottom: none;
    position: relative;
  }
  .sec04 .before .img_wrap::before {
    bottom: 0;
    left: 0.36rem;
    width: 0.695rem;
    height: 0.72rem;
  }
  .sec04 .before .img {
    width: 7.2rem;
    margin-top: 0.25rem;
    margin-right: 0.2rem;
  }
  .sec04 .before .img img {
    width: 100%;
  }
  .sec04 .before .wrap {
    width: 3.35rem;
    padding-top: 0.35rem;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.1rem 0;
    border-top: 1px solid #b7b6b6;
  }
  .sec04 .before .summary {
    margin-left: 0;
    width: 100%;
  }
  .sec04 .before .img02 {
    width: 100%;
    margin-top: 0.12rem;
    position: relative;
    z-index: 1;
  }
  .sec04 .before .stit {
    text-align: center;
    font-size: 0.18rem;
  }
  .sec04 .before .stit .strong {
    font-size: 0.24rem;
  }
  .sec04 .before .txt02 {
    margin-top: 0.13rem;
    font-size: 0.125rem;
    line-height: 1.96;
  }
  .sec04 .before .logo_area {
    width: 100%;
    margin: 0 auto;
  }
  .sec04 .before .__gallery {
    gap: 0 0.3rem;
    margin: -0.14rem calc(50% - 50vw) 0;
  }
  .sec04 .before .__gallery .__gallery_wrap {
    gap: 0 0.3rem;
    -webkit-animation: horizontal-animation 40s linear infinite;
            animation: horizontal-animation 40s linear infinite;
  }
  .sec04 .before .__item:nth-of-type(1) {
    width: 0.525rem;
  }
  .sec04 .before .__item:nth-of-type(2) {
    width: 1.26rem;
  }
  .sec04 .before .__item:nth-of-type(3) {
    width: 0.755rem;
  }
  .sec04 .before .__item:nth-of-type(4) {
    width: 0.93rem;
  }
  .sec04 .before .__item:nth-of-type(5) {
    width: 0.925rem;
  }
  .sec04 .before .__item:nth-of-type(6) {
    width: 0.64rem;
  }
  .sec04 .before .__item:nth-of-type(7) {
    width: 1.6rem;
  }
  .sec04 .before .__item:nth-of-type(8) {
    width: 0.8rem;
  }
  .sec04 .before .__item:nth-of-type(9) {
    width: 0.73rem;
  }
  .sec04 .before .__item:nth-of-type(10) {
    width: 1.46rem;
  }
  .sec04 .before .__item:nth-of-type(11) {
    width: 1.335rem;
  }
  .sec04 .before .__item:nth-of-type(12) {
    width: 1.105rem;
  }
  .sec04 .before .__item:nth-of-type(13) {
    width: 0.85rem;
  }
  @-webkit-keyframes horizontal-animation {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @keyframes horizontal-animation {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  .sec04 .before .notes {
    margin-top: -0.2rem;
    padding-right: 0.2rem;
    font-size: 0.075rem;
  }
  .sec04 .after {
    width: 3.35rem;
    margin: 0 auto;
    padding: 0.36rem 0 0.4rem;
    border-top: 1px solid #b7b6b6;
  }
  .sec04 .after .tit {
    font-size: 0.18rem;
  }
  .sec04 .after .summary {
    margin-top: 0.2rem;
  }
  .sec04 .after .summary .child_lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.1rem;
  }
  .sec04 .after .summary .child_lists dt {
    padding: 0.09rem 0.2rem;
    border-radius: 0.1rem;
    font-size: 0.14rem;
  }
  .sec04 .after .summary .child_lists dd {
    font-size: 0.125rem;
  }
  .sec04 .after .summary .link {
    margin-top: 0.13rem;
    padding-bottom: 0.04rem;
    font-size: 0.115rem;
  }
  .sec04 .after .lists {
    margin-top: 0.4rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.15rem 0;
  }
  .sec04 .after .lists li {
    width: 100%;
    padding: 0.25rem 0.25rem 0.35rem;
    display: block;
    border-radius: 0.05rem;
  }
  .sec04 .after .lists .txt {
    margin-top: 0;
    font-size: 0.125rem;
    line-height: 1.92;
  }
  .sec04 .after .item {
    padding: 0.3rem 0 0.33rem 0;
    margin-top: 0.22rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 0.05rem;
  }
  .sec04 .after .item::before {
    width: 0.925rem;
    height: 1.04rem;
    bottom: -0.3rem;
    right: 0.15rem;
  }
  .sec04 .after .item .summary {
    margin-top: 0.26rem;
    padding: 0 0.25rem;
  }
  .sec04 .after .item .img {
    width: 100%;
    margin-top: 0.24rem;
  }
  .sec04 .after .wrap {
    width: 100%;
    display: contents;
  }
  .sec04 .after .logo {
    width: 1.26rem;
    top: 0.01rem;
    right: 0.04rem;
  }
  .sec04 .after .stit {
    font-size: 0.16rem;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .sec04 .after .cat {
    margin-top: 0.3rem;
    font-size: 0.12rem;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .sec04 .after .txt {
    font-size: 0.125rem;
    line-height: 1.92;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .sec04 .after .item .stit,
  .sec04 .after .item .cat,
  .sec04 .after .item .txt {
    padding: 0 0.27rem;
  }
  .sec04 .after .item .txt {
    margin-top: 0.1rem;
  }
  .sec05 {
    padding: 0.3rem 0 0.35rem;
    background-position: -11rem center;
    background-image: url(../img/sec05/bg.jpg);
  }
  .sec05 .container {
    width: calc(100% - 0.4rem);
  }
  .sec05 .wrap01 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sec05 .summary {
    width: 100%;
    display: contents;
  }
  .sec05 .img {
    width: 100%;
    padding-top: 0.15rem;
    margin-right: 0;
  }
  .sec05 .tit {
    font-size: 0.18rem;
    line-height: 1.48;
  }
  .sec05 .tit .strong {
    white-space: nowrap;
    font-size: 0.22rem;
    letter-spacing: 0.03em;
  }
  .sec05 .txt {
    width: 100%;
    margin-top: 0.18rem;
    line-height: 1.92;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec05 .wrap02 {
    margin-top: 0.26rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.13rem 0;
  }
  .sec05 .item {
    width: 100%;
    padding: 0.35rem 0.1rem 0.38rem 0.1rem;
  }
  .sec05 .intro {
    margin-left: 0.1rem;
    padding-left: 0.12rem;
    border-left: 0.07rem solid #0028c8;
  }
  .sec05 .item_tit {
    font-size: 0.155rem;
  }
  .sec05 .item_cat {
    margin-top: 0.1rem;
    font-size: 0.12rem;
    line-height: 1.29;
  }
  .sec05 .child_wrap {
    margin-top: 0.23rem;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sec05 .item_img {
    width: 1.32rem;
  }
  .sec05 .item_txt {
    font-size: 0.12rem;
    width: calc(100% - 1.32rem);
    line-height: 1.875;
    padding-left: 0.12rem;
  }
}
/*# sourceMappingURL=style_sp.css.map */