@charset "UTF-8";
.p-main-visual {
  background: url(../../images/main_pc.webp) center no-repeat;
  background-size: cover;
  position: relative;
}
.p-main-visual .p-main-visual-in {
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  width: 100%;
  height: 100%;
}
.p-main-visual .p-main-figure {
  text-align: center;
}
.p-main-visual .p-main-figure img {
  width: 100%;
}

.p-main-area {
  background: url(../../images/bg_main_sp.jpg) top center repeat-x;
  background-size: auto 100%;
  padding-block: 50px 65px;
  min-height: 507px;
  display: flex;
  align-items: center;
}

.p-main-ttl {
  width: calc(100vw - 16px);
  max-width: 400px;
  margin-inline: auto;
  position: relative;
}
.p-main-ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120vw;
  max-width: 500px;
  aspect-ratio: 1/1;
  background: url(../../images/bg_circle.png) center no-repeat;
  background-size: 100% auto;
}
.p-main-ttl .p-main-ttl__start {
  position: relative;
  -webkit-filter: drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 5px #ffffff);
          filter: drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 5px #ffffff);
  text-align: center;
}
.p-main-ttl .p-main-ttl__start .p-main-ttl__start-inner {
  display: block;
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  background-image: linear-gradient(0deg, #6a14d1, #c82090);
  -webkit-background-clip: text;
          background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.p-main-ttl .p-main-ttl__start .p-main-ttl__start-inner + .p-main-ttl__start-inner {
  margin-top: 10px;
}
.p-main-ttl .p-main-ttl__logo {
  position: relative;
  width: calc(100vw - 56px);
  max-width: 100%;
  margin: 20px auto 0;
  -webkit-filter: drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 5px #ffffff);
          filter: drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 5px #ffffff);
}
.p-main-ttl .p-main-ttl__logo img {
  width: 100%;
}
.p-main-ttl .p-main-ttl_catch {
  color: #b71e9c;
  position: relative;
  margin-top: 25px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-filter: drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 5px #ffffff);
          filter: drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 5px #ffffff);
  line-height: 2;
}
.p-main-ttl .p-main-ttl_catch .p-main-ttl_catch-grd {
  background-image: linear-gradient(0deg, #6a14d1, #c82090);
  -webkit-background-clip: text;
          background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 1.8rem;
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  line-height: 1;
}
.p-main-ttl .p-main-ttl_catch .p-main-ttl_catch-ruby {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.p-main-ttl .p-main-ttl_catch .p-main-ttl_catch-ruby .p-main-ttl_catch-rt {
  display: inline-block;
  position: absolute;
  top: -0.9em;
  left: 0px;
  right: 0px;
  font-size: 1rem;
  text-align: center;
}

.p-list-banner {
  width: calc(100vw - 40px);
  max-width: 235px;
  margin: 35px auto 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-list-banner > li a {
  display: block;
  transition: 0.2s ease-out;
}
[data-whatinput=keyboard] .p-list-banner > li a:focus {
  opacity: 0.5;
}

/*
.l-wrap{
	background: url(../../images/bg_main.jpg) top center no-repeat;
	background-size: cover;
	@include viewTabPc {
		background-color: $defaultBgColor;
		background-size: auto;
	}
}

.p-main-area{
	padding: 80px 40px 80px;
	@include viewTabPc {
		padding: 100px 40px 160px;
		max-width: $fixedWidth;
		margin: 0 auto;
		box-sizing: content-box;
	}
}

.p-main-title{
	width: 220px;
	margin: 0 auto;
	filter: drop-shadow(0 0 10px #ffffff) drop-shadow(0 0 10px #ffffff) drop-shadow(0 0 10px #ffffff);
	@include viewTabPc {
		width: 60%;
		max-width: 632px;
		filter: drop-shadow(0 0 10px #ffffff) drop-shadow(0 0 10px #ffffff) drop-shadow(0 0 15px #ffffff) drop-shadow(0 0 25px #ffffff);
	}
}

.p-main-subt{
	margin: 50px auto 0;
	max-width: 282px;
	filter: drop-shadow(0 0 10px #3481c4) drop-shadow(0 0 8px #3481c4);
	@include viewTabPc {
		margin-top: 80px;
		width: 62.6%;
		max-width: 676px;
		filter: drop-shadow(0 0 16px #3481c4) drop-shadow(0 0 10px #3481c4);
	}
}

.p-main-txt{
	margin: 20px auto 0;
	max-width: 288px;
	filter: drop-shadow(0 0 10px #ed7f9b) drop-shadow(0 0 8px #ed7f9b);
	@include viewTabPc {
		width: 96.3%;
		max-width: 1040px;
		filter: drop-shadow(0 0 14px #ed7f9b) drop-shadow(0 0 10px #ed7f9b);
	}
}

.p-main-info{
	margin: 40px auto 0;
	max-width: 288px;
	filter: drop-shadow(0 0 10px #0061a8) drop-shadow(0 0 8px #0061a8);
	@include viewTabPc {
		margin-top: 60px;
		width: 66.6%;
		max-width: 720px;
		filter: drop-shadow(0 0 24px #0061a8) drop-shadow(0 0 10px #0061a8);
	}
}

.p-main-share{
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	@include viewTabPc {
		margin-top: 100px;
		gap: 60px;
	}
	.p-main-share--ttl{
		line-height: 0.1;
		width: 65px;
		filter: drop-shadow(0 0 10px #005d9c) drop-shadow(0 0 8px #005d9c);
		@include viewTabPc {
			width: 82px;
		}
	}
	.p-main-share--list{
		display: flex;
		gap: 20px;
		>li{
			width: 45px;
			@include viewTabPc {
				width: 158px;
			}
			.p-main-sharebtn{
				display: block;
				width: 45px;
				height: 45px;
				text-align: center;
				padding: 7px;
				border-radius: 5px;
				@include viewTabPc {
					width: 158px;
					height: auto;
					border-radius: 8px;
					position: relative;
					padding: 0;
				}
				&.p-main-sharebtn--tw{
					background: #1d9bf0;
				}
				&.p-main-sharebtn--ln{
					background: #06C755;
				}
				.p-main-sharebtn--icon{
					line-height: 0.1;
					display: inline-block;
					width: 30px;
					@include viewTabPc {
						width: 24px;
						position: absolute;
						left: 20px;
						top: 50%;
						margin-top: -12px;
					}
				}
				.p-main-sharebtn--txt{
					display: none;
					@include viewTabPc {
						font-family: 'M PLUS Rounded 1c', sans-serif;
						display: inline-block;
						padding: 6px 20px 6px 40px;
					}
				}
				@include hover() {
					animation: hoverScale .3s linear;
				}
			}
		}
	}
}

@keyframes hoverScale {
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(0.9);
	}
	0%{
		transform: scale(1);
	}
}
*/
.p-content__title {
  font-family: "Kaisei Opti", serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 14px;
  text-align: center;
}

/*
.p-movie-sp{
	margin-top: 50px;
}

.p-movie-sp-title{
	position: relative;
	&::after {
		position: absolute;
		top: -25px;
		right: 0;
		left: 0;
		display: block;
		width: 146px;
		height: 45px;
		margin: auto;
		content: '';
		background: url('../../images/p_title_ribbon.png') center no-repeat;
		background-size: 100% auto;
		opacity: 0.5;
		@include viewTabPc {
			top: -56px;
			width: 291px;
			height: 90px;
		}
	}
}
.p-movie-sp__image{
	text-align: center;

}
.p-movie-sp__image-link{
	display: inline-block;

}
.p-movie-sp__image-link-src{
	width: 150px;
	height: 104px;
	@include viewTabPc {
		width: 300px;
		height: 207px;
	}
}
.p-movie-sp__text{
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 4px;
}

.p-movie-pc{
		position: relative;
		z-index: 2;
		margin-top: -80px;
		display: grid;
		justify-content: end;
}

.p-movie-pc__inner{
	background: url('../../images/p_bg_movie_pc.png') center no-repeat;
	background-size: 100% auto;
	width: 253px;
	height: 253px;
	padding: 58px 5px 0;
}
.p-movie-pc__title{
	@include viewTabPc {
		font-size: 3.8rem;
		margin-bottom: 10px;
	}

}
.p-movie-pc__title-span{
	@include viewTabPc {
		padding-inline: 1.2em;

	}
	&::before, &::after {
		@include viewTabPc {
			width: 26px;
			height: 17px;
			bottom: 10px;
		}
	}

}
.p-movie-pc__image{
		text-align: center;

}
.p-movie-pc__image-link{
	transition: 0.3s ease-in-out;
	display: inline-block;

	@include hover {
		opacity: 0.6;
	}
}
.p-movie-pc__image-link-src{
		width: 128px;
		height: 83px;


}
.p-movie-pc__text{
		text-align: center;
		font-size: 2.4rem;
		font-weight: bold;
		margin-top: 4px;
		filter: drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 5px #ffffff);

}
*/
.p-nav {
  position: relative;
  padding: 50px 0;
}
.p-nav:before, .p-nav:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  right: 0px;
  height: 32px;
  background: url(../../images/bg_deco_nav.png) top center repeat-x;
  background-size: auto 100%;
}
.p-nav:before {
  top: 0px;
}
.p-nav:after {
  bottom: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-nav__list {
  display: flex;
  gap: 10px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-nav__list li {
  text-align: center;
  width: 49%;
}

.p-movie {
  background: url(../../images/bg_deco_movie.png) center no-repeat #E8E5F0;
  background-size: auto 100%;
  padding: 80px 0;
}

.p-movie__title {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 2;
  color: #91109B;
  font-family: "Kaisei Opti", serif;
}
.p-movie__title::before {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 112px;
  height: 72px;
  margin: auto;
  content: "";
  background: url("../../images/p_back_star.png") center no-repeat;
  background-size: 100% auto;
}
.p-movie__title::after {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 76px;
  height: 59px;
  margin: auto;
  content: "";
  background: url("../../images/p_jewelry_blue.png") center no-repeat;
  background-size: 100% auto;
  -webkit-animation: 5s linear infinite rotation3;
          animation: 5s linear infinite rotation3;
}

.p-movie__title-span {
  display: block;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: -12px;
  font-family: "Kiwi Maru", "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.p-movie__image {
  margin: 32px auto 0px;
  text-align: center;
}

.p-movie__image-link-src {
  transition: 0.2s ease-out;
}
[data-whatinput=keyboard] .p-movie__image-link-src:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-movie__image img {
  width: 70%;
  margin: 0 auto;
}

.p-movie__text {
  margin-top: 16px;
  text-align: center;
  color: #B71E9C;
  font-weight: 500;
}

.p-news {
  padding-block: 55px 50px;
  background: url("../../images/p_news_back.png") no-repeat center;
  background-size: cover;
}

.p-news__inner {
  padding-inline: 0;
}

.p-news__title {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 2;
  color: #91109B;
  font-family: "Kaisei Opti", serif;
}
.p-news__title::before {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 112px;
  height: 72px;
  margin: auto;
  content: "";
  background: url("../../images/p_back_star.png") center no-repeat;
  background-size: 100% auto;
}
.p-news__title::after {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 76px;
  height: 59px;
  margin: auto;
  content: "";
  background: url("../../images/p_jewelry_pink.png") center no-repeat;
  background-size: 100% auto;
  -webkit-animation: 5s linear infinite rotation3;
          animation: 5s linear infinite rotation3;
}

@-webkit-keyframes rotation3 {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes rotation3 {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.p-news__title-span {
  display: block;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: -12px;
  font-family: "Kiwi Maru", "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.p-news__list {
  margin-top: 30px;
  overflow-y: auto;
  scrollbar-width: none;
  display: flex;
  gap: 10px;
}
.p-news__list::-webkit-scrollbar {
  display: none;
}

.p-news__item:first-of-type {
  margin-left: 15px;
}
.p-news__item:last-of-type {
  margin-right: 15px;
}

.p-news__item-link {
  display: block;
  border: 3px solid #A5723C;
  border-radius: 200px 200px 0 0;
  overflow: hidden;
  width: 248px;
  background-color: #fff;
  padding-bottom: 13px;
  transition: 0.2s ease-out;
  height: 100%;
  max-height: 346px;
}
[data-whatinput=keyboard] .p-news__item-link:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-news__item-link-data {
  text-align: center;
  padding-top: 63px;
  position: relative;
  font-family: "Kaisei Opti", serif;
  font-size: 1.8rem;
}
.p-news__item-link-data::before {
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  display: block;
  width: 124px;
  height: 19px;
  margin: auto;
  content: "";
  background: url("../../images/i_news_ribbon.svg") center no-repeat;
  background-size: 100% auto;
}

.p-news__item-link-img {
  margin: 20px 7px 0;
}

.p-news__item-link-img-src {
  width: 100%;
  height: 100%;
}

.p-news__item-link-text {
  color: #625962;
  margin: 10px 15px 0;
}

/* -----------------------------------------------------------------
モーダル
----------------------------------------------------------------- */
.u-box-modal {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
}
.u-box-modal__content {
  width: 90%;
  padding: 0;
  border: 0;
}

.u-box-modal__content::-webkit-backdrop {
  background-color: #776F96;
}

.u-box-modal__content::backdrop {
  background-color: #776F96;
  opacity: 0.8;
}
.u-box-modal__content.u-box-modal__content--youtube {
  overflow: visible;
  background-color: transparent;
}

.u-box-modal__content.u-box-modal__content--youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
}

.u-box-modal__content.u-box-modal__content--youtube .u-box-modal__content-close {
  bottom: -40px;
  right: 0;
  left: 0;
  top: auto;
  max-width: 345px;
  margin-inline: auto;
}
/* .u-box-modal__btn {} */
.u-box-modal__content-inner {
  padding: 15px;
}

.u-box-modal__content-header {
  padding-right: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
}
/* .u-box-modal__content-body {}

.u-box-modal__content-footer {} */
.u-box-modal__content-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.u-box-modal__content-close-btn {
  display: block;
  padding: 14px;
  background-color: transparent;
  border: 1px solid transparent;
  margin-inline: auto;
  transition: 0.2s;
}

[data-whatinput=keyboard] .u-box-modal__content-close-btn-txt:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.u-box-modal__content-close-btn .u-box-modal__content-close-btn-txt {
  display: inline-block;
  color: #fff;
  padding-left: 28px;
  font-size: 24px;
  line-height: 1.5625;
  position: relative;
  transition: 0.2s ease-out;
}
.u-box-modal__content-close-btn .u-box-modal__content-close-btn-txt:before {
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  display: block;
  width: 19px;
  height: 19px;
  margin: auto;
  content: "";
  background: url(../..//images/i_modal__content_close_btn_.svg) center no-repeat;
  background-size: 100% auto;
}
.u-box-modal__content-close-btn .u-box-modal__content-close-btn-txt:before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  top: 4px;
}
a {
  cursor: pointer;
}

.header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #776F96;
  /* 半透明な黒色 */
  z-index: 9;
  /* ヘッダーの下になるように調整 */
  display: none;
  /* 初期状態は非表示 */
}

.header-overlay.is-visible {
  display: block;
  /* ヘッダー開時に表示 */
}

@media print, screen and (min-width: 1025px) {
  .p-main-visual .p-main-figure img {
    width: auto;
  }
  .p-main-area {
    min-height: 1100px;
  }
  .p-main-ttl:before {
    width: 1220px;
    max-width: 1220px;
  }
  .p-main-ttl .p-main-ttl_catch {
    font-size: 4rem;
  }
  .p-main-ttl .p-main-ttl_catch .p-main-ttl_catch-grd {
    font-size: 6rem;
    margin-inline: -0.4em;
  }
  .p-list-banner > li a:hover {
    opacity: 0.5;
  }
  .p-movie__image-link-src:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-news__item-link:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media print, screen and (min-width: 768px) {
  .p-main-area {
    background-image: url(../../images/bg_main_pc.jpg);
    padding-block: 100px 120px;
  }
  .p-main-ttl {
    max-width: 1080px;
  }
  .p-main-ttl:before {
    width: 720px;
    max-width: 720px;
  }
  .p-main-ttl .p-main-ttl__start {
    -webkit-filter: drop-shadow(0 0 10px #ffffff) drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 5px #ffffff);
            filter: drop-shadow(0 0 10px #ffffff) drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 5px #ffffff);
  }
  .p-main-ttl .p-main-ttl__start .p-main-ttl__start-inner {
    font-size: 5.2rem;
  }
  .p-main-ttl .p-main-ttl__start .p-main-ttl__start-inner + .p-main-ttl__start-inner {
    margin-top: 24px;
  }
  .p-main-ttl .p-main-ttl__logo {
    margin-top: 32px;
    width: calc(100vw - 40px);
    max-width: 785px;
  }
  .p-main-ttl .p-main-ttl_catch {
    margin-top: 56px;
    font-size: 3.2rem;
  }
  .p-main-ttl .p-main-ttl_catch .p-main-ttl_catch-grd {
    font-size: 4rem;
    margin-inline: -0.2em;
  }
  .p-main-ttl .p-main-ttl_catch .p-main-ttl_catch-ruby .p-main-ttl_catch-rt {
    top: -1em;
    font-size: 1.6rem;
  }
  .p-list-banner {
    width: 920px;
    max-width: 920px;
    margin: 60px auto 55px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .p-content__title {
    font-size: 4rem;
    margin-bottom: 21px;
  }
  .p-nav {
    padding: 64px 0 128px;
  }
  .p-nav:before, .p-nav:after {
    height: 44px;
  }
  .p-nav__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    width: 85%;
    margin: 0 auto;
	justify-content: left;
    
  }
  .p-nav__list li {
    width: 32.2%;
  }
  .p-movie {
    padding: 144px 0;
  }
  .p-movie__title {
    font-size: 6rem;
  }
  .p-movie__title::before {
    width: 224px;
    height: 145px;
  }
  .p-movie__title::after {
    width: 162px;
    height: 125px;
    top: 20px;
  }
  .p-movie__title-span {
    font-size: 2rem;
    margin-top: -16px;
  }
  .p-movie__image {
    width: 55%;
  }
  .p-movie__text {
    margin-top: 24px;
    font-size: 2.4rem;
  }
  .p-news {
    padding-block: 122px 100px;
  }
  .p-news__inner {
    padding-inline: 30px;
  }
  .p-news__title {
    font-size: 6rem;
  }
  .p-news__title::before {
    width: 224px;
    height: 145px;
  }
  .p-news__title::after {
    width: 162px;
    height: 125px;
    top: 20px;
  }
  .p-news__title-span {
    font-size: 2rem;
    margin-top: -16px;
  }
  .p-news__list {
    overflow-y: visible;
    gap: 13px;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-news__item:first-of-type {
    margin-left: 0;
  }
  .p-news__item:last-of-type {
    margin-right: 0;
  }
  .p-news__item-link {
    width: auto;
    padding-bottom: 20px;
    max-height: 440px;
  }
  .p-news__item-link-data {
    padding-top: 80px;
  }
  .p-news__item-link-data::before {
    top: 42px;
  }
  .p-news__item-link-img {
    margin: 24px 10px 0;
  }
  .p-news__item-link-text {
    margin: 15px 20px 0;
  }
  .u-box-modal__content.u-box-modal__content--youtube iframe {
    max-height: 70vh;
  }
  .u-box-modal__content.u-box-modal__content--youtube .u-box-modal__content-close {
    bottom: -80px;
  }
}

@media screen and (min-width: 768px), print {
  .u-box-modal {
    gap: 40px 30px;
  }
  .u-box-modal__content {
    width: 80%;
    max-width: 1106px;
  }
  .u-box-modal__content.u-box-modal__content--youtube .u-box-modal__content-close {
    max-width: 400px;
  }
  .u-box-modal__content-header {
    font-size: 1.8rem;
  }
  .u-box-modal__content-close-btn:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .u-box-modal__content-close-btn {
    padding: 20px;
  }
  .u-box-modal__content-close-btn .u-box-modal__content-close-btn-txt {
    font-size: 40px;
    padding-left: 50px;
  }
  .u-box-modal__content-close-btn .u-box-modal__content-close-btn-txt:before {
    width: 38px;
    height: 38px;
  }
  .u-box-modal__content-close-btn .u-box-modal__content-close-btn-txt:before {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}