@charset "UTF-8";
:root{
	--basic : #0D68BC; /*基本色 var(--basic)*/
	--fontc : #010672; /*フォント var(--fontc)*/
	--gray1 : #666666; /*濃グレーバック var(--gray1)*/
	--gray2 : #F7F7F7; /*薄グレーバック var(--gray2)*/
}

body {
	min-width: auto;
}
a:focus-visible,
button:focus-visible {
  outline: solid 2px #0974E8;
}

.spD {
  display: none;
}
@media screen and (max-width: 768px) {
  .spD {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pcD {
    display: none;
  }
}

.header {
  width: 100%;
	max-width: 1000px;
}

.main .floating-btn__entry, .main .process__btn, .main .prize__btn {
  display: block;
  margin: 0 auto;
}

.main {
  margin: 0 auto;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  position: relative;
	width: 100%;
	max-width: 1000px;
}
.main h1, .main h2, .main h3, .main h4, .main p {
  padding: 0;
}
.main img {
  width: 100%;
	height: auto;
}
.main a,
.main a::before,
.main a::after,
.main a img,
.main button img {
	text-decoration: underline;
	color: #0000EE;
	-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
					transition: all 0.3s ease-out;
}
.main a:hover {
	text-decoration: none;
}
.main a:hover img,
.main button:hover img {
	opacity: 0.8;
}
.main span {
  font: inherit;
}
.main button {
	cursor: pointer;
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background: none;
  appearance: none;
}
.main .main-contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	font-feature-settings: "palt";
	letter-spacing: 0.05em
}
.main ul.note {
	margin: 0 auto;
	color: var(--fontc);
	& li {
		font-size: 3.2vw;
		line-height: 1.5;
		text-indent: -1em;
		padding-left: 1em;
	}
	@media (769px <= width) {
		max-width: 700px;
		& li {
			font-size: 14px;
		}
	}
}

.main .mv .notebox {
	background: #EEF7FD;
	padding: 2.8% 4.66666%;
	@media (769px <= width) {
		padding: 8px 4.66666%;
		ul.note {
			max-width: 800px;
		}
	}
}

.main .prize {
  padding: 24px 0 40px;
	background: url("//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202601_1cm/cpn-visawinterolympic2026/images/campaign_bg.png") top center no-repeat #ffffff;
	background-size: cover;
}
@media screen and (max-width: 768px) {
  .main .prize {
    padding: 5% 0 8.33333%;
		background: url("//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202601_1cm/cpn-visawinterolympic2026/images/campaign_bg_sp.png") top center no-repeat #ffffff;
		background-size: cover;
  }
}
.main .prize__btn {
  width: 560px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .main .prize__btn {
    width: 91.6666666667vw;
    margin-bottom: 3.33333%;
  }
}
.main .prize .note {
	max-width: 550px;
}
@media screen and (max-width: 768px) {
	.main .prize .note {
		width: 91.6666666667vw;
	}
}
.main .prize__ttl {
  width: 730px;
  margin: 32px auto 18px;
}
@media screen and (max-width: 768px) {
  .main .prize__ttl {
    width: 93.1818%;
    margin: 8.33333% auto 4.66666%;
  }
}
.main .prize__txt {
	text-align: center;
  margin: 18px auto 16px;
	padding: 10px;
	background: url("//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202601_1cm/cpn-visawinterolympic2026/images/prize_txt_bg.png") center center no-repeat;
	img {
		max-width: 435px;
	}
}
@media screen and (max-width: 768px) {
  .main .prize__txt {
    margin: 4.66666% auto 4.66666%;
		padding: 2.33333% 4.66666%;
		background: url("//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202601_1cm/cpn-visawinterolympic2026/images/prize_txt_bg_sp.png") center center no-repeat;
		background-size: cover;
  }
}
.main .prize__list {
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  gap: 5px;
	width: 100%;
  max-width: 823px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main .prize__list {
		gap: 7px;
		width: 96.875%;
  }
}
.main .prize__item {
  position: relative;
  z-index: 1;
}
.main .prize__item:nth-child(1) {
  width: 100%;
}
.main .prize__item:nth-child(2) {
	padding-left: 6px;
  width: 58%;
}
.main .prize__item:nth-child(3) {
	padding-right: 3px;
  width: 41%;
}
@media screen and (max-width: 768px) {
  .main .prize__item:nth-child(1),
	.main .prize__item:nth-child(2),
	.main .prize__item:nth-child(3) {
		padding: 0;
    width: 100%;
  }
}

.main .apply {
	background: #FAF7F3;
	padding: 0 0 32px;
}
@media screen and (max-width: 768px) {
  .main .apply {
		padding: 0 0 5%;
  }
}
.main .apply__ttl {
	background-image: linear-gradient(90deg, rgba(13, 104, 188, 1), rgba(8, 135, 200, 1) 30%, rgba(0, 159, 240, 1) 50%, rgba(8, 135, 200, 1) 70%, rgba(13, 104, 188, 1));
	text-align: center;
  margin: 0 auto 32px;
	padding: 19px 10px 15px;
	img {
		max-width: 582px;
	}
}
@media screen and (max-width: 768px) {
  .main .apply__ttl {
    margin: 0 auto 6.666666vw;
		padding: 2.5% 19.5833%;
  }
}
.main .process {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main .process {
  }
}
.main .process__list {
	max-width: 800px;
	background: #ffffff;
	margin: auto;
  padding: 40px 50px 24px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main .process__list {
    padding: 9.58333vw 4.16666vw 5vw;
  }
}
.main .process__list:not(:nth-child(1)) {
	margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .main .process__list:not(:nth-child(1)) {
		margin-top: 6.66666%;
  }
}
.main .process__num {
  width: 127px;
  position: absolute;
  left: 16px;
  top: -16px;
}
@media screen and (max-width: 768px) {
  .main .process__num {
    width: 26.25vw;
    top: -3.33333333vw;
  }
}
.main .process__lead {
  font-size: 30px;
  line-height: 1.43;
  font-weight: 900;
  text-align: center;
  color: var(--basic);
}
@media screen and (max-width: 768px) {
  .main .process__lead {
    font-size: 6.25vw;
  }
}
.main .process__img {
  width: 579px;
  margin: 24px auto;
}
@media screen and (max-width: 768px) {
  .main .process__img {
    width: 58.33333vw;
    margin: 3.333333vw auto 1.66666vw;
  }
}
.main .process__txt {
  font-size: 21px;
  font-weight: 900;
  line-height: 1.5;
  color: var(--basic);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .process__txt {
    font-size: 4.1666666667vw;
    font-weight: 700;
  }
}
.main .process__btn {
  width: 440px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .main .process__btn {
    width: 100%;
    margin-top: 5%;
  }
}
.main .process__list .note {
	width: 100%;
	margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .main .process__list .note {
    margin-top: 4.66666%;
  }
}

.main .modalOpen {
  cursor: pointer;
}
.main .dialog .modalCloseBtn {
  position: absolute;
  display: inline-block;
  z-index: 1;
  cursor: pointer;
  width: 32px;
  height: 32px;
  top: -35px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .main .dialog .modalCloseBtn {
    width: min(48px, 10vw);
    height: min(3px, 0.625vw);
    top: min(-24px, -5vw);
  }
}
.main .dialog .modalCloseBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: rotate(45deg);
}
.main .dialog .modalCloseBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: rotate(-45deg);
}
.main .modalBox {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
@media screen and (max-width: 768px) {
	.main .modalBox {
		height: calc(100vh - 80px);
		max-height: 720px;
	}
}
.main .modalBox__inner {
  width: 100%;
  height: 100%;
	overflow-y: scroll;
}
.main .modalApplication {
  padding: 32px 106px;
}
@media screen and (max-width: 768px) {
  .main .modalApplication {
    padding: min(32px, 6.6666666667vw) min(35px, 7.9545454545%);
  }
}
.main .modalApplication a {
  color: #0000EE;
  text-decoration: underline;
}
.main .modalApplication__ttl {
	color: #0D68BC;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
  margin: 0 auto 24px;
	em {
		color: #CC0033;
		font-size: 20px;
		font-weight: 900;
	}
}
@media screen and (max-width: 768px) {
  .main .modalApplication__ttl {
    font-size: min(21px, 4.375vw);
    margin: 0 auto min(24px, 5vw);
		em {
			font-size: min(21px, 4.375vw);
		}
  }
}
.main .modalApplication__step {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .main .modalApplication__step {
    gap: min(28px, 5.8333333333vw);
  }
}
.main .modalApplication__step__item:nth-child(3) .modalApplication__step__img {
  width: 229px;
  margin: 8px auto 0;
}
@media screen and (max-width: 768px) {
  .main .modalApplication__step__item:nth-child(3) .modalApplication__step__img {
    width: min(238px, 49.5833333333vw);
    margin: min(8px, 1.6666666667vw) auto 0;
  }
}
.main .modalApplication__step__item:nth-child(4) .modalApplication__step__img {
  width: 250px;
  margin: 8px auto 0;
}
@media screen and (max-width: 768px) {
  .main .modalApplication__step__item:nth-child(4) .modalApplication__step__img {
    width: min(250px, 52.0833333333vw);
    margin: min(8px, 1.6666666667vw) auto 0;
  }
}
.main .modalApplication__step__item:not(:nth-child(1)) {
  position: relative;
}
.main .modalApplication__step__item:not(:nth-child(1))::before {
  display: block;
  content: "";
  width: 24px;
  height: 12px;
  background: url(//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202601_1cm/cpn-visawinterolympic2026/images/modal_application_arrow.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translateX(-50%) translateY(-100%);
}
@media screen and (max-width: 768px) {
  .main .modalApplication__step__item:not(:nth-child(1))::before {
    width: min(24px, 5vw);
    height: min(12px, 2.5vw);
    top: min(-8px, -1.6666666667vw);
  }
}
.main .modalApplication__step p {
  border: 2px solid #0D68BC;
  border-radius: 8px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .main .modalApplication__step p {
    border: min(2px, 0.4166666667vw) solid #0D68BC;
    border-radius: min(8px, 1.6666666667vw);
  }
}
.main .modalApplication__step p span:nth-child(1) {
  flex-shrink: 0;
  width: 45px;
  color: #ffffff;
  font-size: 21px;
  text-align: center;
  background-color: #0D68BC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 4px 0 0 4px;
}
@media screen and (max-width: 768px) {
  .main .modalApplication__step p span:nth-child(1) {
    width: min(44px, 9.1666666667vw);
    font-size: min(21px, 4.375vw);
    border-radius: min(4px, 0.8333333333vw) 0 0 min(4px, 0.8333333333vw);
  }
}
.main .modalApplication__step p span:nth-child(2) {
  padding: 8px 0 8px 24px;
  font-size: 16px;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .main .modalApplication__step p span:nth-child(2) {
    padding: min(10px, 2.0833333333vw) 0 min(10px, 2.0833333333vw) min(24px, 5vw);
    font-size: min(18px, 3.75vw);
  }
}
.main .modalApplication__txt {
  font-size: 13px;
  line-height: 1.6153846154;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .main .modalApplication__txt {
    font-size: min(16px, 3.3333333333vw);
    line-height: 1.75;
    margin-top: min(32px, 6.6666666667vw);
  }
}
.main .modalApplication__txt:last-of-type {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .main .modalApplication__txt:last-of-type {
    margin-top: min(16px, 3.3333333333vw);
  }
}

/* # モーダル # */
.dialog {
  --duration: 0.3s;
  --scale: 0.6;
  scale: var(--scale);
  transition: all var(--duration) allow-discrete;

  &[open] {
    opacity: 1;
    scale: 1;
    @starting-style {
      opacity: 0;
      scale: var(--scale);
    }
  }
  /* ------------------------------------------------- */
  /* 装飾 */
  width: 91.6666666667%;
  max-width: 640px;
	max-height: 80%;
  padding: 0;
	margin: auto;
  opacity: 0;
  border: 0;
  inset: 0; /* （Safari 18.6）閉じるときも上下中央を維持するために指定 */
  position: fixed; /* （Safari 18.6）閉じるときも上下中央を維持するために指定 */
	
	overflow: visible;
  /* ------------------------------------------------- */
  /* 背景 */
  &::backdrop {
    background-color: rgb(0 0 0 / 70%);
    opacity: 0;
    transition: display var(--duration) allow-discrete, opacity var(--duration);
  }
  &[open]::backdrop {
    opacity: 1;
    @starting-style {
      opacity: 0;
    }
  }
}



.main .chanceup {
  padding: 39px 0 48px;
  background: url("//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202601_1cm/cpn-visawinterolympic2026/images/chance_bg.png") top center no-repeat #FAF7F3;
	background-size: contain;
}
@media screen and (max-width: 768px) {
  .main .chanceup {
    padding: 11.6666666667vw 0;
    background: url("//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202601_1cm/cpn-visawinterolympic2026/images/chance_bg_sp.png") top center no-repeat #FAF7F3;
		background-size: contain;
  }
}
.main .chanceup__ttl {
  width: 100%;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .main .chanceup__ttl {
    margin: 0 auto 3.3333333333vw;
  }
}
.main .chanceup__txt {
  width: 707px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .main .chanceup__txt {
		width: 90%;
    margin: 0 auto 3.3333333333vw;
  }
}
.main .chanceup dl {
	width: 91.66666%;
	max-width: 800px;
	border: 2px solid var(--basic);
	border-radius: 20px;
	background: #ffffff;
	overflow: hidden;
	margin: 16px auto 0;
	dt {
		background: var(--basic);
		font-size: 26px;
		font-weight: 700;
		text-align: center;
		color: #ffffff;
		line-height: 1.43;
		padding: 2px 20px 16px;
	}
	dd {
		padding: 16px 32px 24px;
		& figure {
			display: block;
			margin-top: 24px;
		}
		& p {
			font-size: 20px;
			line-height: 1.43;
			color: var(--fontc);
		}
		& ul.step {
			max-width: 660px;
			margin: auto;
			padding: 0;
		}
		& ul li {
			display: flex;
			align-items: center;
			padding: 16px 37px;
			&:not(:nth-child(1)) {
				background: url("//d1mts1n1u0bek1.cloudfront.net/std/campaigns/202601_1cm/cpn-visawinterolympic2026/images/ap_arrow.png") top center no-repeat;
			}
			&:nth-child(1) {
				padding-top: 0;
			}
			&:nth-child(3) {
				padding-bottom: 0;
			}
			& img {
				width: 66px;
				margin-right: 29px;
			}
		}
		& ul.note {
			display: block;
			text-align: center;
			margin-top: 16px;
			padding: 0;
			li {
				display: block;
			}
		}
	}
}
@media screen and (max-width: 768px) {
	.main .chanceup dl dt {
		font-size: 5vw;
		padding: 1px 20px 14px;
	}
	.main .chanceup dl dd {
		padding: 3.33333vw 2.08333vw 5vw;
		& p {
			font-size: 4.16666vw;
		}
		& ul li {
			padding: 5vw 0 3vw 3.33333vw;
			& img {
				width: 66px;
				margin-right: 16px;
			}
		}
	}
}


.main .athlete {
	background-image: linear-gradient(180deg, rgba(200, 231, 253, 1), rgba(255, 255, 255, 1) 50%, rgba(200, 231, 253, 1));
  padding: 64px 0 48px;
	text-align: center;
}
@media screen and (max-width: 768px) {
  .main .athlete {
    padding: 5vw 0 8.3333vw;
  }
}
.main .athlete .athlete__inner {}
.main .athlete .athlete__inner div {
	max-width: 800px;
	background: #ffffff;
	box-shadow: 0px 3px 0px 0px rgba(119,190,240,1);
	padding: 0 50px 32px;
	margin: 0 auto;
	@media screen and (max-width: 768px) {
		max-width: 91.66666%;
		padding: 0 4.66666% 5% 0;
	}
}
.main .athlete .athlete__ttl {
	display: inline-block;
	background: #ffffff;
	font-size: 26px;
	font-weight: 900;
	white-space: nowrap;
	color: var(--fontc);
	text-align: center;
	padding: 14px 24px;
	border: 1px var(--basic) solid;
	box-shadow: 0px 3px 0px 0px rgba(119,190,240,1);
	margin: 0 auto;
	transform: translateY(-50%);
	@media screen and (max-width: 768px) {
		font-size: 5vw;
		padding: 0.5em 0.8em;
	}
}
.main .athlete ul {
	max-width: 700px;
	margin: 0 auto 24px;
	display: flex;
	gap: 20px;
	@media screen and (max-width: 768px) {
		display: block;
		& li + li {
			margin-top: 4.66666%;
		}
	}
}
.main .athlete a {
	display: inline-block;
	max-width: 440px;
	@media screen and (max-width: 768px) {
		max-width: 95.4545%;
		margin-right: -5%;
	}
}


.main .outline {
  padding: 56px 0 80px;
}
@media screen and (max-width: 768px) {
  .main .outline {
    padding: 11.6666666667vw 0;
  }
}
.main .outline__inner {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main .outline__inner {
    width: 91.6666666667%;
  }
}
.main .outline__ttl {
  background-color: #0D68BC;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding: 11px 0;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .main .outline__ttl {
    font-size: 4.1666666667vw;
    padding: 2.2916666667vw 0;
    margin-bottom: 5vw;
  }
}
.main .outline__txt {
  font-size: 14px;
  line-height: 1.4285714286;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .main .outline__txt {
    font-size: 3.25vw;
    line-height: 1.4102564103;
    margin-top: 4.1666666667vw;
  }
}
.main p.outline__txt {
	margin-bottom: 1em;
}
.main .outline__txt a {
  color: #0D68BC;
  text-decoration: underline;
}
.main .outline__txt:nth-of-type(1) {
  margin-top: 0;
}
.main .outline__head {
  font-weight: 900;
  color: #0D68BC;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .main .outline__head {
    margin-bottom: 1.6666666667vw;
  }
}
.main .outline__head::before {
  display: inline-block;
  content: "◆";
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .main .outline__head::before {
    margin-right: 1.0416666667vw;
  }
}
.main .outline__detail {
  font-weight: 400;
	& .sub__head {
		display: inline-block;
		font-weight: 900;
		color: #0D68BC;
		margin-top: 0.5em;
	}
}
.main .outline__list {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.main .outline__list span {
  margin-right: 0.5em;
}
.main .outline__indent {
  margin-left: 1em;
	& .outline__list span {
		margin-right: 0;
	}
}

.main .ft-btns {
  padding: 2em 0;
  position: relative;
  background-color: #b2b2b2;
  color: #fff;
}
.main .ft-btns img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main .ft-btns {
    padding: 3em 0;
  }
}
.main .ft-btns h3 {
  text-align: center;
  font-size: 1.375em;
  padding: 0;
  color: #fff;
  margin: 0 auto 0.75em;
  position: relative;
  width: 86%;
}
@media screen and (max-width: 768px) {
  .main .ft-btns h3 {
    font-size: 1.125em;
    width: 100%;
  }
}
.main .ft-btns h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  border-top: 2px dotted #fff;
}
@media screen and (max-width: 768px) {
  .main .ft-btns h3::before {
    display: none;
  }
}
.main .ft-btns h3 span {
  display: inline-block;
  background-color: #b2b2b2;
  padding: 0 1em;
  font-weight: bold;
  position: relative;
}
.main .ft-btns .btns {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .main .ft-btns .btns {
    flex-wrap: wrap;
  }
  .main .ft-btns .btns > div {
    width: 92%;
  }
}
.main .ft-btns .btns a {
  display: block;
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.2);
}
.main .ft-btns .btns > div + div {
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .main .ft-btns .btns > div + div {
    margin: 1em 0 0;
  }
}
.main .ft-btns .btns + h3 {
  margin-top: 2.5em;
}
.main .cfooter {
  margin: 0 auto;
  padding: 3rem 30px 100px 30px;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main .cfooter {
    padding: 3rem 1rem 20.8333333333vw 1rem;
    font-size: 1rem;
  }
}

.main .cfooter {
  margin: 0 auto;
  padding: 3rem 30px 20px 30px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .main .cfooter {
    padding: 3rem 1rem;
    font-size: 1rem;
  }
}
.main .cfooter h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 1rem;
  padding: 0;
  font-size: 1.2rem;
}
.main .cfooter .ccode {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 1rem auto;
  color: #000000;
}
.main .cfooter .ccode small {
  color: #999999;
  font-size: 12px;
}
.main .cfooter .t1, .main .cfooter .dcard-center {
  font-family: "Noto Sans JP", sans-serif;
}
.main .cfooter p {
  margin: 1rem auto;
  padding: 0;
}
.main .cfooter p.t2 {
  margin-top: 2rem;
}
.main .cfooter p a {
  color: #000000;
  text-decoration: underline;
}
.main .cfooter strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main .cfooter .cwrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .main .cfooter .cwrap > div {
    width: 100%;
  }
}
.main .cfooter .ended p {
  padding: 0;
  line-height: 1.75;
}
.main .cfooter .ended p:nth-child(1) {
  background-color: #e1e1e1;
  padding: 0 1em;
}
.main .cfooter .ended p + p {
  margin-top: 0.5em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .main .cfooter .ended p + p {
    margin-bottom: 11.6666666667vw;
  }
}
.main .cfooter .ended a {
  color: #244f92;
}
.main .cfooter .icon_mobile {
  min-height: 25px;
  margin: 1em auto;
  display: flex;
  align-items: center;
  padding-left: 32px;
  background: url(//d1mts1n1u0bek1.cloudfront.net/std/common/images/icon_mobile.png) no-repeat left center;
  background-size: 25px 25px;
}
.main .cfooter .icon_mobile p {
  flex: 1;
}
.main .cfooter .icon_mobile a {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .main .cfooter .icon_mobile a {
    pointer-events: auto;
  }
}
.main .cfooter .add_bnr {
  margin: 32px 0 12px;
  border-bottom: #9A9A9A 1px solid;
}
@media screen and (max-width: 768px) {
  .main .cfooter .add_bnr {
    margin: 5vw 0 2.5vw;
  }
}
.main .cfooter .add_bnr p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: 700;
  color: #CC0033;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .main .cfooter .add_bnr p {
    font-size: 3.75vw;
  }
}
.main .cfooter .add_bnr a {
  display: block;
  width: 940px;
  margin: 4px auto 56px;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .main .cfooter .add_bnr a {
    margin: 0.8333333333vw auto 6.25vw;
    width: 87.5vw;
    pointer-events: auto;
  }
}
.main .cfooter .pagetop-btn {
  position: absolute;
  width: 56px;
  height: 56px;
  display: block;
  bottom: 0;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .main .cfooter .pagetop-btn {
    width: 11.6666666667vw;
    height: 11.6666666667vw;
    bottom: 0;
    right: 4.1666666667vw;
  }
}
.main .cpn-footer {
  background-color: #fff;
  padding: 20px 40px 160px;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .main .cpn-footer {
    padding: 22px 5% 31.25vw;
    width: 100%;
  }
}
.main .cpn-footer p {
  text-align: right;
  color: #000;
}

.main .floating-btn {
  display: none;
  background-color: #FAF7F3;
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1000px;
  width: 100%;
  padding: 16px 0;
}
.main .floating-btn a {
	display: block;
	max-width: 560px;
	margin: auto;
}
@media screen and (max-width: 768px) {
  .main .floating-btn {
    padding: 5vw 4.16666vw;
    width: 100%;
  }
}

.pagetop {
  width: 0;
  height: 0;
}









