@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/* html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 100px;
  margin-bottom: 50px;
} */
* {
    margin: 0;
    padding: 0;
    scrollbar-width: thin;
}

* {
    font-family: 'Zen Kaku Gothic', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 1.6;
    color: #af0809;
}
@media (hover: hover) {
    a:hover {
        opacity: 0.7;
        transition: 0.3s;
    }
}
.pc_only {
	display: block;
}
.sp_only {
	display: none;
}
.layout {
    width: 100%;  
}
.inner {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
}
.left {
     width: 30%;
}
.right {
    width: 70%;
    margin-top: 90px;
    margin-bottom: 90px;
}
.wave,
.wave_ofwh {
    width: 100%;
    margin-bottom: -10px;
}
.wave_ofwh {
    background-color: #af0809;
}
.wave img,
.wave_ofwh img {
    width: 100%;
}
.bg_red {
    background-color: #af0809;
    color: #fff;
}
.bg_ofwh {
    background-color: #fdf7ef;
    color: #af0809;
}
.header {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
nav {
    text-align: right;
    position: fixed;
    right: 0;
    margin-top: 30px;
    z-index: 999;
}
.menu {
    margin-bottom: 50px;
    margin-right: 10%;
    /* width: 480px; */
    display: inline-block;
}
.menu li {
    list-style: none;
    display: inline-block;
    margin-left: 30px;
}
.menu li a {
    text-decoration: none;
    text-align: center;
}
.menu li img {
    width: 90px;
    height: auto;
}
.menu li p {
    font-size: 16px;
    margin-top: -6px;
    text-shadow: 1px 2px 1px #fff;
    color: #af0809;
    font-weight: 500;
}
h2 {
    position: relative;
}
h2 a {
    width: 25%;
    position: absolute;
    top: 3%;
    left: 10%;
}
.h2 a img {
    width: 100%;
}
.mv img {
    width: 100%;
    margin-bottom: 30px;
}
.title_img {
    margin: 90px auto 60px 30px;
}

.youtube-ratio iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#howto .title_img,
#howto .right {
    margin-top: 0;    
}
#howto .howto_detail {
        display: flex;
    gap: 30px;
    margin: 100px auto;
    align-items: stretch;
    max-width: 1080px;
}
#howto .howto_detail dl {
    width: 33.3333%;
    height: auto;
    position: relative;
    padding: 60px 10px;
    border: 1px solid #af0809;
    border-radius: 20px;
    background: #fdf7ef;
}
#howto .howto_detail dl dt {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -45px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#howto .howto_detail dl dd img {
    width: 100%;
    height: auto;
}
#howto .howto_detail dl dd:last-child {
    padding: 20px;
}
.widget--sticky {
  position: sticky;
  top: 20px; /* スクロール時にビューポートの20px位置に達すると固定 */
}

#lineup .left li {
    list-style: none;
    background: #fdf7ef;
    color: #af0809;
    line-height: 1.3;
    text-align: center;
    border-radius: 40px;
    padding: 12px;
    margin: 15px 15px 15px 0;
    width: 75%;
    border: 2px solid #af0809;
}
#lineup .left li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: block;
}
@media (hover: hover) {
    #lineup .left li:hover {
        transition: 0.2s;
        background: #af0809;
        border: 2px solid #fff;
        transition: 0s;
    }
    #lineup .left li:hover a {
        color: #fff;
        opacity: 1;
    }
}
#lineup .right ul {
    border-radius: 25px;

}
#lineup .right ul .container {
    background: #fdf7ef;
    border-radius: 0 0 25px 25px;

}
#lineup .right ul li {
  padding-top: 30px;
      background: #fff;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 40px;
    text-align: center;

}
#lineup .right ul li .name {
    color: #fff;
    background: #af0809;
    width: 90%;
    border-radius: 40px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 28px;
    font-weight: 600;
}
#lineup .right ul li .item {
    margin: 25px;
}
#lineup .right ul li .intro {
    width: 80%;
    margin: 0 auto 30px;
}
#lineup .right ul li .item {
    position: relative;
}
#lineup .right ul li .item .win_logo {
    position: absolute;
    top: 0;
    left: 50px;
    width: 140px;
    height: auto;
}
#lineup .right ul li .item .item_icon {
    position: absolute;
    bottom: 20px;
    right: 100px;
    width: 70px;
    height: auto;
}
#lineup .right ul .container .summary{
    border-top: 2px solid #af0809;
    border-bottom: 2px solid #af0809;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    border-radius: 0 0 25px 25px;
    display: block;
}

#lineup .right ul .container dl {
    font-weight: 600;
    margin: 50px;
}
#lineup .right ul .container dt {
    font-weight: 600;
}
#lineup .right ul .container dl dd {
    font-size: 16px;
    color: #191919;
    margin-top: 18px;
    line-height: 1.5;

}
#lineup .right ul .container .sup_txt {
    margin: 50px 50px 60px;
    font-size: 12px;
    color: #af0809;
}
.details-content {
    padding: 40px 20px;
}
#faq .details {
    border-top: 1px solid #af0809;
    padding: 20px 0;
}
#faq .faq_img {
    width: 35px;
    height: auto;
    margin: 0 10px 0 0;
}
#faq .details-summary {
    font-size: 20px;
    color: #191919;
    font-weight: 500;
    text-align: left;
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
}
#faq .details-summary .btn {
    right: 0;
}
#faq summary p {
    color: #191919;
    width: 88%;
}
#faq .details-content {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
}
#faq .details-content p {
    font-size: 16px;
    font-weight: 400;
}
.faq_a_img {
    margin-top: 20px;
    width: 50%;
    height: auto;
    display: block;
}
details[open] summary {
    border-radius: 0 !important;
}
.c-accordion__plus::before {
  transform: rotate(0deg);
}

/* アコーディオン */
.details-summary {
	position: relative;
	display: block;
	padding: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.details-summary:hover {
	cursor: pointer;
	opacity: 0.8;
}

.details-summary .btn {
	position: absolute;
	top: 37%;
	right: 10%;
	width: 18px;
	height: 18px;
	transform-origin: center center;
	transition-duration: 0.2s;
}

.details-summary .btn:before,
.details-summary .btn:after {
	content: "";
	background-color: #af0809;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	transform-origin: center center;
}

.details-summary .btn:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}

.details-summary.is-active .btn {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.details-summary.is-active .btn:before {
	content: none;
}

.details-summary::-webkit-details-marker {
	display: none;
}

.details-content {
	padding: 20px;
	text-align: left;
}

.details-content p {
	margin: 0 0 20px;
	color: #000;
	font-size: 18px;
	text-align: left;
}

.details-content p:last-of-type {
	margin: 0 0 0;
}


/* フェードイン */
.scroll-space {
    box-sizing: border-box;
    /* overflow: hidden; */
}

.fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.5s;
}

.fadein.fadein-bottom {
    transform: translate(0, 30px);
}

.fadein.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}
/* フェードイン　ここまで */

#footer .inner {
    align-items: center;
}
#footer .footer_top .footer_logo {
    width: 400px;
    height: auto;
    margin: 80px auto 80px 0;
}
#footer .footer_top .footer_logo img {
    width: 100%;
    height: auto;
}
#footer .footer_top ul {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    text-align: center;
}
#footer .footer_top ul li {
    list-style: none;
}
#footer .footer_top ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    /* margin-left: 26px; */
    transition: 0.3s;
}
#footer .footer_middle {
    text-align: center;
    background-color: #fff;
    padding: 30px;
}
#footer .footer_middle p {
    font-size: 12px;
}
#footer .footer_middle_tel {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
    text-align: center;
    line-height: 2;
}
#footer .footer_middle_tel span {
    font-size: 18px;
    color: #fff !important;
    display: block;
}
#footer .footer_middle_tel span .footer_tel_link {
    color: #fff !important;
    text-decoration: none !important;
}
#footer .footer_bottom{
    height: 35px;

}
@media screen and (max-width: 750px) {
    .pc_only {
		display: none;
	}
	.sp_only {
		display: block;

	}
    .header {
        margin: 0 auto;
    }
    h2 a {
        width: 53%;
        position: absolute;
        top: 1%;
        left: 7%;
    }
    .menu {
        display: flex;
        flex-flow: column;
        position: absolute;
        right: 0px;
        width: 100%;
        margin: 50px auto;
        }
    #header-menu {
        /*最初はナビゲーションボタンは非表示*/
        display: none;
        list-style:none;
    }
    #header-menu li a {
        padding: 8px;
        font-size: 16px;
        color: #af0809;
        display: block;
        text-align: center;
        text-decoration: none;
    }

    #header-menu {
        background: #fdf7ef;
        width: 100px;
        margin: 20px 20px auto;
        z-index: 10;
        opacity: .9;
        border-radius: 20px;
        padding: 40px 30px 30px;
    }
    #header-menu ul {
        display: flex;
        flex-flow: column;
    }
    .menu li {
        margin: 0 auto 10px;
    }
    .menu li img {
        width: 70px;
    }
    .menu li p {
        line-height: 1;
        font-size: 13px;
    }
    .hamburger {
        position: absolute;
        top: 32px;
        right:32px;
        cursor: pointer;
        width: 32px;
        height: 24px;
        z-index: 10;
    }
    .hamburger span {
        /*3本の線を作る*/
        transition: all .3s;
        position: absolute;
        height: 3px;
        background-color: #af0809;
        width:100%;
        z-index: 10;
    }
    .hamburger span:nth-of-type(1) {
        /*上の線の位置*/
        top: 4px;
    }
    .hamburger span:nth-of-type(2) {
        /*真ん中の線の位置*/
        top: 12px;
    }
    .hamburger span:nth-of-type(3) {
        /*下の線の位置*/
        top: 20px;
    }
    .hamburger.open span:nth-of-type(1) {
        /*openのとき、上の線を右斜めにする*/
        top: 10px;
        transform: translateY(6px) rotate(-33deg);
    }
    .hamburger.open span:nth-of-type(2) {
        /*真ん中の線を消す*/
        opacity: 0;
    }
    .hamburger.open span:nth-of-type(3) {
        /*下の線を左斜めにする*/
        top: 22px;
        transform: translateY(-6px) rotate(33deg);
    }

    .mv img {
        margin-top: 10px;
    }
    .left {
        width: 25%;
    }
    .title_img {
        margin: 40px auto 60px 0;
        width: 90px;
    }
    #howto .title_img {
        margin-bottom: 0px;
    }
    #howto .right {
        margin: 30px 20px 0 0;
    }
    #howto .howto_detail {
        flex-flow: column;
        width: 90%;
        gap: 10px;
        margin: 0 auto 30px;
    }
    #howto .howto_detail dl {
        width: 80%;
        margin: 20px auto 0;
        padding: 25px 10px 15px;
    }
    #howto .howto_detail dl dt {
        width: 70px;
        height: 70px;
        top: -23px;
    }
    #howto .howto_detail dl dt img {
        width: 100%;
    }
    #howto .howto_detail dl dd:last-child {
        padding: 0 10px 10px;
    }
    #lineup .inner {
        flex-flow: column;
    }
    #lineup .inner .left {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    #lineup .left ul {
        width: 80%;
        margin-top: 35px;
    }
    #lineup .left li {
        margin: 15px 15px 15px 25px;
    }
    #lineup .right {
        width: 90%;
        margin: 30px auto;
    }
    #lineup .right ul li .item .win_logo {
        left: 0;
        width: 90px;
    }
    #lineup .right ul li .item .item_icon {
        right: 0px;
    }
    #lineup .right ul li .name {
        width: 90%;
        padding: 5px 0;
        font-size: 24px;
    }
    #lineup .right ul li:nth-child(n+3)  .name {
            padding: 6px 0;
        font-size: 20px;
        line-height: 1.4;
        border-radius: 50px;
    }
    #lineup .right ul li .item img {
        height: 210px;
        width: auto;
    }
    #lineup .right ul li .item {
        margin: 16px;
    }
    #lineup .right ul li .intro {
        width: 92%;
        margin: 0 auto 20px;
        font-size: 18px;
        line-height: 1.5;
        text-align: left;
    }
    #lineup .right ul .container .summary {
        padding: 14px;
        font-size: 18px;
    }
    #lineup .right ul .container dl {
        margin: 0 auto 40px;
    }
    #lineup .right ul .container dl dd {
        margin-top: 10px;
        font-size: 14px;
    }
    #lineup .details-content {
        padding: 40px 20px;
    }
    #lineup .right ul .container .sup_txt {
        margin: 0;
    }
    #faq .right {
            margin-top: 50px;
    }
    #faq .details {
        padding: 0 0 20px;
    }
    #faq .details-summary,
    #faq .details-content {
        flex-flow: column;
        padding: 12px 0;
    }
    #faq .faq_img {
        margin: 0 auto 10px;
    }
    #faq summary p {
        font-size: 16px;
        line-height: 1.5;
        width: 98%;
    }
    #faq .details-summary .btn {
        right: 0;
        bottom: 0;
        top: auto;
    }
    #faq .details-content p {
        line-height: 1.4;
        font-size: 14px;
    }
    #footer .inner {
        flex-flow: column;
    }
    #footer .footer_top {
        flex-flow: column;
    }
    #footer .footer_top .footer_logo {
        width: 80%;
        height: auto;
        margin: 50px auto 30px;
    }
    #footer .footer_top ul {
        flex-flow: column;
        margin-bottom: 30px;
    }
    #footer .footer_top ul li {
        margin: 0 auto;
    }
    #footer .footer_top ul li a{
        margin: 0;
    }
    #footer .footer_middle {
        text-align: center;
        background-color: #fff;
        padding: 30px;
    }
    #footer .footer_middle p {
        font-size: 12px;
    }
    #footer .footer_bottom{
        height: 30px;
    }

}

/* プライバシー　ここから */
#policy .mv {
    margin-top: 20px;

} 
.policy dd li, 
.policy p,
.policy .contact {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #191919;
}

.policy {
    max-width: 1080px;
    margin: 15% auto 90px;
    padding: 0 40px;
    word-break: break-all;
}
.policy .policy_title {
    font-size: 28px;
    font-weight: 600;
	color: #191919;
	text-align: center;
    margin-bottom: 50px;
}
.policy .policy_summary {
	margin: 20px 0 auto -20px;
}
.policy dt {
	font-size: 20px;
    font-weight: 600;
    color: #191919;
    margin: 30px auto 5px -20px;
}
.policy ul {
	padding-left: 20px;
}
.policy ul li {
	list-style-type: disc;
}
.policy p {
	 margin-left: -20px;
}
.policy a {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    color: blue;
	cursor:pointer;
}
.policy .contact {
    border: 1px solid #666;
    padding: 10px 15px;
    display: inline-block;
    margin: 10px auto 0 -20px;
    pointer-events: none;
    color: #191919 !important;
    text-decoration: none !important;
} 
.policy .contact .footer_tel_link {
    color: #191919 !important;
    text-decoration: none !important;
    margin-top: 15px;
    display: inline-block;
} 
.policy .contact span{
    margin-top: -5px;
    font-size: 80%;
    color: #191919;
    display: block;
}  
@media screen and (max-width: 750px) {
    .policy {
        width: 90%;
        margin: 36% auto 90px;
        padding:0;
    }
    .policy .policy_summary,
    .policy dt,
    .policy p {
        margin-left:0;
    }
    .policy ol {
        margin-left: 20px;
    }
    .policy .contact {
        margin: 10px auto;
    }  
    .policy .contact a {
        color: #191919 !important;
        text-decoration: none !important;
    }  
    .policy .contact span{
        margin-top: -5px;
        font-size: 80%;
        color: #191919;
        display: block;
    }
}