@charset "UTF-8";

body {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", verdana, sans-serif;
  background-color: #000;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
h2,
h3,
.font {
  font-family: "Bodoni Moda";
  /* font-family: "Cormorant Garamond"; */
}
img {
  width: 100%;
}
.mv-area {
  position: relative;
}
.mv {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.mv-area a {
  display: inline-block;
  position: absolute;
  left: 10px;
  bottom: -50px;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  width: 16px;
  line-height: 1;
  letter-spacing: .2em;
  text-decoration: none;
}
.mv-area a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 47%;
  width: 1px;
  height: 100px;
  background: #fff;
  animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.mv-area .audio {
  position: absolute;
  bottom: 100px;
  right: 40px;
  width: 27px;
  height: 24px;
  background-image: url(../img/audio_off.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.mv-area .audio.on {
  background-image: url(../img/audio_on.png);
}

.concept h1 {
  width: 265px;
  margin: 0 auto;
  text-align: center;
}
.concept ul {
  margin-top: 40px;
}
.concept ul li {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 40px;
  font-size: 14px;
  color: #CCC;
  text-align: center;
  letter-spacing: 0.2rem;
  line-height: 2.6;
}
.concept.mt20 {
  margin-top: 20%;
}
.item-area .concept {
  margin-right: 72px;
}
.item-area {
  position: relative;
  display: flex;
  justify-content: center;
  width: 71.875%;
  max-width: 1400px;
  margin: 100px auto 0;
}
.item-area .img {
  position: relative;
}
.item-area .txt-area {
  width: 35%;
  margin-left: 72px;
  /* margin-top: 6%; */
}
.item-area .txt-area.mt16 {
  margin-top: 16%;
}
.item-area .txt-area.mt14 {
  margin-top: 14%;
}
.item-area .txt-area.mt20 {
  margin-top: 20%;
}
.item-area .txt-area.mt0 {
  margin-top: 0;
}
.item-area .txt-area h2 {
  font-size: 28px;
  color: #c5b175;
}
.item-area .txt-area .txt {
  max-width: 478px;
  margin-top: 24px;
  /* margin-top: 32px; */
  font-size: 14px;
  color: #CCC;
  letter-spacing: 0.25rem;
  line-height: 2.6;
}
.item-area .txt-area .txt.brilla {
  margin-top: 25px;
}
.item-area .txt-area .txt.quintet {
  margin-top: 15px;
}
.item-area .txt-area .txt.fourth {
  margin-bottom: 75px;
}
.item-area .txt-area .txt.quartet {
  margin-top: 17px;
}
.item-area .txt-area .txt.brilla {
  margin-bottom: 60px;
}
.item-area .txt-area .item {
  margin-top: 50px;
}
.item-area .txt-area .item p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #ccc;
  line-height: 1.4;
  letter-spacing: 0.05rem;
}
.item-area .txt-area .item a {
  display: block;
  margin-bottom: 24px;
  font-size: 18px;
  color: #c4a65f;
  text-decoration: underline;
}
.item-area .txt-area h3 {
  margin-bottom: 10px;
  font-size: 36px;
  color: #c4a65f;
}
.item-area.reverse {
  flex-direction: row-reverse;
}
/* .item-area.reverse .img {
  width: 40%;
} */
.item-area.reverse .txt-area {
  width: 38%;
  margin-right: 88px;
  margin-left: 102px;
  /* margin-top: 6%; */
}
.item-area.reverse .txt-area .txt {
  max-width: inherit;
}
.item-area.reverse .txt-area .item {
  margin-left: 20%;
}
.item-area.small .img {
  width: 40%;
}
.item-area.small .txt-area {
  width: 53%;
}
.item-area.small .item {
  margin-left: 14%;
}
.item-list {
  width: 100%;
  background-image: url(../img/stars.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
.item-list-first {
  /* padding-top: 200px; */
  background: #000 url(../img/stars.jpg);
  /* background-size: cover; */
  z-index: 0;
}
.item-list-second {
  /* padding-top: 200px; */
  background: #000 url(../img/stars.jpg);
  background-size: cover;
  z-index: 0;
}
.item-list-third {
  /* padding-top: 200px; */
  background-image: url(../img/stars.jpg);
  background-size: cover;
  z-index: 0;
}
.item-list-fourth {
  /* padding-top: 200px; */
  background-image: url(../img/stars.jpg);
  background-size: cover;
}
.item-list-fifth {
  /* padding-top: 200px; */
  background-image: url(../img/stars.jpg);
  background-size: cover;
}
.item-list-sixth {
  /* padding-top: 200px; */
  background-image: url(../img/stars.jpg);
  background-size: cover;
}
.item-list-seven {
  /* padding-top: 200px; */
  background-image: url(../img/stars.jpg);
  background-size: cover;
}
.item-list-eight {
  /* padding-top: 200px; */
  background-image: url(../img/stars.jpg);
  background-size: cover;
}
.item-list-other {
  /* padding-top: 200px; */
  background-image: url(../img/stars.jpg);
  background-size: cover;
}
.item-list .item-area {
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 150px;
}
.item-area .img {
  height: 100%;
}
.item-list-first .item-area {
  padding-top: 150px;
}
.item-list .item-area.third {
  padding-bottom: 300px;
}
.item-list-fourth .item-area {
  padding-top: 150px;
}
.item-list .item-area.fourth {
  padding-bottom: 150px;
}
.item-list .item-area.fifth {
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 150px;
}
.item-list-sixth .item-area {
  padding-top: 150px;
}
.item-list .item-area.sixth {
  padding-bottom: 50px;
}
.item-list-seven .item-area {
  padding-top: 0px;
}
.item-list-eight .item-area {
  padding-top: 0px;
}
.item-list .item-area.seven {
  padding-bottom: 150px;
}
.item-list .item-area.seven {
  justify-content: center;
}
.item-list-other .other {
  padding-top: 150px;
}
.item-list-first .effect {
  opacity: 0;
  top: 40px;
}
.item-list-second .effect, .item-list-third .effect, .item-list-fourth .effect, .item-list-fifth  .effect, .item-list-sixth .effect, .item-list-seven  .effect, .item-list-eight  .effect {
  opacity: 0;
  top: 30px;
}
.item-list-first .item-area.reverse .img {
  width: 64%;
}
.item-list-fourth img.is-pc {
  height: 100%;
}
.item-list-first .item-area.reverse .txt-area .item,
.item-list-third .item-area.reverse .txt-area .item,
.item-list-fifth .item-area.reverse .txt-area .item {
  margin-left: 0;
}
.item-list-fifth .item-area .txt-area .txt {
  margin-top: 0;
}
.other {
  width: 100%;
  padding-bottom: 100px;
}
.other h2 {
  font-size: 20px;
  color: #c5b175;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.other .other-ttl {
  font-size: 36px;
}
.other .slide-area {
  position: relative;
  width: 90%;
  max-width: 1360px;
  margin: 40px auto 0;
  padding-top: 40px;
}
.other .swiper-container {
  padding: 0 1px;
}
.other .swiper-container .swiper-slide img {
  width: 100%;
}
.other .swiper-container .swiper-slide p {
  margin-top: 10px;
  font-size: 14px;
  color: #ccc;
  line-height: 1.4;
}
.other .swiper-container .swiper-slide p.img {
  margin-top: 0;
}
.other .swiper-button-next:after,
.other .swiper-button-prev:after {
  font-family: "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", verdana, sans-serif;
  font-size: 16px;
  color: #c5b175;
  text-decoration: underline;
  outline: none;
}
.other .swiper-button-prev:after{
  content: "back";
}
.other .swiper-button-next:after {
  content: "next";
}
.other .swiper-button-next,
.other .swiper-button-prev {
  top: auto;
  bottom: -80px;
  width: auto;
  outline: none;
}
.other .swiper-button-prev {
  left: 44%;
}
.other .swiper-button-next {
  left: 52%;
  right: auto;
}
.other .swiper-slide .img {
  width: 100%;
}
.other .swiper-slide .plus {
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: 25px;
  cursor: pointer;
  transform: translateX(-50%);
}
/* .other .swiper-slide .modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
}
.other .swiper-slide .modal h4 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
}
.other .swiper-slide .modal .txt-area {
  margin-top: 50px;
}
.other .swiper-slide .modal .txt-area p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #cccccc;
}
.other .swiper-slide .modal .txt-area a {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  color: #c4a65f;
  vertical-align: middle;
}
.other .swiper-slide .modal .close {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
  transform: translateX(-50%);
}
.other .swiper-slide .modal .close img {
  display: block;
  width: 68px;
  margin: 0 auto;
} */

.btm {
  padding-top: 150px;
  padding-bottom: 30px;
}
.btm .btm-txt {
  color: #ccc;
  text-align: center;
  line-height: 1.4;
}
.btm .btm-txt .effect {
  position: relative;
  opacity: 0;
  top: 20px;
}
.btm .btm-txt .ttl {
  width: 477px;
  margin: 0 auto;
}
.btm .btm-txt .ttl img {
  width: 100%;
}
.btm .btm-txt .sub-ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-top: 54px;
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
.btm .btm-txt .txt {
  margin-top: 55px;
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.1em;
  color: #ccc;
}
.btm .btm-txt .note {
  margin-top: 40px;
  font-size: 12px;
  color: #ccc;
}
.btm-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 53.90625%;
  max-width: 1035px;
  margin: 150px auto 0;
}
.btm-link li {
  width: 19.17391304347826%;
  max-width: 164px;
}
.btm-link02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 340px;
  margin: 58px auto 0;
}
.btm-link02 li {
  width: 45%;
}
.btm-link02 li a {
  display: block;
  padding: 13px 0;
  border: 1px solid #999999;
  font-size: 18px;
  color: #ccc;
  text-align: center;
}
.btm-link li img,
.btm-link02 li img {
  width: 100%;
}
.btm-link03 {
  width: 120px;
  margin: 50px auto 0;
}
.btm-link03 img {
  width: 100%;
}
.app-area {
  width: 270px;
  margin: 100px auto 0;
}
.app-area p {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.app-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.sns-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 180px;
  margin: 50px auto 0;
}
.footer-logo {
  max-width: 118px;
  margin: 120px auto 0;
  text-align: center;
}

.copy {
  margin-top: 40px;
  font-size: 11px;
  color: #999999;
  text-align: center;
}
.fadein {
  opacity : 0;
  transition : all 1s;
}

.fadein.active{
  opacity : 1;
}

.shop-link {
  display: none;
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 5;
}
.shop-link li {
  margin-bottom: 10px;
  background-color: #080a1b;
}
.shop-link li:last-child {
  margin-bottom: 0;
}
.shop-link a {
  display: block;
  padding: 10px 22px;
  font-size: 18px;
  color: #ccc;
  text-align: center;
  border: 1px solid #999999;
  border-right: none;
}
.top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}
.gift {
  display: flex;
  align-items: center;
  width: 88%;
  max-width: 950px;
  margin: 100px auto 0;
}
.gift .img {
  margin-right: 54px;
  /* width: 56%; */
}
.gift .txt {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
}
.gift .txt span {
  display: block;
  margin-bottom: 25px;
  font-size: 28px;
  font-family: "Bodoni Moda";
  color: #c5b175;
}

.gift .txt span .small {
  display: inline;
  font-size: 16px;
}
.gift2 {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 88%;
  max-width: 950px;
  margin: 50px auto 0;
}
.gift2 .img {
  margin-left: 54px;
  /* width: 56%; */
}
.gift2 .txt {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
}
.gift2 .txt span {
  display: block;
  margin-bottom: 25px;
  font-size: 28px;
  font-family: "Bodoni Moda";
  color: #c5b175;
}
.gift2 .txt span .small {
  display: inline;
  font-size: 16px;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container, .modal-container2, .modal-container3, .modal-container4, .modal-container5, .modal-container6, .modal-container7, .modal-container8, .modal-container9, .modal-container10 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(29,29,41,90%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  box-sizing: border-box;
  z-index: 2;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active, .modal-container2.active, .modal-container3.active, .modal-container4.active, .modal-container5.active, .modal-container6.active, .modal-container7.active, .modal-container8.active, .modal-container9.active, .modal-container10.active {
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* .modal-body2{
	position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
/*モーダルを閉じるボタンの指定*/
.modal-close{
	display: flex;
  align-items: center;
  justify-content: center;
	height: 40px;
	font-size: 24px;
	color: #c5b175;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal{
	max-width: 1200px;
  margin: 0 auto 0;
}

.modal-brilla {
  margin-bottom: 70px;
}

.modal-title {
  font-size: 32px;
  margin-bottom: 25px;
  color: #c5b175;
  font-family: "Bodoni Moda";
}

.modal ul {
	display: flex;
}

.modal-box {
  margin-bottom: 100px;
}

.modal-content {
  display: flex;
  width: 333px;
  margin-right: 100px;
}

.modal-content:nth-of-type(3n) {
  margin-right: 0px;
}

.modal-content img {
  width: 140px;
  margin-right: 20px;
}

.modal .modal-link {
  color: #c5b175;
}

.modal-quintet {
  margin-bottom: 35px;
}

.modal p{
  font-size: 16px;
  line-height: 1.5;
	color: #CCC;
  text-align: left;
}

.modal-open.plus {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  cursor: pointer;
}

.modal-open2.plus {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  cursor: pointer;
}

.modal-open3.plus {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  cursor: pointer;
}

.modal-open4.plus {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  cursor: pointer;
}

.modal-open10.plus {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  cursor: pointer;
}

.link1 {
  margin-right: 100px;
}

.movie {
  /* width: 100%;
  aspect-ratio: 16 / 9; */
  display: flex;
  justify-content: center;
  margin-top: 87px;
}

.movie iframe {
  width: 960px;
  height: 540px;
}

@keyframes move-twink-back {
  from {background-position:0 0;}
  to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
  from {background-position:0 0;}
  to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
  from {background-position:0 0;}
  to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
  from {background-position:0 0;}
  to {background-position:-10000px 5000px;}
}

@keyframes move-clouds-back {
  from {background-position:0 0;}
  to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
  from {background-position:0 0;}
  to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
  from {background-position:0 0;}
  to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
  from {background-position: 0;}
  to {background-position:10000px 0;}
}

.twinkling {
/* position:absolute; */
/* top:0;
left:0;
right:0;
bottom:0; */
width:100%;
height:100%;
display:block;
}

.twinkling{
background:transparent url(../img/twinkling.png) repeat top center;
z-index:1;

-moz-animation:move-twink-back 200s linear infinite;
-ms-animation:move-twink-back 200s linear infinite;
-o-animation:move-twink-back 200s linear infinite;
-webkit-animation:move-twink-back 200s linear infinite;
animation:move-twink-back 200s linear infinite;
}

@media screen and (max-width: 1300px) {
  .other .swiper-slide .modal {
    padding: 20px;
  }
  .other .swiper-slide .modal h4 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .other .swiper-slide .modal .txt-area {
    margin-top: 30px;
  }
  .other .swiper-slide .modal .txt-area p {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #cccccc;
  }
  .other .swiper-slide .modal .txt-area a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .item-area {
    display: block;
  }
  .item-area .img,
  .item-area .txt-area {
    width: 100%;
  }
  .item-area.reverse .img,
  .item-area.small .img {
    width: 80%;
    margin: 0 auto;
  }
  .item-list-first .item-area.reverse .img,
  .item-list-third .item-area.reverse .img,
  .item-list-fifth .item-area.reverse .img {
    width: 80%;
  }
  .item-area .txt-area.mt0 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1000px) {
  .other .swiper-slide .modal h4 {
    font-size: 16px;
  }
  .other .swiper-slide .modal .txt-area p {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    padding-bottom: 125%;
  }
  video {
    width: 100%;
    /* height: 100%; */
    height: auto;
    top: 50%;
    left: 50%;
    /* transform: translateX(-50%); */
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mv-area a {
    left: 8px;
    width: 14px;
  }
  .mv-area .audio {
    bottom: 15px;
    right: 4%;
    width: 22.5px;
    height: 20px;
  }
  .item-area .concept {
    padding: 60px 0 0;
    margin-right: 0px;
    background-size: 100% 100%;
  }
  .concept h1 {
    width: 60%;
    max-width: 424px;
  }
  .concept ul {
    margin-top: 27px;
    margin-bottom: 50px;
  }
  .concept ul li {
    margin-bottom: 27px;
    font-size: 13px;
  }
  .concept.mt20 {
    margin-top: 0px;
  }
  .item-area {
    display: block;
    width: 88%;
    margin: 70px auto 0;
  }
  .item-area .img {
    width: 100%;
  }
  .item-area .txt-area {
    width: 100%;
    margin-top: 28px;
    margin-left: 0px;
  }
  .item-area .txt-area.mt16 {
    margin-top: 25px;
  }
  .item-area .txt-area.mt14 {
    margin-top: 25px;
  }
  .item-area .txt-area.mt20 {
    margin-top: 25px;
  }
  .item-area .txt-area.mt0 {
    margin-top: 25px;
  }
  .item-area .txt-area h2 {
    font-size: 20px;
  }
  .item-area .txt-area .txt {
    margin-top: 22px;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.1rem;
  }
  .item-area .txt-area .txt.brilla {
    margin-top: 21px;
  }
  .item-area .txt-area .txt.brilla {
    margin-bottom: 44px;
  }
  .quintet {
    margin-bottom: 0px;
  }
  .item-area .txt-area .txt.quintet {
    margin-top: 23px;
  }
  .item-area .txt-area .txt.fourth {
    margin-bottom: 41px;
  }
  .item-area .txt-area .txt.quartet {
    margin-top: 22px;
  }
  .item-area .txt-area .item {
    margin-top: 10px;
  }
  .item-area .txt-area .item p {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .item-area .txt-area .item a {
    font-size: 16px;
  }
  .item-area .txt-area .item a:last-child {
    margin-bottom: 0;
  }
  .item-area .txt-area h3 {
    font-size: 25px;
  }
  .item-area.reverse .img {
    width: 100%;
    margin: 0 auto;
  }
  .item-list-first .item-area.reverse .img,
  .item-list-third .item-area.reverse .img,
  .item-list-fifth .item-area.reverse .img {
    width: 90%;
    margin: 0 auto;
  }
  .item-area.reverse .txt-area {
    width: 100%;
    margin-top: 27px;
    margin-left: 0;
  }
  .item-area.reverse .txt-area .item {
    margin-left: 0;
  }
  .item-area.small .img {
    width: 80%;
    margin: 0 auto;
  }
  .item-area.small .txt-area {
    width: 100%;
  }
  .item-area.small .item {
    margin-left: 0;
  }
  .item-list {
    margin-top: 0;
    background-image: url(../img/stars_sp.jpg);
  }
  .item-list-first {
    margin-top: 0;
    padding-top: 0px;
    background-image: url(../img/stars_sp.jpg);
    background-size: 100% 100%;
  }
  .item-list-second {
    background-image: url(../img/stars_sp.jpg);
    background-size: 100% 100%;
  }
  .item-list-third {
    background-image: url(../img/stars_sp.jpg);
    background-size: 100% 100%;
  }
  .item-list-fourth {
    background-image: url(../img/stars_sp.jpg);
    background-size: 100% 100%;
  }
  .item-list-fifth {
    padding-top: 100px;
    background-image: url(../img/stars_sp.jpg);
    background-size: 100% 100%;
  }
  .item-list-sixth {
    background-image: url(../img/stars_sp.jpg);
    background-size: 100% 100%;
  }
  .item-list-eight {
    background-image: url(../img/stars_sp.jpg);
    background-size: 100% 100%;
  }
  .item-list-other {
    background-image: url(../img/stars_sp.jpg);
    background-size: 100% 100%;
  }
  .item-list .item-area {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .item-list-first .item-area {
    padding-top: 0px;
  }
  .item-list .item-area.third {
    padding-bottom: 0px;
  }
  .item-list .item-area.fourth {
    padding-bottom: 0px;
  }
  .item-list .item-area.sixth {
    padding-bottom: 0px;
  }
  .item-list-other .other {
    padding-top: 0px;
  }
  .item05_sp {
    margin-top: 25px;
    margin-right: calc(50% - 50vw);
  }
  .item07_sp {
    margin: 25px 0 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .item07_sp img {
    display: block;
    width: 100%;
    height: auto;
  }
  .other h2 {
    font-size: 13px;
  }
  .other .other-ttl {
    font-size: 25px;
  }
  .other .slide-area {
    width: 100%;
    margin: 12px auto 0;
    padding-top: 12px;
  }
  .other .swiper-container .swiper-slide p {
    margin-top: 10px;
    font-size: 14px;
    color: #ccc;
    line-height: 1.4;
  }
  .other .swiper-button-next:after,
  .other .swiper-button-prev:after {
    font-size: 15px;
  }
  .other .swiper-button-prev {
    left: 37%;
  }
  .other .swiper-button-next {
    left: 56%;
    right: auto;
  }
  .other .swiper-slide .modal {
    padding: 20px;
  }
  .other .swiper-slide .modal h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .other .swiper-slide .modal .txt {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .other .swiper-slide .modal .txt-area p {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
    color: #cccccc;
  }
  .other .swiper-slide .modal .txt-area a {
    font-size: 14px;
  }
  .btm {
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .btm .btm-txt .ttl {
    width: 81%;
  }
  .btm .btm-txt .sub-ttl {
    margin-top: 30px;
    font-size: 13px;
  }
  .btm .btm-txt .txt {
    margin-top: 20px;
    font-size: 12px;
  }
  .btm-link {
    width: 90.27083333333333%;
    margin: 125px auto 0;
    display: block;
    text-align: center;
  }
  .btm-link li {
    display: inline-block;
    width: 30%;
    margin: 0 0 40px;
  }
  .btm-link li.link1 {
    margin-right: 30px;
  }
  .copy {
    margin-top: 22px;
    font-size: 10px;
  }
  .top {
    right: 10px;
  }
  .btm-link02 {
    width: 80%;
    margin: 35px auto 0;
    flex-direction: column;
  }
  .btm-link02 li {
    margin: 0 auto 20px;
  }
  .app-area {
    margin: 55px auto 0;
  }
  .shop-link {
    bottom: 80px;
  }
  .shop-link a {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.4;
  }
  .gift {
    display: flex;
    flex-direction: column-reverse;
    width: 88%;
    margin: 70px auto 0;
  }
  .gift .img {
    margin: 0px 60px;
  }
  .gift .txt {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .gift .txt span {
    font-family: "Bodoni Moda";
    font-size: 20px;
  }
  .gift .txt span .small {
    display: block;
    font-size: 12px;
  }
  .gift2 {
    display: flex;
    flex-direction: column;
    width: 88%;
    margin: 50px auto 0;
  }
  .gift2 .img {
    margin: 0px 60px;
  }
  .gift2 .txt {
    margin-right: auto;
    font-size: 13px;
    margin-bottom: 25px;
  }
  .gift2 .txt span {
    font-family: "Bodoni Moda";
    font-size: 20px;
  }
  .gift2 .txt span .small {
    display: block;
    font-size: 12px;
  }
  .sns-area {
    width: 230px;
  }
  .footer-logo {
    margin: 82px auto 0;
  }
  .modal-close{
    font-size: 20px;
  }
  .modal {
    margin: 0px;
    padding: 51px 32px 40px 20px;
  }
  .modal-body-sp{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .modal-brilla {
    margin-bottom: 41px;
  }
  .modal-quintet {
    margin-bottom: 41px;
  }
  .modal-title {
    font-size: 20px;
    display: flex;
    margin-bottom: 15px;
  }
  .modal ul {
    display: block;
  }
  .modal-box {
    margin-bottom: 20px;
  }
  .modal p {
    font-size: 13px;
  }
  .modal-content {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .movie {
    margin: 50px 20px 0;
  }
  .movie iframe {
    width: 344px;
    height: 194px;
  }  
  .item04-open {
    position: relative;
  }
  .twinkling {
    padding-top: 150px;
  }
  .twinkling.btm-pd {
    padding-top: 100px;
  }
  .item-list-first .twinkling {
    padding-top: 0;
  }
}