@charset "UTF-8";

html,body {
    -webkit-text-size-adjust: none;
    margin: 0;padding: 0;
    min-height: 100vh;
    overflow-x: hidden;
    font-size: 14px;
    scroll-behavior: smooth;
}

body{ 
    font-family: "Kosugi Maru", serif;
    -webkit-text-size-adjust: none;
    background: #f5f3e5 url(../img/b.png) ; /*背景色、背景壁紙の読み込み*/
    color: #120e5e;;     /*全体の文字色*/
    line-height: 2.0;     /*行間*/
}

main {
    position: relative;
    z-index: 2;
}

#contents {
    margin: 0 auto;
}
@media (max-width: 800px) {
    #contents {
        padding: 1.2em 0 0 0;
        max-width: 506px;
    }
}
@media screen and (min-width: 801px), print {
    #contents {
        max-width: 506px;
        margin: 0 auto;
        padding: 2em 0 0 0;
    }
}
@media (min-width: 801px) and (max-width: 1100px) {
    #contents {
        margin: 0;
        left: calc(100% - 506px);
        padding: 2em 1em 0 0!important;
    }
    .home {
        padding: 0 1em 0 0;
    }
}

/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
    color: #57524b; /*文字色*/
    transition: 0.3s;
}

a:hover {
    color: #938a7d; /*マウスオン時の文字色*/
}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*ヘッダーメニュー
---------------------------------------------------------------------------*/
header {}
.header {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: calc(50% - 253px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header_nav {}
.header_nav_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
    padding: 0;
}
.header_nav_list {
    display: block;
    font-size: 2.5em;
    line-height: 1.5;
}
.header_nav_list a {
    display: block;
    width: 180px;
    text-decoration: none;
    font-family: "Sigmar", "Yusei Magic", serif;
    color: #120e5e;
    -webkit-text-stroke: 5px #FFEFE1;
    text-stroke: 5px #FFEFE1;
    paint-order: stroke;
}
.header_nav_list a:hover {
    color: #595691;
}
@media screen and (min-width: 801px), print {
    .header_nav {
        margin: 137px 0 0 80px;
        width: 370px;
    }
}
@media screen and (max-width: 800px), print {
    .header {
        display: none;
    }
}
@media (min-width: 801px) and (max-width: 1100px) {
    .header {
        width: calc(100% - 506px);
    }
}

/*ヘッダーアクセス数
---------------------------------------------------------------------------*/
.header_boxs {}
.header_box {
        margin: 16px 0 0;
        width: 241px;
        height: 41px;
        border: solid 3px #120e5e;
        background: #FFEFE1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1px 10px;
}
.header_box_inner {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
}
.txt {
        font-family: "Sigmar", "Yusei Magic", serif;
        font-weight: 700;
        font-style: normal;
        font-size: 16.44px;
        line-height: 1;
}
.txt2 {
        font-family: "Sigmar", "Yusei Magic", serif;
        font-weight: 700;
        font-size: 3em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1;
        margin-top: -5px;
}

@media screen and (min-width: 801px), print {
    .header_boxs {
        margin: px 0 0;
    }
}

/*サイドコメント
---------------------------------------------------------------------------*/
.side_p {}
.side_p_inner {
        position: relative;
        width: 160px;
        height: 100vh;
        margin: 0 auto;
}
.side_p_copys {
        position: absolute;
        top: 0;
        right: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 180px;
        padding: 58px 0 0;
}
.side_p_copy1 {
        position: relative;
        top: 0;
}
.side_p_copy2 {
        position: relative;
        top: 66px;
}
.side_p_copy_txt {}

.side_p_top {
        position: absolute;
        bottom: 20px;
        right: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 180px;
        padding: 58px 0 0;
}
.side_p_top_animation {
    transition-duration: 0.2s;
}
.side_p_top_animation:hover {
    transform: translateY(-30px);
}
.side_p_top_u {
        position: absolute;
        bottom: 0;
        right: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 180px;
        padding: 0 0;
}

@media screen and (min-width: 801px), print {
    .side_p {
        position: fixed;
        right: 0px;
        top: 0;
        height: 100vh;
        width: calc(50% - 253px);
    }
}
@media screen and (max-width: 800px), print {
    .side_p {
        display: none;
    }
}
@media (min-width: 801px) and (max-width: 1100px) {
    .side_p {
        display: none;
    }
}

/*コンテンツ囲い
---------------------------------------------------------------------------*/
.c-top {
    position: relative;
    margin: 0;
}
.c-top_inner {
    background: #FFEFE1;
    position: relative;
    padding: 0px 22px 44px 22px;
    margin: 0px auto;
}
.c-top_inner:before , .c-top01_inner:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: url(../img/line_top.png) top center repeat-x;
    background-size: contain;
}
.c-top_inner:after , .c-top01_inner:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: url(../img/line_bottom.png) top center repeat-x;
    background-size: contain;
}
.u-bg {}
.u-bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    height: calc(100% - 4px);
    width: 3px;
    background: url(../img/line_side.png) top center repeat-y;
    background-size: 5px 152px;
}
.u-bg:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    height: calc(100% - 4px);
    width: 3px;
    background: url(../img/line_side.png) top center repeat-y;
    background-size: 5px 152px;
}
.ball {}
.ball::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 10px;
  width: 60px; /* 画像の幅 */
  height: 60px; /* 画像の高さ */
  background-image: url(../img/ball1.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}


/*ロゴ
---------------------------------------------------------------------------*/
.logo {}
.logo_copy {
    display: block;
    font-family: "Sigmar", "Yusei Magic", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: 1.5;
    padding: 30px 0px 0px 0px;
    font-size: 1.5em;
    margin: 0;
    color: #120e5e;
    position: relative;
}
.logo_copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 4px;
  background-color: #ff5733; /* 好きな色に変更 */
  transform: rotate(60deg); /* 斜め線の角度を調整 */
  transform-origin: left center;
  border-radius: 2px;
}
.logo_copy::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 4px;
  background-color: #ff5733; /* 好きな色に変更 */
  transform: rotate(-60deg); /* 斜め線の角度を調整 */
  transform-origin: right center;
  border-radius: 2px;
}
.logo_copy2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 4px;
  background-color: #ff5733; /* 好きな色に変更 */
  transform: rotate(60deg) translateY(10px); /* 斜め線の角度を調整 */
  transform-origin: left center;
  border-radius: 2px;
}
.logo_copy2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 4px;
  background-color: #ff5733; /* 好きな色に変更 */
  transform: rotate(-60deg) translateY(10px); /* 斜め線の角度を調整 */
  transform-origin: right center;
  border-radius: 2px;
}
.logo_img {
    margin: 0;
    text-align: center;
}

/*トップ画像
---------------------------------------------------------------------------*/
.top_img {
    margin: 20px 0 40px 0;
}
.top_img_style {
    border-radius: 10px;
    width: 100%;
}
.c-top_txt {
    display: block;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.02em;
    line-height: 1.9;
    font-size: 1.3em;
}

/*インスタ
---------------------------------------------------------------------------*/
.insta , .join {
    background: #f5f3e5 url(../img/b.png) ; /*背景色、背景壁紙の読み込み*/
}
.insta_h2 , .join_h2  {
    text-align: center;
    font-size: 2.5em;
    font-family: "Sigmar", "Yusei Magic", serif;
    -webkit-text-stroke: 5px #FFEFE1;
    text-stroke: 5px #FFEFE1;
    paint-order: stroke;
}
.c-top01_inner {
    background: #FFEFE1;
    position: relative;
    padding: 0px 0px 44px 0px;
    margin: 0px auto;
}
.insta_inner {
    padding: 0 10px;
}
.h {
    position: relative;
    display: block;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1em;
    margin: 20px 20px;
}
.h:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    background: url(../img/line_01.png) left center repeat-x;
    width: 150px;
    height: 4px;
    z-index: 0;
}
.h:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    background: url(../img/line_01.png) right center repeat-x;
    width: 150px;
    height: 4px;
    z-index: 0;
}
.h span {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #FFEFE1;
        font-size: 24px;
        padding: 0px 22px 0px 22px;
}
.insta_qr {
    margin: 0 20px;
}

/*入会について
---------------------------------------------------------------------------*/
.join_inner {
    padding: 0 22px;
}
.join_txt {
    font-size: 1.3em;
}
.btn_link {
    cursor: pointer;
    position: relative;
    font-family: "Sigmar", "Yusei Magic", serif;
    font-weight: 700;
    text-align: center;
    font-size: 2em;
}
.btn_link span {
}
.btn_link a {
    text-decoration: none;
    color: #FFEFE1;
    padding: 10px;
    background: #120e5e;
    border: 5px solid #120e5e;
    display: block;
}
.btn_link a:hover {
    color: #120e5e;
    background: #FFEFE1;
}

/*イベント結果
---------------------------------------------------------------------------*/
.c-top-items {
    color: #FFEFE1;
    padding: 0px;
    margin: 0 0 1em 0;
    background: #120e5e;
    border: 5px solid #120e5e;
    display: block;
}
.c-top-items img {
    border-radius: 20px;
    border: 3px solid #FFEFE1;
    max-width: 98%;
}
.items-header {
    background: #FFEFE1;
    color: #120e5e;
    display: block;
    text-align: center;
    margin: 0;
    font-family: "Yusei Magic", serif;
    font-size: 1.6em;
}
.items-unit {
    padding: 10px 15px 20px;
    font-size: 1.3em;
    line-height: 1.4;
}


/*スマホ
---------------------------------------------------------------------------*/
@media (max-width: 800px) {
    .c-top {
        padding: 1.8vw 4.53333vw 0vw 4.53333vw;
    }
    .c-footer {
        padding: 0vw 4.53333vw 0vw 4.53333vw;
    }
    .c-top_inner:before , .c-top01_inner:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 10px;
        height: 1.33333vw;
        background: url(../img/line_top.png) top center repeat-x;
        background-size: contain;
        }
    .c-top_inner:after , .c-top01_inner:after {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 10px;
        height: 1.33333vw;
        background: url(../img/line_bottom.png) top center repeat-x;
        background-size: contain;
    }
    .u-bg:before {
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        left: 0;
        height: calc(100% - 4px);
        width: 1.33333vw;
        background: url(../img/line_side.png) top center repeat-y;
        background-size: 1.33333vw 40.53333vw;
    }
    .u-bg:after {
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        right: 0;
        height: calc(100% - 4px);
        width: 1.33333vw;
        background: url(../img/line_side.png) top center repeat-y;
        background-size: 1.33333vw 40.53333vw;
    }
}


/*フッター
---------------------------------------------------------------------------*/
.c-footer {}
.c-footer_inner {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
}
footer {}
.footer {
    margin: 30px 0px 0 -0px;
    color: #ffefe1;
}
.footer_inner {
    padding: 10px 0 0px 0;
    background: #120e5e;
}

/*フッターロゴ
---------------------------------------------------------------------------*/
.footer_logo {
}
.footer_logo img {
    display: block;
    position: relative;
    z-index: 1;
    width: 150px;
    margin: 0px auto 30px;
    background: #FFEFE1;
    border-radius: 50%;
    padding: 30px;
    border: 5px solid #120e5e;
}
.footer_copy {
    text-align: center;
}


/*フッターメニューバー
---------------------------------------------------------------------------*/
.footermenu {
}
.footermenu ul {
    margin: 0;
    padding: 0;
    font-family: "Sigmar", "Yusei Magic", serif;
}
.footermenu li{
    list-style: none;
    font-size: 1.2em;
    height: 2em;
    padding: 0.5em 0 0.5em 10px;
    border-bottom: 0.6px #ffefe1 solid;
}
.footermenu li a {
    display: block;
    width: 100%;
    padding: 0 0 0 10px;
    text-decoration: none;
    color: #ffefe1;
}
.color-theme {
}
.c {
    text-align: center;
    padding: 2em;
    font-family: "Yusei Magic", serif;
}









