@charset "UTF-8";
body {
    counter-reset: number 0;
}
#seat5-1 {
    display: flex;
    max-width: 1050px;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: auto;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 600;
}
.main_title,
.main_lead {
    text-align: center;
    color: #220055;
    font-weight: 600;
}
.main_title {
    font-size: 30px;
}
@media screen and (max-width:480px) {
    .main_title {
        font-size: 20px;
    }
}
.main_lead,
.main_lead_en {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 20px;
}
.main_lead::after,
.main_lead_en::after {
    content: url(../img/seat5-1/free.png);
    height: 83px;
    padding-left: 10px;
}
@media screen and (max-width:480px) {
    .main_lead::after,
    .main_lead_en::after {
        display: none;
    }
}
.main_lead_en::after{
    content: url(../img/seat5-1/free_en.png);
}
.main_lead em {
    color: #8B008B;
}
.section-1,
.section-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    border: 1px solid #D2CCE6;
    border-radius: 10px;
    background-color: #F5F5FF;
}
.section-2 {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
}
@media screen and (max-width:768px) {
    .section-2 {
        flex-direction: column;
    }
}
.h2_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background: url(../img/seat5-1/header.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.h2_title {
    display: flex;
    flex-basis: 600px;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
    text-align: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, .7);
    box-shadow: #ccc 4px 4px 4px;
}
.h2_title_text {
    color: #8B008B;
    font-size: 24px;
    font-weight: 600;
}
@media screen and (max-width:480px) {
    .h2_title_text {
        font-size: 18px;
    }
}
.h2_title_text em {
    color: #6E5AE1;
    font-size: 28px;
}
@media screen and (max-width:480px) {
    .h2_title_text em {
        font-size: 22px;
    }
}
.h2_subtext {
    color: #220055;
    font-size: 18px;
}
@media screen and (max-width:480px) {
    .h2_subtext {
        letter-spacing: normal;
        font-size: 16px;
    }
}
.h2_subtext em {
    color: #8B008B;
    /*font-size: 18px;*/
    font-weight: 600;
}
.benefit_box_wrap,
.benefit_box_subwrap {
    display: flex;
    gap: 10px;
}
@media screen and (max-width:768px) {
    .benefit_box_wrap,
    .benefit_box_subwrap {
        flex-direction: column;
    }
}
.benefit_box_subwrap {
    flex-basis: 50%;
    flex-direction: column;
}
.benefit_box {
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: #A59ACA 4px 4px 4px;
}
.h3_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 10px;
    border-radius: 10px;
    background: url(../img/seat5-1/benefit_bg.png);
    background-repeat: none;
    background-position: center;
    background-size: cover;
    box-shadow: #A59ACA 2px 2px 2px;
}
.h3_title img {
    align-self: center;
    width: 120px;
}
@media screen and (max-width:480px) {
    .h3_title img {
        width: 90px;
    }
}
.h3_title_text {
    align-self: center;
    text-align: center;
    color: #220055;
    text-shadow: #fff 0 0 10px;
    font-size: 20px;
    font-weight: 600;
}
@media screen and (max-width:480px) {
    .h3_title_text {
        letter-spacing: normal;
        font-size: 17px;
    }
}
.benefit_lead {
    margin: auto;
    letter-spacing: 0;
    color: #220055;
    font-size: 15px;
    font-weight: 600;
}
@media screen and (max-width:768px) {
    .benefit_lead {
        font-size: 16px;
    }
}
.benefit_lead em {
    color: #8B008B;
}
ul.method_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: auto;
}
ul.method_list li {
    padding: 10px;
    list-style: decimal;
    list-style-position: inside;
    border-radius: 5px;
    background-color: #F5F5FF;
    font-weight: 600;
}
.w400 {
    max-width: 400px;
    width: 100%;
}
.pickup_box {
    display: flex;
    flex-basis: 40%;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: url(../img/seat5-1/pickup_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media screen and (max-width:768px) {
    .pickup_box {
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
    }
}
.pickup_title {
    text-align: center;
    color: #DDA7FF;
    font-size: 24px;
    font-weight: 600;
}
@media screen and (max-width:480px) {
    .pickup_title {
        font-size: 24px;
    }
}
.pickup_lead {
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.pickup_inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
}
.pickup_inner h4.h4_title {
    position: relative;
    height: auto;
    margin: auto;
    padding: 0 25px;
    letter-spacing: .6rem;
    color: #220055;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
}
@media screen and (max-width:480px) {
    .pickup_inner h4.h4_title {
        letter-spacing: 0;
        font-size: 17px;
        line-height: 34px;
    }
}
.pickup_inner h4.h4_title::before {
    content: "「";
    position: absolute;
    top: 0;
    left: 0;
}
.pickup_inner h4.h4_title::after {
    content: "」";
    position: absolute;
    right: 0;
    bottom: 0;
}
.pickup_text {
    color: #220055;
    font-size: 16px;
    font-weight: 600;
}
@media screen and (max-width:480px) {
    .pickup_text {
        font-size: 15px;
    }
}
.pickup_text em {
    color: #8B008B;
}
.pickup_box2 {
    display: flex;
    flex-basis: 60%;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}
.pickup_title2 {
    text-align: center;
    color: #8B008B;
    font-size: 24px;
    font-weight: 600;
}
@media screen and (max-width:480px) {
    .pickup_title2 {
        font-size: 20px;
    }
}
.pickup_list_box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.pickup_list_box img {
    display: flex;
    align-self: center;
    border-radius: 10px;
    box-shadow: #ccc 4px 4px 4px;
}
@media screen and (max-width:480px) {
    .pickup_list_box img {
        display: none;
    }
}
.pickup_list_box img.__person_img {
    display: block;
    border-radius: 0;
    box-shadow: none;
}
.speach_box {
    padding: 10px;
    color: #220055;
    border: 1px solid #D2CCE6;
    border-radius: 10px;
    background: #fff;
    box-shadow: #A59ACA 4px 4px 4px;
    font-size: 16px;
    font-weight: 600;
}
.speach_box em {
    color: #8B008B;
}
ul.pickup_list {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    gap: 10px;
}
ul.pickup_list li {
    position: relative;
    padding-bottom: 10px;
    padding-left: 35px;
    color: #220055;
    border-bottom: 1px dotted #A59ACA;
    font-size: 16px;
    font-weight: 600;
}
@media screen and (max-width:480px) {
    ul.pickup_list li {
        letter-spacing: normal;
        font-size: 15px;
    }
}
ul.pickup_list li em {
    color: #8B008B;
}
ul.pickup_list li::before {
    content: counter(number)"";
    position: absolute;
    z-index: 1;
    left: 1px;
    display: flex;
    justify-content: center;
    width: 25px;
    height: 25px;
    counter-increment: number 1;
    color: #6E5AE1;
    font-size: 16px;
    font-weight: 600;
}
ul.pickup_list li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #6E5AE1;
    border-radius: 5px;
    background-color: #fff;
}
.__small_text,
.__small_text2 {
    display: flex;
    color: #8B008B;
    font-size: 13px;
}
.__small_text::before {
    content: "※";
    padding-right: 2px;
}
.__hero,
.__footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background: url(../img/seat5-1/footer_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    border: 1px solid #ccccFF;
}
.__hero_text,
.__footer_text {
    margin: auto;
    text-align: center;
    color: #220055;
    font-size: 24px;
    font-weight: 600;
}
@media screen and (max-width:480px) {
    .__hero_text,
    .__footer_text {
        font-size: 20px;
    }
}
.__hero_list,
.__footer_list,
.__hero_cm_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: auto;
    counter-reset: my-counter;
}
.__hero_list li,
.__footer_list li {
    position: relative;
    padding-left: 35px;
    color: #8B008B;
    font-size: 1.25rem;
    font-weight: 600;
}
.__hero_list li::before,
.__footer_list li::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    position: absolute;
    z-index: 1;
    top: -1px;
    left: 1px;
    display: flex;
    justify-content: center;
    width: 25px;
    height: 25px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}
.__hero_list li::after,
.__footer_list li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #8B008B;
}

.__hero_cm_list li{
    position: relative;
    color: #8B008B;
    border:1px solid #8B008B;
    border-radius: 4px;
    padding: 20px 20px 20px 40px;
    background: #fff;
}
.__hero_cm_list li:last-child{
    background: linear-gradient(45deg, #836e47 0%, #FEE9A0 40%, #b3a46e 100%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    
}
.__hero_cm_list li::before{
    content: "\f3a5";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 20px;
    display: inline-block;
    color: #6E5AE1;
}
.__hero_cm_list li:last-child::before{
    display: none;
}
.__hero_cm_list li em{
    font-weight: 600;
}
.__hero_cm_list li em.__large{
    font-size: 18px;
    text-align: center;
    color: #000066;
    text-shadow: 2px 2px 2px #fff;
}
#contaner .__hero_cm_list li a{
    background-color: #0077ff;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    padding: 5px 20px;
    text-align: center;
    margin: auto;

}
.__button {
    display: flex;
    align-items: center;
    align-self: center;
    padding: 20px 50px;
    cursor: pointer;
    transition: all .5s ease;
    letter-spacing: 6px;
    color: #fff;
    border: none;
    border-radius: 10px;
    outline: none;
    background: linear-gradient(180deg, #8B008B, #3c317b);
    box-shadow: #D2CCE6 0 5px 0;
    font-size: 24px;
    font-weight: 600;
}
@media screen and (max-width:480px) {
    .__button {
        padding: 20px;
        font-size: 20px;
    }
}
.__button::after {
    content: url(../img/seat5-1/arrow.png);
    padding-left: 10px;
}
@media screen and (max-width:480px) {
    .__button::after {
        padding-top: 3px;
    }
}
.__button:hover {
    transform: translateY(5px);
    box-shadow: none;
}
@media screen and (max-width:768px) {
    .sp_none {
        display: none;
    }
}
.sp_br {
    display: none;
}
@media screen and (max-width:480px) {
    .sp_br {
        display: block;
    }
}