<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* レイアウトのためのCSS */
html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    font-family: "sawarabi-mincho", sans-serif;
    /*font-weight: 500;*/
    font-style: normal;
    /*font-family:'Baskervville', serif,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
    color: #444;
    font-size: 1rem;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}

img {
    vertical-align: top;
    width: 100%;
}

.news {
    font-family: "sawarabi-gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
}

#box1 .box-area {
    padding-bottom: 0;
}

@media screen and (max-width:768px) {
    body {
        /*font-size: 0.8rem;*/
    }
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #fff;
    outline: none;
}

a:hover,
a:active {
    text-decoration: none;
}

.h_inner {
    position: relative;
}

header {
    background-image: linear-gradient(180deg, #D7003A 0%, rgba(215, 0, 58, 0) 100%);
    height: 600px;
}

header .logo_tu {
    position: absolute;
    top: 40px;
    width: 100px;
    z-index: 10000;

}

header .logo_tu img {
    width: 100%;
    height: auto;
}

/* heading */


.heading-block {
    position: absolute;
    /*top: 320px;*/
    top: 220px;
    left: 50%;
    transform: translate(-50%, -50%);
    /*color: #925410;*/
    color: #fff;
    text-align: center;
}

.heading-block.flex {
    display: flex;
}

/*.heading-block .logo_110th {
    max-width: 670px;
}*/

.heading-block .logo_110th img {
    width: 100%;
}

.heading-block h1,
h2 {
    /*font-family: 'Baskervville', serif;*/
    /*font-family: 'La Belle Aurore', cursive;*/
    /*font-family: "fot-klee-pro", sans-serif;*/
    font-family: "sawarabi-mincho", sans-serif;
    font-weight: 500;
    font-size: 5vw;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
}

.eng,
.jpn {
    padding: 6px 10px;
    display: inline-block;
    border: 1px solid #fff;
}

.jpn {
    border-radius: 20px 0 0 20px;
    border-right: none;
}

.eng {
    border-radius: 0 20px 20px 0;
    background-color: #fff;
    color: #D7003A;
}

h2 {
    font-size: 3vw;
}

.heading-block p {
    font-size: 1.2vw;
    letter-spacing: 0.5em;
}

.heading-block h1.h_title {
    font-size: 2.1vw;
}

.heading-block p.h_sub_title {
    font-size: 1vw;
    letter-spacing: 0.3rem;
}

.title_area {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 40vw;
}

.title_area.sp {
    display: none;
}

.slider a {
    display: inline-block;
}


#h_inner {
    height: 280px;
}



@media screen and (max-width:768px) {

    .wrapper {
        height: 100vh;
    }

    .title_area {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-align: left;
    }

    .title_area.pc {
        display: none;
    }

    .title_area.sp {
        display: block;
    }


}


@media screen and (max-width:630px) {

    .title_area {
        width: 100%;
        text-align: center;
    }

    .heading-block .logo_110th {
        width: 50vw;
    }

    .wrapper {
        top: 600px;
    }

    .heading-block p.h_sub_title {
        display: none
    }

    .heading-block h1.h_title {
        font-size: 2rem;
        line-height: 1.2;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
        margin-right: auto;
        margin-left: auto;
        width: 80%;
    }
}

#header .arrow_b {
    position: absolute;
    left: calc(50vw - 50px);
    top: 640px
}

.arrow_b img {
    width: 100px;
    height: 40px;
}

#box1 {
    padding-top: 3rem;
}

.sub_title {
    text-align: center;
    font-style: italic;
    margin-bottom: 4rem;
    font-family: 'Libre Bodoni', serif;
}

.sub_title h3 {
    font-size: 58px;
    color: rgba(215, 0, 58, 0.6);
    letter-spacing: 1rem;
    font-weight: normal;
    line-height: 1.6;
}

.sub_title p {
    font-size: 20px;
    color: rgba(202, 168, 70, 1);
    letter-spacing: 0.6rem;
}

#main_wrap .sub_title p {
    margin-right: 0;
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width:768px) {

    .heading-block h1,
    h2 {
        font-size: 4em;
        line-height: 1.5;
    }

    .heading-block p {
        font-size: 1.5em;
        letter-spacing: 0.2em;
    }
}

/*#box3 h2{
    color: #925410;
}*/

.slider a:hover {
    opacity: 0.7;
}

/* sns icon */

#sns-icon {
    font-size: 0.7rem;
    ;
}

#sns-icon img {
    width: 20px;
}

#sns-icon {
    position: absolute;
    right: 40px;
    top: 40px;
    display: flex;
}

#news {
    margin-top: -200px;
}

#sns-icon li {
    margin: 0 10px;
}

#sns-icon a {
    transition: all .5s;
}

#sns-icon a:hover {
    opacity: 0.7;
}

/* profile-area*/

/*縦書きの場合
.profile-area{
    max-width: 920px;
    max-height: 330px;
    padding:0;
    margin: 0 auto;
    text-align: left;
    writing-mode: vertical-rl;
    vertical-align: middle;
    text-orientation: upright;
    
}*/

.profile-area {
    max-width: 920px;

    padding: 60px 100px;
    margin: 0 auto;
    text-align: left;

    vertical-align: middle;
    text-orientation: upright;
    box-shadow: 0px 0px 1vw rgba(0, 0, 0, 0.2);
    /*border-bottom: 2px solid rgba(202, 168, 70, 1);*/
    position: relative;
}

/*.profile-are::before {
    content: "";
    position: absolute;
    bottom: 50px;
    border-bottom: solid 1px rgba(202, 168, 70, 1);
    z-index: 200;
  }*/


/*２段組の場合
.profile-area .inner {
    column-count: 2;
  column-gap: 2em;
}*/

.d_line {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    height: 8px;
    border-bottom: 1px solid rgba(202, 168, 70, 1);
    border-top: 1px solid rgba(202, 168, 70, 1);
}


.pr .box-area {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}



@media screen and (max-width:920px) {}


@media screen and (max-width:768px) {
    .profile-area {
        margin: 0;
        padding: 40px;
    }
}


.profile-area h2 {
    font-size: 1.8rem;

    line-height: 1.6;
    color: rgba(215, 0, 58, 0.75);
    /*font-family: 'Baskervville', serif;*/
    letter-spacing: .2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.profile-area h2 span {
    font-size: 1.4rem;
    display: block;
    text-transform: uppercase;
}

.profile-area p {
    font-size: 1.1rem;
    margin: 0 0 0px 0;
    text-indent: 1rem;
    letter-spacing: 0rem;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
}

#main_wrap {
    margin-top: 5rem;
    /*margin-bottom: 5rem;*/
}

#main_wrap .inner {
    /*background: linear-gradient(180deg, rgba(215, 0, 58, 0.08) 0%, rgba(215, 0, 58, 0.02) 50%, rgba(215, 0, 58, 0.16) 100%);*/
    background: linear-gradient(180deg, rgba(215, 0, 58, 0.3) 0%, rgba(215, 0, 58, 0.05) 50%, rgba(215, 0, 58, 0.05) 100%);

    padding-top: 7.2rem;

}

#main_wrap h2,
#logo_110 h2 {
    /*color: #D7003A;*/
    font-size: 25px;
    margin-bottom: 0.6rem;
    color: rgba(215, 0, 58, 0.75);
    letter-spacing: 0.1em;
    line-height: 1.2;
    font-feature-settings: "palt";
}

#main_wrap p {
    font-size: 20px;
    margin-right: 400px;
    /*font-feature-settings: "palt";*/
}

#main_wrap p.h_sub_title {
    font-size: 1.6rem;
    /*color: #D7003A;*/
    color: #B84200;
}

#box2,
#box3,
#box4,
#box5,
#logo_110 {
    max-width: 920px;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 3rem;

    box-shadow: 0px 0px 1vw rgba(0, 0, 0, 0.2);
}

#box5 {
    background-color: transparent;
}


#box2,
#box3,
#box4 {
    height: 420px;
}

#box5 {
    height: 500px;
    box-shadow: none;
}

#box2 p,
#box3 p,
#box4 p {
    font-family: "sawarabi-gothic", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: justified;

    margin-top: 1rem;
    ;
}

.box_wrap {

    margin-top: -12rem;
}

.box-area {
    padding: 36px;
    z-index: 1000000;
}

#box2 .box-area {
    padding: 76px 60px;
}

#box3 .box-area {
    padding: 80px 60px;
}

#box4 .box-area {
    padding: 60px 60px;
}

.img-area {
    width: 460px;
    position: absolute;
    right: 0;
    top: 0;
}

.img-area img {
    width: 100%;
    height: auto;
}

.box5_title {
    padding: 40px;
    text-align: center;
}

#box5 .img-area,
#logo_110 .img-area {
    width: 444px;
    height: auto;
    position: relative;
    overflow: hidden;
}

#box5 .box-area,
#logo_110 .box-area {
    width: 440px;
    position: relative;
    padding: 0 0 0 40px;
}



#logo_110 {
    box-shadow: none;

}

#logo110 h2 {
    text-align: left;
    margin-bottom: 1.2rem;
}

/*.box-area p {
font-family: "sawarabi-gothic", sans-serif;
}*/

#logo_110 .box-area {
    padding: 40px 0;

}

#logo_110 .img-area {
    display: flex;
    align-items: center;
}

#logo_110 .btn_01 {
    width: 440px;
}

.btn_01 {
    font-family: "sawarabi-gothic", sans-serif;
    letter-spacing: 0.2rem;
}

.logo_110th_wrap {
    background-color: #fff;
    /*padding: 8rem;*/
    padding-bottom: 5rem;
    margin-bottom: 2rem;
}

#main_wrap #box5 p {
    margin-right: auto;
}

.box5_inn {
    display: flex;
    justify-content: space-between;
}

/* form */

.form-list {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

#others_wrap {
    background: linear-gradient(180deg, rgba(215, 0, 58, 0.075) 0%, rgba(215, 0, 58, 0.025) 50%, rgba(215, 0, 58, 0.025) 100%);
    padding-top: 8rem;
}

#others {
    margin-top: -10.4rem;
    padding-bottom: 6rem;
}

@media screen and (max-width:768px) {
    .modaal-content-container h3 {
        margin: 0 0 20px 0;
    }
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    font-size: 16px;
}

.form-list input[type='text'],
.form-list input[type='email'],
.form-list textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #f8f9fa;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-list input[type='text'],
input[type='email'] {
    height: 50px;
}

.submit-btn {
    width: 152px;
    margin: 0 auto;
}

input[type='submit'] {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    width: 152px;
    margin: 0 auto;
}

input[type='submit']:hover {
    background: #555;
}

.form-list dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
}

.form-list dt {
    width: 30%;
}

.form-list dd {
    width: 66%;
}

.form-list textarea {
    height: 200px;
}

@media screen and (max-width:768px) {
    .form-list dt {
        margin: 0 0 10px 0;
    }

    .form-list dt,
    .form-list dd {
        width: 100%;
    }

}

#others_wrap {
    padding-bottom: 8rem;
}

.o_wrap_inn {
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;

}


.o_wrap_inn ul {

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.o_wrap_inn li {
    max-width: 452px;
    height: auto;
    margin-bottom: 1rem;
}

.o_wrap_inn li a:hover {
    opacity: 0.6;
    transition: 0.3s;
}



.o_wrap_inn li img {
    width: 100%;
}

.o_wrap_inn .d_line {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

#future_wrap .box-area &gt; div:first-of-type p {
    font-family: "sawarabi-gothic", sans-serif;
        line-height: 30px;
}

@media screen and (max-width:960px) {
    .o_wrap_inn ul {
        flex-direction: column;
        align-content: center;
        padding-left: 36px;
        padding-right: 36px;
    }

    .o_wrap_inn ul li {
        width: 96%;
        margin-bottom: 1rem;
    }
}

.share {
    text-align: center;
    padding-bottom: 8rem;
}

.s_btn a {
    display: block;
    border-radius: 60px;
}

.s_btn {
    background: #CAA846;
    box-sizing: border-box;
    max-width: 628px;
    border-radius: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: "sawarabi-gothic", sans-serif;
    font-size: 1.2rem;
}

.s_btn div.s_btn_inn {
    max-width: 618px;
    padding: 20px;
    border-radius: 60px;
    border: solid 1px #fff;
    margin-right: auto;
    margin-left: auto;
}

#logo_110 .box-area p {
    font-family: "sawarabi-gothic", sans-serif;
    font-size: 15px;
}

@media screen and (max-width:660px) {
    .s_btn {
        width: 80%;
    }

    .s_btn div.s_btn_inn {
        width: calc(100% - 10px);
    }
}

.s_text {
    font-size: 2rem;
    margin-bottom: 2rem;

}


/* copyright */
footer {
    background-color: #fff;
}

.self_link_area {
    background: rgba(215, 0, 58, 0.6);
    height: 240px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.self_link_area ul,
.self_link_area p {
    max-width: 920px;
    font-size: 0.8rem;
}

.self_link_area ul {
    margin-bottom: 2rem;
}


.self_link_area li {
    display: inline-block;
    border-right: 1px solid #fff;
    line-height: 0.9rem;
    text-align: center;
    padding-right: 1rem;
    padding-left: 1rem;
}

.self_link_area li:first-of-type,
.self_link_area li:nth-of-type(4) {
    padding-left: 0;
}

.self_link_area li:last-of-type {
    padding-right: 0;
    border: none;
}

.self_link_area a {
    color: #fff;

}



.sns_area {
    background: rgba(215, 0, 58, 0.75);
    display: flex;
    justify-content: center;
    height: 80px;
    align-items: center;
    font-family: ;
}

.sns_area li {
    margin-right: 16px;
}

.sns_area li:last-of-type {
    margin-right: 0;
    ;
}

.sns_area a {
    text-align: center;
    color: #fff;
    border: #fff solid 1px;
    border-radius: 20px;
    display: inline-block;
    width: 140px;
    height: 32px;
    font-size: 13px;
    line-height: 27px;
    position: relative;
    padding-left: 1rem;
    font-family: "sawarabi-gothic", sans-serif;
}

.fab {
    position: absolute;
    top: 9px;
    left: 12px;
    margin-right: 1rem;
}

.copy_area {
    text-align: center;
    background-color: #F3F1F0;
    padding: 73px 0;
}

.sl_inn {
    font-family: "sawarabi-gothic", sans-serif;
    text-align: left;
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
}

small {
    letter-spacing: 0.3em;
    line-height: 1;
    font-size: 15px;
    font-family: "sawarabi-gothic", sans-serif;
}

.sns_btn a:active {
    font-size: 1rem;
    transition: 0.3s;
}

.sns_btn a:hover {
    /*background-color: #F3F1F0;
    border: 1px solid rgba(215, 0, 58, 0.75);*/
    color: rgba(215, 0, 58, 1);
    transition: 0.3s;
}

.sl_inn a:hover {
    color: rgba(215, 0, 58, 0.75);
    transition: 0.3s;
}

footer {
    position: relative;
}

.to_pagetop {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: 0 0;

    background-color: rgba(215, 0, 58, 1);
    content: "";
    transition: 0.3s;
}

.to_pagetop::after {
    position: absolute;
    content: "";
    background: url(../img/common/chev_up.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    top: 48%;
    left: 50%;
    width: 25px;
    height: 13px;
    transform: rotate(-45deg) translate(-50%, -50%);
    transform-origin: 0 0;
}

@media screen and (max-width:960px) {

    .self_link_area ul {
        margin-top: 2rem;
    }

    .self_link_area ul li {
        border-right: none;
        display: block;
        margin-bottom: 0.6rem;
        padding: 0;
    }

    .self_link_area p {
        padding-left: 1rem;
        padding-right: 1rem;
    }


}


@media screen and (max-width:960px) {
    .fab {
        position: absolute;
        top: 12px;
        left: 14px;
        margin-right: 0;
    }

    .fab.fa-facebook-f {
        left: 16px;
    }

    .fab.fa-youtube {
        left: 11px;
    }

    /*.sns_area a {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        font-size: 24px;
    }*/
    .sns_area a {
        width: 50px;
        height: 50px;
        border: none;
        font-size: 24px;
    }

    .sns_area a span {
        display: none;
    }


}

.pr_pc {
    display: block;
}

.pr_sp {
    display: none;
}


.heading-block .logo_110th {
    width: 760px;
}

.se {
    display: none;
}

.text_box p {
    font-family: "sawarabi-gothic", sans-serif;
}

.text_box .title {
    line-height: 1.6;
}

.news_card .text_box .btn_01s {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

.news_card .text_box .btn_01s a {
    display: inline-block;
    width: 280px;
    height: 42px;
    background-color: rgba(215, 0, 58, 0.75);
    line-height: 42px;
    margin-top: 2.8rem;
    padding-left: 1rem;
    position: relative;
    text-align: left;
    font-family: "sawarabi-gothic", sans-serif;
    letter-spacing: 0.2rem;
    font-size: 0.8rem;
}

.news_card .btn_01s a::after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../img/common/arrow_c.png);
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 12px;
}

.none {
    display: none;
}

@media screen and (max-width:930px) {
    .img-area {
        width: 320px;

    }

    #main_wrap p {
        margin-right: 280px;
    }

    #box2,
    #box3,
    #box4 {
        height: 292px;
    }

    .none {
        display: inline;
    }

    .sp_none {
        display: none;
    }

    #main_wrap .box-area h2 {
        letter-spacing: 0;
        line-height: 0.9;
    }

    #box2 p,
    #box3 p,
    #box4 p {
        line-height: 1.4rem;
    }

    .btn_01 {
        margin-top: 1rem;
    }

    #box2 .box-area,
    #box3 .box-area {
        padding: 40px 60px;
    }

    #box4 .box-area {
        padding: 32px 60px;
    }
}

@media screen and (max-width:760px) {
    .profile-area {
        writing-mode: horizontal-tb;
    }

    .profile-area h2 {
        line-height: 1.6;
        /* font-family: 'Baskervville', serif; */
        letter-spacing: 0.2rem;
        text-align: center;
        margin-bottom: 2rem;
    }

    .profile-area p {
        letter-spacing: 0;
        font-size: 0.96rem;
        line-height: 2rem;
    }

    #main_wrap h2,
    #logo_110 h2 {

        text-align: center;
    }



    .box5_inn {
        display: block;
    }
    
    #main_wrap .box-area h2 {
        line-height: 1.2;
    }




    #main_wrap p {
        margin-right: 0;
    }

    .img-area {
        position: relative;
    }

    #box2,
    #box3,
    #box4 {
        height: auto;
    }

    .img-area {
        width: 100%;
    }

    #box2 .box-area,
    #box3 .box-area,
    #box4 .box-area {
        padding: 36px;
    }

    .btn_01,
    #logo_110 .btn_01 {
        width: 100%;

    }

    .box5_inn {
        width: 100%;
        padding: 0 40px;
    }

    #logo_110 .box-area {
        width: 100%;
        padding: 0 40px 40px 40px;
    }

    #logo_110 .img-area {
        width: 100%;
    }

    .sub_title h3 {
        font-size: 42px;
    }

    .box_wrap {
        margin-top: -11.2rem;
    }

    #others {
        margin-top: -9.8rem;
    }

    .sub_title p {
        font-size: 16px;
    }

    .sub_title {
        margin-bottom: 2rem;
        ;
    }

    .pr .box-area {
        width: 100%;
    }

    .d_line {
        width: auto;
        margin: 0 36px;
    }

    .heading-block {
        width: 80%;
    }

    .self_link_area li,
    .self_link_area p {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }

    .sl_inn {
        width: 100%;
        padding-left: 1rem;
        padding-bottom: 2rem;
    }

    .heading-block .logo_110th {
        width: 100%;
    }

    .self_link_area {
        height: auto;
        padding: 40px 0;
    }



}

/*@media screen and (max-width:760px) { 

    .bx-wrapper {
        width: 80% !important;
    }
    .bx-wrapper ul {
        width: 100% !important;
        max-width: 80% !important;
    }
.bx-wrapper li {
    width: 100% !important;
    max-width: 80% !important;
}
.bx-wrapper .bx-loading {
    display: none;
}
}*/
@media screen and (max-width:630px) {

    .pr_pc {
        display: none;
    }

    .profile-area.pr_sp {
        max-height: 100%;
    }

    .pr_sp {
        display: block;
    }

    .profile-area h2 {
        font-size: 1.6rem;
    }

    #logo_110 .box-area {
        padding: 0 40px 40px 40px;
    }

    .heading-block {
        width: 210px;
        margin-top: 6vh;
    }

    .heading-block .logo_110th {
        max-width: 210px;
    }

    #box2,
    #box3,
    #box4 {
        height: 100%;
    }

    .sub_title h3 {
        font-size: 34px;
    }

    .sub_title p {
        font-size: 12px;
    }

    #main_wrap h2 {
        font-size: 22px;
        margin-bottom: 0.2rem;
        text-align: center;
    }

    .self_link_area ul,
    .self_link_area p {
        text-align: left;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .self_link_area p {
        line-height: 1.4;

    }

    .s_text {
        font-size: 1.4rem;
        margin-bottom: 1.2rem;
    }

    #header .arrow_b {
        top: 740px;
    }

    #share {
        padding-bottom: 7rem;
    }

    #logo_110 .img-area img {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width:400px) {

    .heading-block {
        margin-top: 13vh;
    }

    .profile-area h2 {
        font-size: 1.3rem;
        margin-bottom: 20px;
        letter-spacing: 0rem;
    }

    .profile-area {
        padding: 20px;
    }

    .profile-area p {
        line-height: 1.7;

    }



    .sub_title h3 {
        letter-spacing: 0.3rem;
    }

    .sub_title p {
        letter-spacing: 0.2rem;
    }

    #box2 .box-area,
    #box3 .box-area,
    #box4 .box-area {
        padding: 18px;
    }

    #main_wrap h2 {
        font-size: 21px;
    }

    #main_wrap h2 {
        letter-spacing: 0rem;
    }

    .s_btn {
        font-size: 1rem;
        letter-spacing: -0.01rem;
    }

    #logo_110 h2 {
        font-size: 1.3rem;
        line-height: 1.6;

    }

    #logo_110 h2:first-of-type {
        margin-bottom: 0;
    }

    .se {
        display: block;
    }

    .s_text {
        font-size: 1.07rem;

    }
}

.sp_news {
    display: none;
}

@media screen and (max-width:440px) {
    .sp_news {
        display: block;
    }
}

.news_wrap {
    /*max-width: 920px;*/
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.news_card {
    display: flex;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    padding: 20px 40px;
    position: relative;
}

.news_card:first-of-type {
    border-top: 1px solid rgba(217, 217, 217, 1);
}



.news_wrap .sub_title {
    margin-bottom: 0.6rem;
    padding-left: 40px;
}

.news_wrap .sub_title h3 {
    font-size: 1.2rem;
    text-align: left;
    letter-spacing: 0.6rem;
}

/*#box1 {
    background-image: url(../img/common/back_flower.jpg);
    background-size: contain;
    position: relative;
    z-index: 1;
}

#box1 .box-area {
    position: relative;
    z-index: 3;
}

#box1::after {
     content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.5;
}*/


.img_box {
    width: 280px;
    height: auto;
    overflow: hidden;
    margin-right: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.text_box {
    width: calc(100% - 300px);
    position: relative;
}



/*.news_inn .btn:hover {
    background-color: #fff;
    border: solid 1px rgba(62, 21, 134, 0.5);
    line-height: 36px;
}

.all_btn:hover {
    background-color: rgba(62, 21, 134, 0.5);
    border: solid 1px #fff;
}

.all_btn:hover a {
    color: #fff;
}

.news_inn .btn {
    width: 264px;
    height: 38px;
    background-color: rgba(62, 21, 134, 0.5);
    border-radius: 40px;
    position: absolute;
    bottom: 20px;
    transition: 0.5s;
}*/

.all_btn {
    /*width: 380px;*/
    /*width: 100%;
    height: 38px;
    background-color: #fff;
    border: solid 1px rgba(62, 21, 134, 0.5);
    border-radius: 40px;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6rem;
    transition: 0.5s;*/
    margin-top: 1rem;
}


.news_inn .btn a:hover,
.all_btn a {
    color: rgba(62, 21, 134, 0.5);
    transition: 0.5s;
}

.news_inn .btn a,
.all_btn a {
    font-family: "sawarabi-gothic", sans-serif;
    display: block;
    line-height: 36px;
    padding-left: 1.6rem;
    border-radius: 40px;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-align: justified;
    transition: 0.5s;
}

.all_btn a {
    color: rgba(62, 21, 134, 0.8);
    line-height: 38px;
    text-align: right;
    padding-right: 2.4rem;
    font-weight: 500;
    transition: 0.5s;
}





.news_inn .btn a::after,
.all_btn a::after {
    content: '';
    /*何も入れない*/
    width: 18px;
    /*画像の幅*/
    height: 18px;
    /*画像の高さ*/

    background-size: contain;
    position: absolute;
    right: 14px;
    top: 10px;
}

.news_inn .btn a::after {
    background-image: url(../img/common/arrow_c.png);
}

.all_btn a::after,
.news_inn .btn:hover a::after {
    background-image: url(../img/common/arrow_d.png);
}

.all_btn:hover a {
    opacity: 0.5;
}

.all_btn:hover a::after {}



#box1 {
    /*background-image: url(../img/common/back_flower.jpg);
    background-size: contain;*/
}

#summary .text_box {
    max-width: 480px;
    width: 100%;
}

#summary .text_box p {
    line-height: 1.6rem;
}

#summary #news {
    margin-top: -10rem;

}

#summary .news_wrap {
    max-width: 920px;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 0px 1vw rgba(0, 0, 0, 0.2);
}

#summary .news_card:first-of-type {
    border-top: none;
}

#summary .all_btn {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6rem;
}

.background {
    background-image: url(../img/common/110th_logo_w_l.png), url(../img/common/110th_logo_w_l.png);
    background-position: left -200px bottom -300px, top -200px right -100px;
    background-repeat: no-repeat;
    background-size: 800PX, 600PX;
    height: 500px;
}

/*.background {
    background-image: url(../img/common/110th_logo_w_l.png);
    background-position: top -200px right -100px;
    background-repeat: no-repeat;
    background-size: 600PX;
}*/

.background2 {
    background-image: url(../img/common/110th_logo_w_l.png);
    background-position: left -100px top 0px;
    background-repeat: no-repeat;
    background-size: 700PX;
}





/*.background::after {
    content: url(../img/common/110th_logo_w.png);
    position: absolute;
    width: 20%;
    height: auto;
    opacity: 0.2;
    bottom: -100px;
    left: -200px;
    background-size: contain;
}

.background::before {
    position: absolute;
    background-image: url(../img/common/110th_logo_w_l.png);
    background-size: contain;
    width: 20%;
    background-repeat: no-repeat;
    opacity: 0.2;
    height: auto;
}

.background  picture img {
    opacity: 1;
}*/

@media screen and (max-width:960px) {
    .news_card {
        padding: 20px 20px;
    }

    .img_box {
        width: 280px;
        height: auto;
    }

    .news_inn .btn {
        height: 32px;
        bottom: 20px;
    }

    .news_inn .btn a {
        line-height: 32px;
    }

    .news_inn .btn a::after {
        top: 7px;

    }


}

@media screen and (max-width:630px) {
    .news_card {
        flex-direction: column;
        height: auto;
    }

    #news {
        margin-top: 0;
    }

    .img_box {
        width: 100%;
    }

    .text_box,
    #summary .text_box {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }



    .news_inn .btn {
        position: relative;
        width: 100%;
        margin-top: 2rem;
        bottom: auto;
    }

    .text_box p {
        font-size: 0.92rem;

    }

    .background {
        background-position: left -200px bottom -200px, top -100px right -100px;
        background-size: 700PX, 400PX;
    }

    .news_wrap .sub_title h3 {
        letter-spacing: 0.4rem;
        font-size: 1.4rem;

        text-indent: -1rem;
    }

    .news_card .text_box .btn_01s {
        text-align: center;
        position: relative;
        margin-bottom: 1rem;
    }

    .news_card .text_box .btn_01s a {
        width: 100%;
        margin-top: 1rem;
    }

    #toppage .news_wrap {
        padding-left: 36px;
        padding-right: 36px;
    }

    #toppage .news_card {
        padding-top: 2rem;
    }


    #summary .news_wrap {
        box-shadow: none;
        background-color: transparent;
        padding-bottom: 0;
    }

    #summary #news {
        margin-top: -5rem;
    }

    #summary .all_btn {
        padding-right: 56px;

    }
}

@media screen and (max-width:400px) {
    /*.news_wrap .sub_title h3 {
        letter-spacing: 0rem;
        font-size: 2rem;
    }*/
}

hr {
    border-style: none;
    border-top: 2px solid rgba(202, 168, 70, 1);
}

#box1 hr {
    margin-top: 3rem;
    margin-bottom: 3.2rem;
}

.btn_04 a {
    display: flex;
    margin-bottom: 1rem;
    padding: 20px 0 20px 20px;
    justify-content: space-around;
}

.btn_04:first-of-type {
    background-image: linear-gradient(90deg, rgba(115, 93, 166, 1), rgba(115, 93, 166, 0.1));
}

.btn_04:nth-of-type(2) {
    background-image: linear-gradient(90deg, rgba(215, 0, 58, 0.75), rgba(215, 0, 58, .1));
}

.btn_04:last-of-type {
    background-image: linear-gradient(90deg, rgba(111, 189, 187, 1), rgba(111, 189, 187, .1));
}

.btn_04:first-of-type .btn_st p:first-of-type {
    color: rgba(115, 93, 166, 0.4);
}

.btn_04:nth-of-type(2) .btn_st p:first-of-type {
    color: rgba(215, 0, 58, 0.4);
}

.btn_04:last-of-type .btn_st p:first-of-type {
    color: rgba(111, 189, 187, 0.5);
}

.btn_04 .btn_t {
    margin-right: 2rem;
}

.btn_04 .btn_st {
    width: 44%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_04 .btn_t p:first-of-type,
.btn_04 .btn_st p:last-of-type {
    font-size: 0.8rem;
    line-height: 1rem;
}

.btn_04 .btn_t p:last-of-type {
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: 0.2rem;
}

.btn_04 .btn_st p:first-of-type {
    font-size: 1.5rem;
    line-height: 1.4rem;
    letter-spacing: 0.38rem;
}

.btn_04 .btn_st p:last-of-type {
    letter-spacing: 0.3rem;
}

.btn_04 .btn_t p:first-of-type,
.btn_04 .btn_st p:first-of-type {
    margin-bottom: 0.4rem;
}

.btn_04 .btn_st p {
    font-style: italic;
    text-align: center;
}

.news_card .text_box p.date {
    font-size: 0.8rem;
}

.hcd_ex {
    display: flex;
    align-items: center;
}


.news_card .text_box p.title {
    font-size: 0.86rem;
}

#future_wrap {
    padding-top: 8rem;
    /*background-image: url(../img/box/illust_nagi.png?123), linear-gradient(-90deg, rgba(100, 178, 196, 1), rgba(133, 174, 190, 1) 60%, rgba(133, 174, 190, .1));
    background-position: top right, top;
    background-size: 580px, cover;
    background-repeat: no-repeat;*/
    background-image: linear-gradient(-90deg, rgba(100, 178, 196, 1), rgba(133, 174, 190, .1));

    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 4rem;
}

#future {
    margin-top: -10.2rem;
}

#future_wrap .sub_title h3 {
    color: #354d62;
}

.line_02 {
    margin-top: 6rem;
    margin-bottom: 6rem;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.line_02.l_110th {
    margin-bottom: 4rem;
}


#future_wrap .box-area {
    display: flex;
    justify-content: space-between;
}

#future_wrap .box-area &gt; div:first-of-type {
    width: 50%;
    position: relative;
    padding-left: 90px;
}

#future_wrap .box-area &gt; div:last-of-type {
    width: 40%;
    padding-right: 90px;
}
}

#future_wrap .box-area &gt; div:first-of-type .btn_01 {}

#future_wrap .box-area &gt; div:first-of-type p {
    line-height: 2rem;
}



#future_wrap .box-area h2 {
    color: #354d62;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 1.4rem;
}

.share.future {
    margin-top: 4rem;
    padding-bottom: 0;
}

#future_wrap .btn_01 {
    background-color: rgba(111, 189, 187, 1);
    width: 320px;
    height: 48px;
}

#ceremony_wrap .sub_title h3 {
    color: #5d4a87;
}

#ceremony .box-area h2 {
    /*color: #fff;*/
    text-align: center;
    margin-bottom: 2rem;
}

#ceremony .box-area p {
    font-family: "sawarabi-gothic", sans-serif;
    font-size: 0.9rem;
    margin-bottom: 1.4rem;
    /*letter-spacing: 0.4rem;*/
}

#ceremony .box-area .hcd_ex p {
    margin-bottom: 0;
}

#ceremony .box-area &gt; p {
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
}

#ceremony .box-area h2 {
    letter-spacing: 1rem;
}

#ceremony_wrap {
    /*background-image: url(../img/box/hcd_bnr.jpg), linear-gradient(rgba(140, 120, 180, 1), rgba(140, 120, 180, 0) 80%, rgba(133, 174, 190, 0));*/
    background-image: linear-gradient(rgba(243, 236, 220, 1), rgba(243, 236, 220, 1) 892px, rgba(140, 120, 180, 0.8) 892px, rgba(140, 120, 180, 0) 90%, rgba(133, 174, 190, 0));
    background-repeat: no-repeat, no-repeat;
    background-size: 100vw;
    padding-top: 8rem;
    /*padding-bottom: 4rem;*/
}

#ceremony {
    margin-top: -10.3rem;
}


#ceremony .share.future {
    margin-top: 0;
}

#ceremony .sub_title {
    margin-bottom: 0;
    /*padding-bottom: 700px*/
}

#ceremony .box-area {
    background-color: #fff;
    margin-top: -4rem;
    position: relative;
    z-index: 10;
    padding-top: 80px;
    padding-bottom: 80px;
}

#ceremony .box-area h2 {
    color: #391782;
    font-size: 1.7rem;
    letter-spacing: 0;
}

#ceremony .o_wrap_inn {
    max-width: 1100px;
}

.hcd_img {
    z-index: 1;
    position: relative;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}


.inner_box-area {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f2f2f2;
    padding: 60px;
}

.inner_box-area &gt; div {
    display: flex;
    justify-content: space-between;
}



.inner_box-area &gt; div div:first-of-type {
    width: 54%;
}

.inner_box-area &gt; div div:last-of-type {
    width: 44%;
}

.inner_box-area h3 {
    color: #c5a957;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    font-weight: 400;
}

#ceremony .box-area .inner_box-area p {
    text-indent: -3rem;
    padding-left: 3rem;
    font-size: 1rem;
}

#ceremony .box-area .inner_box-area p:first-of-type {
    margin-bottom: 0.2rem;
    ;
}

#ceremony .box-area .inner_box-area p:last-of-type {
    font-size: 0.7rem;
    text-indent: 0;
    padding-left: 0;
    line-height: 1.6rem
}

#ceremony .box-area .inner_box-area &gt; div:last-of-type p {

    line-height: 1.6;
}

.d_line.s_110th {
    border-top: none;
    border-bottom: 2px solid rgba(202, 168, 70, 1);
    margin-top: 6rem;
    margin-bottom: 2rem;
}

.logo_110th_wrap .d_line {
    margin-top: 1rem;
}

.img_box a:hover {
    opacity: 0.6;
}

#ceremony .box-area hr.line_02 {
    max-width: 920px;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.hcd01_box,
.hcd02_box .inner a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.hcd01_box &gt; div {
    width: 50%;
}

.hcd01_box &gt; div:last-of-type {
    padding: 0 0 0 60px;
}

#ceremony .box-area .hcd02_box h2 {
    color: #CAA846;

}

.hcd01_box h3,
.hcd02_box h3 {
    font-weight: 400;
    color: #CAA846;
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 0.6rem;
}

.hcd02_box .inner {
    position: relative;
    box-shadow: 0px 0px 1vw rgba(0, 0, 0, 0.2);
    background-color: #fff;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hcd02_box .inner:last-of-type {
    /*margin: 0;*/
}

.hcd02_box .inner &gt; div:last-of-type {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;

}

.hcd02_box .inner a &gt; div img {
    height: 240px;
    width: auto;
}

.hcd02_box .inner a &gt; div:first-of-type {
    padding: 30px 0 30px 40px;
    background-color: #fff;
    width: 50%;
    height: 240px;
}

.hcd02_box .inner a &gt; div:first-of-type p {
    color: #666;
}


.hcd02_box {
    background-color: #f3f3f3;
    /* padding: 60px; */
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

#ceremony .box-area .hcd02_box p {
    line-height: 1.7;

}

#ceremony .box-area .hcd02_box &gt; p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
}

#ceremony .box-area p.date {
    font-size: 1rem;

}

.hcd01_box .btn_01 {
    background-color: #CAA846;
}

#ceremony_wrap .btn_01 {
    background-color: #CAA846;
}


.hcd_btn:hover {
    opacity: 0.7;
}

.hcd_btn:active img {
    box-shadow: none;
    opacity: 0.5;
}

.hcd_btn {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    transition: 0.5s;
}

.hcd_btn img {
    box-shadow: 0px 0px 1vw rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}





#ceremony .o_wrap_inn {
    box-shadow: 0px 0px 1vw rgba(0, 0, 0, 0.2);
}

#future_wrap .o_wrap_inn {
    max-width: 1100px;
}

#future_wrap .o_wrap_inn .line_02 {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

#future_wrap .hcd01_box &gt; div:last-of-type {
    padding: 0 0 0 40px;
    width: 56%;
}

#future_wrap .hcd01_box &gt; div:first-of-type {
    width: 44%;
}

.future_inn {
    background: #fff;
    padding: 80px;
    box-shadow: 0px 0px 1vw rgba(0, 0, 0, 0.2);
}



.future_inn h3 {
    font-size: 1.3rem;
    color: #354d62;
    margin-bottom: 1.2rem;
}

.future_inn p {
    font-size: 0.9rem;
    font-family: "sawarabi-gothic", sans-serif;
}

#future_wrap .beer {
    padding: 60px;
    background-color: #f3f3f3;
}



#future_wrap .beer p {
    margin-bottom: 0.4rem;
    text-indent: -3.6rem;
    padding-left: 3.6rem;
}

#future_wrap .beer .btnshine2 p {
    text-align: center;
    margin-top: 0.4rem;
}

.beer .s_btn {
    max-width: 380px;
    border-radius: 30px;
}

.beer .s_btn p a {
    font-family: "sawarabi-mincho", serif;

}

.beer .s_btn p span {
    font-size: 1.6rem;
}

#future_wrap .beer .s_btn p {
    text-indent: 0;
    padding-left: 0;
}

#future_wrap .hcd01_box.beer &gt; div:last-of-type {
    padding: 0;
}

#future_wrap .hcd01_box.beer &gt; div:last-of-type a {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    display: block;
    border-radius: 30px;
}



#future_wrap .hcd01_box.beer &gt; div:last-of-type a div div p {
    font-size: 0.9rem;
}

#future_wrap .hcd01_box.beer &gt; div:last-of-type a div div p:last-of-type {
    font-size: 0.8rem;
    text-align: center;
}

#future_wrap .hcd01_box.beer &gt; div:last-of-type a div div p:first-of-type {
    margin-right: 1rem;
}

#future_wrap .hcd01_box.beer &gt; div:last-of-type a div div p span {
    font-size: 1.4rem;
}

#future_wrap .beer .s_btn p {
    font-family: "sawarabi-mincho", serif;
}

#future_wrap .beer .s_btn p:first-of-type {
    font-size: 1rem;
    line-height: 1.2;
}

.kikin_btn {
    background: rgba(111, 189, 187, 1);
}

.kikin_02 {
    display: flex;
    margin-bottom: 3rem;
}

.kikin_02:last-of-type {
    margin-bottom: 0;
}

.kikin_02 &gt; div:first-of-type {
    width: 160px;
    margin-right: 2rem;
    box-sizing: border-box;
}

.kikin_02 &gt; div:last-of-type {
    width: calc(100% - 160px);
}

.kikin_02 h4 {
    font-family: "sawarabi-gothic", sans-serif;
    letter-spacing: 0.1rem;
}


.kikin_02 p a {
    color: inherit;
    position: relative;
}

.dot {
    margin-top: 1rem;
}

#future_wrap .o_wrap_inn .line_02.nagi {
    margin-bottom: 3rem;
}


.beer .s_btn a {
    display: block;
    border-radius: 30px;
    height: 230px;
}


/*==================================================
　5-3-8 円が線に変化
===================================*/


.dot a {
    /*円の基点とするためrelativeを指定*/
    position: relative;
}

.dot a:hover {
    color: #0481A2;
}

.dot a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -4px;
    left: 0;
    /*線になる丸の形状*/
    width: 100%;
    height: 0px;
    border-radius: 50%;
    background: #0481A2;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0.04, 1);
    /*X方向0.04、Y方向1*/
    transform-origin: center bottom;
    /*中央下部基点*/
}

/*現在地とhoverの設定*/
.dot a:hover::after {
    height: 2px;
    /*縦幅を変化*/
    border-radius: 0;
    /*丸みをなくす*/
    transform: scale(0.8, 1);
    /*X方向0.8、Y方向1にスケール拡大*/
}



.profile-area .btn_04 p {
    text-indent: 0;
}

.profile-area .btn_04 div:last-of-type p {}

.btn_04 br {
    /*display: none;*/
}

#future_wrap .box-area {
    padding: 0 0 40px 0;

}

.s_btn.sp {
    display: none;
}

.br_n {
    display: none;
}

.senkou {
    display: block;
}

.s_btn.senkou_btn a {
    padding: 1rem;
    height: 100%;
}


#ceremony_wrap .o_wrap_inn {
    max-width: 1100px;
}

.flex_a {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.flex_a h2,
.flex_a p,
.flex_a h3 {
    width: 100%;
}

@media screen and (max-width:1300px) {

    #ceremony_wrap {
        background-image: linear-gradient(rgba(243, 236, 220, 1), rgba(243, 236, 220, 1) 100px, rgba(140, 120, 180, 0.8) 100px, rgba(140, 120, 180, 0) 90%, rgba(133, 174, 190, 0));

    }

    #ceremony .sub_title {
        /*padding-bottom: 600px;*/
    }
}

@media screen and (max-width:1100px) {

    #ceremony_wrap .o_wrap_inn {

        margin-left: 40px;
        margin-right: 40px;
    }

    #ceremony .box-area .hcd02_box p {
        line-height: 1.4
    }

    #future_wrap .box-area &gt; div:first-of-type {
        width: 50%;
        position: relative;
        padding-left: 80px;
    }

    #future_wrap .box-area &gt; div:last-of-type {
        width: 46%;
    }

    .future_inn {

        margin-left: 40px;
        margin-right: 40px;
    }

    #future_wrap .box-area {
        padding: 0 40px 40px;
    }

    #future_wrap .box-area &gt; div:first-of-type p {
        line-height: 1.5rem;
    }

}

@media screen and (max-width:1023px) {
    .hcd02_box .inner a &gt; div:first-of-type {
        padding: 30px 0 30px 40px;
        background-color: #fff;
        width: calc(100% - 290px);
        height: 180px;
    }

    .hcd02_box .inner a &gt; div img {
        height: 180px;
        width: auto;
    }

    .hcd02_box h3 {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

    .sp_none {
        display: none;
    }
}

@media screen and (max-width:960px) {
    #future_wrap .box-area {}

    #hcd.line_02 {
        width: calc(100% - 80px);

    }

    .line_02 {
        width: 100%;

    }

    .line_02.kikin {
        width: calc(100% - 80px);
    }

    .line_02.l_110th {
        width: calc(100% - 72px);

    }

    .btn_04 br {
        display: block;
    }

    #future_wrap .box-area {
        margin-bottom: 2rem;
    }

    #ceremony .sub_title {}

    .hcd02_box .inner a {
        flex-direction: column;
    }

    .hcd02_box .inner a &gt; div:first-of-type,
    .hcd02_box .inner a &gt; div:first-of-type {
        width: 100%;
    }

    .hcd02_box .inner a &gt; div img {
        height: auto;
        width: 100%;
    }

    .hcd02_box .inner a &gt; div:first-of-type {
        padding: 30px;
        height: auto;
    }




    #ceremony .box-area .hcd02_box .inner p {
        margin-bottom: 0;
    }

    .hcd02_box {
        padding-left: 60px;
        padding-right: 60px;
    }
}



@media screen and (max-width:840px) {


    #future_wrap .box-area {
        padding: 0 40px 40px;
    }

    #future_wrap .btn_01 {
        width: 100%;

    }


    .hcd_img img {
        /*width: 130%;
        margin-left: -15%;*/
    }


    #future_wrap .box-area &gt; div:last-of-type {
        padding-left: 80px;
    }

    #future_wrap .box-area &gt; div:first-of-type {
        padding-right: 80px;
    }

    #future_wrap .box-area &gt; div:first-of-type,
    #future_wrap .box-area &gt; div:last-of-type {
        width: 48%;
    }

    .hcd01_box.btn {
        flex-direction: column;
    }

    #future_wrap .hcd01_box.btn &gt; div:first-of-type,
    #future_wrap .hcd01_box.btn &gt; div:last-of-type {
        width: 100%;
    }

    #future_wrap .hcd01_box.btn &gt; div:first-of-type {
        margin-bottom: 2rem;
    }

    #future_wrap .hcd01_box.btn &gt; div:last-of-type {
        padding: 0;
    }


    .hcd01_box.btn &gt; div {
        width: 100%;
    }

    #future_wrap .box-area {
        flex-direction: column;
    }

    #future_wrap .box-area &gt; div:last-of-type {
        width: 100%;
    }

    #future_wrap .box-area &gt; div:first-of-type {
        margin-bottom: 2rem;
        width: 100%;
    }

    #future_wrap {

        background-image: linear-gradient(-90deg, rgba(100, 178, 196, 1), rgba(100, 178, 196, 0.5) 30%, rgba(133, 174, 190, 0));

    }

    #future_wrap .btn_01.beer_f {
        width: calc(100% - 80px);
        margin-left: 40px;
        margin-right: 40px;
    }

    .hcd_btn {
        max-width: calc(100% - 80px);
    }
}

@media screen and (max-width:760px) {
    #future_wrap .box-area {
        max-width: 100%;

    }

    /*#future_wrap .box-area&gt;div:first-of-type {
        width: 50%;
    }
    
    #future_wrap .box-area&gt;div:last-of-type {
        width: 44%;
    }*/

    .future_inn {
        padding: 40px;
        margin-top: -2rem;
    }

    .hcd01_box,
    .hcd02_box .inner {
        flex-direction: column;
    }

    .hcd01_box &gt; div:first-of-type {
        margin-bottom: 1rem;
    }

    .hcd01_box &gt; div:last-of-type {
        padding: 36px;
    }

    .inner_box-area &gt; div {
        flex-direction: column;
    }

    .inner_box-area &gt; div div:first-of-type {
        width: 100%;
        margin-bottom: 36px;
    }

    .inner_box-area &gt; div div:last-of-type {
        width: 100%;
    }

    /*#future_wrap .btn_01.beer_f {
        width: 320px;
    }*/

    #future_wrap .hcd01_box &gt; div:first-of-type,
    #future_wrap .hcd01_box &gt; div:last-of-type {
        width: 100%;
    }

    #future_wrap .hcd01_box &gt; div:first-of-type {
        margin-bottom: 2rem;
    }

    #future_wrap .hcd01_box &gt; div:last-of-type {
        padding: 0;
    }

    .profile-area .btn_04 div:last-of-type p {
        letter-spacing: 0;
    }

    .btn_04 .btn_t {
        margin-right: 0;
    }

    .hcd01_box &gt; div {
        width: 100%;
    }

    #ceremony .box-area {
        margin-top: -2rem;
    }

    .hcd02_box {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 36px;
        padding-right: 36px;
    }

    .inner_box-area {
        padding: 36px;
    }

    #logo_110 h2:last-of-type {
        margin-bottom: 1rem;
    }

    #box2 p,
    #box3 p,
    #box4 p,
    #ceremony .box-area .hcd02_box p {
        line-height: 30px;
    }

}

@media screen and (max-width:670px) {}

@media screen and (max-width:630px) {

    #future_wrap .box-area {
        max-width: 100%;
        /*padding-bottom: 300px*/

    }

    #future_wrap {}

    /*#future_wrap .sub_title {
        margin-bottom: 390px;
    }*/

    .kikin_02 {
        flex-direction: column;
    }

    .kikin_02 &gt; div:first-of-type,
    .kikin_02 &gt; div:last-of-type {
        width: 100%;
    }

    .kikin_02 &gt; div:first-of-type {
        margin-bottom: 2rem;
    }

    .kikin_02 &gt; div h4 {
        font-size: 0.9rem;
    }

    .kikin_02 &gt; div p {
        font-size: 0.8rem;
    }

    #future_wrap .beer p {
        text-indent: 0;
        padding-left: 0;
    }



    .beer p {
        font-size: 0.8rem;
    }

    .s_btn .senkou,
    .senkou_date {
        display: block;
        margin-top: 0.6rem;
        font-size: 0.9rem;
    }

    .s_btn .senkou span {
        display: none;
    }

    #future_wrap .hcd01_box.beer &gt; div:last-of-type a {
        padding: 30px;
    }

    #future_wrap .hcd01_box.beer &gt; div:last-of-type a div div p {
        font-size: 1rem;
    }

    #future_wrap .hcd01_box.beer &gt; div:last-of-type a div div p:last-of-type {
        font-size: 0.9rem;

    }

    #box2,
    #box3,
    #box4,
    #box5 {
        box-shadow: 0px 0px 5.3333333333vw rgba(0, 0, 0, 0.2);
    }

    .s_btn.pc {
        display: none;
    }

    .s_btn.sp {
        display: block;
    }

    /*#future_wrap .btn_01.beer_f {
        width: 100%;
        margin-left: auto;
    margin-right: auto;
    }*/

    .kikin_02 div.isekado_logo {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    #future {
        margin-top: -9.6rem;
    }

    #future_wrap .box-area &gt; div:first-of-type,
    #future_wrap .box-area &gt; div:last-of-type {
        padding-right: 0;
        padding-left: 0;
    }

    #ceremony {
        margin-top: -9.5rem;
    }

    .hcd01_box &gt; div:last-of-type {
        padding: 0;
    }

    .br_logo {
        display: none;
    }

    .btn_04 a {
        justify-content: start;
    }
}

.br_sp_tour {
    display: none;
}

@media screen and (max-width:520px) {
    #future_wrap .beer {
        padding: 30px;
    }

    .line_02 {
        width: calc(100% - 60px);
    }

    .s_btn.pc {
        display: none;
    }

    #future_wrap .hcd01_box.beer &gt; div:last-of-type a {
        /*padding: 10px;*/
    }

    .future_inn {

        padding: 0 0 20px 0;

    }

    .hcd01_box {
        padding: 30px;
    }

    .kikin_02 {
        padding: 0 20px;
    }

    .kikin_02:last-of-type {
        padding-bottom: 30px;
    }


    .future_inn h3 {
        font-size: 1.04rem;
        letter-spacing:
    }

    .br_n {
        display: block;
    }

    .future .s_btn_inn {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .future .s_btn_inn span {
        font-size: 0.9rem;
    }

    #ceremony_wrap .o_wrap_inn {
        margin-left: 36px;
        margin-right: 36px;
    }



    #ceremony_wrap .box-area {
        padding: 0;
    }

    .inner_box-area {
        padding: 30px 30px;
    }

    .hcd02_box {
        padding: 30px;
    }

    #ceremony_wrap {
        padding-bottom: 0;
    }

    #ceremony .box-area &gt; p {
        padding-left: 30px;
        padding-right: 30px;

    }

    #ceremony .box-area &gt; h2 {
        padding-top: 30px;
    }

    .hcd02_box h3 {
        font-size: 1.3rem;

    }
}


#logo_110 h2 {
    line-height: 1.4;
    margin-bottom: 0;
}

@media screen and (max-width:420px) {
    /*#future_wrap {
    background-position: top 440px right, top;
    background-size: 100%, cover;
}*/

    /*#future_wrap .box-area {
    max-width: 100%;
    margin-bottom: 440px;
}*/
    .br_sp_tour {
        display: block;
    }

    .line_02 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    #ceremony .box-area hr.line_02 {

        margin-top: 3rem;
        margin-bottom: 1rem;
    }

    #ceremony .box-area hr.line_02:nth-of-type(2) {
        margin-top: 1rem;
        margin-bottom: 3rem;
    }

    .hcd01_box {
        margin-bottom: 0;
    }

    #future_wrap .o_wrap_inn .line_02 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .kikin_02 {

        margin-bottom: 2rem;
    }

    .d_line.s_110th {
        margin-top: 4rem;
        margin-bottom: 1rem;
    }

    #logo_110 .box-area {
        padding: 0 0 40px;
    }

    .logo_110th_wrap {

        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    #others {
        padding-bottom: 0;
    }

    #others_wrap {
        padding-bottom: 0rem;
    }

    #logo_110 h2 {
        letter-spacing: 0;
    }

.btn_04 .btn_t p:last-of-type {
    font-size: 1.3rem;

}
}
</pre></body></html>