@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/*
========================================
all
========================================
*/
/* pc */
@media(min-width:741px){
  body {
    min-width: 1114px;
    overflow-x: auto;
  }
  .article-body *,.article-body *:after, .article-body *:before{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .article-body {
    overflow: hidden;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
  }
  .article-body a {
    text-decoration: none;
    color: inherit;
    outline: none;
  }
  .article-body img {
    width: 100%;
  }
  .article-body a:hover img,
  .article-body a:active img,
  .article-body a:focus img{
    opacity: 0.85;
  }
  .breadcrumb{
    max-width: 960px;
    width: 95%;
    margin: 20px auto 10px;
  }
  #main{
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  #contents {
    width: 100%;
    float: none;
    padding: 0
  }
  .sp{
    display: none !important;
  }
}
/* sp */
@media(max-width:740px){
  .article-body *,.article-body *:after, .article-body *:before{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .article-body {
    padding-bottom: 15px;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    overflow: hidden;
  }
  .article-body a {
    text-decoration: none;
    outline: none;
  }
  .article-body img {
    width: 100%;
  }
  .article-body a:focus img,
  .article-body a:active img,
  .article-body a:hover img{
    opacity: 0.85;
  }
  #main{
    padding-top: 0;
    padding-bottom: 0;
  }
  #contents {
    width: auto;
    float: none;
    padding: 0
  }
  .pc{
    display: none !important;
  }
}

/*
==================================
kv
==================================
*/
/* pc */
@media(min-width:741px){
  .kv {
    margin-bottom: 100px;
  }
  .kv-inr {
    position: relative;
  }
  .kv__ttl {
    display: block;
    width: 100%;
    position: relative;
  }
  .kv__ttl-btn {
    width: 479px;
    position: absolute;
    bottom: 20px;
    left: 14.5%;
  }
}
/* sp */
@media(max-width:740px){
  .kv__ttl-btn {
    display: block;
    width: 345px;
    margin: -90px auto 0;
  }
}

/*
==================================
anchor
==================================
*/
/* pc */
@media(min-width:741px){
  .anc {
    margin-bottom: 100px;
  }
  .anc-inr {
    max-width: 980px;
    margin: 0 auto;
  }
  .anc__ttl {
    text-align: center;
    margin-bottom: 40px;
  }
  .anc__list {
    display: flex;
    justify-content: space-between;
  }
  .anc__list-item {
    width: 173px;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
  }
  .anc__list-item:nth-child(1) {
    background-color: #9CDBF7;
    box-shadow: 4px 4px #39BDF7;
  }
  .anc__list-item:nth-child(2) {
    background-color: #FFF86B;
    box-shadow: 4px 4px #F2E705;
  }
  .anc__list-item:nth-child(3) {
    background-color: #FFB5B8;
    box-shadow: 4px 4px #FF4F56;
  }
  .anc__list-item:nth-child(4) {
    background-color: #B2F298;
    box-shadow: 4px 4px #63DB32;
  }
  .anc__list-item:nth-child(5) {
    background-color: #E3B1F2;
    box-shadow: 4px 4px #C34CE6;
  }
  .anc__list-item::after {
    content: "";
    background-image: url(/contents/sumaho_debut/assets/img/icon_arrow-black_under.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .anc__list-item .anc__list-item-link:hover img {
    opacity: 1;
  }
  .anc__list-item-link .anc__list-item-logo {
    display: block;
    margin: 0 auto;
    width: 35px;
    height: 39px;
    margin-top: 13px;
  }
  .anc__list-item-link .anc__list-item-img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 120px;
    margin-top: 5px;
    margin-bottom: 9px;
  }
  .anc__list-item:nth-child(2) .anc__list-item-img {
    width: 117px;
  }
  .anc__list-item:nth-child(3) .anc__list-item-img {
    width: 110px;
  }
  .anc__list-item:nth-child(4) .anc__list-item-img {
    width: 126px;
    height: 104px;
    margin-bottom: 25px;
  }
  .anc__list-item:nth-child(5) .anc__list-item-img {
    width: 97px;
    margin-top: 14px;
  }
  .anc__list-item-txt {
    font-weight: bold;
    width: 130px;
    margin-left: 9px;
    margin-bottom: 8px;
  }
}
/* sp */
@media(max-width:740px){
  .anc-inr {
    max-width: 345px;
    margin: 0 auto;
  }
  .anc__ttl {
    text-align: center;
    margin-bottom: 28px;
    font-size: 20px;
    font-weight: bold;
  }
  .anc__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .anc__list:not(:last-of-type){
    margin-bottom: 30px;
  }
  .anc__list-item {
    width: 163px;
    height: 116px;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    margin-bottom: 29px;
  }
  .anc__list-item:nth-child(1) {
    background-color: #9CDBF7;
    box-shadow: 4px 4px #39BDF7;
  }
  .anc__list-item:nth-child(2) {
    background-color: #FFF86B;
    box-shadow: 4px 4px #F2E705;
  }
  .anc__list-item:nth-child(3) {
    background-color: #FFB5B8;
    box-shadow: 4px 4px #FF4F56;
  }
  .anc__list-item:nth-child(4) {
    background-color: #B2F298;
    box-shadow: 4px 4px #63DB32;
  }
  .anc__list-item:nth-child(5) {
    background-color: #E3B1F2;
    box-shadow: 4px 4px #C34CE6;
  }
  .anc__list-item::after {
    content: "";
    background-image: url(/contents/sumaho_debut/assets/img/icon_arrow-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 5px;
    right: 12px;
    transform: rotate(90deg);
  }
  .anc__list-item-link .anc__list-item-logo {
    display: block;
    margin: 0 auto;
    width: 39px;
    height: 39px;
    margin-top: 3px;
  }
  .anc__list-item-txt {
    font-weight: bold;
    width: 130px;
    margin-left: 12px;
    margin-top: -7px;
  }
  .anc__list-item:nth-child(5) .anc__list-item-txt {
    margin-top: 0;
  }
}

/*
==================================
sec
==================================
*/
/* pc */
@media(min-width:741px){
  .sec {
    background-color: #FFFCE9;
    position: relative;
  }
  .sec-inr {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .sec__ttl {
    display: flex;
    justify-content: space-evenly;
    border-radius: 20px 20px 0px 0px;
  }
  .sec__lead::after {
    content: "";
    background-image: url(/contents/sumaho_debut/assets/img/img_sec_bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 980px;
    height: 10px;
    position: absolute;
    top: 312px;
  }
  /* .sec__ttl-txtarea-logo {
    display: flex;
  }
  .sec__ttl-txtarea-logo img {
    width: auto;
    height: 73px;
  }
  .sec__ttl-txtarea-txt {
    font-size: 26px;
    line-height: 34px;
  } */
  .sec__lead {
    background-color: #ffffff;
    border-radius: 0px 0px 20px 20px;
  }
  .sec__lead-btn-open {
    height: 95px;
    line-height: 95px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    pointer-events: none;
  }
  .sec__lead-btn-close {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    position: relative;
    cursor: pointer;
  }
  .sec__lead-btn-close p::after {
    content: "";
    background-image: url(/contents/sumaho_debut/assets/img/icon_btn-modal_close.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 15px;
    margin-left: 10px;
  }
  .sec__lead-btn-open.is-active{
    cursor: pointer;
    pointer-events: auto;
  }
  .sec__lead-btn-open.is-active picture::after{
    content: "";
    background-image: url(/contents/sumaho_debut/assets/img/icon_btn-modal_open.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 34px;
  }
  .sec__lead-btn-open--border.is-active{
    border-bottom: 2px solid #FF4F56;
  }
  .sec__lead-cont {
    max-width: 764px;
    margin: 0px auto 50px auto;
  }
  .sec__lead-cont-ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
  }
  .sec__lead-cont-img {
    margin-bottom: 30px;
  }
  .thin-txt {
    color: #888888;
  }
  .sec__lead-call {
    font-size: 20px;
    width: 755px;
    text-align: center;
    margin: 0px auto 60px auto;
  }
  .sec__lead-cont-flex {
    display: flex;
    margin-top: 20px;
  }
  .sec__lead-cont-flex-ttl {
    font-weight: bold;
    text-align: center;
  }
  .sec__lead-cont-flex-img {
    display: flex;
    margin: 0 auto;
  }
  .sec__lead-cont-flex-revers {
    display: flex;
    flex-direction: row-reverse;
  }
  .sec__lead-check-ttl {
    font-size: 18px;
    font-weight: bold;
    color: #FF4F56;
    text-align: center;
    margin-bottom: 10px;
  }
  .sec__lead-check {
    width: 670px;
    margin: 0px auto 60px;
    border: 2px solid #FFB5B8;
    border-radius: 20px;
    background-color: #FFFAFA;
  }
  .sec__lead-check-wrap {
    width: 488px;
    margin: 0 auto;
    padding-top: 18px;
    position: relative;
  }
  .sec__lead-check-wrap-ttl {
    font-size: 26px;
    font-weight: bold;
    color: #FF4F56;
    text-align: center;
  }
  .sec__lead-check-wrap-sub-ttl {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .sec__lead-check-wrap-txt {
    width: 320px;
    margin-top: 20px;
  }
  .sec__lead-check-wrap-btnarea {
    position: absolute;
    width: 108px;
    right: 0px;
    bottom: -19px;
    cursor: pointer;
  }
  .sec__lead-check-wrap-btnarea-btn {
    border: none;
    outline: none;
    background: transparent;
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 60px;
    height: 60px;
  }
  .sec__lead-check-wrap-link {
    display: block;
    width: 320px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 39px;
    border-radius: 23px;
    background-color: #FF4F56;
    color: #ffffff !important;
  }
  .sec__lead-inr {
    display: none;
  }
  .sec__lead-inr.is-active {
    display: block;
  }
}
/* sp */
@media(max-width:740px){
  .sec {
    background-color: #FFFCE9;
    padding-bottom: 80px;
    position: relative;
  }
  .sec-inr {
    max-width: 345px;
    margin: 0 auto;
    position: relative;
    border-radius: 20px;
    z-index: 2;
  }
  .sec__ttl {
    border-radius: 20px 20px 0px 0px;
  }
  .sec__ttl-txtarea-logo {
    text-align: center;
  }
  .sec__ttl-txtarea-logo-txt {
    margin-bottom: 15px;
  }
  .sec__ttl-txtarea-logo img {
    width: auto;
    height: 70px;
    margin-bottom: 20px;
  }
  .sec__ttl-txtarea-txt {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
  .sec__lead {
    background-color: #ffffff;
    border-radius: 0px 0px 20px 20px;
    position: relative;
  }
  .sec__lead::after {
    content: "";
    background-image: url(/contents/sumaho_debut/assets/img/img_sec_bottom_sp.png);
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    height: 10px;
    position: absolute;
    top: -7px;
  }
  .sec__lead-btn-open {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    pointer-events: none;
    padding: 30px 0 60px;
  }
  .sec__lead-btn-close {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    position: relative;
    cursor: pointer;
  }
  .sec__lead-btn-close p{
    padding-right: 34px;
  }
  .sec__lead-btn-close p::after {
    content: "";
    background-image: url(/contents/sumaho_debut/assets/img/icon_btn-modal_close.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 15px;
    margin-left: 10px;
  }
  .sec__lead-btn-open.is-active{
    cursor: pointer;
    pointer-events: auto;
  }
  .sec__lead-btn-open.is-active picture::after{
    content: "";
    background-image: url(/contents/sumaho_debut/assets/img/icon_btn-modal_open.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 34px;
    height: 34px;
    position: absolute;
    transform: translateX(-50%);
    bottom: 20px;
    left: 50%;
  }
  .sec__lead-btn-open--border.is-active{
    border-bottom: 2px solid #FF4F56;
  }
  .sec__lead-cont {
    max-width: 315px;
    margin: 0px auto 60px auto;
  }
  .sec__lead-cont--mb30sp{
    margin-bottom: 30px;
  }
  .sec__lead-cont-ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
  .sec__lead-cont-img {
    margin-bottom: 30px;
  }
  .thin-txt {
    color: #888888;
    font-size: 14px;
  }
  .sec__lead-call {
    font-size: 20px;
    width: 315px;
    text-align: center;
    margin: 0px auto 83px auto;
  }
  .sec__lead-call>span {
    border-bottom: 2px solid #9CDBF7;
  }
  .sec__lead-cont-flex>div {
    padding: 0 15px;
  }
  .sec__lead-check-ttl {
    font-size: 20px;
    font-weight: bold;
    color: #FF4F56;
    text-align: center;
    margin-bottom: 18px;
  }
  .sec__lead-check {
    width: calc(100% - 30px);
    margin: 0 15px 80px;
    padding: 15px 15px 30px;
    border: 2px solid #FF4F56;
    border-radius: 20px;
    background-color: #FFFAFA;
  }
  .sec__lead-check-wrap {
    position: relative;
  }
  .sec__lead-check-wrap-sub-ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    line-height: 28px;
  }
  .sec__lead-check-wrap-ttl {
    font-size: 26px;
    font-weight: bold;
    color: #FF4F56;
    text-align: center;
    margin-bottom: 20px;
    line-height: 28px;
  }
  .sec__lead-check-wrap-txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .sec__lead-check-wrap-btnarea {
    width: 135px;
    height: 180px;
    margin: 0 auto 40px;
    position: relative;
  }
  .sec__lead-check-wrap-btnarea-btn {
    border: none;
    outline: none;
    background: transparent;
    position: absolute;
    bottom: -10px;
    right: 0px;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0;
  }
  .sec__lead-check-wrap-link {
    display: block;
    text-align: center;
    border-radius: 25px;
    background-color: #FF4F56;
    color: #ffffff !important;
    padding: 12px 0;
    box-shadow: 3px 3px 0 #BCBCBC;
  }
  .sec__lead-inr {
    display: none;
  }
  .sec__lead-inr.is-active {
    display: block;
  }
}

/*
==================================
sec01
==================================
*/
/* pc */
@media(min-width:741px){
  .sec--01.sec {
    padding-top: 80px;
  }
  .sec--01 .sec-inr {
    border-radius: 20px;
    box-shadow: 7px 7px #39BDF7;
    border: 1px solid #39bdf7;
  }
  .sec--01 .sec__ttl {
    background-color: #B5E3F7;
    padding: 40px 0px;
  }
  .sec--01 .sec__ttl-txtarea-img {
    display: block;
    margin-top: 25px;
    width: 347px;
  }
  .sec--01 .sec__ttl-imgarea {
    width: 200px;
  }
  .sec--01 .sec__lead-btn-open.is-active picture::after {
    right: 280px;
  }
  .sec--01 .sec__lead-btn-open-img {
    display: block;
    width: 320px;
    margin: 0 auto;
    padding-top: 34px;
  }
  .sec--01 .sec__lead-btn-close {
    background-color: #9CDBF7;
    border-radius: 0px 0px 20px 20px;
  }
  .sec--01 .sec__lead-cont-ttl {
    color: #33AADE;
  }
  .sec--01 .sec__lead-cont-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 488px;
  }
}
/* sp */
@media(max-width:740px){
  .sec--01.sec {
    padding-top: 80px;
  }
  .sec--01 .sec-inr {
    box-shadow: 7px 7px #39BDF7;
    border: 1px solid #39bdf7;
  }
  .sec--01 .sec__ttl {
    background-color: #B5E3F7;
    padding: 20px 0px 40px;
  }
  .sec--01 .sec__lead-btn-open-img {
    width: 90%;
  }
  .sec--01 .sec__ttl-imgarea img {
    display: block;
    margin: 20px auto 0px;
    width: 169px;
    height: 201px;
  }
  .sec--01 .sec__lead-btn-close {
    background-color: #9CDBF7;
    border-radius: 0px 0px 20px 20px;
  }
  .sec--01 .sec__lead-cont-ttl {
    color: #33AADE;
  }
  .sec--01 .sec__lead-cont-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 315px;
  }
}

/*
==================================
sec02
==================================
*/
/* pc */
@media(min-width:741px){
  .sec--02.sec {
    padding-top: 100px;
  }
  .sec--02 .sec-inr {
    border-radius: 20px;
    box-shadow: 7px 7px #F2E705;
    border: 1px solid #F2E705;
  }
  .sec--02 .sec__ttl {
    background-color: #FFF86B;
    padding: 40px 0px;
  }
  .sec--02 .sec__ttl-txtarea-img {
    display: block;
    margin-top: 25px;
    width: 374px;
  }
  .sec--02 .sec__lead-btn-open.is-active picture::after {
    right: 280px;
  }
  .sec--02 .sec__lead-btn-open-img {
    display: block;
    width: 320px;
    margin: 0 auto;
    padding-top: 34px;
  }
  .sec--02 .sec__ttl-imgarea {
    margin-right: 20px;
    width: 238px;
  }
  .sec--02 .sec__lead::after {
    top: 305px;
  }
  .sec--02 .sec__lead-btn-close {
    background-color: #FFF86B;
    border-radius: 0px 0px 20px 20px;
  }
  .sec--02 .sec__lead-cont-ttl {
    color: #E07305;
  }
  .sec--02 .sec__lead-cont-img {
    display: block;
    margin: 30px auto 0px auto;
    width: 683px;
  }
  .sec--02 .sec__lead-cont:nth-child(1) .sec__lead-cont-img {
    margin-bottom: 30px;
  }
  .sec--02 .sec__lead-cont-flex {
    justify-content: space-between;
  }
  .sec--02 .sec__lead-cont-flex div {
    width: 355px;
  }
  .sec--02 .sec__lead-cont-flex-img {
    width: 133px;
    height: 133px;
    margin-top: 20px;
    margin-bottom: 12px;
  }
}
/* sp */
@media(max-width:740px){
  .sec--02 .sec-inr {
    box-shadow: 7px 7px #F2E705;
    border: 1px solid #F2E705;
  }
  .sec--02 .sec__ttl {
    background-color: #FFF86B;
    padding: 20px 0px 40px;
  }
  .sec--02 .sec__ttl-imgarea img {
    display: block;
    margin: 20px auto 0px;
    width: 216px;
    height: 210px;
  }
  .sec--02 .sec__lead-btn-close {
    background-color: #FFF86B;
    border-radius: 0px 0px 20px 20px;
  }
  .sec--02 .sec__lead-cont-ttl {
    color: #E07305;
  }
  .sec--02 .sec__lead-cont-img {
    display: block;
    margin: 30px auto 0px auto;
    width: 315px;
  }
  .sec--02 .sec__lead-cont:nth-child(1) .sec__lead-cont-img {
    margin-bottom: 30px;
  }
  .sec--02 .sec__lead-cont-flex {
    margin-top: 40px;
    text-align: center;
  }
  .sec--02 .sec__lead-cont-flex div {
    width: 315px;
    margin-bottom: 30px;
  }
  .sec--02 .sec__lead-cont-flex-ttl {
    font-weight: bold;
  }
  .sec--02 .sec__lead-cont-flex-txt {
    text-align: left;
  }
  .sec--02 .sec__lead-cont-flex-img {
    width: 130px;
    height: 130px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

/*
==================================
sec--parent
==================================
*/
/* pc */
@media(min-width:741px){
  .sec--parent.sec {
    padding: 100px 0;
  }
  .sec--parent .sec-inr {
    border-radius: 20px;
    background-color: #FFD8CC;
    box-shadow: 7px 7px #FF8F6B;
    border: 1px solid #FF8F6B;
    padding-bottom: 36px;
  }
  .sec__parent-ttl {
    padding-top: 35px;
    margin-bottom: 7px;
    font-size: 33px;
    font-weight: bold;
    text-align: center;
  }
  .sec__parent-ttl .sec__parent-ttl-img {
    display: block;
    margin: 0 auto;
    width: 763px;
  }
  .sec__parent-txt {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }
  .sec__parent-mov {
    width: 484px;
    height: 280px;
    background-color: #888888;
    margin: 0 auto;
  }
}
/* sp */
@media(max-width:740px){
  .sec--parent .sec-inr {
    background-color: #FFD8CC;
    box-shadow: 7px 7px #FF8F6B;
    border: 1px solid #FF8F6B;
    padding-bottom: 41px;
  }
  .sec__parent-ttl {
    padding-top: 40px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
  }
  .sec__parent-ttl .sec__parent-ttl-img {
    width: 80%;
  }
  .sec__parent-txt {
    max-width: 315px;
    margin: 0 auto 20px;
    font-size: 16px;
    text-align: left;
  }
  .sec__parent-mov {
    width: 315px;
    height: 183px;
    background-color: #888888;
    margin: 0 auto;
  }
}

/*
==================================
sec03
==================================
*/
/* pc */
@media(min-width:741px){
  .sec--03 .sec-inr {
    border-radius: 20px;
    box-shadow: 7px 7px #FF4F56;
    border: 1px solid #FF4F56;
  }
  .sec--03 .sec__ttl {
    background-color: #FFB5B8;
    padding: 40px 0px;
  }
  .sec--03 .sec__ttl-txtarea-img {
    display: block;
    margin-top: 25px;
    width: 356px;
  }
  .sec--03 .sec__lead-btn-open.is-active picture::after {
    right: 280px;
  }
  .sec--03 .sec__lead-btn-open-img {
    display: block;
    width: 320px;
    margin: 0 auto;
    padding-top: 34px;
  }
  .sec--03 .sec__ttl-imgarea {
    margin-right: 10px;
    width: 190px;
  }
  .sec--03 .sec__lead::after {
    top: 318px;
  }
  .sec--03 .sec__lead-btn-close {
    background-color: #FFB5B8;
    border-radius: 0px 0px 20px 20px;
  }
  .sec--03 .sec__lead-btn-close--noradius {
    border-radius: 0px;
  }
  .sec--03 .sec__lead-cont-ttl {
    color: #FF4F56;
  }
  .sec--03 .sec__lead-cont-txt--center {
    text-align: center;
  }
  .sec--03 .sec__lead-cont-img {
    display: block;
    margin: 30px auto 30px auto;
    width: 488px;
  }

  .sec--03 .sec__lead-cont-flex-revers {
    justify-content: space-between;
  }
  .sec--03 .sec__lead-cont-flex-revers-txt {
    width: 410px;
  }
  .sec--03 .sec__lead-cont-flex-revers-img {
    width: 248px;
    height: 188px;
  }
}
/* sp */
@media(max-width:740px){
  .sec--03 .sec-inr {
    box-shadow: 7px 7px #FF4F56;
    border: 1px solid #FF4F56;
  }
  .sec--03 .sec__ttl {
    background-color: #FFB5B8;
    padding: 20px 0px 40px;
  }
  .sec--03 .sec__lead-btn-open-img {
    width: 80%;
  }
  .sec--03 .sec__lead-btn-open-img--w100 {
    width: 100%;
  }
  .sec--03 .sec__ttl-imgarea-img {
    display: block;
    margin: 20px auto 0px;
    height: 226px;
    width: auto;
  }
  .sec--03 .sec__lead-btn-close {
    background-color: #FFB5B8;
    border-radius: 0px 0px 20px 20px;
  }
  .sec--03 .sec__lead-btn-close--noradius {
    border-radius: 0px;
  }
  .sec--03 .sec__lead-cont-ttl {
    color: #FF4F56;
  }
  .sec--03 .sec__lead-cont-img {
    display: block;
    margin-top: 30px;
  }

  .sec--03 .sec__lead-cont-flex-revers-txt {
    margin-bottom: 10px;
  }
  .sec--03 .sec__lead-cont-flex-revers-img {
    width: auto;
    height: 187px;
    margin: 0 auto;
    display: block;
  }
}

/*
==================================
sec--sumaforn
==================================
*/
/* pc */
@media(min-width:741px){
  .sec--sumaforn.sec {
    padding: 100px 0;
  }
  .sec--sumaforn .sec-inr {
    border-radius: 20px;
    background-color: #FFD8CC;
    box-shadow: 7px 7px #FF8F6B;
    border: 1px solid #FF8F6B;
    padding-bottom: 46px;
  }
  .sec--sumaforn .sec__sumaforn-ttl-img {
    display: block;
    margin: 30px auto 10px;
    width: 685px;
  }
  .sec__sumaforn-txt {
    text-align: center;
    margin-bottom: 30px;
  }
  .sec__sumaforn-mov {
    display: flex;
    margin-left: 150px;
  }
  .sec__sumaforn-mov-wrap {
    width: 275px;
    margin: auto 0;
  }
  .sec__sumaforn-mov-list {
    margin-left: 27px;
    width: 374px;
  }
  .sec__sumaforn-mov-list-item {
    border-radius: 25px;
    background-color: #ffffff;
    margin-bottom: 14px;
    height: 29px;
    line-height: 29px;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
  }
  .sec__sumaforn-mov-list-item-txt::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 20px;
  }
  .sec__sumaforn-mov-list-item-txt--01::before {
    background-image: url(/contents/sumaho_debut/assets/img/icon_1.png);
    width: 10px;
    height: 29px;
    top: 5px;
  }
  .sec__sumaforn-mov-list-item-txt--02::before {
    background-image: url(/contents/sumaho_debut/assets/img/icon_2.png);
    width: 13px;
    height: 29px;
    top: 5px;
    left: 19px;
  }
  .sec__sumaforn-mov-list-item-txt--03::before {
    background-image: url(/contents/sumaho_debut/assets/img/icon_3.png);
    width: 13px;
    height: 29px;
    top: 4px;
    left: 19px;
  }
  .sec__sumaforn-mov-list-item-txt--04::before {
    background-image: url(/contents/sumaho_debut/assets/img/icon_4.png);
    width: 15px;
    height: 29px;
    top: 4px;
    left: 18px;
  }
  .sec__sumaforn-mov-list-item-txt--05::before {
    background-image: url(/contents/sumaho_debut/assets/img/icon_5.png);
    width: 13px;
    height: 29px;
    top: 5px;
    left: 19px;
  }
  .sec__sumaforn-mov-list-item-txt::after {
    content: "";
    background-image: url(/contents/sumaho_debut/assets/img/icon_arrow-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 12px;
    position: absolute;
    top: 8px;
    right: 15px;
  }
}
/* sp */
@media(max-width:740px){
  .sec--sumaforn .sec-inr {
    background-color: #FFD8CC;
    box-shadow: 7px 7px #FF8F6B;
    border: 1px solid #FF8F6B;
    padding: 40px 15px;
  }
  .sec--sumaforn .sec__sumaforn-ttl-img {
    display: block;
    margin: 20px auto 15px;
  }
  .sec__sumaforn-txt {
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.6;
  }
  .sec__sumaforn-mov-wrap{
    margin-bottom: 30px;
  }
  .sec__sumaforn-mov-list-item {
    border-radius: 40px;
    background-color: #ffffff;
    position: relative;
    padding: 10px 0 10px 38px;
    cursor: pointer;
  }
  .sec__sumaforn-mov-list-item:not(:last-of-type){
    margin-bottom: 14px;
  }
  .sec__sumaforn-mov-list-item-txt{
    font-size: 16px;
  }
  .sec__sumaforn-mov-list li:nth-child(5) p {
    font-size: 15px;
  }
  .sec__sumaforn-mov-list-item-txt-small{
    font-size: 14px;
  }
  .sec__sumaforn-mov-list-item-txt::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    left: 15px;
    top: 50%;
  }
  .sec__sumaforn-mov-list-item-txt--01::before {
    background-image: url(/contents/sumaho_debut/assets/img/icon_1.png);
    width: 25px;
    height: 25px;
  }
  .sec__sumaforn-mov-list-item-txt--02::before {
    background-image: url(/contents/sumaho_debut/assets/img/icon_2.png);
    width: 25px;
    height: 25px;
  }
  .sec__sumaforn-mov-list-item-txt--03::before {
    background-image: url(/contents/sumaho_debut/assets/img/icon_3.png);
    width: 25px;
    height: 25px;
  }
  .sec__sumaforn-mov-list-item-txt--04::before {
    background-image: url(/contents/sumaho_debut/assets/img/icon_4.png);
    width: 25px;
    height: 25px;
    left: 14px;
  }
  .sec__sumaforn-mov-list-item-txt--05::before {
    background-image: url(/contents/sumaho_debut/assets/img/icon_5.png);
    width: 25px;
    height: 25px;
  }
  .sec__sumaforn-mov-list-item-txt::after {
    content: "";
    background-image: url(/contents/sumaho_debut/assets/img/icon_arrow-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 12px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 15px;
  }
}

/*
==================================
sec04
==================================
*/
/* pc */
@media(min-width:741px){
  .sec--04 .sec-inr {
    border-radius: 20px;
    box-shadow: 7px 7px #63DB32;
    border: 1px solid #63DB32;
  }
  .sec--04 .sec__ttl {
    background-color: #B2F298;
    padding: 40px 0px;
  }
  .sec--04 .sec__ttl-txtarea-img {
    display: block;
    margin-top: 25px;
    width: 359px;
    margin-left: 80px;
  }
  .sec--04 .sec__lead-btn-open.is-active picture::after {
    right: 280px;
  }
  .sec--04 .sec__lead-btn-open-img {
    display: block;
    width: 337px;
    height: 66px;
    margin: 0 auto;
    padding-top: 36px;
  }
  .sec--04 .sec__ttl-imgarea {
    margin-right: 80px;
    width: 285px;
  }
  .sec--04 .sec__lead::after {
    top: 310px;
  }
  .sec--04 .sec__lead-btn-close {
    background-color: #B2F298;
    border-radius: 0px 0px 20px 20px;
  }
  .sec--04 .sec__lead-btn-close--noradius {
    border-radius: 0px;
  }
  .sec--04 .sec__lead-cont-ttl {
    color: #4CA826;
  }
  .sec--04 .sec__lead-cont-txt--center {
    text-align: center;
  }
  .sec--04 .sec__lead-cont-img {
    display: block;
    margin: 30px auto 30px auto;
    width: 488px;
  }

  .sec--04 .sec__lead-cont-flex-revers {
    justify-content: space-between;
  }
  .sec--04 .sec__lead-cont-flex-revers-txt {
    width: 520px;
  }
  .sec--04 .sec__lead-cont-flex-revers-img {
    width: 208px;
    height: 141px;
  }
}
/* sp */
@media(max-width:740px){
  .sec--04 .sec-inr {
    box-shadow: 7px 7px #63DB32;
    border: 1px solid #63DB32;
  }
  .sec--04 .sec__ttl {
    background-color: #B2F298;
    padding: 40px 0px;
  }
  .sec--04 .sec__ttl-imgarea-img {
    display: block;
    margin: 20px auto 0;
    width: 236px;
    height: 195px;
  }
  .sec--04 .sec__lead-btn-close {
    background-color: #B2F298;
    border-radius: 0px 0px 20px 20px;
  }
  .sec--04 .sec__lead-btn-close--noradius {
    border-radius: 0px;
  }
  .sec--04 .sec__lead-cont-ttl {
    color: #4CA826;
  }
  .sec--04 .sec__lead-cont-txt--center {
    text-align: center;
  }
  .sec--04 .sec__lead-cont-img {
    display: block;
    margin: 30px auto;
    width: 208px;
  }
  .sec--04 .sec__lead-cont-flex-revers-img {
    width: 208px;
    height: 146px;
    margin: 30px auto 0;
    display: block;
  }
}

/*
==================================
sec05
==================================
*/
/* pc */
@media(min-width:741px){
  .sec--05.sec {
    padding: 100px 0;
  }
  .sec--05 .sec-inr {
    border-radius: 20px;
    box-shadow: 7px 7px #C34CE6;
    border: 1px solid #C34CE6;
  }
  .sec--05 .sec__ttl {
    background-color: #E3B1F2;
    padding: 40px 0px;
  }
  .sec--05 .sec__ttl-txtarea-img {
    display: block;
    margin-top: 25px;
    width: 356px;
  }
  .sec--05 .sec__ttl-imgarea {
    width: 189px;
  }
  .sec--05 .sec__lead-btn-open.is-active picture::after {
    right: 280px;
  }
  .sec--05 .sec__lead-btn-open-img {
    display: block;
    width: 320px;
    margin: 0 auto;
    padding-top: 34px;
  }
  .sec--05 .sec__lead-btn-close {
    background-color: #E3B1F2;
    border-radius: 0px 0px 20px 20px;
  }
  .sec--05 .sec__lead-cont-ttl {
    color: #C34CE6;
  }
  .sec--05 .sec__lead-cont-txt--center {
    text-align: center;
  }
  .sec--05 .sec__lead-cont-list {
    width: 684px;
    background-color: #FAF0FF;
    margin: 0 auto;
  }
  .sec--05 .sec__lead-cont-list-item {
    padding: 20px 0 20px 34px;
    border-right: 2px solid #DEDEDE;
    border-left: 2px solid #DEDEDE;
    border-bottom: 2px solid #DEDEDE;
  }
  .sec--05 .sec__lead-cont-list-item:nth-child(1) {
    border-top: 2px solid #DEDEDE;
  }
  .sec--05 .sec__lead-cont-list-item-txt-bold {
    font-weight: bold;
  }
  .sec--05 .sec__lead-cont-list-item-link {
    color: #C34CE6;
  }
}
/* sp */
@media(max-width:740px){
  .sec--05 .sec-inr {
    border-radius: 20px;
    box-shadow: 7px 7px #C34CE6;
    border: 1px solid #C34CE6;
  }
  .sec--05 .sec__ttl {
    background-color: #E3B1F2;
    padding: 20px 0px 40px;
  }
  .sec--05 .sec__ttl-imgarea-img {
    display: block;
    margin: 20px auto 0;
    width: 173px;
    height: 218px;
  }
  .sec--05 .sec__lead-btn-close {
    background-color: #E3B1F2;
    border-radius: 0px 0px 20px 20px;
  }
  .sec--05 .sec__lead-cont-ttl {
    color: #C34CE6;
  }
  .sec--05 .sec__lead-cont-list {
    background-color: #FAF0FF;
  }
  .sec--05 .sec__lead-cont-list-item {
    padding: 20px 15px;
    border-right: 2px solid #DEDEDE;
    border-left: 2px solid #DEDEDE;
    border-bottom: 2px solid #DEDEDE;
  }
  .sec--05 .sec__lead-cont-list-item:nth-child(1) {
    border-top: 2px solid #DEDEDE;
  }
  .sec--05 .sec__lead-cont-list-item-txt-bold {
    font-weight: bold;
  }
  .sec--05 .sec__lead-cont-list-item-link {
    color: #C34CE6;
    font-size: 14px;
  }
}

/*
==================================
cv
==================================
*/
/* pc */
@media(min-width:741px){
  .cv {
    background-color: #FFF36F;
    position: relative;
    z-index: 2;
  }
  .cv-inr {
    padding-top: 46px;
    position: relative;
  }
  .cv__txt {
    font-size: 24px;
    text-align: center;
  }
  .cv-inr .cv__img {
    display: block;
    width: 977px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
/* sp */
@media(max-width:740px){
  .cv {
    background-color: #FFF36F;
    position: relative;
  }
  .cv-inr {
    padding-top: 30px;
  }
  .cv__txt {
    font-size: 18px;
    text-align: center;
    position: relative;
    margin-bottom: 18px;
  }
  .cv__txt::before {
    content: "";
    background-image: url(/contents/sumaho_debut/assets/img/icon_sla_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    left: 28px;
  }
  .cv__txt::after {
    content: "";
    background-image: url(/contents/sumaho_debut/assets/img/icon_sla_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 26px;
  }
  .cv-inr .cv__img {
    display: block;
    width: 344px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}

/*
==================================
cv--02
==================================
*/
/* pc */
@media(min-width:741px){
  .cv-inr--02 {
    width: 980px;
    margin: 0 auto;
    position: relative;
  }
  .cv__txt--02 {
    text-align: left;
  }
  .cv-inr .cv__img--02 {
    display: block;
    width: 700px;
    margin-left: 0px;
    padding-bottom: 74px;
  }
  .cv .cv__img-pc {
    width: 265px;
    height: 250px;
    position: absolute;
    bottom: 87px;
    right: -40px;
  }
}
/* sp */
@media(max-width:740px){
  .cv-inr--02 {
    padding-bottom: 40px;
  }
  .cv-inr .cv__img--02 {
    box-shadow: 0 0 10px rgba(0,0,0,0.16);
    border-radius: 10px;
    padding-bottom: 0;
  }
}

/*
==================================
end
==================================
*/
/* pc */
@media(min-width:741px){
  .end {
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .end__txt {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
  }
  .end__border {
    background: linear-gradient(transparent 55%, #FFF86B 20%);
  }
  .end .end__img {
    display: block;
    margin: 0 auto;
    width: 763px;
  }
}
/* sp */
@media(max-width:740px){
  .end {
    margin-top: 60px;
    margin-bottom: 100px;
  }
  .end__txt {
    font-size: 20px;
    text-align: center;
    line-height: 35px;
  }
  .end__border {
    background: linear-gradient(transparent 55%, #FFF86B 20%);
  }
  img.end__img{
    display: block;
    margin: 0 auto;
    width: 243px;
    height: 229px;
    margin-bottom: 40px;
  }
  .end .end__img--txt {
    width: 330px;
  }
}

/*
==================================
modal
==================================
*/
/* pc */
@media(min-width:741px){
  .modal {
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 100;
  }
  .modal-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(51,51,51,0.6);
  }
  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 763px;
    max-height: 455px;
    padding: 0;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .modal .modal__list-img {
    display: block;
    width: 263px;
    height: 372px;
    margin: 41px auto 43px 73px;
  }
  .modal .modal__comment-img {
    display: block;
    top: 115px;
    right: 65px;
    position: absolute;
    width: 315px;
    height: 109px;
  }
  .modal__print {
    display: block;
    position: absolute;
    right: 65px;
    bottom: 112px;
    width: 320px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 23px;
    background-color: #FF4F56;
    color: #ffffff !important;
  }
  .modal-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 7px;
    top: -37px;
  }
  .modal__ttl {
    width: 500px;
    margin: 35px auto 5px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(transparent 55%, #FFF86B 20%);
  }
  .modal__sub-ttl {
    position: relative;
    text-align: center;
  }
  .modal__movie .modal__movie-mov {
    display: block;
    margin: 10px auto 50px;
    width: 482px;
    height: 280px;
  }
  .modal__sumaforn .modal__sumaforn-img {
    width: 127px;
    height: 227px;
    position: absolute;
    right: 15px;
    bottom: 31px;
  }
  #modal01 .modal-content {
    background-color: #FFFAFA;
    box-shadow: 7px 7px #FF4F56;
  }
  #modal00 .modal-content,
  #modal02 .modal-content,
  #modal03 .modal-content,
  #modal04 .modal-content,
  #modal05 .modal-content,
  #modal06 .modal-content {
    background-color: #FFF5F2;
    box-shadow: 7px 7px #FF8F6B;
  }
  #modal02 .modal__sub-ttl p::before {
    content: "";
    background-image: url(/contents/sumaho_debut/assets/img/icon_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 36px;
    position: absolute;
    left: 220px;
    top: 1px;
  }
  #modal03 .modal__sub-ttl p::before {
    content: "";
    background-image: url(/contents/sumaho_debut/assets/img/icon_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 36px;
    top: 2px;
    position: absolute;
    left: 230px;
  }
  #modal04 .modal__sub-ttl p::before {
    content: "";
    background-image: url(/contents/sumaho_debut/assets/img/icon_3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 36px;
    top: 2px;
    position: absolute;
    left: 245px;
  }
  #modal05 .modal__sub-ttl p::before {
    content: "";
    background-image: url(/contents/sumaho_debut/assets/img/icon_4.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 36px;
    top: 2px;
    position: absolute;
    left: 230px;
  }
  #modal06 .modal__sub-ttl p::before {
    content: "";
    background-image: url(/contents/sumaho_debut/assets/img/icon_5.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 36px;
    top: 2px;
    position: absolute;
    left: 230px;
  }
}
/* sp */
@media(max-width:740px){
  .modal {
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 100;
  }
  .modal-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(51,51,51,0.6);
  }
  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    max-height: 616px;
    padding: 45px 15px 30px;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden scroll;
  }
  .modal .modal__list-img {
    display: block;
    width: 240px;
    height: 331px;
    margin: 0 auto 20px;
  }
  .modal .modal__comment-img {
    display: block;
    width: 315px;
    margin: 0 auto 20px;
  }
  .modal__print {
    display: block;
    width: 320px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 23px;
    background-color: #FF4F56;
    color: #ffffff !important;
    margin: 0 auto;
  }
  .modal-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .modal__ttl {
    margin: 0 auto 30px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
  .modal__ttl-txt-item{
    background: linear-gradient(transparent 55%, #FFF86B 20%);
  }
  .modal__sub-ttl {
    position: relative;
  }
  .modal__sub-ttl p{
    position: relative;
    padding-left: 30px;
  }
  .modal__sub-ttl p::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transform: translateY(-50%);
    top: 75%;
    left: 7px;
  }
  #modal02 .modal__sub-ttl p::before {
    background-image: url(/contents/sumaho_debut/assets/img/icon_1.png);
    width: 12px;
    height: 36px;
  }
  #modal03 .modal__sub-ttl p::before {
    background-image: url(/contents/sumaho_debut/assets/img/icon_2.png);
    width: 14px;
    height: 36px;
  }
  #modal04 .modal__sub-ttl p::before {
    background-image: url(/contents/sumaho_debut/assets/img/icon_3.png);
    width: 15px;
    height: 36px;
  }
  #modal05 .modal__sub-ttl p::before {
    background-image: url(/contents/sumaho_debut/assets/img/icon_4.png);
    width: 16px;
    height: 36px;
  }
  #modal06 .modal__sub-ttl p::before {
    background-image: url(/contents/sumaho_debut/assets/img/icon_5.png);
    width: 15px;
    height: 36px;
  }
  .modal__movie .modal__movie-mov {
    display: block;
    margin: 10px auto;
    width: 315px;
    height: 27vh;
    background-color: #000000;
  }
  .modal__sumaforn .modal__sumaforn-img {
    width: 315px;
    height: 161px;
  }
  #modal01 .modal-content {
    background-color: #FFFAFA;
    box-shadow: 7px 7px #FF4F56;
  }
  #modal00 .modal-content,
  #modal02 .modal-content,
  #modal03 .modal-content,
  #modal04 .modal-content,
  #modal05 .modal-content,
  #modal06 .modal-content {
    background-color: #FFF5F2;
    box-shadow: 7px 7px #FF8F6B;
  }
}




/*
==================================
end
==================================
*/
/* pc */
@media(min-width:741px){
  #new-article {
    width: 920px;
    margin: 0 auto;
  }
  .new-article-txt {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
  }
  .triple {
    border-bottom: none;
  }
  .new-article-bnr {
    margin-bottom: 50px;
  }
}
/* sp */
@media(max-width:740px){
  #new-article {
    padding: 0 15px;
    margin-bottom: 45px;
  }
  .new-article-txt {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
  }
  .new-article-bnr {
    margin-bottom: 50px;
  }
}




/*
==================================
bg-line
==================================
*/
/* pc */
@media(min-width:741px){
  .sec::after,
  .cv::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 763px;
    height: 115px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -110px;
    z-index: 1;
  }
  .sec--01::after,
  .sec--parent::after,
  .sec--03::after,
  .sec--04::after {
    background-image: url(/contents/sumaho_debut/assets/img/line_left-to-right_pc.svg);
  }
  .sec--02::after,
  .cv::after,
  .sec--sumaforn::after {
    background-image: url(/contents/sumaho_debut/assets/img/line_right-to-left_pc.svg);
  }
  .sec--parent::after,
  .sec--sumaforn::after,
  .sec--05::after {
    bottom: -13px;
  }
  .cv--02::after{
    content: none;
  }
}
/* sp */
@media(max-width:740px){
  .sec::after,
  .cv::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 315px;
    height: 82px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    z-index: 1;
  }
  .sec--01::after,
  .sec--parent::after,
  .sec--03::after,
  .sec--04::after {
    background-image: url(/contents/sumaho_debut/assets/img/line_left-to-right_sp.svg);
  }
  .sec--02::after,
  .cv::after,
  .sec--sumaforn::after {
    background-image: url(/contents/sumaho_debut/assets/img/line_right-to-left_sp.svg);
  }
  .cv::after {
    bottom: -82px;
  }
  .cv--02::after{
    content: none;
  }
}

/*
==================================
floating
==================================
*/
/* pc */
@media(min-width:741px){
  .floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 125px;
    height: auto;
    z-index: 10;
    opacity: 0;
    transition: 1s;
  }
  .floating-btn.is-active {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 125px;
    height: auto;
    z-index: 10;
    cursor: pointer;
    opacity: 1;
  }
}
/* sp */
@media(max-width:740px){
  .floating-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    cursor: pointer;
    background-color: #FFF36F;
    padding: 10px 30px;
    box-sizing: border-box;
    opacity: 0;
    transition: 1s;
  }
  .floating-btn.is-active {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    cursor: pointer;
    background-color: #FFF36F;
    padding: 10px 30px;
    box-sizing: border-box;
    opacity: 1;
  }
}

/*
==================================
pagetop
==================================
*/
/* pc */
@media(min-width:741px){

}
/* sp */
@media(max-width:740px){
  .pagetop {
    bottom: 70px;
  }
}

/*
==================================
20230418追加分
==================================
*/
/* pc */
@media(min-width:741px){
  .triple .item.cf{
    width: 222px;
  }
}