body {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background-image: url('../img/common/bg.jpg');
	background-attachment: fixed;
	background-size: cover; /*画面全体に背景をフィットさせる場合 */
	background-position: center;  /*背景画像を中央に配置する */
}

@media screen and (max-width: 767px) {
  body {
    background-image: url('../img/common/bg.jpg');
    background-repeat: repeat;
    background-position: center top;
    background-size: auto 100vh; /* 高さ基準に縮小表示 */
    background-attachment: scroll; /* fixedはSPで効かないことが多い */
  }
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

html {
	scroll-behavior: smooth;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.layout-cta {
	margin-top: min(4%, 1.875rem);
}

.layout-footer {
	margin-top: min(4%, 1.875rem);
}

.layout-movie {
	margin-top: min(4%, 1.875rem);
}


.layout-special-offer {
	padding-top: min(7.8666666667%, 3.6875rem);
}


.banner {
	background-color: #fff;
	padding-bottom: min(11.4666666667%, 5.375rem);
	padding-top: min(8%, 3.75rem);
}

.banner__inner.inner {
	padding-left: min(7.1428571429%, 3.28125rem);
	padding-right: min(7.1428571429%, 3.28125rem);
}

.banner__box {
	position: relative;
}

.banner__box + .banner__box {
	margin-top: min(9.6825396825%, 3.8125rem);
}

.banner__items {
	display: flex;
	flex-wrap: wrap;
	gap: max(0.3125rem, min(1.3333333333vw, 0.625rem));
	justify-content: center;
	margin: min(4.7619047619%, 1.875rem) auto 0;
	width: 100%;
}

.banner__items--left {
	justify-content: start;
}

.banner__item {
	width: min(49.2063492063%, 19.375rem);
}

.banner__item-link {
	display: inline-block;
	width: 100%;
}

.banner__item img {
	-o-object-fit: cover;
	aspect-ratio: 310/81;
	height: auto;
	/* object-fit: cover; */
  object-fit: contain;
	width: 100%;
}

.banner__item-link {
	transition: opacity 0.3s;
}

.banner__item-link:hover {
	opacity: 0.7;
}

.button {
	color: #000;
	display: inline-block;
	font-size: max(0.625rem, min(2.6666666667vw, 1.2rem));
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.2;
	padding-bottom: min(8.3823529412%, 1.78125rem);
	padding-left: min(2.9411764706%, 0.625rem);
	padding-right: min(2.9411764706%, 0.625rem);
	padding-top: min(8.3823529412%, 1.78125rem);
	text-align: center;
	transition: opacity 0.3s;
	width: 100%;
	background-color: #d2ae08;
}

.button.active {
	background: #cd2222;
	color: #fff;
}

.button:hover {
	opacity: 0.7;
}

.cta__body {
	display: flex;
	flex-wrap: wrap;
	gap: max(0.46875rem, min(2vw, 0.9375rem));
	justify-content: center;
}

.cta__button {
	width: min(48.5714285714%, 21.25rem);
}

.footer {
	padding-bottom: min(6.4%, 3rem);
}

.footer__inner.inner {
	padding-left: min(7.8231292517%, 3.59375rem);
	padding-right: min(7.8231292517%, 3.59375rem);
}

.footer__text {
	border-bottom: 0.25rem dotted #333;
	color: #000;
	font-size: max(0.5625rem, min(2.4vw, 1.125rem));
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-bottom: min(4.6153846154%, 1.875rem);
	text-align: center;
}

.footer__banner-link {
	transition: opacity 0.3s;
}

.footer__banner-link:hover {
	opacity: 0.7;
}

.foooter__banner {
	display: inline-flex;
	justify-content: center;
	margin-top: min(10%, 4.0625rem);
	width: 100%;
}

.foooter__banner img {
	-o-object-fit: cover;
	aspect-ratio: 400/100;
	height: auto;
	object-fit: cover;
	width: min(57.1428571429%, 25rem);
}

.footer__sns-wrap {
  margin-top: min(4%, 1.875rem);
  padding-top: min(calc(100% * calc(60 / 750)), calc(60rem / 16));
  padding-bottom: min(calc(100% * calc(60 / 750)), calc(60rem / 16));
  background-color: #fff;
}

.footer__sns {
	display: flex;
	gap: max(1.875rem, min(8vw, 3.75rem));
	justify-content: center;
	margin-right: auto;
  margin-left: auto;
}

.footer__sns a {
	color: #ff5475;
	display: inline-block;
	font-size: max(1.25rem, min(5.3333333333vw, 2.5rem));
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
}

.footer__sns img {
  width: 50px;
  height: 50px;
}

.footer__link {
	display: flex;
	gap: max(1.125rem, min(4.8vw, 2.25rem));
	justify-content: center;
	margin: min(6%, 2.4375rem) auto 0;
}

.footer__link a {
	-webkit-text-decoration: underline;
	color: #000;
	display: inline-block;
	font-size: max(0.5rem, min(2.1333333333vw, 1rem));
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.1875;
	text-decoration: underline;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 12.5px;
	padding-right: 12.5px;
	width: 100%;
}

.mainview__image {
	width: 100%;
}

.mainview__image img {
	-o-object-fit: cover;
	aspect-ratio: 750/440;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.movie {
	padding: min(4%, 1.875rem) 0;
}

.movie__inner {
	max-width: 41.5625rem;
}

.movie__video {
	aspect-ratio: 320/180;
	display: none;
	width: 100%;
}

.movie__video.selected {
	display: block;
}

.movie__video iframe {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.movie__tabs {
	display: flex;
	flex-direction: column;
	gap: max(0.46875rem, min(2vw, 0.9375rem));
}

.movie__tab {
	cursor: pointer;
	max-width: 40rem;
	width: 100%;
}

.movie__tab.button {
	margin: 15px auto;
	padding-bottom: min(2.8125%, 1.125rem);
	padding-top: min(2.8125%, 1.125rem);
}

.offer-detail {
	padding-bottom: min(8%, 3.75rem);
	background-color: #000;
}

.offer-detail__inner {
	padding-left: min(3.3333333333%, 1.5625rem);
	padding-right: min(3.3333333333%, 1.5625rem);
}

.offer-detail__box {
	background-color: #000;
	border-radius: 0.3125rem;
	padding: min(4.2857142857%, 1.875rem) min(3.5714285714%, 1.5625rem) 0;
}

.offer-detail__box:not(:first-of-type) {
	padding-bottom: min(5.7142857143%, 2.5rem);
	padding-top: min(6.4285714286%, 2.8125rem);
	position: relative;
}

.offer-detail__title {
	margin: 0 auto;
	width: min(95.3846153846%, 38.75rem);
}

.offer-detail__text {
	color: #fff;
	font-size: max(0.625rem, min(2.6666666667vw, 1.25rem));
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: min(4.6153846154%, 1.875rem);
	text-align: center;
}

.offer-detail__text span {
	background: linear-gradient(transparent 70%, #cd2222 70%);
}

.offer-detail__image {
	display: inline-block;
	margin-top: min(4.6153846154%, 1.875rem);
	width: 100%;
}

.offer-detail__image img {
	-o-object-fit: cover;
	aspect-ratio: 650/550;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.offer-detail__notice {
	margin-top: min(4.6153846154%, 1.875rem);
	padding-bottom: min(6.1538461538%, 2.5rem);
	text-align: center;
}

.offer-detail__notice-text {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: center;
}

.page-top {
	background-color: #fff;
	bottom: 0;
	cursor: pointer;
	display: block;
	opacity: 0;
	padding: min(6.3333333333%, 2.96875rem) 0;
	position: fixed;
	right: 0;
	transition: visibility 0.3s, opacity 0.3s;
	visibility: hidden;
	width: min(12.6666666667%, 5.9375rem);
}

.page-top::before {
	border-bottom: 0.9166666667rem solid #d2ae08;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	border-style: solid;
	border-top: 0;
	content: "";
	display: inline-block;
	height: 0;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	z-index: 100;
}

.page-top.visible {
	opacity: 1;
	visibility: visible;
}

.sns-icon {
	position: absolute;
	right: min(2.6666666667%, 1.25rem);
	top: min(3.3333333333%, 1.25rem);
	width: min(36.7346938776%, 16.875rem);
	z-index: 1000;
}

.sns-icon__body {
	align-items: center;
	display: flex;
	gap: max(0.3125rem, min(1.3333333333vw, 0.625rem));
	justify-content: flex-end;
}

.sns-icon__link {
	display: inline-block;
	width: min(16.6666666667%, 2.8125rem);
}

.sns-icon__image {
	display: inline-block;
	width: 100%;
}

.sns-icon__image img {
	-o-object-fit: cover;
	aspect-ratio: 45/45;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.special-detail__title-box {
	padding-left: min(2.3076923077%, 0.9375rem);
	padding-right: min(2.3076923077%, 0.9375rem);
}

.special-detail__subtitle {
	color: #fff;
	display: inline-block;
	font-size: max(0.5625rem, min(2.4vw, 1.125rem));
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: min(2.4193548387%, 0.9375rem);
	text-align: center;
	width: 100%;
}

.special-detail__subtitle--blue {
	color: #d2ae08;
}

.special-detail__price {
	color: #fff;
	font-size: max(0.9375rem, min(4vw, 1.875rem));
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 1.125rem;
	padding-bottom: min(4%, 1.625rem);
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: min(1.6923076923%, 0.6875rem);
}

.special-detail__price--blue {
	color: #fff;
}

.special-detail__body {
	margin-top: min(2.3076923077%, 2.0rem);
	padding-left: min(2.3076923077%, 0.9375rem);
	padding-right: min(2.3076923077%, 0.9375rem);
}

.special-detail__body-title {
	color: #d2ae08;
	font-size: max(0.5625rem, min(2.4vw, 1.125rem));
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.special-detail__body-title:nth-of-type(2) {
	margin-top: min(5.6923076923%, 2.3125rem);
}

.special-detail__body-title--blue {
	color: #d2ae08;
}

.special-detail__text {
	color: #fff;
	font-size: max(0.5625rem, min(2.4vw, 1.125rem));
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7777777778;
	margin-top: min(1.8461538462%, 0.75rem);
}

.special-offer__inner {
	padding-left: min(5.6666666667%, 2.65625rem);
	padding-right: min(5.6666666667%, 2.65625rem);
}

.special-offer__wrapper {
	padding: min(4.5112781955%, 1.875rem) 0;
}

.special-offer__title-box {
	line-height: 2;
	align-items: center;
	margin: 0 auto;
	width: 100%;
}

.special-offer__subtitle {
	align-items: center;
	background-color: #ff5475;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: max(0.625rem, min(2.6666666667vw, 1.25rem));
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding-bottom: min(4.4360902256%, 1.84375rem);
	padding-top: min(4.4360902256%, 1.84375rem);
	text-align: center;
	width: min(18.045112782%, 7.5rem);
}

.special-offer__title {
	color: #d2ae08;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.special-offer__text {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: min(2.2556390977%, 0.9375rem);
	text-align: left;
}

.special-offer__text span {
	background: linear-gradient(#fff);
}

.special-offer__body {
	margin-top: min(7.969924812%, 3.3125rem);
	padding: 0 min(0.9022556391%, 0.375rem);
	text-align: center;
}

.special-offer__box + .special-offer__box {
	margin-top: min(5.3598774885%, 2.1875rem);
}

.special-offer__detail-title {
	color: #d2ae08;
	font-size: max(0.5625rem, min(2.4vw, 1.125rem));
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.75;
}

.special-offer__detail-text {
	color: #fff;
	font-size: max(0.5625rem, min(2.4vw, 1.125rem));
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.75;
}

.special__inner {
	padding-left: min(8.4%, 3.9375rem);
	padding-right: min(8.4%, 3.9375rem);
}

.special__title-box {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
}

.special__title {
	align-items: center;
	background-image: url(../img/common/cloud.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 1.25rem;
	font-size: max(1.25rem, min(5.3333333333vw, 2.5rem));
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.2;
	padding-bottom: min(9.1653027823%, 3.5rem);
	padding-top: min(6.5466448445%, 2.5rem);
	width: min(31.25%, 12.1875rem);
}

.special__title span {
	font-size: max(0.625rem, min(2.6666666667vw, 1.25rem));
	margin-top: 0.5rem;
}

.special__subtitle {
	color: #d2ae08;
	font-size: max(0.78125rem, min(3.3333333333vw, 1.5625rem));
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.special__image {
	display: inline-block;
	padding: 0 0.375rem;
	width: 100%;
}

.special__image img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.special__body {
	padding-bottom: min(11.3333333333%, 5.3125rem);
	width: 100%;
}

.special__body-inner {
	padding-left: min(6.6666666667%, 3.125rem);
	padding-right: min(6.6666666667%, 3.125rem);
}

.special__detail + .special__detail {
	margin-top: min(10%, 4.0625rem);
}

.special__notice {
	color: #fff;
	font-size: max(0.5rem, min(2.1333333333vw, 1rem));
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: min(10%, 4.0625rem);
	text-align: center;
}

.title {
	color: #fff;
	font-size: max(0.9375rem, min(4vw, 1.875rem));
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	padding-bottom: min(2.3387096774%, 0.90625rem);
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: min(2.3387096774%, 0.90625rem);
	position: relative;
	text-align: center;
	margin-top: 10px;
}

.title::before {
	bottom: -0.3125rem;
	content: "";
	left: -0.3125rem;
	position: absolute;
	right: -0.3125rem;
	top: -0.3125rem;
}

.title--blue {
	color: #d2ae08;
}

.title--blue-reverse {
	background-color: #cd2222;
	color: #fff;
	font-weight: 900;
}

.title--blue-reverse::before {
	display: none;
}

@media (hover: hover) {

.page-top:hover {
	opacity: 0.7;
}

}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.layout-cta {
	margin-top: 1.875rem;
}

.layout-footer {
	margin-top: 3.75rem;
}

.layout-movie {
	margin-top: 1.875rem;
}


.layout-special-offer {
	padding-top: 3.25rem;
}


.banner {
	padding: 3.75rem 0 9.6875rem;
}

.banner__items {
	gap: 0.9375rem;
	margin: 1.875rem auto 0;
	max-width: 61.0625rem;
}

.banner__items--left {
	justify-content: center;
}

.banner__item {
	width: min(23.8485158649%, 14.5625rem);
}

.banner__item img {
	aspect-ratio: 233/61;
}

.button {
	font-size: 1.3rem;
}

.cta__body {
	gap: 3.6363636364%;
}

.cta__button {
	width: 30.9090909091%;
}

.footer {
	padding-bottom: 8.375rem;
}

.footer__text {
	border-bottom: none;
	font-size: 1rem;
	line-height: 1.5625;
	padding-bottom: 0;
}

.foooter__banner {
	margin-top: 3.75rem;
}

.footer__sns-wrap {
  margin-top: 1.875rem;
  padding-top: calc(70rem / 16);
  padding-bottom: calc(110rem / 16);
}

.footer__sns {
	gap: 1.3125rem;
}

.footer__link {
	margin: 2.125rem auto 0;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.mainview__image img {
	aspect-ratio: 1920/450;
}

.movie {
	padding: 3.75rem 0;
}

.movie__body {
	padding: 0;
}

.movie__tabs {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25rem 3.6363636364%;
}

.movie__tab {
	width: 48.1818181818%;
}

.offer-detail {
	padding-bottom: 3.75rem;
	background-color: #000;
}

.offer-detail__box {
	padding: 3.75rem 1.5625rem 0;
}

.offer-detail__box:not(:first-of-type) {
	padding-bottom: 3.75rem;
}

.offer-detail__title {
	width: 30.3125rem;
}

.offer-detail__text {
	font-size: 1.25rem;
	margin-top: 2.8125rem;
}

.offer-detail__text span {
	background: linear-gradient(transparent 70%, #cd2222 70%);
}

.offer-detail__image {
	margin-top: 2.375rem;
}

.offer-detail__image img {
	aspect-ratio: 824/550;
	margin: 0 auto;
	max-width: 51.5rem;
}

.offer-detail__notice {
	margin-top: 1.875rem;
}


.page-top::before {
	border-bottom: 1.375rem solid #d2ae08;
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
}

.sns-icon {
	left: 1.25rem;
	right: auto;
	right: initial;
	width: min(14.0625%, 16.875rem);
}

.sns-icon__body {
	gap: max(0.3125rem, min(0.5208333333vw, 0.625rem));
	justify-content: flex-start;
}

.sns-icon__link {
	width: min(20.3703703704%, 3.4375rem);
}

.sns-icon__image img {
	aspect-ratio: 60/60;
}

.special-detail__subtitle {
	font-size: 14px;
	margin-top: 1rem;
}

.special-detail__price {
	font-size: 1.25rem;
	margin-top: 1.5rem;
	padding: 1.3125rem 1.25rem 1.625rem;
}

.special-detail__body {
	margin-top: 0.9375rem;
}

.special-detail__body-title {
	font-size: 1rem;
}

.special-detail__text {
	font-size: 14px;
}

.special-offer__wrapper {
	padding: 1.875rem 0;
}

.special-offer__title-box {
	max-width: none;
	max-width: initial;
}

.special-offer__subtitle {
	font-size: 1.875rem;
	height: 9.9375rem;
	width: 9.9375rem;
}

.special-offer__title {
	line-height: 1.5;
	text-align: center;
}

.special-offer__text {
	font-size: 20px;
	margin-top: 1.1875rem;
	text-align: center;
}

.special-offer__body {
	margin-top: 3.75rem;
	padding: 0 3.125rem;
}

.special-offer__box + .special-offer__box {
	margin-top: 2.3125rem;
}

.special-offer__detail-title {
	font-size: 1rem;
}

.special-offer__detail-text {
	font-size: 1rem;
}

.special-offer__detail-text span {
	margin-left: max(6.0625rem, min(12.6vw, 8.5625rem));
}

.special__title {
	font-size: 3.125rem;
	height: 15.0625rem;
	line-height: 1.4;
	width: 16.6875rem;
}

.special__title span {
	font-size: 1.875rem;
}


.special__image img {
	margin: 0 auto;
	max-width: 54.875rem;
}

.special__body {
	padding-bottom: 4.125rem;
}

.special__body-inner {
	display: flex;
	gap: 2.5rem;
}

.special__detail {
	width: 48.1818181818%;
}

.special__detail + .special__detail {
	margin-top: 0;
}

.special__notice {
	font-size: 1rem;
	margin-top: 7.9375rem;
}

.title {
	font-size: 1.5625rem;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

.specialOfferText {
  color: #fff;
  font-size: max(0.5625rem, min(2.4vw, 1.125rem));
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.specialOfferText__title {
  font-weight: inherit;
}

@media screen and (min-width: 768px) {
  .specialOfferText {
    font-size: 1rem;
  }

  .specialOfferText__list {
    display: grid;
    grid-template-columns: 4, 1fr;
  }
}

.whitespace-nowrap {
  white-space: nowrap;
}

.benefits-container {
  margin-top: min(4.6153846154%, 1.875rem);
}

/* .benefits {
  border: 1px solid #e85190;
} */

.benefits a {
  transition: opacity 0.5s ease;
}

.benefits a:hover {
  opacity: 0.7;
}

.benefits__head {
  width: 100%;
  font-size: max(0.9375rem, min(4vw, 1.875rem));
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}

.benefits__head > a {
  --py-benefits__head: 0.5em;
  display: block;
  padding-top: var(--py-benefits__head);
  padding-bottom: var(--py-benefits__head);
  background-color: #cd2222;
}

.benefits__head > span {
  --py-benefits__head: 0.5em;
  display: block;
  padding-top: var(--py-benefits__head);
  padding-bottom: var(--py-benefits__head);
  background-color: #cd2222;
}

.shareText {
  margin-bottom: calc(43em / 25);
  font-size: min(calc(100% * calc(25 / 750)), calc(25rem / 16));
  font-size: max(0.5625rem, min(2.4vw, 1.125rem));
  font-size: clamp(calc(12.5rem/16), calc(100vw * calc(25 / 750)) ,calc(25rem/16));
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  color:#fff;
}

@media screen and (max-width: 767px) {
  .benefits + .benefits {
    margin-top: min(4.6153846154%, 1.875rem);
  }

  .hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
.special-offer__title {
	font-size: 28px;
}
}

@media screen and (min-width: 768px) {
  .benefits-container {
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    gap: calc(10 / 16 * 1rem);
    margin-top: 2.375rem;
    margin:30px auto;
    width: 100%;
  }

  .benefits__head {
    font-size: 1.2rem;
  }

  .shareText {
    font-size: calc(25rem / 16);
  }
}

.u-site-textColor {
	color: #e85190
}

div.cta {
		background-color: #000;
        width: 100%;
        margin: 0 auto;
        padding: 2.5vw 0 1.5vw 0;
        line-height: 0;
        position: relative;	
}

div.movie {
		background-color: #000;
        width: 100%;
        margin: 0 auto;
        padding: 1.5vw 0 1vw;
        line-height: 0;
        position: relative;	
}

section.layout-special-offer {
        width: 100%;
        margin: 0 auto;
        padding: 5.5vw 0 5vw;
        line-height: 0;
        position: relative;	
}

