@charset "UTF-8";
/*
**************************************************************************
*	fields odanobuna top style.css
**************************************************************************/

/* --------------------------------------------------
		override
-------------------------------------------------- */

/*
.c-h2__title {
	background-color: unset;
}*/
body,
.c-h2__title {
  font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.concept,
.smart_slot,
.monster,
.character {
  font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}
/* --------------------------------------------------
		opening
-------------------------------------------------- */

@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual {
	position: relative;
	overflow: hidden;
  /* aspect-ratio: 1920 / 1155; */
  height: 100vh;
	background-color: #FFFFFF;
}
.visual_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/visual_01.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	opacity: 0;
}
.visual .u-cts__inner {
	max-width: 1400px;
	height: 100%;
}
.visual__logo{
	position: absolute;
  width: 555px;
  height: auto;
  left: 2%;
  top: 50%;
	opacity: 0;
}
.visual__copy {
	position: absolute;
	z-index: 4;
  left: 4%;
  top: 13vw;
	opacity: 0;
}
.visual__copy img{
	width:480px;
}

@media screen and (min-width: 768px) {
  .visual__logo {
    top: 50%;
  }
  .visual__logo-inner img {
    width: 42vw;
    max-width: 568px;
    display: block;
    transform: translateY(-50%);
  }
  .visual__copy img {
		width: 28vw;
	}
}
@media screen and (min-width: 1537xp) {
  .visual__logo {
    left: 2%;
  }
}
@media screen and (max-width: 1366px) and (min-width: 768px) {
  .visual {
    aspect-ratio: 1920 / 1155;
    height: auto;
  }
  .visual__logo {
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
	.visual {
		height: 103vw;
    aspect-ratio: auto;
	}
	.visual_bg {
		background-image: url(../img/visual_01_sp.jpg);
		background-size: cover;
    background-position: 55% 0;
    background-repeat: no-repeat;
	}
	.visual__logo{
    top: auto;
    bottom: 13vw;
    width: 80%;
    right: 0;
    left: 50%;
		text-align: center;
		z-index: 10;
	}
	.visual__logo-inner img{
		width: 100%;
    display: block;
    transform: translateX(-50%);
	}
	.visual__copy{
		top: 5vw;
		width: 100%;
		text-align: center;
    left: 0;
	}
	.visual__copy img{
		width: 49vw;
		max-width: 220px;
	}
}

/* タブレット デバイス縦向き */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  .visual__logo {
    left: 4%;
  }
  .visual__copy{
    top: 5vw;
  }
  .visual__copy img{
    width: 32vw;
  }
}
/* タブレット デバイス横向き */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
  .visual__logo-inner img{
    max-width: 360px;
  }
}
.top-complete {
  background-color: #333333;
  color: #ffffff;
  font-size: 3.5rem;
  text-align: center;
  padding: 28px 0 29px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-complete {
    font-size: 2rem;
    padding: 18px 0;
  }
}
/* --------------------------------------------------
		concept
-------------------------------------------------- */
.concept {
  margin-top: 120px;
}
.concept--img {
  background-image: url("../img/concept_bg.webp");
  background-size: cover;
  aspect-ratio: 1 / 0.693;
  background-repeat: no-repeat;
} 
.concept--area {
  margin-top: clamp(-900px, -29vw, -100px);
	width: 100%;
	height: auto;
	padding-bottom: 10px;
  max-width: 1106px;
}
.concept--box {
	max-width: 900px;
	z-index: 1;
	padding: 50px 0 50px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.28;
	
}
.concept--box .c-h2__title {
  margin: 0 0 30px;
}
.concept__strong,
.concept__strong-last {
	font-size: 4.6rem;
	line-height: 1.2;
	font-weight: bold;
  margin-bottom: 23px;
}
.concept__strong-last {
	margin-bottom: 15px;
}
.concept__text {
	font-size: 2.7rem;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 30px;
}
.concept__text span {
	font-size: 4.4rem;
	line-height: 1.2;
	font-weight: bold;
  margin-bottom: 23px;
}
  .concept__strong,
  .concept__strong-last ,
  .concept__text,
  .concept__text span {
    text-shadow: 0 0 3px rgba(0, 153, 255, 1), 0 0 10px rgba(0, 153, 255, 1), 0 0 27px rgba(0, 153, 255, 0.6), 0 0 27px rgba(0, 153, 255, 0.6), 0 0 27px rgba(0, 153, 255, 0.6);
    }
.concept__text:last-of-type {
	margin-bottom: 0;
}
@media screen and (max-width: 1060px) and (min-width: 767px) {
	.concept__strong,
  .concept__strong-last {
		font-size: 3rem;
	}
  .concept__text span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .concept {
    margin-top: 30px;
  }
  .concept--area {
    margin-top: -29vw;
  }
	.concept--box {
		max-width: inherit;
		margin: 0 auto;
		padding: 18px 5px 0;
	}
  .concept--img .c-h2__title {
    margin: 0 auto 10px;
	  font-size: 5vw;
  }
	.concept__strong,
  .concept__strong-last {
		font-size: 4vw;
	}
  .concept__strong {
		margin-bottom: 10px;
	}
  .concept__strong-last {
		margin-bottom: 6px;
	}
	.concept__text {
		font-size: 3vw;
		margin-bottom: 10px;
	}
  .concept__text span {
    font-size: 3.8vw;
  }
  .concept__strong,
  .concept__strong-last ,
  .concept__text,
  .concept__text span {
    text-shadow: 0 0 3px rgba(0, 153, 255, 1), 0 0 6px rgba(0, 153, 255, 1), 0 0 10px rgba(0, 153, 255, 0.6), 0 0 10px rgba(0, 153, 255, 0.6), 0 0 15px rgba(0, 153, 255, 0.6);
  }
  
	.concept__text br.pc-only{
		display: none;
	}
}

/* --------------------------------------------------
		smart_slot_
-------------------------------------------------- */
.smart_slot {
  margin-top: 90px;
  background-color: #FFFFFF;
}
.smart_slot--area.u-cts__inner {
  padding: 30px;
}
.smart_slot--img {
  background-image: url("../img/smart_slot_bg.webp");
  background-size: cover;
  aspect-ratio: 1 / 1.018;
  background-repeat: no-repeat;
} 
.smart_slot--area {
  margin-top: clamp(-900px, -32vw, -120px);
	width: 100%;
	height: auto;
	padding-bottom: 10px;
  max-width: 1106px;
}
.smart_slot--box {
	max-width: 900px;
	z-index: 1;
	padding: 50px 0 50px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.28;
  color: #333333;
}
.smart_slot--box .c-h2__title {
  margin: 0 0 30px;
}
.smart_slot__award-million {
  text-align: center;
  margin-bottom: 15px;
}
.smart_slot__award-million img {
	max-width: 474.5px;
  height: auto;
}
.smart_slot__text-top {
  text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.1;
	margin-bottom: 30px;
  text-shadow: 0 0 32px rgba(0,0,0,1),0 0 32px rgba(0,0,0,1),0 0 28px rgba(0,0,0,1),0 0 28px rgba(0,0,0,1),0 0 20px rgba(0,0,0,1),0 0 20px rgba(0,0,0,1),0 0 18px rgba(0,0,0,1),0 0 18px rgba(0,0,0,1);
}
.smart_slot__text {
	font-size: 2.7rem;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 30px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
            -1px 1px 0 #FFF, 1px -1px 0 #FFF,
            0px 1px 0 #FFF,  0 -1px 0 #FFF,
            -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.smart_slot__text span {
  letter-spacing: -4px;
}
.smart_slot__text-top br.sp-only{
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .smart_slot .c-h2__title {
    margin-bottom: 0;
  }
  .smart_slot__award-million img {
    width: 35vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .smart_slot {
    margin-top: 30px;
  }
  .smart_slot--area {
    margin-top: -33vw;
  }
  .smart_slot__award-million {
    width: 43vw;
    max-width: 350px;
    margin: 0 auto 2px;
  }
  .smart_slot--img {
    background-size: 130%;
    background-position: top center;
    height: 125vw;
    aspect-ratio: auto;
  } 
	.smart_slot--box {
		max-width: inherit;
		margin: 0 auto;
		padding: 18px 5px 0;
	}
  .smart_slot--img .c-h2__title {
    margin: 0 auto 10px;
    font-size: 5vw;
  }
	.smart_slot__text-top {
		font-size: 2.5vw;
		margin-bottom: 10px;
    text-shadow: 0 0 22px rgba(0,0,0,1),0 0 22px rgba(0,0,0,1),0 0 18px rgba(0,0,0,1),0 0 18px rgba(0,0,0,1),0 0 10px rgba(0,0,0,1),0 0 10px rgba(0,0,0,1),0 0 8px rgba(0,0,0,1),0 0 8px rgba(0,0,0,1);
	}
	.smart_slot__text {
		font-size: 3vw;
		margin-bottom: 10px;
	}
	.smart_slot__text-top br.sp-only{
		display: block;
	}
}
/* タブレット デバイス縦向き */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  .smart_slot__award-million img {
    min-width: 270px;
  }
  .smart_slot .c-h2__title {
    margin-bottom: 10px;
  }
  .smart_slot__award-million {
    margin-bottom: 0;
  }
}
/* --------------------------------------------------
		monster
-------------------------------------------------- */
.monster {
  background-color: #FFFFFF;
}
.monster--area-01,
.monster--area-02,
.monster--area-03 {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
	padding-bottom: 50px;
  display: flex;
  align-items: flex-end;
}
.monster--area-01  {
  aspect-ratio: 1 / 0.743;
	background-image: url(../img/monster_01.jpg);
}
.monster--area-01,
.monster--area-03 {
  justify-content: flex-start;
}
.monster--area-02 {
  aspect-ratio: 1 / 0.744;
	background-image: url(../img/monster_02.jpg);
  justify-content: flex-end;
}
.monster--area-03 {
  aspect-ratio: 1 / 0.749;
	background-image: url(../img/monster_03.jpg);
}
.monster--area-01 .monster--box,
.monster--area-03 .monster--box {
  text-align: left;
  margin: 0;
}
.monster--area-02 .monster--box {
  padding-right: 0;
  margin: 0 130px 0 auto;
}
.monster--area-02 .monster--box {
  text-align: left;
}
.monster--box {
	z-index: 1;
  padding-top: 50px;
  padding-bottom: 60px;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.6;
}
.monster--box .c-h2__title {
  margin: 0 0 30px;
}
.monster__alias {
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 0;
}
.monster__name {
	font-size: 6rem;
	line-height: 1.2;
	font-weight: bold;
  margin-top: -6px;
  margin-bottom: 6px;
}
.monster__alias,
.monster__name {
  text-shadow: 0 0 32px rgba(0,0,0,1),0 0 32px rgba(0,0,0,1),0 0 32px rgba(0,0,0,1),0 0 32px rgba(0,0,0,1);
}
.monster__text {
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 0;
  text-shadow: 0 0 25px rgba(0, 0, 0, 1), 0 0 25px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 1);
}
@media screen and (max-width: 1060px) and (min-width: 767px) {

	.monster__text {
		font-size: 2rem;
	}
	.monster__title {
		font-size: 3rem;
	}

}
@media screen and (max-width: 767px) {
  .monster--area-01 {
    margin-top: 25px;
  }
  .monster--area-01,
  .monster--area-02,
  .monster--area-03 {
    aspect-ratio: auto;
    height: 94vw;
    padding: 0;
  }
  
  .monster--area-02 .monster--box {
    margin-right: 0;
    padding-right: 12px;
  }
	.monster--box {
		max-width: inherit;
		margin: 0 auto;
    padding: 30px 12px;
	}
  .monster .c-h2__title {
    margin: 0 auto 10px;
    font-size: 5vw;
  }
	.monster__title {
		font-size: 4vw;
	}
  .monster__alias {
    font-size: 4vw;
  }
  .monster__name {
    font-size: 5vw;
    margin-top: 0;
    margin-bottom: 4px;
    text-shadow: 0 0 22px rgba(0,0,0,1),0 0 22px rgba(0,0,0,1),0 0 12px rgba(0,0,0,1),0 0 12px rgba(0,0,0,1);
  }
	.monster__text {
		font-size: 3vw;
		margin-bottom: 10px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 1), 0 0 15px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1);
	}
  monster__name
	.monster__text br.pc-only{
		display: none;
	}
}
/* タブレット デバイス縦向き */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  .monster--box {
    padding-bottom: 0;
  }
}

/* --------------------------------------------------
		spec
-------------------------------------------------- */
.spec-box {
	position: relative;
	background-image: url(../img/spec_bg.jpg);
	background-repeat: repeat;
	background-position: center center;
	padding: 1px 0 100px;
	text-align: center;
}
.spec-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 100%;
	background: -webkit-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,0.9));
	background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.9));
}
.spec-box:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/* height: 150px; */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
.machine-box{
	padding: 0 20px;
}

@media screen and (max-width: 767px) {
.spec-box {
	padding: 10px 0 40px;
}
.spec-box:before {
	width: 30%;
}
/* .spec-box:after {
	height: 80px;
} */
.spec__image--02{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
}

/* --------------------------------------------------
		promotion
-------------------------------------------------- */
.promotion {
	padding: 90px 0 0;
}
.promotion .u-cts__inner + .u-cts__inner {
  margin-top: 60px;
}
.promotion-box {
  position: relative;
}
.promotion-box__body {
  position: relative;
	z-index: 1;
	box-sizing: border-box;
	/* width: 800px; */
	max-width: 800px;
	margin: 0 auto 0;
}
.promotion-box__body .promotion-button .button {
	position: relative;
	display: block;
	max-width: 800px;
  width: 100%;
  height: auto;
	margin: 0 auto;
}
.promotion-box__body .promotion-button a.button {
	transition: opacity .3s ease;
}
.promotion-box__body .promotion-button a.button:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 128px;
	height: 80px;
	background-image: url(../img/icon_play.png);
	background-size: 100% 100%;
	transform: translate(-50%, -50%);
}
.promotion-button{
	max-width: 800px;
	margin: 0 auto;
}
.promotion-button img{
	max-width: 100%;
	height: auto;
}
.promotion-box-link li {
  aspect-ratio: 9 / 16;
  max-width: 338px;
}

.promotion-box-link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.promotion-box-link .promotion-box-link-button {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.promotion-box-link a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/icon_play.png) center / 45% auto no-repeat;
}
@media screen and (min-width: 768px) {
	.promotion-box__body .promotion-button a.button:hover {
		opacity: 0.85;
	}
}
@media screen and (max-width: 767px) {
	.promotion {
		min-height: inherit;
    padding: 30px 0 0;
	}
	.promotion-box__body {
		width: 90%;
		max-width: inherit;
	}
	.promotion-box__h3 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.promotion-box__text{
		font-size: 1.3rem;
	}
  .promotion-box__body .promotion-button a.button:after {
		width: 64px;
		height: 40px;
	}
  .promotion .u-cts__inner + .u-cts__inner {
    margin-top: 30px;
  }
}

/* --------------------------------------------------
		common style
-------------------------------------------------- */

.pc-br{
	display: inline;
}
.tb-only-br {
  display: none;
}
.sp-br{
	display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tb-only-br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
	.pc-br{
		display: none;
	}
	.sp-br{
		display: inline;
	}
}



/* --------------------------------------------------
		※※※※※
-------------------------------------------------- */

@media screen and (max-width: 767px) {
}
