/* Font */

/*
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@200;300;400;500;600;700&display=swap");
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&family=Noto+Sans:wght@400;600&family=Teko:wght@400;600&display=swap");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css");

/*
.main {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
  	background-size: cover;
}
*/

/* Normal */

a {
  color: #FF008B;
  text-decoration: none;
}

a:hover {
  color: #FF008B;
  text-decoration: underline;
}

body {
  color: #1E1E28;
  font-size: 16px;
}

body a,
body img {
  outline: none !important;
}


/* Header */
.header__logo {
	width: 240px;
	height: 90px;
}

@media screen and (max-width:768px) {
	.header__logo {
		width: 135px;
		height: 52px;
		margin: 0 8px;
	}
}


/* Default */

.main {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.main {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
}

.main {
  background-color: #F3F3F3;

}

.main h1,
.main h2 {
  font-family: 'Noto Sans JP', sans-serif;
  word-break: normal;
  text-transform: uppercase;
  line-height: normal;
  color: #1E1E28;
}

.main h1,
.main h2 {
  font-size: 2.6rem;
  line-height: normal;
  font-weight: 600;
  text-align: center;
  color: #1E1E28;
  letter-spacing: -2px;
}

.main h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
  color: #1E1E28;
}

@media screen and (max-width:768px) {
	.main h3 {
	padding: 0 0 1.0rem 0;
	}
	.main h3 span.break {
		font-size: 2.0rem !important;
		font-weight: 700 !important;
	}
}
.main h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  padding: 1.0rem;
  font-weight: 700;
}

.main h5 {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  color: #1E1E28;
}

.main h3 span {
  display: block;
  margin-top: 5px;
  font-weight: 100;
  font-size: 1rem
}

.main p {
  word-break: normal;
  font-family: 'Noto Sans JP JP', 'Meiryo', sans-serif;
}

.main i {
  font-weight: 700;
  color: #C8C9C7;
}

.main img {
  border: 0;
  vertical-align: top;
  border-radius: 0;
}

.main .bg_white {
  background-color: #FFF;
}

.main .inner-container-1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.0rem;
}

.main .inner-container-1920 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

/*
.main .header__logo {
  height: 62px;
  width: 240px;
  margin: 30px 0;
}
*/

.footer {
  color: #1E1E28;
}
.footer-copyright{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: .9rem;
}

.main ul.intro-remarks {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 400px;
  width: 100%;
}

.main p.note {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.0rem;
  line-height: 1.8;
}

.main p.note span.f2 {
  font-size: 1.2rem;
  display: block;
}

.main p.note small{
  font-size: 1.0rem;
}

.main .intro p {
  display: block;
  padding-left: 25px;
}

.main .prizes p {
  display: block;
  padding-left: 6px;
}

.main .prizes .prizes-width {
  width: 400px;
}

/* Section */

.section_title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
    padding: 70px 0 8px;
    text-align: center;
    max-width: 900px;
	  width: 100%;
    margin: 0 auto;
}

.list-icon {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 0px 0px 1px #dadada;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color='#dadada')";
}

.list-icon--wrapper {
    padding: 30px 20px;
}

.wide .list-icon--content {
		width:100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;

    padding: 0 0 20px 0;
    list-style-type: none;
}
.list-icon--content > li.info-circle-icon {
	/* padding-left: 20px; */
	padding: 0 20px;
}
.list-icon--content > li.grey {
	color: #000;
}
/* Section 1 */

#section1 {
  background: url("https://fakeimg.pl/1920x680/");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 680px;
}


.bg_blur {
    background-image: url(../img/main-m-blur.jpg);
    background-position: 50% top;
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    -webkit-backface-visibility: hidden;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: all .5s linear;
    -o-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.desc-wrapper {
  position: absolute;
  bottom: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  left:50%;
  margin-left:-70px;
  margin-bottom:50px;
}
.desc-wrapper1 {
  position: absolute;
  bottom: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  right:30px;
  margin-bottom:60px;
}

.title-line {
  border-left: 10px solid #84329B;
  padding-left: 10px
}

.main .rules {
  background-color: #C8C9C7;
  color: #000;
  padding: 0 0 5rem 0;
}



/* .card {box-shadow: 5px 5px 0px 0px rgba(135,50,155,1);} */
.card > img {
	padding: 20px 0;
	width: 70%;
	margin: 0 auto;
}

#feature .container .feature-desc {
	padding: 0 5rem;

  padding-right: 0;
  text-align: left;
}

#feature .container:nth-child(even) .feature-desc {
  padding: 0 5rem;

	padding-left: 0;
	text-align: right;
}

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

	#feature .container .feature-desc {
		padding: 0;

		padding-right: 0;
		text-align: left;
	}

	#feature .container:nth-child(even) .feature-desc {
		padding: 0;

		padding-left: 0;
		text-align: left;
	}

}


.header-line {
	border-bottom:1px solid #e5e5e5;
	margin-bottom: 3rem;
}

#specs h4 {
	padding: 0;

	text-transform:uppercase;
	font-weight: 700;
	font-style: italic;
	background:#E1E1E1;
	padding: .5rem;
}
#specs ul {
	list-style-type: none;
  list-style-position: unset;
  padding: 0;
}

#specs ul li {
  font-family: 'Noto Sans JP', sans-serif;
	padding: .5rem;
}

.specs-item {
	font-weight:700;
	text-transform:uppercase;
}

.specs-group {
	width: 50%;
	float: left;
}

#specs .specs-group div{
	padding: 0 0 1rem 0;
}

@media screen and (max-width:768px) {
	.specs-group {
		width: 50%;
		float: left;
	}
}

@media screen and (max-width:425px) {
	.specs-group {
		width: 100%;
		float: left;
	}
}

/* Boostrap Hack */

.navbar {
  padding: 0;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 4.7rem;
}

.card {
  border: 0;
  border-radius: 0;
  --bs-card-bg: transparent;
}

.card-text {
  font-family: 'Noto Sans JP JP', 'Meiryo', sans-serif;
  font-size: 1.0rem;
  line-height: normal;
  color: #FFF;
}

.card-title {
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 0.55rem;
  line-height: 1;
  color: #FFF;
}

/*
.card-body {
  min-height: 30vh;
}
*/

.card-body a {
  font-size: 1.2rem !important;
}

.cm-border {
  border-bottom: 10px solid #84329B;
}

.card-space {
  margin: 0 auto 2rem;
}

.card-size {
  width: 100%;
  height: auto;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-right: 0;
  padding-left: 0
}

/* Widget */

.scrolltop {
  position: fixed;
  right: 0;
  bottom: 2.9%;
  z-index: 1000;
}

.scrolltop a{
  color: #FFF;
}

.scrolltop a:hover {
  color: #FFF;
  cursor: pointer;
}

.scrolltop a span {
  background-color: rgb(255, 0, 139);
  width: 48px;
  height: 40px;
  text-align: center;
  display: block;
}
.scrolltop a:hover span {
  width: 63px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out
}
/* Terms */

ul.terms {
  list-style-type: square;
  list-style-position: outside;
}

ul.terms {
  font-family: 'Noto Sans JP JP', 'Meiryo', sans-serif;
  font-size: 0.9rem;
  color: #53565A;
  line-height: 2;
}

/* Gallery */

figure {
  border: 0px solid #000;
  position: relative
}

figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden
}

figure img {
  display: block;
  width: 100%;
  height: auto
}

figcaption {
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  min-height: 160px;
}
figure:hover > figcaption{
  background: rgba(0, 0, 0, 0.3);

  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out

}
/* Image Zoom In */

.column {
  padding: 0
}

.column::after {
  content: '';
  clear: both;
  display: block
}

.column div {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  margin: 0 0 0 25px;
  padding: 0
}

.column div:first-child {
  margin-left: 0
}

.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

/* .hover01 figure:hover img{-webkit-transform:scale(1.3);transform:scale(1.3)} */

.hover02 {
  background-color: #333;
}

.hover02 .image {
  opacity: 1;
}

.hover02:hover {
  opacity: 0.9;
  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
}

.hover02:hover .image {
  opacity: 0.5;
}

/* RWD */

@media screen and (max-width:1200px) {
  .navbar-brand {
    padding-left: 1.9rem;
  }
}

@media screen and (max-width:768px) {
  .main h1, .main h2 {
    font-size: 1.8rem
  }
	/*
  .main .header__logo {
    height: 35px;
    width: auto;
    margin: 0
  }
	*/
  .main h3 span {
    font-size: .9rem
  }
  .navbar {
    padding: 0
  }
  .navbar-brand {
    padding-top: .52rem;
    padding-bottom: .52rem;
    padding-left: .9rem
  }
  .desc-wrapper {
    margin: 20px auto 0;
    margin-left: -20px;
  }
	.desc-wrapper1 {
    right: 20px;
    margin-bottom: 52px;
	}
}

@media screen and (max-width:576px) {
  .main h1 {
    font-size: 1.6rem;
  }
  .btn-cm {
    font-size: 1.2rem;
    padding: 0.3rem 0.5rem;
  }
  .desc-wrapper {
    margin: 20px auto 0;
    margin-left: -50px;
  }
  .desc-wrapper1 {
		margin: 0 0 5px 0;
    right: 50%;
    margin-right: -80px;
  }
  .space-r-1 {
    padding-right: 0;
  }
  .main .prizes .prizes-width {
    width: 90%;
  }
  #section1 {
    height: 350px;
  }
}


blockquote {
  border-left: 0.3rem solid #84329B;
  margin-left: 0;
  margin-right: 0;
  padding: .4rem 0 .4rem 1.0rem;
}

blockquote p {
  padding: 0;
  margin: 0;
}

blockquote *:last-child {
  margin-bottom: 0;
}

.psu-row a:link, .psu-row a:active, .psu-row a:visited { color:#FFF; text-decoration: none;}
.psu-row a:hover { color:#FFF; text-decoration: underline;}
.psu-row a:hover[class="external"]:after {
  font-family: 'FontAwesome';
  content: " \f35d";
}

.white {color:#FFF;}

.img-xl {display:block;}
.img-lg {display:none;}
.img-md {display:none;}
.img-sm {display:none;}
@media screen and (max-width:1920px) {
  .img-xl {display:none;}
  .img-lg {display:block;}
	.img-md {display:none;}
	.img-sm {display:none;}
}
@media screen and (max-width:768px) {
  .img-xl {display:none;}
	.img-lg {display:none;}
	.img-md {display:block;margin:0 auto;}
	.img-sm {display:none;}
}
@media screen and (max-width:425px) {
  .img-xl {display:none;}
	.img-lg {display:none;}
	.img-md {display:none;}
	.img-sm {display:block;margin:0 auto;}
}
.sp-box{ padding:3rem 8rem 0 8rem}
@media screen and (max-width:768px) {
	.sp-box {padding: 3rem 0 0 0;}
}
span.break{ display: inline;}
@media screen and (max-width:768px) {
	span.break{ display: block; padding: 0 30px;}
}

div.top-hero-bg {
	padding: 3% 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), color-stop(90%, rgba(0, 0, 0, 0)), to(#FFF));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 90%, #FFF 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 90%, #FFF 100%);
}


/* Hack */
.btn {
  background-color: #FF008B;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border: 3px solid #FF008B;
  border-radius: 0;
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  text-transform: uppercase;
  padding: 17px 66px 15px 48px;
}

.btn:hover {
  background-color: transparent;
  border: 3px solid #FF008B;
  color: #FF008B;
  text-decoration: none;
}
.btn.active {
  background-color: #FF008B;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
	background: #FF008B;
	color: #FFF;
	border: 0;
	border-radius: 0;
}
.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #FF008B;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FF008B;
}
.owl-nav { display: none; }
.owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -96px;
}


ul.dealer li img:hover {
	animation: bounce;
	animation-duration: 0.5s;
}


.wrap {
	max-width: 1400px;
	width: 100%;
	margin: auto;
}
ul.dealer {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	list-style:none;
	padding: 0;
	margin: 0;
}
ul.dealer li {
	width: 200px;
	margin: 20px 10px;
}
ul.dealer li img {
	max-width: 100%;
}

.accordion {
  --bs-accordion-bg: transparent;
}
.accordion-item {
	border: 0;
	border-bottom: 1px solid rgba(224,205,233,.25);
}
.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.accordion-button {
	font-size: 1.2rem;
	font-weight: 600;
	padding: var(--bs-accordion-btn-padding-y) 10px;
}
.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
/*
.accordion-button .collapsed {
	background: #FF008B !important;
	color: #FFF !important;
}

.accordion-button:not(.collapsed) {
	background: #FF008B !important;
	color: #FFF !important;
}
*/
.accordion-button:not(.collapsed) {
	color: #1E1E28;
	background-color: transparent;
}
.accordion-button:focus {
	border: 0;
	box-shadow: none;
	background: #FF008B !important;
	color: #FFF !important;
}
.accordion-button:hover {
	background: #FF008B;
	color: #FFF;
}
/*
.accordion-item:first-child .accordion-button{
	background: #FF008B;
	color: #FFF;
}
*/
#features .product-title {
  text-align: center;
}
#features .product-description {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.navbar .navbar-nav .nav-link {
  padding: 10px 20px;
}

.glass {
	padding: 30px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2), inset 0 0 200px rgba(255,255,255,.3);
	border-radius: 5px;
	position: relative;
	z-index: 1;
	background: inherit;
	overflow: hidden;
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
}
.prizes {
	    width: 100%;
	    overflow: hidden;
	    margin: 0 auto;
}
  
.prizes img {
	    width: 100%;
	    transition: 0.2s all ease-in-out;
}
  
.prizes:hover img {
	transform: scale(1.2);
}