@charset "utf-8";

.pc_view { display: none; }

a { font-family: 'Noto Sans JP', sans-serif; }

.lp-contents {
    color: #393b3e;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: center;
    overflow-x: hidden;
}

.campaign-number span,
.info-number span {
    margin-left: -2px;
    margin-right: -4px;
}

.logo_image img {
    vertical-align: bottom!important;
}

/*メインページ*/
.logo_image {
    width: 29.6%!important;
    height: auto;
    margin: 0 0 0 2.7%;
}

/*フェードイン関連*/
.mv-fadeup-sp,
.LineFadeUp,
.circle-fadeup1,
.circle-fadeup2,
.circle-fadeup3 {
    opacity : 0;
    transition : all 1s;
}
   
.circle-fadeup1.active,
.circle-fadeup2.active,
.circle-fadeup3.active {
    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}
@keyframes fadeUpAnime {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
  
    to {
      opacity: 1;
      transform: translateY(0);
    }
}

/*MV*/
.MV {
    position: relative;
    text-align: center;
}

.MV img {
    width: 100%;
    height: auto;
}

.mv-fadeup-sp.active {
    animation-name: fadeup1;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}
@keyframes fadeup1 {
    from {
      opacity: 0;
      transform: translate(-50%, 5%);
    }
  
    to {
      opacity: 1;
      transform: translate(-50%, 0);
    }
}

.MV .ttl {
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
}

.MV .text {
    color: #393b3e;
    font-family: 'Noto Serif JP', serif;
    /*font-size: 20px;*/
    font-size: 5.34vw;
    letter-spacing: 2px;
    line-height: 1.5;
    white-space: nowrap;
}

.MV .num1 {
    /*font-size: 30px;*/
    font-size: 8vw;
    letter-spacing: 0.9px;
}

.MV .num2 {
    /*font-size: 31px*/
    font-size: 8.27vw;
}

.MV .num1,
.MV .num2 {
    position: relative;
    top: 1px;
    font-weight: 500;
}

.MV .kome {
    /*font-size: 10px;*/
    font-size: 2.66vw;
    letter-spacing: 0;
    margin: 0 2px 0 -5px;
    vertical-align: text-top;
}

.MV .flowdia {
    display: inline-block;
    background: linear-gradient(to right, #ff70b3 3%, #67d4fd 100%);
    font-family: 'Noto Serif JP', serif;
    /*font-size: 36px;*/
    font-size: 9.6vw;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1;
    margin-top: 2%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space:nowrap;
}

.LineFadeUp {
    opacity : 0;
    transition : all 1s;
}
   
.LineFadeUp.active {
    animation-name: LineFadeUp;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}
@keyframes LineFadeUp {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
  
    to {
      opacity: 1;
      transform: translateY(0);
    }
}

.MV .text2 { 
    width: 100%;
    position: absolute;
    bottom: 3%;
}

.MV .line1 {
    width: 58%;
    height: auto;
    position: absolute;
    left: -3%;
    bottom: 85%;
}

.MV .line2 {
    width: 88%;
    height: auto;
    position: relative;
    right: -8%;
}

/*追従バナー*/
#floating {
    display: none;
    position: fixed;
	width: 100vw;
	bottom: 0;
    z-index: 999;
}

#floating .bnr {
    width: 100%;
    height: auto;
}

#floating .btn {
    width: 39%;
    height: auto;
    position: absolute;
    top: 54%;
    right: 0;
    transform: translateY(-50%);
}

/*campaign*/
.campaign {
    background-color: #ecf7fd;
    padding: 2.7% 0 7.2%;
    margin: 0 auto 8%;
}

.campaign .note {
    width: 89.4%;
    /*font-size: 11px;*/
    font-size: 2.94vw;
    letter-spacing: 1.1px;
    line-height: 1.18;
    margin: 0 auto;
    text-align: justify;

}

.campaign-white {
    width: 89.4%;
    background-color: #fff;
    padding: 2.7% 0 0;
    margin: 4% auto 0;
}

.campaign-contents {
    width: 92.8%;
    margin: 0 auto;
}

.campaign-title h3 {
    color: #e56c95;
    /*font-size: 25px;*/
    font-size: 6.67vw;
    font-weight: 500;
    letter-spacing: 2.5px;
    line-height: 1.44;
}

.campaign-hpb {
    margin: 5% auto 7%;
}

.campaign .bnr-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3%;
}

.campaign .bnr-title img {
    width: 9.5%;
    height: auto;
}

.campaign .bnr-title p {
    /*font-size: 16px;*/
    font-size: 4.27vw;
    letter-spacing: 0.8px;
    line-height: 1.38;
}

.campaign .bnr-title .rev {
    transform: scale(-1, 1);
}

.campaign .bnr-image {
    width: 100%;
    height: auto;
}

.campaign .more {
    color: #64b7d6;
    /*font-size: 18px;*/
    font-size: 4.8vw;
    font-weight: 600;
    letter-spacing: 0.45px;
    line-height: 1.5;
    margin: 1.7% auto 2%;
}

.limit-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 6%;
}

.limit-box {
    width: 39.3%;
    background-color: #393b3e;
    box-sizing: border-box;
    color: #fff;
    /* font-size: 14px;*/
    font-size: 3.74vw;
    letter-spacing: 0.7px;
    font-weight: 500;
    line-height: 1.21;
    padding: 1% 0 1.3%;
}

.limit-date {
    /*font-size: 16px;*/
    font-size: 4.27vw;
    font-weight: 500;
    line-height: 1.06;
    white-space: nowrap;
}

.campaign .margin {
    width: 100%;
    /*height: 6px;*/
    height: 1.6vw;
}

.campaign .exp {
    position: relative;
    font-family: 'Noto Serif JP', serif;
}

.campaign .exp .bg {
    width: 100%;
    height: auto;
}

.ExpFadeUp {
    opacity : 0;
    transition : all 1s;
}

.ExpFadeUp.active {
    animation-name: ExpFadeUp;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}
@keyframes ExpFadeUp {
    from {
      opacity: 0;
      transform: translate(-50%, 5px);
    }
  
    to {
      opacity: 1;
      transform: translate(-50%, 0);
    }
}

.campaign .exp .text {
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.campaign .exp p {
    /*font-size: 15px;*/
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: 2.25px;
    line-height: 1.53;
}

.campaign .exp p span {
    color: #3c91cb;
}

.campaign .exp h3 {
    color: #e56c95;
    /*font-size: 20px;*/
    font-size: 5.34vw;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 1%;
}

.campaign .exp .bk {
    width: 72%;
    height: auto;
    position: absolute;
    bottom: -4%;
    right: -44%;
    transform: translateX(-50%);
    
}

.campaign .exp .side {
    width: 67.2%;
    height: auto;
    position: absolute;
    bottom: -6%;
    left: 25%;
    transform: translateX(-50%);
}

/*参加方法はこちら*/
.part-btn {
    position: relative;
    width: 89.4%;
    background-image: linear-gradient(to top, #ae2f5b, #ff7cab);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin: 0 auto;
}

.part-btn .small {
    color: #fff;
    /*font-size: 16px;*/
    font-size: 4.27vw;
    letter-spacing: 0.4px;
    line-height: 1.69;
    padding-top: 3%;
}

.part-btn .large {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    /*font-size: 23px;*/
    font-size: 6.14vw;
    font-weight: 600;
    line-height: 1.17;
    margin-top: 2%;
    padding-bottom: 5%;
}

.part-btn p .triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 2.7vw solid transparent;
    border-right: 2.7vw solid transparent;
    border-top: 4vw solid #fff;
    margin: 1.5% 0 0 2%;
}

/*anc*/
.anc {
    width: 86.2%;
    margin: 13.4% auto 0;
}

.anc .sub {
    display: flex;
    align-items: center;
    justify-content: center;
}

.anc .sub .slash {
    width: 3.9%;
    height: auto;
}

.anc .sub p {
    /*font-size: 15px;*/
    font-size: 4vw;
    letter-spacing: 0.75px;
    line-height: 1.13;
    margin: auto 3.7%;
}

.anc .sub .rev {
    transform: scale(-1, 1);
}

.anc .img {
    width: 100%;
    height: auto;
    margin: 4% auto 3%;
}

.anc .note {
    /*font-size: 11px;*/
    font-size: 2.94vw;
    line-height: 1.45;
    text-align: justify;
}

/*lineup*/
.lineup {
    font-family: 'Noto Serif JP', serif;
    margin: 6.7% auto 8%;
}

.lineup .img {
    width: 100%;
    height: auto;
}

.lineup h3 {
    /*font-size: 16px;*/
    font-size: 4.27vw;
    font-weight: 500;
    letter-spacing: 2.4px;
    line-height: 1.69;
    margin: 5% auto;
    white-space: nowrap;
}

.lineup-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.circle-margin {
    margin: 5vw 0;
}

.circle-left {
    margin-right: 6.6vw;
}

.lineup-item div {
    width: 40%;
}

.circle {
    height: 40vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(236, 247, 253);
    border: solid 1px rgb(100, 183, 214);
    box-shadow: 0px 0px 10px 0 rgba(100, 183, 214, .3);
}

.circle p {
    font-size: 3.74vw;
    font-weight: normal;
    line-height: 1.43;
}

.circle .palt {
    font-feature-settings: "palt";
}

.circle p span {
    font-size: 1.87vw;
    vertical-align: text-top;
}

.circle .note {
    /*font-size: 11px;*/
    font-size: 2.94vw;
    letter-spacing: 0.55px;
    margin-top: 3%;
}

.icon1 {
    width: 28.7%;
    height: auto;
    margin-top: -10%;
}

.icon2 {
    width: 26%;
    height: auto;
    margin-top: -10%;
}

.icon3 {
    width: 26.7%;
    height: auto;
    margin-top: -10%;
}

.icon4 {
    width: 26.7%;
    height: auto;
    margin-top: -7%;
}

.icon5 {
    width: 30.7%;
    height: auto;
    margin-top: -11%;
}

.icon6 {
    width: 31.4%;
    height: auto;
    margin-top: -9%;
}

.circle1,
.circle2 {
    height: 6%;
}

.circle3,
.circle4,
.circle5 {
    height: 7%;
}

.circle6 {
    height: 1%;
}

/*tech*/
.TechFadeUp {
    opacity : 0;
    transition : all 1s;
}

.TechFadeUp.active {
    animation-name: TechFadeUp;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}
@keyframes TechFadeUp {
    from {
      opacity: 0;
      transform: translateY(5px);
    }
  
    to {
      opacity: 1;
      transform: translateY(0);
    }
}

.tech {
    width: 89.4%;
    font-family: 'Noto Serif JP', serif;
    margin: 8% auto 10%;
}

.tech h3 {
    /*font-size: 17px;*/
    font-size: 4.54vw;
    font-weight: 500;
    letter-spacing: 1.7px;
    line-height: 1.47;
    margin-bottom: 4%;
}

.tech .img {
    width: 100%;
    height: auto;
}

/*slider*/
.flowdia-slider {
    margin-bottom: 27%;
}

.flowdia-slider h3 {
    color: #64b7d6;
    font-size: 6.14vw;
    font-weight: bold;
    letter-spacing: 0.58px;
    line-height: 1.3;
    margin: 0 auto 3%;
}

.slider {
    width: 84%;
    margin: 0 auto;
}

.sp-slider img {
    width: 99.9%;
    height: auto;
}

.slick-disabled {
	opacity: 0;
}

.slide-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
    margin: auto;
}

.prev-arrow {
    width: 14.6%!important;
    height: auto;
    left: -3%;
    z-index: 1;
}

.next-arrow {
    width: 14.6%!important;
    height: auto;
    right: -3%;
}

.slider-note {
    /* font-size: 14px;*/
    font-size: 3.74vw;
    line-height: 1;
    text-align: right;
    margin-top: 1.6%;
}

/*ドットの見た目*/
.slick-dots li button:before {
    content: '○'!important;
    opacity: 1!important;
}

.slick-dots li.slick-active button:before {
    content: '•'!important;
    font-size: 3vw!important;
    margin-top: 23%;
}

/*ドットの大きさ*/
.slick-dots li button:before{
	font-size: 2.6vw!important;
}

/*ドットの間隔*/
.slick-dots li{
	width: 1.5vw!important;
}

/*ドットの位置*/
.slick-dots{
	bottom: -15.4%!important;
}

.slick-dots li button:before {
    line-height: inherit!important;
}

.slick-slider {
    margin-bottom: 0!important;
}

/*キャンペーン情報*/
.campaign-info {
    background-color: #ecf7fd;
    padding: 4.6% 0 6.2%;
}

.info-contents {
    width: 89.4%;
    background-color: #fff;
    margin: 0 auto;
    padding: 4% 0 5.4%;
}

.info-contents h3 {
    display: inline-block;
    border-bottom: solid 0.14vw #707070;
    color: #64b7d6;
    font-size: 6.14vw;
    font-weight: 500;
    letter-spacing: 0.58px;
    line-height: 1.22;
    padding-bottom: 1%;
}

.info-contents h4 {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.39;
    letter-spacing: 0.45px;
    margin: 5% auto 4%;
}

.info-contents h4 span {
    color: #ae2f5b;
}

.info-balloon {
    position: relative;
    width: 88.6%;
    background: #ecf7fd;
    padding: 3% 0 4%;
    margin: 0 auto;
}
 
.info-balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1.7%;
    border: 1.34vw solid transparent;
    border-top: 2.4vw solid #ecf7fd;
}
  
.info-balloon p {
    font-size: 4.27vw;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 0;
}

.info-balloon p span {
    color: #ae2f5b;
}

.info-flex {
    width: 92.8%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 6% auto;
}

.info-box {
    width: 39.3%;
    background-color: #393b3e;
    box-sizing: border-box;
    color: #fff;
    font-size: 3.74vw;
    font-weight: 500;
    line-height: 1.21;
    padding: 1% 0 1.2%;
}

.info-date {
    font-size: 4.27vw;
    font-weight: 500;
    letter-spacing: -0.3px;
    line-height: 1;
    white-space: nowrap;
}

.campaign-info .M10 {
    width: 100%;
    height: 2vw;
}

.prize img {
    width: 92.8%;
    height: auto;
}

.prize .space {
    height: 4vw;
}

.add {
    width: 92.8%;
    margin: 0 auto;
}

.add .balloon {
    position: relative;
    width: 33.5%;
    background: #ffe3f0;
    padding: 0.4% 0 1%;
    margin: 5.8% auto 4%;
}
 
.add .balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1.7%;
    border: 1.34vw solid transparent;
    border-top: 2.4vw solid #ffe3f0;
}
  
.add .balloon p {
    color: #e56c95;
    font-size: 4.8vw;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.45px;
    margin: 0;
    padding: 0;
}

.add img {
    width: 100%;
    height: auto;
}

/*step*/
.index-step {
    margin: 5.4% auto 12%;
    text-align: center;
}

.index-step .step-contents {
    width: 88%;
    border: solid 2px #64b7d6;
    padding: 3% 0 8%;
    margin: 0 auto;
}

.step-contents h4 {
    display: inline-block;
    border-bottom: solid 0.14vw #707070;
    color: #64b7d6;
    font-size: 6.14vw;
    font-weight: bold;
    line-height: 1.22;
    letter-spacing: 0.58px;
    padding-bottom: 1%;
    margin: 0 auto 3.5%;
}

.index-step .step-title {
    color: #ae2f5b;
    font-family: futura-pt, sans-serif;
    font-size: 10.4vw;
    font-weight: normal;
    letter-spacing: 0.98px;
    line-height: 1.33;
    margin-bottom: 2%;
}

.step1,
.step2 {
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 0.9px;
    line-height: 1.28;
    white-space: nowrap;
}

.step-limit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4% auto 5%;
}

.step-box {
    width: 37%;
    background-color: #393b3e;
    box-sizing: border-box;
    color: #fff;
    padding: 1% 0 1.2%;
    margin-right: 1%;
}

.step-box p {
    font-size: 3.74vw;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1.21;
}

.step-date {
    /*font-size: 16px;*/
    font-size: 4.27vw;
    font-weight: 500;
}

.step-balloon,
.step-balloon2 {
    position: relative;
    width: 94.3%;
    background: #ecf7fd;
}

.step-balloon {
    margin: 0 auto 6%;
    padding: 2.4% 0 3%;
}

.step-balloon2 {
     margin: 0 auto 8.5%;
    padding: 4% 0 5%;
}

.step-balloon:before,
.step-balloon2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -3%;
    border: 1.35vw solid transparent;
    border-top: 2.4vw solid #ecf7fd;
}

.step-balloon p,
.step-balloon2 p {
    font-size: 3.74vw;
    line-height: 1.43;
    letter-spacing: 0.35px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.step-balloon p span,
.step-balloon2 p span {
    font-weight: bold;
}

.entry-button {
    display: block;
    width: 94.3%;
    background-image: linear-gradient(to top, #ae2f5b, #b0315d 60%, #ff7cab);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    color: #fff!important;
    font-size: 6.14vw;
    font-weight: 600;
    letter-spacing: 0.58px;
    line-height: 1.3;
    margin: 0 auto 6.4%!important;
    padding: 8% 0 9%;
    text-decoration: none!important;
}

/*地図部分*/
.search .map-title {
    width: 95.7%;
    border-top: solid 1px #64b7d6;
    border-bottom: solid 1px #64b7d6;
    color: #64b7d6;
    font-family: 'Noto Serif JP', serif;
    /*font-size: 18px;*/
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 1.44px;
    line-height: 1.33;
    padding: 4% 0 4.3%;
    margin: 0 auto;
}

.map_area {
	background: url(../img/sp/map.png) no-repeat bottom;
	background-size: 84% auto;
	background-position: center center;
	padding: 7% 0;
	margin-bottom: 8%;
}

.dropdown {
	width: 94.3%;
	margin: 0 auto;
    text-align: justify;
}

.dropdown .dropdown-menu .nav_item {
	position: relative;
}

.list_map li {
	display: inline-block;
	width: 47.7%;
}

.list_map li a {
	color: #fff;
	background: #8d919a;
	display: block; 
	/*font-size: 16px;*/
    font-size: 4.27vw;
    letter-spacing: 0.96px;
	line-height: 1;
	padding: 7% 0 8%;
	border-radius: 5px;
	text-align: center;
}

.map_cont {
	margin-top: 3.6%;
}

.map_center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.panel {
	position: absolute;
	top: 107%;
	left: 0;
	right: 0;
	margin: 0;
	overflow: hidden;
	background: #fff;
	width: 82.6vw;
	height: 52vw;
	display: none;
	border: solid 1px #8d919a;
	border-radius: 10px;
	z-index: 1;
}

.dropdown .dropdown-menu .nav_item .panel .panel_item {
  display: inline-block;
}

.dropdown .dropdown-menu .nav_item .panel .panel_item a {
  color: #8d919a;
}

.dropdown-flex {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	
}

.flex-left p {
	width: 132px;
	display: inline-block;
	border-bottom: solid 1px #8d919a;
    color: #8d919a;
	font-size: 3.5vw;
	font-weight: bold;
	line-height: 1;
	margin: 4vw 0 0 0;
    padding-bottom: 3.6vw;
}

.flex-right {
	margin-top: 9.5px;
}

.panel-inner {
	width: 81vw;
}

.panel_item {
	width: 30%!important;
	margin: 0!important;
}

.panel_item a {
	display: inline-block!important;
	font-size: 3.5vw!important;
	font-weight: normal!important;
	background-color: #fff!important;
	color: #8d919a!important;
	margin: 5% 0!important;
	padding: 9%!important;
}

.panel_item .none {
	display: block;
	width: 30%;
	height: 0;
}

.kansai {
	left: -110%;
}

.tokai {
	height: 39vw;
}

.map-arrow {
	position: relative;
	display: inline-block;
}

.map-arrow::before{
	content: '';
	width: 1.1vw;
	height: 1.1vw;
	border: 0px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 3vw;
	margin-top: -2.8%;
}

.is-active {
	background-color: #fff!important;
	color: #8d919a!important;
	border: solid 1px #8d919a!important;
	margin-top: -2.8%!important;
}

.is-active.map-arrow::before {
	border-top: solid 1px #8d919a;
	border-left: solid 1px #8d919a;
	border-bottom: none!important;
	border-right: none!important;
	margin-top: -1px!important;
}

.step-example {
    width: 82.2%;
    margin: 0 auto;
}

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

.example-coupon {
    margin-bottom: 11%;
}

.example-item h3 {
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 0.45px;
    line-height: 1;
    margin-bottom: 5.5%;
}

.detail-button {
    display: block;
    width: 86.2%;
    background-image: linear-gradient(to top, #64b7d6 60%, #b0e9ff);
    padding: 3% 0 4%;
}

.detail-button a {
    color: #fff;
    /*font-size: 21px;*/
    font-size: 5.6vw;
    font-weight: bold;
    letter-spacing: 0.43px;
    line-height: 1.4;
}

.index-detail {
    margin: 0 auto 20%;
}

.detail-button span {
    /*font-size: 17px;*/
    font-size: 4.54vw;
    letter-spacing: 0.53px;
}

.discription h2 {
    display: inline-block;
    border-bottom: solid 0.2vw #707070;
    color: #64b7d6;
    font-size: 6.14vw;
    font-weight: bold;
    letter-spacing: 0.58px;
    line-height: 1;
    padding-bottom: 0.8%;
}

.discription-txt {
    width: 79.3%;
    margin: 0 auto;
    text-align: justify;
}

.index-discription .discription-txt {
    margin: 10.7% auto 5%;
}

.discription-item h3 {
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 6%;
}

.discription-item p {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.83;
}

.discription-item p a {
    color: #82a6d9;
    text-decoration: none;
}

.discription-border {
    width: 100%;
    height: 1px;
    background-color: #040606;
    margin: 5% auto 8%;
}

.index-discription .M30 {
    margin-top: 9%;
}


/*エントリー完了ページ*/
.logo-img {
    text-align: center;
}

.logo-img img {
    width: 42.2%;
    height: auto;
}

.entry-title p {
    color: #64b7d6;
    font-size: 6.14vw;
    font-weight: bold;
    letter-spacing: 0.58px;
    line-height: 1;
    margin: 4.5% auto;
}

.triangle {
    width: 4.6%;
    height: auto;
    vertical-align: top;
}

.entry-step {
    background-color: #ecf7fd;
    padding: 5.4% 0;
    margin-top: 3%;
    text-align: center;
}

.entry-step .step-contents {
    width: 88%;
    background-color: #fff;
    padding: 4.2% 0 10%;
    margin: 0 auto;
}

.entry-step .step-title {
    color: #ae2f5b;
    font-family: futura-pt, sans-serif;
    font-size: 10.4vw;
    font-weight: normal;
    letter-spacing: 0.98px;
    line-height: 1.33;
    margin-bottom: 3.6%;
}

.entry-step .step-limit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4.5% auto;
}

.entry-step .step-balloon2 {
    width: 90.3%;
}

.step-button {
    display: block;
    width: 90.3%;
    background-color: #ae2f5b;
    color: #fff!important;
    font-size: 5.34vw;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 auto 9.3%!important;
    padding: 8.6% 0 8%;
    text-decoration: none!important;
}

.entry-step .example-coupon {
    margin-bottom: 11.7%;
}

.entry-detail {
    margin: 13.4% auto;
}

.entry-discription .discription-txt {
    margin: 6.9% auto 4.8%;
}

.entry-discription .M20 {
    margin-top: 3.4%;
}