@charset "utf-8";

.sp_view { display: none; }

/*color: #3e3a39;*/
h2,h3 { color: #393b3e; }

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

.L_logo_image {
    width: 17.3%;
    max-width: 173px;
    margin: 0;
}

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

.lp-contents {
    max-width: 1300px;
    color: #393b3e;;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
    text-align: center;
    overflow-x: hidden;
}

/*フェードイン*/
.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(20px);
    }
  
    to {
      opacity: 1;
      transform: translateY(0);
    }
}

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

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

.mv-fadeup-pc.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: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.MV .text {
    color: #393b3e;
    font-family: 'Noto Serif JP', serif;
    font-size: min(2.62vw,34px);
    letter-spacing: 5.1px;
    line-height: 1.5;
    white-space: nowrap;
}

.MV .num1 {
    font-size: min(4.39vw,52px);
    letter-spacing: 0.9px;
}

.MV .num2 {
    font-size: min(4.5vw,57px);
    letter-spacing: 3px;
}

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

.MV .kome {
    font-size: min(1.31vw,17px);
    letter-spacing: 0;
    margin: 0 5px 0 -5px;
    vertical-align: text-top;
}

.MV .flowdia {
    display: inline-block;
    background-image: linear-gradient(to right, #ff70b3 3%, #67d4fd 100%);
    font-family: 'Noto Serif JP', serif;
    font-size: min(4.62vw,60px);
    font-weight: 600;
    letter-spacing: 9px;
    line-height: 1;
    -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: 56%;
    height: auto;
    position: absolute;
    left: -3%;
    bottom: 100%;
}

.MV .line2 {
    width: 76%;
    height: auto;
    position: relative;
    right: -13%;
}

/*campaign*/
.campaign {
    background-color: #ecf7fd;
    padding: 1.7% 0 3.9%;
    margin-bottom: 6.2%;
}

.campaign .note {
    font-size: min(1.08vw,14px);
    line-height: 1;
}

.campaign-white {
    width: 89.5%;
    max-width: 1163px;
    background-color: #fff;
    padding: 4.4% 0 0;
    margin: 2.3% auto 0;
}

.campaign-title h3 {
    color: #e56c95;
    font-size: min(3.39vw,44px);
    font-weight: 500;
    letter-spacing: 4.4px;
    line-height: 1.4;
}

.campaign-hpb {
    width: 67.4%;
    margin: 2% auto 4.3%;
}

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

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

.campaign .bnr-title p {
    font-size: min(2vw,26px);
    letter-spacing: 1.3px;
    line-height: 1.38;
    margin: auto 1%;
}

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

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

.campaign .more {
    color: #64b7d6;
    font-size: min(1.93vw,25px);
    font-weight: 600;
    letter-spacing: 0.63px;
    line-height: 1.52;
    margin: 2.5% auto;
}

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

.limit-box {
    width: 19.2%;
    max-width: 150px;
    background-color: #3e3a39;
    box-sizing: border-box;
    color: #fff;
    font-size: min(1.31vw,17px);
    font-weight: 500;
    letter-spacing: 0.85px;
    line-height: 1.24;
    padding: 0.4% 0 0.7%;
}

.limit-date {
    font-size: min(1.47vw,19px);
    font-weight: bold;
    line-height: 1;
}

.campaign .exp {
    width: 67.4%;
    position: relative;
    font-family: 'Noto Serif JP', serif;
    margin: 0 auto;
}

.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: min(1.54vw,20px);
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1.53;
}

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

.campaign .exp h3 {
    color: #e56c95;
    font-size: min(2vw,26px);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: 1.3px;
    margin-top: 1%;
}

.campaign .exp .bk {
    width: 49.7%;
    height: auto;
    position: absolute;
    bottom: -4.7%;
    right: -16%;
    transform: translateX(-50%);
    
}

.campaign .exp .side {
    width: 42.5%;
    height: auto;
    position: absolute;
    bottom: -8%;
    left: 30%;
    transform: translateX(-50%);
}

/*参加方法はこちら*/
.part-btn {
    position: relative;
    width: 44.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:hover {
    opacity: .8;
    transition: .3s;
}

.part-btn a {
    color: #fff;
    text-decoration: none;
}

.part-btn .small {
    font-size: min(2vw,26px);
    letter-spacing: 0.65px;
    line-height: 1.65;
    padding-top: 3.4%;
}

.part-btn .large {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: min(3vw,39px);
    font-weight: 600;
    padding-bottom: 5%;
}

.part-btn p .triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 0.48em solid transparent;
    border-right: 0.48em solid transparent;
    border-top: 0.67em solid #fff;
    margin: 2% 0 0 2%;
}

/*anc*/
.anc {
    margin: 6.7% auto 7.3%;
}

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

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

.anc .sub p {
    font-size: min(3.08vw,40px);
    letter-spacing: 2px;
    line-height: 1.13;
    margin: auto 3%;
}

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

.anc .img {
    width: 76.1%;
    height: auto;
    margin: 2.5% auto 3.8%;
}

.anc .note {
    width: 69.7%;
    font-size: min(1.08vw,14px);
    line-height: 1.14;
    margin: 0 auto;
    text-align: justify;
}

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

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

.lineup h3 {
    color: #3e3a39;
    font-size: min(1.93vw,25px);
    font-weight: normal;
    letter-spacing: 2.5px;
    line-height: 1.8;
    margin: 2.8% auto 2.3%;
}

.lineup-item {
    width: 43.62%;
    max-width: 567px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.circle-margin {
    margin: 4% 0;
}

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

.circle {
    max-width: 266px;
    height: 20.31vw;
    max-height: 266px;
    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 .s23 {
    font-size: min(1.77vw,23px);
    line-height: 1.43;
}

.circle .s24 {
    font-size: min(1.85vw,24px);
    line-height: 1.42;
}

.circle p span {
    font-size: min(0.93vw,12px);
    vertical-align: text-top;
}

.circle .note {
    font-size: min(1.47vw,19px);
    letter-spacing: 0.5px;
    margin-top: 3%;
}

.icon1 {
    width: 28.3%;
    height: auto;
    margin-top: -8%;
}

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

.icon3 {
    width: 26.4%;
    height: auto;
    margin-top: -8%;
}

.icon4 {
    width: 26%;
    height: auto;
    margin-top: -4%;
}

.icon5 {
    width: 30.3%;
    height: auto;
    margin: -15% -7% 0 0;
}

.icon6 {
    width: 30.7%;
    height: auto;
    margin-top: -12%;
}

.circle1,
.circle2,
.circle3,
.circle4,
.circle5 {
    height: 6%;
}

.circle6 {
    height: 3%;
}

/*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 {
    font-family: 'Noto Serif JP', serif;
    margin: 3.8% auto 6.2%;
}

.tech h3 {
    color: #3e3a39;
    font-size: min(1.93vw,25px);
    letter-spacing: 2.5px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 2.3%;
}

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

/*slider*/
.flowdia-slider {
    width: 76%;
    margin: 0 auto 9.5%;
}

.flowdia-slider h3 {
    color: #64b7d6;
    font-size: min(2.7vw,35px);
    font-weight: bold;
    letter-spacing: 0.88px;
    line-height: 1.43;
    margin: 0 auto 3.4%;
}

.slick-slide img {
    display: inline!important;
    width: 95%;
    max-width: 313px;
    height: 33vw;
    max-height: 425px;
}

/*最初と最後の矢印を削除*/
.slick-disabled {
	opacity: 0;
}

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

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

.next-arrow {
    width: 4.8%!important;
    height: auto;
    right: -1%;
}

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

.slider-note {
    color: #3e3a39;
    font-size: min(1.31vw,17px);
    line-height: 1;
    text-align: right;
    margin-top: 2%;
}

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

.slick-dots li.slick-active button:before {
    content: '•'!important;
    margin-top: 2px;
}

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

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

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


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

.info-contents {
    width: 76.1%;
    background-color: #fff;
    margin: 0 auto;
    padding: 2.3% 0;
}

.info-contents h3 {
    display: inline-block;
    border-bottom: solid 1px #707070;
    color: #64b7d6;
    font-size: min(2.7vw,35px);
    line-height: 1.46;
    letter-spacing: 0.88px;
    padding-bottom: 0.5%;
}

.info-contents h4 {
    color: #3e3a39;
    font-size: min(2.31vw,30px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.75px;
    margin: 4% auto 3%;
}

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

.info-balloon {
    position: relative;
    width: 56.8%;
    background: #ecf7fd;
    color: #040606;
    font-size: min(2.31vw,30px);
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.75px;
    margin: 0 auto;
    padding: 3% 0 3.6%;
}
 
.info-balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0.6em;
    border: 0.6em solid transparent;
    border-top: 0.8em solid #ecf7fd;
}
  
.info-balloon p {
    margin: 0;
    padding: 0;
}

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

.info-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3.7% auto 5.2%;
}

.info-box {
    width: 15.2%;
    background-color: #3e3a39;
    box-sizing: border-box;
    color: #fff;
    font-size: min(1.31vw,17px);
    font-weight: 500;
    letter-spacing: 0.85px;
    line-height: 1.24;
    padding: 0.2% 0 0.4%;
    margin-right: 0.5%;
}

.info-date {
    font-size: min(1.47vw,19px);
    font-weight: 600;
    line-height: 1;
}

.campaign-info .M10 {
    width: 2.3%;
}

.prize {
    width: 71%;
    margin: 0 auto;
}

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

.prize .space {
    height: 1.16vw;
    max-height: 15px;
}

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

.add .balloon {
    position: relative;
    width: 21.3%;
    background: #ffe3f0;
    padding: 0 0 0.6%;
    margin: 4.3% auto 3%;
}
 
.add .balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0.5em;
    border: 0.5em solid transparent;
    border-top: 1em solid #ffe3f0;
}
  
.add .balloon p {
    color: #e56c95;
    font-size: min(2vw,26px);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.45px;
    margin: 0;
    padding: 0;
}

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

/*step*/
.step {
    text-align: center;
}

.index-step {
    margin: 3.9% auto 6.2%;
}

.index-step .step-contents {
    width: 76.2%;
    border: solid 2px #64b7d6;
    padding: 2.3% 0 3.8%;
    margin: 0 auto;
}

.step-contents h4 {
    display: inline-block;
    border-bottom: solid 1px #707070;
    color: #64b7d6;
    font-size: min(2.7vw,35px);
    line-height: 1.46;
    letter-spacing: 0.88px;
    padding-bottom: 0.4%;
    margin: 0 auto 4%;
}

.step-title {
    color: #ae2f5b;
    font-family: futura-pt, sans-serif;
    font-size: min(4.62vw,60px);
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1;
    margin-bottom: 2.3%;
}

.step1 {
    color: #3e3a39;
    font-size: min(2.54vw,33px);
    font-weight: 600;
    letter-spacing: 0.83px;
    line-height: 1;
}

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

.step-box {
    width: 22.6%;
    background-color: #393b3e;
    box-sizing: border-box;
    color: #fff;
    font-size: min(1.93vw,25px);
    font-weight: 500;
    line-height: 1.24;
    padding: 0.4% 0 0.6%;
    margin-right: 0.5%;
}

.step-date {
    font-size: min(2.16vw,28px);
    font-weight: 500;
}

.step-balloon {
    position: relative;
    width: 56.5%;
    background-color: #ecf7fd;
    color: #040606;
    font-size: min(1.77vw,23px);
    font-weight: 500;
    line-height: 1.52;
    letter-spacing: 0.58px;
    margin: 0 auto 3.8%;
    padding: 1.9% 0 2.8%;
}
 
.step-balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0.45em;
    border: 0.45em solid transparent;
    border-top: 1em solid #ecf7fd;
}
  
.step-balloon p {
    margin: 0;
    padding: 0;
}

.step-balloon p span {
    font-weight: 600;
}

.entry-button {
    display: block;
    width: 58.2%;
    background-image: linear-gradient(to top, #ae2f5b, #ff7cab);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    color: #fff!important;
    font-size: min(3vw,39px);
    font-weight: 600;
    line-height: 1.44;
    margin: 0 auto 5%!important;
    padding: 3.5% 0 4.4%;
    text-decoration: none!important;
}

.entry-button:hover {
    opacity: .8;
    transition: .3s;
}

.step2 {
    color: #3e3a39;
    font-size: min(2.47vw,32px);
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 1.41;
}

.step-balloon2 {
    position: relative;
    width: 56.5%;
    background: #ecf7fd;
    color: #040606;
    font-size: min(1.77vw,23px);
    font-weight: 500;
    letter-spacing: 0.58px;
    line-height: 1.52;
    margin: 0 auto 4.8%;
    padding: 2.6% 0 3.5%;
}
 
.step-balloon2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0.45em;
    border: 0.45em solid transparent;
    border-top: 1em solid #ecf7fd;
}
  
.step-balloon2 p {
    margin: 0;
    padding: 0;
}

.step-balloon2 p span {
    font-weight: 600;
}

/*map*/
.search {
    width: 77.9%;
    margin: 0 auto 6%;
}

.search .map-title {
    border-top: solid 1px #64b7d6;
    border-bottom: solid 1px #64b7d6;
    color: #64b7d6;
    font-family: 'Noto Serif JP', serif;
    font-size: min(2.77vw,36px);
    font-weight: 500;
    letter-spacing: 2.88px;
    line-height: 1.33;
    padding: 3.5% 0 4.2%;
}

/*map*/
.map_area {
    background: url(../img/sp/map.png) no-repeat top;
    background-size: 60%;
    background-position: center 0.8em;
    padding: 12% 0 13%;
    margin-top: 1.6%;
    text-align: center;
}

.dropdown {
	width: 100%;
	margin: 0 auto;
}

.list_map li {
	display: inline-block;
	width: 31%;
	background: #ffffff;
	border-radius: 5px;
    vertical-align: text-top;
}

.map_cont {
	border: solid 1px #8d919a;
	margin-top: 3.3%;
}

.map_cont a:hover {
	display: block;
	background-color: #fff;
	color: #8d919a;
	box-sizing: border-box;
	transition: .3s;
}

.is-active {
	background-color: #fff!important;
	color: #8d919a!important;
}

/*矢印*/
.map-arrow {
	position: relative;
	display: inline-block;
}

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

.map-arrow:hover::before {
	border-bottom: solid 2px #8d919a;
	border-right: solid 2px #8d919a;
}

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

.pc-center {
    margin: 3.3% 2% 0;
}

.list_map li a {
    display: block;
    background: #8d919a;
    border-radius: 5px;
    color: #fff;
    font-size: min(1.93vw,25px);
    line-height: 1.4;
    padding: 6% 0;
	text-decoration: none;
}

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

.panel {
	position: absolute;
	top: 112%;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	background: #fff;
	width: 320%;
	height: 13.5vw;
    max-height: 175px;
	display: none;
	border: solid 1px #8d919a;
	border-radius: 5px;
    font-family: 'Noto Sans JP', sans-serif;
	z-index: 2;
}

.kanto {
	left: -1%;
}

.kansai {
	left: -111%;
}

.tokai {
	left: -220%;
}

.dropdown-flex {
	height: 13.4vw;
    max-height: 174px;
	display: flex;
	align-items: center;	
}

.flex-left {
    width: 25%;
    max-width: 190px;
    position: relative;
}

.flex-left p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #8d919a;
    font-size: min(1.54vw,20px);
    font-weight: 600;
}

.dropdown .border {
    width: 1px;
    height: 11.6vw;
    max-height: 150px;
    background-color: #8d919a;
}

.flex-right {
    width: 75%;
}

.panel-inner {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

.panel_item a {
    background-color: #fff!important;
    color: #8d919a!important;
	font-size: min(1.39vw,18px)!important;
    padding: 2% 0 !important;
    margin: 6% 30%!important;
}

.panel_item a:hover {
	opacity: .8;
    transition: .3s;
}

.panel_item li {
	width: 30%!important;
    padding: 1% 0!important;
    margin: 10px 25px;
}

.dropdown .none {
	display: block;
	width: 32%;
    height: 4.1vw;
    max-height: 47px;
}

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

.step-example {
    width: 64.3%;
    max-width: 640px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
}

.example-item h3 {
    font-size: min(1.39vw,18px);
    font-weight: bold;
    letter-spacing: 0.45px;
    line-height: 1;
    margin-bottom: 6%;
}

.example-coupon {
    width: 46.5%;
    max-width: 297px;
}

.example-menu {
    width: 46.2%;
    max-width: 295.4px;
}

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

/*詳しく見る*/
.detail-button {
    display: block;
    width: 44.3%;
    background-image: linear-gradient(to top, #64b7d6 60%, #b0e9ff);
    line-height: 1.5;
    margin: 0 auto 6%;
    padding: 1.5% 0 2.5%;
}

.detail-button a {
    color: #fff;
    font-size: min(2.77vw,36px);
    font-weight: 500;
    letter-spacing: 0.73px;
    line-height: 1.4;
    text-decoration: none;
}

.detail-button span {
    font-size: min(2.24vw,29px);
}

.detail-button:hover {
    opacity: .8;
    transition: .3s;
}

.discription h2 {
    color: #64b7d6;
    font-size: min(2.7vw,35px);
    font-weight: bold;
    letter-spacing: 0.88px;
    line-height: 1.3;
    padding-bottom: 2px;
}

.discription-ttl-border {
    width: 12.56%;
    max-width: 163px;
    height: 1px;
    background-color:  #707070;;
    margin: 0 auto;
}

.discription-txt {
    width: 77%;
    max-width: 1000px;
    margin: 72px auto 20px;
    text-align: justify;
}

.discription-item h3 {
    font-size: min(0.93vw,12px);
    line-height: 1;
    margin-bottom: 18px;
}

.discription-item p {
    font-size: min(0.93vw,12px);
    font-weight: 400;
    line-height: 1.83;
}

@media screen and (min-width:2000px) {
    .discription-item h3 {
        font-size: 13px;
    }
    .discription-item p {
        font-size: 13px;
    }   
}

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

.discription-item p a:hover {
    opacity: .8;
    transition: .3s;
}

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

.discription .M20 {
    margin-top: 12px;
}

/*エントリー完了ページ*/
.logo-img {
    margin: 0;
}

.logo-img img {
    width: 25%;
    height: auto;
    margin: 0;
}

.entry-title p {
    color: #64b7d6;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(2.39vw,31px);
    font-weight: 600;
    letter-spacing: 0.78px;
    line-height: 1;
    margin: 1.4% auto 2.1%;
}

.triangle {
    width: 2.5%;
    height: auto;
}

.entry-step {
    background-color:  #ecf7fd;
    padding: 3.8% 0;
    margin: 1.7% auto 3.8%;
}

.entry-step .step-contents {
    width: 76.2%;
    background-color: #fff;
    padding: 2.4% 0 4%;
    margin: 0 auto;
}

.entry-step .step-title {

}

.step-button {
    display: block;
    width: 56%;
    max-width: 560px;
    background-color: #ae2f5b;
    color: #fff!important;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(2.3vw,30px);
    font-weight: bold;
    line-height: 1;
    margin: 0 auto 50px;
    padding: 41px 0 38px;
    text-decoration: none;
}

.step-button:hover {
    opacity: .8;
    transition: .3s;
}

.entry-discription h2 {
    font-size: min(3.1vw,40px);
}

/*追従バナー*/
#floating {
    display: none;
    position: fixed;
	bottom: -3px;
    z-index: 999;
}

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

#floating .btn {
    width: 24%;
    height: auto;
    position: absolute;
    top: 55%;
    right: 6.6%;
    transform: translateY(-50%);
}

#floating .btn:hover {
    opacity: .8;
    transition: .3s;
}