@charset "UTF-8";

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
.l{
	float:left;
}
.r{
	float:right;
}
img {
	max-width:100%;
	height:auto;
	line-height: 0;
}
h1,h2,h3,h4{
	font-weight: bold;
}
ol ,ul {
	list-style:none;
}
a#top {
	position: absolute;
	top: 0px;
}

a.alpha{
	display: block;
}
a.alpha:hover{
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
a img{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out; 
}
a img:hover {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
.osusume-printer-slide .slick-prev.slick-disabled,
.osusume-printer-slide .slick-next.slick-disabled {
	display: none !important;
}
.txt-c{
	text-align:center;
}
.txt-r{
	text-align:right;
}
.txt-s{
	font-size:14px;
}
.txt-red{
	color:#e50012;
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

.youtube_short{
    width: 70%; /* 伸縮する横幅 */
    max-width: 400px; /* 最大の横幅 */
    margin: auto; /* 画面の中央に配置 */
   }
   .youtube_short iframe{
    aspect-ratio: 9 / 16;
    width: 100%;
    height: 100%;
   }

.zen-kaku-gothic-new-regular {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.zen-kaku-gothic-new-medium {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
} 
.zen-kaku-gothic-new-bold {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.zen-kaku-gothic-new-black {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.bg-dot-yellow{
    background: url("/ec/campaign/marudeki-fy25cb/images/bg-dot-yellow.png") repeat;
}
.bg-dot-green{
    background: url("/ec/campaign/marudeki-fy25cb/images/bg-dot-green.png") repeat;
}
.bg-dot-blue{
    background: url("/ec/campaign/marudeki-fy25cb/images/bg-dot-blue.png") repeat;
}
.bg-dot-pink{
    background: url("/ec/campaign/marudeki-fy25cb/images/bg-dot-pink.png") repeat;
}

.text-cyusyaku{
    color: #666;
    font-size:14px;
}

.dorop-shadow{
	filter: drop-shadow(0 8px 3px rgba(14, 29, 44, 0.25));
}
.fadeIn-UP {
    opacity: 0; /* アニメーション前は透明 */
    transform: translateY(50px); /* 画面外から下から上に */
    transition: opacity 1.5s, transform 1.5s; /* スムーズなトランジション */
}
.fadeIn-UP.visible {
    opacity: 1; /* 不透明に */
    transform: translateY(0); /* 元の位置に */
}
.fadeIn-Left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 1.5s, transform 1.5s;
}
.fadeIn-Left.visible {
    opacity: 1;
    transform: translateX(0);
}
.fadeIn-Right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 1.5s, transform 1.5s;
}
.fadeIn-Right.visible {
    opacity: 1;
    transform: translateX(0);
}


/* LP Contents Styles */
#marudeki-LP-Body a{
	text-decoration: none;
	transition:all 0.6s;
}
#marudeki-LP-Body{
    width:100%;
    min-width: 1080px;
    background-image:url("/ec/campaign/marudeki-fy25cb/images/bg-kumo.png"), url("/ec/campaign/marudeki-fy25cb/images/bg-dot-grd.png"), url("/ec/campaign/marudeki-fy25cb/images/bg-blue-stripe.png");
    background-repeat: no-repeat,repeat-x,repeat;
    background-size: 100%, auto, auto;
    background-position: center bottom,center top, center top;
    background-color: #80ccdb;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.68;
    color:#3a3a3a;
}
#marudeki-LP-Body .inner-wrap{
    display: grid;
    grid-template-columns: 1fr clamp(390px, 36vw, 420px) 1fr;
    gap: 0px;
    padding-bottom:0px;
}
#marudeki-LP-Body #Left-Contents,
#marudeki-LP-Body #Main-Contents,
#marudeki-LP-Body #Right-Contents{
    padding: 0px;
}
#marudeki-LP-Body #Main-Contents {
    background-color: #fff;
    box-shadow: 0 16px 8px 8px rgba(37, 120, 141, 0.368);
}
#marudeki-LP-Body .inner-wrap #Left-Contents .sticky-box{
    width:100%;
    position: sticky;
    top: 0px;
    padding:0;
    background:url("/ec/campaign/marudeki-fy25cb/images/bg-left.png") no-repeat top 60px right;
    background-size: 90%;
}
#marudeki-LP-Body .inner-wrap #Right-Contents .sticky-box{
    width:100%;
    position: sticky;
    top: 0px;
    padding:0;
    background:url("/ec/campaign/marudeki-fy25cb/images/bg-right.png") no-repeat top 60px left;
    background-size: 98%;
}
#marudeki-LP-Body .inner-wrap #Left-Contents .sticky-box .inner,
#marudeki-LP-Body .inner-wrap #Right-Contents .sticky-box .inner{
    width:100%;
    height:100vh;
    overflow: hidden;
    position:relative;
}
#marudeki-LP-Body .inner-wrap #Right-Contents .sticky-box .inner .badge{
    max-width:320px;
    width:90%;
    padding:20px 0;
    position:absolute;
    top:40px;
    left:2.5vw;
}

.kotei-cta{
    position: absolute;
    bottom:0;
    left:0;
    width:380px;
}
.kotei-cta .btn-area{
    width:100%;
    padding:21px 0;
    position: relative;
}
.kotei-cta .btn-area a{
    position: absolute;
    bottom:70px;
    right:85px;
    width: 70%;
    max-width:300px;
    display: block;
    text-align: left;
    text-decoration: none;
    color:#E8599A;
    font-size: 23px;
    font-weight: bold;
    padding:1.5rem 0.3rem 1.75rem 2.5rem;
    line-height: 1;
    border-radius: 100vh;
    border: 4px solid #111;
    transition: all 0.6s ease;
    background: #fff url("/ec/campaign/marudeki-fy25cb/images/arrow-02-down-hover.png") no-repeat right 24px center;
    background-size: 32px;
    &:hover{
        background:#FAFF71 url("/ec/campaign/marudeki-fy25cb/images/arrow-02-down-hover.png") no-repeat right 24px center;
        background-size: 32px;
        color:#E8599A;
        border: 4px solid #111;
        transition: all 0.6s ease;
    }
}
.kotei-cta .btn-area .illustration{
    position: absolute;
    width:118px;
    bottom:0;
    right:0;
}
#marudeki-LP-Body .inner-wrap #Left-Contents .sticky-box .inner .pc-menu{
    width:70%;
    max-width:280px;
    position:absolute;
    top:240px;
    right:3vw;
    background:rgba(255, 255, 255, 0.88);
    border-radius: 12px;
}
#marudeki-LP-Body .inner-wrap #Left-Contents .sticky-box .inner .pc-menu h2{
    padding:20px 0 0;
    text-align:center;
    color:#E8599A;
    font-size: 21px;
    line-height: 1;
}
#marudeki-LP-Body .inner-wrap #Left-Contents .sticky-box .inner .pc-menu ul{
    padding:8px 24px 20px;
    border-radius: 12px;
}
#marudeki-LP-Body .inner-wrap #Left-Contents .sticky-box .inner .pc-menu ul li{
    border-bottom: 2px dotted #E8599A;
}
#marudeki-LP-Body .inner-wrap #Left-Contents .sticky-box .inner .pc-menu ul li:last-child{
    border-bottom: none;
}
#marudeki-LP-Body .inner-wrap #Left-Contents .sticky-box .inner .pc-menu ul li a{
    padding:10px 0 12px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color:#333;
    display:block;
    background: url("/ec/campaign/marudeki-fy25cb/images/arrow-02-down.png") no-repeat right center;
    background-size: 20px;
    &:hover{
        color:#F84698;
    }
}
#marudeki-LP-Body .inner-wrap #Left-Contents .sticky-box .inner .pc-menu ul li a:hover{
    background: url("/ec/campaign/marudeki-fy25cb/images/arrow-02-down-hover.png") no-repeat right center;
    background-size: 20px;
}



.key-visual{
    width:100%;
    aspect-ratio: 780/1212;
    background: url("/ec/campaign/marudeki-fy25cb/images/bg-keyvisual.png") no-repeat top center;
    background-size: 100%;
    overflow: hidden;
}
.key-visual .btn-area{
    text-align:center;
}
.key-visual .btn-area .cta-btn{
    display:inline-block;
    background:#F84698 url("/ec/campaign/marudeki-fy25cb/images/arrow-01-down.png") no-repeat right 12px center;
    background-size: 28px;
    color:#fff;
    font-weight: bold;
    font-size: 17px;
    padding:21px 54px 23px;
    line-height: 1;
    border-radius: 100vh;
    border: 3px solid #111;
    transition: all 0.6s ease;
    &:hover{
        background:#f1a415 url("/ec/campaign/marudeki-fy25cb/images/arrow-01-down.png") no-repeat right 12px center;
        background-size: 28px;
        color:#fff;
    }
}

#marudeki-LP-Body #Main-Contents nav .nav-menu{
    display:table;
    width:100%;
    border: 1px solid #3a3a3a;
}
#marudeki-LP-Body #Main-Contents nav .nav-menu a{
    font-size:14px;
    width:25%;
    line-height: 1.3;
    text-align: center;
    display:table-cell;
    vertical-align: middle;
    padding:12px 1px 24px;
    color:#111;
    border: 1px solid #3a3a3a;
    background: #FF7EB9 url("/ec/campaign/marudeki-fy25cb/images/arrow-06.png") no-repeat bottom 8px center;
    background-size: 12px;
    text-decoration: none;
    &:hover{
        background:#f1a415 url("/ec/campaign/marudeki-fy25cb/images/arrow-06.png") no-repeat bottom 8px center;
        background-size: 12px;
        color:#fff;
    }
}
#marudeki-LP-Body #Main-Contents nav .nav-menu a span{
    letter-spacing: -0.75px;
}

#marudeki-LP-Body #Main-Contents .introduction{
    width:100%;
    background: #80CCDB;
}
#marudeki-LP-Body #Main-Contents .introduction .introduction-image{
    width:100%;
    aspect-ratio: 768/2505;
    background: url("/ec/campaign/marudeki-fy25cb/images/bg-introduction-min.png") no-repeat top center;
    background-size: 100%;
    overflow: hidden;
}
#marudeki-LP-Body #Main-Contents .introduction .introduction-image .image-02{
    margin-top: -50px;
}

#marudeki-LP-Body #Main-Contents .introduction .introduction-cb-image{
    width:100%;
    background: #80CCDB url("/ec/campaign/marudeki-fy25cb/images/bg-introduction-cb-image.png") no-repeat top center;
    background-size: 100%;
    overflow: hidden;
    aspect-ratio: 780/1090;
    position: relative;
    background-image:url("/ec/campaign/marudeki-fy25cb/images/amikake.png"), url("/ec/campaign/marudeki-fy25cb/images/bg-introduction-cb-image.png");
    background-repeat: repeat-x,no-repeat;
    background-size: 390px, 95%;
    background-position: center bottom -20px, left top;
    background-color: #80ccdb;
}
#marudeki-LP-Body #Main-Contents .introduction .introduction-cb-image img{
    width:100%;
    position: absolute;
    bottom:30px;
    right: 0;
}
#marudeki-LP-Body #Main-Contents .movie-area {
    width:100%;
}
#marudeki-LP-Body #Main-Contents .movie-area .inner{
    width:92%;
    padding:24px 24px 32px;
    margin:0 auto;
    background: #fff;
    border-radius: 24px;
    text-align:center;
}
#marudeki-LP-Body #Main-Contents .movie-area .inner .movie-ttl{
    padding:0 0 16px;
    font-size: 17px;
    line-height: 1.62;
    font-weight: bold;
    border-bottom:2px dotted #f1a415;
    margin-bottom:24px;
    letter-spacing: -0.5px;
}
#marudeki-LP-Body #Main-Contents .movie-area .inner .movie-ttl-en{
    font-size: 14px;
    color:#f1a415;
    margin-bottom:16px;
    font-weight: bold;
}
#marudeki-LP-Body #Main-Contents .movie-area .inner .movie-gaiyou{
    font-size: 14px;
    line-height: 1.68;
    padding:0 0 24px;
}
#marudeki-LP-Body #Main-Contents .myprintstory .myprintstory-title {
    width:100%;
    padding:40px 20px 0;
}

#marudeki-LP-Body #Main-Contents .myprintstory .myprintstory-content {
    width:100%;
    padding:20px 20px;
}
#marudeki-LP-Body #Main-Contents .myprintstory .myprintstory-content .myprintstory-content-inner{
    width:100%;
    padding:20px;
    background: #fff;
    border-radius: 24px;
}

#marudeki-LP-Body #Main-Contents .myprintstory .myprintstory-content .myprintstory-content-inner .myprintstory-content-top{
    padding:24px 0 40px;
}
#marudeki-LP-Body #Main-Contents .myprintstory .myprintstory-content .myprintstory-content-inner .myprintstory-content-top .face-box{
    width:70%;
    aspect-ratio: 1/1;
    max-width: 190px;
    position: relative;
    margin:0 auto 24px;
}
#marudeki-LP-Body #Main-Contents .myprintstory .myprintstory-content .myprintstory-content-inner .myprintstory-content-top .face-box .kaiten-text{
    width:100%;
    position: absolute;
    top:0;
    left:0;
}
#marudeki-LP-Body #Main-Contents .myprintstory .myprintstory-content .myprintstory-content-inner .myprintstory-content-top .face-box .face{
    width:60%;
    max-width: 104px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#marudeki-LP-Body #Main-Contents .myprintstory .myprintstory-content .myprintstory-content-inner .myprintstory-content-top .text-box .profile-title{
    font-size: 14px;
    margin-bottom: 12px;
}
#marudeki-LP-Body #Main-Contents .myprintstory .myprintstory-content.bg-dot-yellow .myprintstory-content-inner .myprintstory-content-top .text-box .catch-text{
    color:#FFA135;
    font-size: 24px;
}
#marudeki-LP-Body #Main-Contents .myprintstory .myprintstory-content .myprintstory-content-inner .myprintstory-content-osusume{
    padding:0 0 40px;
}
#marudeki-LP-Body #Main-Contents .myprintstory .myprintstory-content .myprintstory-content-inner .myprintstory-content-osusume .osusume-title{
    width:60%;
    max-width: 134px;
    margin:0 auto;
}
#marudeki-LP-Body #Main-Contents .myprintstory .myprintstory-content .myprintstory-content-inner .myprintstory-content-osusume .osusume-printer-card{
    padding:0 10px;
}

#marudeki-LP-Body #Main-Contents .myprintstory .myprintstory-content.bg-dot-blue .myprintstory-content-inner .myprintstory-content-top .text-box .catch-text{
    color:#1A9DB7;
    font-size: 24px;
}

#marudeki-LP-Body #Main-Contents .myprintstory .myprintstory-content.bg-dot-green .myprintstory-content-inner .myprintstory-content-top .text-box .catch-text{
    color:#6FB22A;
    font-size: 24px;
}

#marudeki-LP-Body #Main-Contents .myprintstory .myprintstory-content.bg-dot-pink .myprintstory-content-inner .myprintstory-content-top .text-box .catch-text{
    color:#E8599A;
    font-size: 24px;
}
#marudeki-LP-Body #Main-Contents .myprintstory .myprintstory-content .myprintstory-content-inner .myprintstory-content-osusume .osusume-printer-slide{
    padding-top:20px;
}

.bg-dot-green .osusume-printer-slide .slick-prev,
.bg-dot-green .osusume-printer-slide .slick-prev:hover,
.bg-dot-green .osusume-printer-slide .slick-prev:focus{
	left:-16px;
	display:block;
	position: absolute;
	top: 54%;
	width:47px;
	height:47px;
	z-index:9998;
}
.bg-dot-green .osusume-printer-slide .slick-prev:before,
.bg-dot-green .osusume-printer-slide .slick-prev:hover:before,
.bg-dot-green .osusume-printer-slide .slick-prev:focus:before{
	content: '';
	background:url("/ec/campaign/marudeki-fy25cb/images/prev-green.png") no-repeat center center;
	background-size:100%;
	width:47px;
	height:47px;
	display:block;
}
.bg-dot-green .osusume-printer-slide .slick-next,
.bg-dot-green .osusume-printer-slide .slick-next:hover,
.bg-dot-green .osusume-printer-slide .slick-next:focus{
	right:-16px;
	display:block;
	position: absolute;
	top: 54%;
	width:47px;
	height:47px;
	z-index:9998;
}
.bg-dot-green .osusume-printer-slide .slick-next:before,
.bg-dot-green .osusume-printer-slide .slick-next:hover:before,
.bg-dot-green .osusume-printer-slide .slick-next:focus:before{
	content: '';
	background:url("/ec/campaign/marudeki-fy25cb/images/next-green.png") no-repeat center center;
	background-size:100%;
	width:47px;
	height:47px;
	display:block;
}

.bg-dot-pink .osusume-printer-slide .slick-prev,
.bg-dot-pink .osusume-printer-slide .slick-prev:hover,
.bg-dot-pink .osusume-printer-slide .slick-prev:focus{
	left:-16px;
	display:block;
	position: absolute;
	top: 54%;
	width:47px;
	height:47px;
	z-index:9998;
}
.bg-dot-pink .osusume-printer-slide .slick-prev:before,
.bg-dot-pink .osusume-printer-slide .slick-prev:hover:before,
.bg-dot-pink .osusume-printer-slide .slick-prev:focus:before{
	content: '';
	background:url("/ec/campaign/marudeki-fy25cb/images/prev-pink.png") no-repeat center center;
	background-size:100%;
	width:47px;
	height:47px;
	display:block;
}
.bg-dot-pink .osusume-printer-slide .slick-next,
.bg-dot-pink .osusume-printer-slide .slick-next:hover,
.bg-dot-pink .osusume-printer-slide .slick-next:focus{
	right:-16px;
	display:block;
	position: absolute;
	top: 54%;
	width:47px;
	height:47px;
	z-index:9998;
}
.bg-dot-pink .osusume-printer-slide .slick-next:before,
.bg-dot-pink .osusume-printer-slide .slick-next:hover:before,
.bg-dot-pink .osusume-printer-slide .slick-next:focus:before{
	content: '';
	background:url("/ec/campaign/marudeki-fy25cb/images/next-pink.png") no-repeat center center;
	background-size:100%;
	width:47px;
	height:47px;
	display:block;
}

.osusume-printer-slide .slick-dots li {
	margin: 0 10px;
    width: 12px;
    height: 12px;
  }
 .bg-dot-green .osusume-printer-slide .slick-dots li button::before {
    content: '';
    width: 12px;
    height: 12px;
    opacity: 1;
	background: #ccc;
	border-radius: 10px;
}
.bg-dot-green .osusume-printer-slide .slick-dots li.slick-active button:before{
	background: #6FB22A;
	border-radius: 10px;
	opacity: 1;
}
.bg-dot-pink .osusume-printer-slide .slick-dots li button::before {
    content: '';
    width: 12px;
    height: 12px;
    opacity: 1;
	background: #ccc;
	border-radius: 10px;
}
.bg-dot-pink .osusume-printer-slide .slick-dots li.slick-active button:before{
	background: #E8599A;
	border-radius: 10px;
	opacity: 1;
}
#marudeki-LP-Body #Main-Contents .myprintstory .banner-area{
    width:100%;
    padding:20px 20px 40px;
}
#marudeki-LP-Body #Main-Contents .myprintstory .banner-area a{
    display: block;
}
#marudeki-LP-Body #Main-Contents .applicable{
    padding:20px;
}
#marudeki-LP-Body #Main-Contents .applicable h2{
    width:100%;
    font-size: 24px;
    line-height: 1.48;
    padding:20px 6px 23px;
    color: #fff;
    background: #111;
    margin-bottom:40px;
}
#marudeki-LP-Body #Main-Contents .applicable .product-list{
    width:100%;
    padding:0 10px;
}
#marudeki-LP-Body #Main-Contents .applicable .product-list .product-item{
    margin-bottom:60px;
}
#marudeki-LP-Body #Main-Contents .applicable .product-list .product-item:last-of-type{
    margin-bottom:20px;
}
#marudeki-LP-Body #Main-Contents .applicable .product-list .product-item .fukidashi{
    width:100%;
    padding:0 20px 0px;
}
#marudeki-LP-Body #Main-Contents .applicable .product-list .product-item .product-card{
    width:100%;
    border:2px solid #111;
    border-radius: 24px;
    padding:40px 20px;
    background: #fff;
}
#marudeki-LP-Body #Main-Contents .applicable .product-list .product-item .product-card .product-description{
    font-size: 21px;
    color: #E8599A;
}
#marudeki-LP-Body #Main-Contents .applicable .product-list .product-item .product-card .product-image{
    width:100%;
    max-width:310px;
    margin: 0 auto 30px;
}
#marudeki-LP-Body #Main-Contents .applicable .product-list .product-item .product-card .cb-image{
    width:100%;
    max-width:400px;
    margin: 0 auto 40px;
}
#marudeki-LP-Body #Main-Contents .applicable .product-list .product-item .product-card .cb-image-noset{
    width:100%;
    max-width:200px;
    margin: 0 auto 30px;
}
#marudeki-LP-Body #Main-Contents .applicable .product-list .product-item .product-card .btn-area{
    max-width:360px;
    margin: 0 auto 20px;
}
#marudeki-LP-Body #Main-Contents .applicable .product-list .product-item .product-card .btn-area a{
    font-size: 15px;
    line-height: 1;
    display: block;
    text-align: center;
    color: #111;
    background: #FAFF71 url("/ec/campaign/marudeki-fy25cb/images/arrow-02.png") no-repeat right 12px center;
    border: 2px solid #111;
    background-size: 24px;
    padding: 12px 20px;
    border-radius: 7px;
    &:hover{
        background: #E8599A url("/ec/campaign/marudeki-fy25cb/images/arrow-02.png") no-repeat right 12px center;
        background-size: 24px;
    }
}
#marudeki-LP-Body #Main-Contents .applicable .product-list .product-item .product-card .link{
    padding:0;
    text-align: center;
}
#marudeki-LP-Body #Main-Contents .applicable .product-list .product-item .product-card .link a{
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    color: #444;
    padding:4px 0 4px 26px;
    background: url("/ec/campaign/marudeki-fy25cb/images/arrow-04.png") no-repeat left center;
    background-size: 19px;
    &:hover{
        color: #E8599A;
    }
}
#marudeki-LP-Body #Main-Contents .applicable .product-list .product-item .product-card .product-description-black{
    font-size: 21px;
}
#marudeki-LP-Body #Main-Contents .applicable .product-note{
    font-size: 14px;
    padding:20px 10px;
    color:#111;
}
#marudeki-LP-Body #Main-Contents .applicable .product-note p{
    margin-bottom:12px;
}


#marudeki-LP-Body #Main-Contents .smile-plus{
    padding:30px 20px;
    background: #FFFDD4;
}

#marudeki-LP-Body #Main-Contents .smile-plus h2{
    font-size: 24px;
    line-height: 1.48;
    padding:20px 6px 23px;
    background: #FFDDEC;
    margin-bottom:40px;
}
#marudeki-LP-Body #Main-Contents .smile-plus .smile-plus-image{
    width:100%;
    margin-bottom:20px;
}
#marudeki-LP-Body #Main-Contents .smile-plus .smile-plus-description{
    padding:0 10px;
    margin-bottom: 60px;
}
#marudeki-LP-Body #Main-Contents .smile-plus .service-item-list{
    width:100%;
    padding:0 10px;
    margin-bottom: 40px;
}
#marudeki-LP-Body #Main-Contents .smile-plus .service-item-list .service-item{
    width:100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
    border: 1px solid #666;
    background: #fff;
}
#marudeki-LP-Body #Main-Contents .smile-plus .service-item-list .service-item:last-child{
    margin-bottom: 10px;
}
#marudeki-LP-Body #Main-Contents .smile-plus .service-item-list .service-item .service-header{
    font-size: 24px;
    line-height: 1.3;
    padding:16px 12px;
    background: #E8599A;
    color: #fff;
}
#marudeki-LP-Body #Main-Contents .smile-plus .service-item-list .service-item .service-image{
    width:100%;
    max-width: 274px;
    margin: 0 auto;
}
#marudeki-LP-Body #Main-Contents .smile-plus .service-item-list .service-item .service-text{
    font-size: 20px;
    padding:20px 12px;
    background: #EEEEEE;
    font-weight: bold;
}
#marudeki-LP-Body #Main-Contents .smile-plus .service-item-list .service-item .service-text span{
    color: #E8262C;
}
#marudeki-LP-Body #Main-Contents .smile-plus .service-notes{
    font-size: 14px;
    padding:10px 12px 30px;
}
#marudeki-LP-Body #Main-Contents .smile-plus .service-notes p{
    margin-bottom:12px;
}

#marudeki-LP-Body #Main-Contents .smile-plus .btn-area{
    padding:0 10px 10px;
}
#marudeki-LP-Body #Main-Contents .smile-plus .btn-area a{
    font-size: 15px;
    line-height: 1.4;
    display: block;
    text-align: center;
    color: #111;
    background: #FAFF71 url("/ec/campaign/marudeki-fy25cb/images/arrow-02.png") no-repeat right 12px center;
    border: 2px solid #111;
    background-size: 24px;
    padding: 12px 20px;
    border-radius: 7px;
    &:hover{
        background: #E8599A url("/ec/campaign/marudeki-fy25cb/images/arrow-02.png") no-repeat right 12px center;
        background-size: 24px;
    }
}



#marudeki-LP-Body #Main-Contents .how-to-apply{
    padding:30px 20px;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content{
    padding:30px 20px;
    background: #fff;
    border-radius: 24px;
    border: 2px solid #111;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content h2{
    font-size: 24px;
    line-height: 1.48;
    padding:20px 6px 23px;
    background: #111;
    color: #fff;
    margin-bottom:40px;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .kikan{
    padding:0px 0px 40px;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .kikan p{
    margin-bottom: 20px;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .kikan h3{
    font-size: 17px;
    color:#111;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .next{
    padding:16px 0 24px;
    width:50%;
    max-width: 84px;
    margin: 0 auto;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .step-list{
    padding:0px 0px;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .step-list .step-item{
    padding:0px 0px 20px;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .step-list .step-item h3{
    padding:16px 6px 14px;
    font-size: 16px;
    text-align: center;
    background: #FCD25B;
    color:#111;
    line-height: 1.48;
    margin-bottom: 24px;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .step-list .step-item .text{
    margin-bottom: 24px;
    font-size: 16px;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .step-list .step-item .text-02{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 24px;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .step-list .step-item .image{
    width:100%;
    max-width: 620px;
    margin: 0 auto;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .step-list .step-item .btn-area a{
    width:100%;
    display:block;
    text-align: center;
    background:#F84698 url("/ec/campaign/marudeki-fy25cb/images/arrow-01-down.png") no-repeat right 12px center;
    background-size: 28px;
    color:#fff;
    font-weight: bold;
    font-size: 17px;
    padding:21px 54px 23px;
    line-height: 1.4;
    border-radius: 10px;
    border: 3px solid #111;
    transition: all 0.6s ease;
    &:hover{
        background: #f1a415 url("/ec/campaign/marudeki-fy25cb/images/arrow-01-down.png") no-repeat right 12px center;
        background-size: 28px;
        color:#fff;
    }
}

#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .step-list .image-list{
    margin-bottom: 40px;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .step-list .image-list .image-item{
    border: 1px solid #111;
    margin-bottom: 24px;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .step-list .image-list .image-item h4{
    text-align: center;
    background: #111;
    color:#fff;
    font-size: 16px;
    padding:16px 6px 14px;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .step-list .image-list .image-item .image-item-text{
    font-size: 15px;
    padding:20px 16px;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .step-list .image-list .image-item .image-item-text-pink{
    font-size: 16px;
    color:#E8599A;
    background: #FFF4F9;
    padding:16px;
    font-weight: bold;
    text-align: center;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .step-list .image-list .image-item .image-item-text-pink span{
    font-size:14px;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .step-list .image-list .image-item .image-item-image{
    width:100%;
    background: #eee;
    padding:16px;
    text-align: center;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .step-list .image-list .image-item .image-item-image .text-cyusyaku{
    color:#111;
    text-align: left;
}

#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .action-btn-area {
    border: 1px solid #111;
    border-radius: 5px;
    overflow: hidden;
}

#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .action-btn-area .action-btn {
    background-color: #c9eeff;
    padding: 15px;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s ease;
}

#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .action-btn-area .action-btn:hover {
    background-color: #fffeb1;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .action-btn-area .action-btn:focus {
    outline: 0;
    outline-offset: 2px;
    background-color: #c9eeff;
}

#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .action-btn-area .action-btn .text {
    flex: 1;
    margin:0;
}

#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .action-btn-area .btn-icon {
    flex-shrink: 0;
    padding-top:6px;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .action-btn-area .toggle-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .action-btn-area .open-contents {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                padding 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: white;
    padding: 0 15px;
}

/* オープン時のスタイル */
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .action-btn-area.open .open-contents {
    max-height: 500px; /* 内容に応じて調整 */
    padding: 15px;
}

#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .action-btn-area.open .toggle-icon {
    transform: rotate(180deg); /* アイコンを回転させる場合 */
}

#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .text-yoirei{
    font-size: 16px;
    color:#111;
    background: #D9F1F5;
    font-weight: bold;
    margin-bottom: 14px;
    text-align: center;
    padding:10px;
    border-radius: 5px;
    margin:24px 0;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .text-waruirei{
    font-size: 16px;
    color:#111;
    background: #FFDDEC;
    font-weight: bold;
    margin-bottom: 14px;
    text-align: center;
    padding:10px;
    border-radius: 5px;
    margin:24px 0;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .action-btn-area .open-contents .image{
    margin-bottom: 24px;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .action-btn-area .open-contents .image figcaption{
    font-size:15px;
    background:url("/ec/campaign/marudeki-fy25cb/images/icon-batsu.png") no-repeat left top 5px;
    background-size: 15px;
    padding-left: 20px;
    margin-top:10px;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .action-btn-area .open-contents .inner{
    padding:20px 10px 40px;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .action-btn-area .open-contents .inner h3{
    padding:16px 6px 14px;
    font-size: 18px;
    text-align: center;
    background: none;
    color:#111;
    margin-bottom: 16px;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .action-btn-area .open-contents .inner h3.obi{
    padding:16px 12px 14px;
    font-size: 18px;
    text-align: center;
    color:#fff;
    background:#111;
    margin-bottom: 24px;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .action-btn-area .open-contents .inner .text-02{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 16px;
}
#marudeki-LP-Body #Main-Contents .how-to-apply .how-to-apply-content .action-btn-area .open-contents .inner .text-02-list{
    list-style: none;
    padding:0;
    margin:0;
    font-size: 15px;
    margin-bottom: 16px;
    li{
        margin-bottom: 10px;
        background: url("/ec/campaign/marudeki-fy25cb/images/icon-maru.png") no-repeat left top 3px;
        background-size: 15px;
        padding-left: 20px;
        &:last-child{
            margin-bottom: 0;
        }
    }
}

#marudeki-LP-Body #Main-Contents .qa{
    padding:20px 20px 40px;
}
#marudeki-LP-Body #Main-Contents .qa h2{
    font-size:36px;
    margin-bottom:30px;
    color:#111;
}
#marudeki-LP-Body #Main-Contents .qa .qa-category{
    overflow: hidden;
    width:100%;
    border: 2px solid #111;
    border-radius: 24px;
    margin-bottom: 40px;
}
#marudeki-LP-Body #Main-Contents .qa .qa-category h3{
    color:#fff;
    background: #111;
    padding:12px 6px;
    font-size: 18px;
    line-height: 1.48;
}
#marudeki-LP-Body #Main-Contents .qa .qa-category .qa-item {
    width:100%;
    border-bottom: 2px dotted #E8599A;
    display: block;
}
#marudeki-LP-Body #Main-Contents .qa .qa-category .qa-item::after {
	content: "";
	display: table;
	clear: both;
}
#marudeki-LP-Body #Main-Contents .qa .qa-category .qa-item:last-child {
    border-bottom: none;
}

#marudeki-LP-Body #Main-Contents .qa .qa-category .q-box {
    background-color: #FFFDD4;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    width:100%;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    padding:16px 0 18px;
}

#marudeki-LP-Body #Main-Contents .qa .qa-category .q-box .icon{
    width:12%;
    font-size:24px;
    text-align: center;
    color:#1A9DB7;
}
#marudeki-LP-Body #Main-Contents .qa .qa-category .q-box .text{
    width:78%;
}
#marudeki-LP-Body #Main-Contents .qa .qa-category .q-box .btn-icon{
    width:10%;
    text-align: center;
}
#marudeki-LP-Body #Main-Contents .qa .qa-category .q-box:hover {
    background-color: #fff98b;
}
#marudeki-LP-Body #Main-Contents .qa .qa-category .q-box:focus {
    outline: 0;
    outline-offset: 2px;
    background-color: #fff98b;
}

#marudeki-LP-Body #Main-Contents .qa .qa-category .toggle-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#marudeki-LP-Body #Main-Contents .qa .qa-category .a-box {
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 0;
    background-color: white;
}

#marudeki-LP-Body #Main-Contents .qa .qa-category .a-content {
    padding: 15px 20px 24px;
    font-size: 14px;
}

/* オープン時のスタイル */
#marudeki-LP-Body #Main-Contents .qa .qa-category .qa-item.open .a-box {
    max-height: 1000px; /* 十分大きな値 */
}
#marudeki-LP-Body #Main-Contents .qa .qa-category .a-content span{
    font-size:20px;
    font-weight: bold;
    margin-right:10px;
    color:#E8599A;
}
#marudeki-LP-Body #Main-Contents .qa .qa-category .qa-item.open .toggle-icon {
    transform: rotate(180deg); /* アイコンを回転させる場合 */
}
#marudeki-LP-Body #Main-Contents .qa .note{
    color:#111;
    font-size: 14px;
    padding:0;
}



#marudeki-LP-Body #Main-Contents .agreement{
    padding:20px 20px 40px;
}
#marudeki-LP-Body #Main-Contents .agreement h2{
    font-size:30px;
    margin-bottom:30px;
    color:#111;
}
#marudeki-LP-Body #Main-Contents .agreement .agreement-content{
    padding:24px 12px 24px 24px;
    background: #fff;
    border-radius: 24px;
    border: 2px solid #111;
    font-size: 14px;
    margin-bottom: 40px;
}
#marudeki-LP-Body #Main-Contents .agreement .agreement-content .inner{
    overflow-y: scroll;
    height:420px;
}
#marudeki-LP-Body #Main-Contents .agreement .agreement-content .text{
    padding:10px 20px 20px 0;
}
#marudeki-LP-Body #Main-Contents .agreement .agreement-content .text p{
    margin-bottom:16px;
}
#marudeki-LP-Body #Main-Contents .agreement .agreement-content .text h3{
    margin-bottom:4px;
    font-size: 16px;
    color:#111;
}
#marudeki-LP-Body #Main-Contents .agreement .agreement-content .text:last-child{
    margin-bottom: 0px;
}
#marudeki-LP-Body #Main-Contents .agreement .btn-area{
    padding:40px 0;
    text-align:center;
}
#marudeki-LP-Body #Main-Contents .agreement .btn-area .cta-btn{
    display:inline-block;
    background:#F84698;
    background-size: 20px;
    color:#fff;
    font-weight: bold;
    font-size: 17px;
    padding:21px 54px 23px;
    line-height: 1;
    border-radius: 100vh;
    border: 3px solid #111;
    transition: all 0.6s ease;
    position: relative;
    &:hover{
        background:#1A9DB7;
        background-size: 20px;
        color:#fff;
    }
}
#marudeki-LP-Body #Main-Contents .agreement .btn-area .cta-btn .icon-external{
    width:20px;
    position: absolute;
    top:18px;
    right:12px;
}

#marudeki-LP-Body #Main-Contents .agreement .btn-area .cta-btn.disabled{
    background:#808080 !important;
    background-size: 20px !important;
    color:#fff !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    &:hover{
        background:#808080 !important;
        background-size: 20px !important;
        color:#fff !important;
    }
}

.confirm-check-area{
    padding:20px;
    background:#111;
    border-radius: 7px;
    color:#fff;
    font-size: 14px;
}
.confirm-check-area .confirm-check-text{
    margin-bottom: 10px;
}
.confirm-check-area .confirm-check-box{
    display:flex;
    align-items: center;
}
.confirm-check-area .confirm-check-box input{
    margin-right: 10px;
}
.confirm-check-area .confirm-check-box label{
    font-size: 14px;
    color:#fff;
    cursor: pointer;
    font-weight: bold;
    
}


.sns-share{
    padding:30px 0;
    text-align:center;
}
.sns-share .share_title{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.sns-share .share_list li{
    display:inline-block;
    width:46px;
    margin:0 8px;
}
.sns-share .share_list ul li a{
    width:100%;
    display:block;
}

.office-info{
    padding:40px 16px 40px;
}
.office-info .office-content{
    padding:30px 20px 10px;
    background:#FCFF9F;
    border:2px dotted #FF4D00;
    border-radius: 24px;
    font-size: 14px;
}
.office-info .office-content .text-title{
    font-size: 16px;
    color:#111;
    margin-bottom: 6px;
}
.office-info .office-content h2{
    font-size: 18px;
    line-height: 1.48;
    color: #111;
    margin-bottom:20px;
}
.office-info .office-content .text{
    margin-bottom: 20px;
}

.additional-info{
    background: #f2f2f2;
}
.additional-info .additional-content{
    padding:40px 20px ;
}
.additional-info .additional-content p{
    margin-bottom:12px;
}


/*---------- 769px未満の指定 ----------*/
@media (max-width: 768px) {
    .pc-only{
        display: none !important;
    }
    #marudeki-LP-Body{
        min-width:100%;
    }
    #marudeki-LP-Body .inner-wrap{
        display: block;
        grid-template-columns:none;
        gap: none;
        padding-bottom:0px;
    }
    #marudeki-LP-Body .inner-wrap #Main-Contents{
        width: 100%;
    }
    .key-visual{
        aspect-ratio: 780/1260;
        background:#7fcbda url("/ec/campaign/marudeki-fy25cb/images/bg-keyvisual.png") no-repeat top center;
        background-size: 100%;
        overflow: hidden;
        position: relative;
    }

    .additional-info .additional-content{
        padding:40px 20px 60px;
    }
    .kotei-nav {
        opacity: 0;
        transform: translateY(-20px);
        transition: opacity 0.4s ease, transform 0.4s ease;
        pointer-events: none;
      }
      
      .kotei-nav.show {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
      }
    .kotei-nav{
        position:fixed;
        bottom:0;
        left:0;
        width:100%;
        z-index:9999;
    }
    .kotei-nav .btn-area{
        width:100%;
        padding:16px 0;
        text-align:center;
        bottom:0;
        left:0;
        position:relative;
    }
    .kotei-nav .btn-area .cta-btn{
        display:inline-block;
        background:#F84698 url("/ec/campaign/marudeki-fy25cb/images/arrow-01-down.png") no-repeat right 12px center;
        background-size: 28px;
        color:#fff;
        font-weight: bold;
        font-size: 17px;
        padding:21px 54px 23px;
        line-height: 1;
        border-radius: 100vh;
        border: 3px solid #111;
        text-decoration: none;
        transition: all 0.6s ease;
        &:hover{
            background:#f1a415 url("/ec/campaign/marudeki-fy25cb/images/arrow-01-down.png") no-repeat right 12px center;
            background-size: 28px;
            color:#fff;
        }
    }
    
    .kotei-nav .nav-menu{
        display:table;
        width:100%;
        border: 1px solid #3a3a3a;
    }
    .kotei-nav .nav-menu a{
        font-size:14px;
        width:25%;
        line-height: 1.3;
        text-align: center;
        display:table-cell;
        vertical-align: middle;
        padding:12px 1px 24px;
        color:#111;
        border: 1px solid #3a3a3a;
        background: #FF7EB9 url("/ec/campaign/marudeki-fy25cb/images/arrow-06.png") no-repeat bottom 6px center;
        background-size: 14px;
        text-decoration: none;
        &:hover{
            background:#f1a415 url("/ec/campaign/marudeki-fy25cb/images/arrow-06.png") no-repeat bottom 6px center;
            background-size: 14px;
            color:#fff;
        }
    }
    .kotei-nav .nav-menu a span{
        letter-spacing: -0.75px;
    }
    .kotei-nav .btn-area .pagetop-btn{
        display:block;
        position:absolute;
        bottom:8px;
        right:4px;
    }




}
/*---------- 1300px未満の指定 ----------*/
@media (max-width: 1299px) {
    .kotei-cta{
        right:0px;
    }
    .kotei-cta .btn-area a{
        font-size: 20px;
        padding:1.2rem 0.2rem 1.4rem 2rem;
        max-width:280px;
        right:55px;
        bottom:120px;
    }
    .kotei-cta .btn-area .illustration{
        width:98px;
        right:60px;
    }
}
/*---------- 769px以上の指定 ----------*/
@media screen and (min-width: 769px) {
	.sp-only {
		display: none !important;
	}
}