﻿@charset "utf-8";

/* arrows ################################################################################## */
.arrow {
  display: inline-flex;
  transform: rotate(90deg);
} 
.arrow::after {
  content: '';
  width: 100px;
  height: 15px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}

/* Slider ################################################################################## */
.slick-slider {
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick_container {
    margin: 2rem auto 0;
    position: relative;
}

.slick_slider  { width: 100%; }

.slick_slider li { margin: 0 1.5rem; }

.slick-list:focus { outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}

.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
  -webkit-transition: 0.5s ease-in-out;  
  -moz-transition: 0.5s ease-in-out;  
  -o-transition: 0.5s ease-in-out;  
  transition: 0.5s ease-in-out; 
}

.slick-slide img:hover {
  opacity: 1;  
  filter: alpha(opacity=100);
}

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden { display: none; }

/* Arrows */
button.slick-prev, button.slick-next {
    z-index:2;
}

.slick-arrow{z-index:10;/* 値は適当に */}

.slick-prev,
.slick-next {
  display: none;
}

@media (min-width: 415px) {
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  display: block;
  height: 40px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before { opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before { opacity: .25; }

.slick-prev:before,
.slick-next:before {
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev { left: 15px; }

.slick-prev:before { content: ''; }

.slick-next { right: 15px; }

.slick-next:before { content: ''; }

/* Dots */
.slick-dotted.slick-slider {
}

.slick-dots {
  display: block;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 .7rem !important;
  padding: 0;
  position: relative;
  width: 10px;
}

.slick-dots li button {
  background: transparent;
  border: 0;
  color: #090d24;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 10px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 10px;
}

.slick-dots li button:hover,
.slick-dots li button:focus { outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before { opacity: 1; }

.slick-dots li button:before {
  color: #090d24;
  content: '●';
  font-size: 18px;
  height: 10px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 10px;
  opacity: .35;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #090d24;
  opacity: .95;
}

.slick-track {
  display: flex;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

#top .slick-list {
}

#top .slick_slider_detail .slick-list {
  padding: 0 !important;
}

#lp .slick-list {
  padding: 0 25% 0 0!important;
}

#lp .slick_slider_detail .slick-list {
  padding: 0 !important;
}

.slick_slider_detail .slick-list {
  padding: 0 !important;
}

.item-img-main img {
  width: 100%;
  height: auto;
}
.item-img-thumb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-right: -5px;
  margin-left: -5px;
}
.item-img-thumb .thumbnail-item {
  width: 25%;
  padding-right: 5px;
  padding-left: 5px;
  cursor: pointer;
}
.item-img-thumb .thumbnail-item img {
  width: 100%;
  height: auto;
}
.item-img-thumb .thumbnail-curren
t {
  opacity: 0.8;
}
@media (max-width: 600px) {
.slick_container {
    margin: 0 auto 0;
    position: relative;
}

.slick-inner {
    padding: 0 0 0 2rem;
}


.slick_slider li { margin: 0 .7rem; }
.slick_slider2 li { margin: 0 .7rem; }
.slick_slider_detail li { margin: 0; }

.slick-list {
  padding: 0 25% 0 0!important;
}

.slick-dots li button:before {
  font-size: 12px;
}
}

/* Swiper ################################################################################## */

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -18px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -18px;
}

/* Itemthum ################################################################################## */

.itemThum {
  width: 100%;
  margin: 2rem 0;
}

.itemThum li {
  display: inline-block;
  width: 20%;
  max-width: 104px;
  margin: 0 1rem;
  cursor: pointer;
}

/* Button ################################################################################## */
.button {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 64px;
    margin: 0 0 1rem;
    outline: none;
    text-align: center;
    text-decoration: none;
    padding: 9px 9rem 0 9rem;
    background-color: #090d24;
    border-radius: 4px;
    transition:.4s ease-out;
}

.button span {
    display: block;
    font-size: 10px;
    color: #555;
    padding: 5px 0 0 0;
}


.button::before,
.button::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}

a.button:link {
  color: #fff;
}

a.button:hover {
  opacity: 0.8;
}

a.button:visited {
  color: rgba(255,255,255,.9);
}

/* For End Action */
.btn_end {
  background-color: #090d24;
  border-radius: 4px;
  box-shadow: 0 6px 0 #b70a57;
  color: rgba(255,255,255,.9);
  line-height: 52px;
  position: relative;
  width: 380px;
}

.btn_end:link {
  color: rgba(255,255,255,.9);
  -webkit-transition: none;
  transition: none;
}

.btn_end:visited { color: rgba(255,255,255,.9); }

.btn_end:hover {
  box-shadow: 0 3px 0 #b70a57;
  top: 3px;
}

.btn_end:active {
  box-shadow: none;
  top: 3px;
}

/* For Prev */
.btn_prev {
  background-color: #d0d0d0;
  border-radius: 4px;
  box-shadow: 0 6px 0 #b6b6b6;
  color: #fff;
  line-height: 52px;
  position: relative;
}

.btn_prev:link {
  color: rgba(255,255,255,.9);
  -webkit-transition: none;
  transition: none;
}

.btn_prev:visited { color: #fff; }

.btn_prev:hover {
  box-shadow: 0 3px 0 #b6b6b6;
  top: 3px;
}

.btn_prev:active {
  box-shadow: none;
  top: 3px;
}

/* For Next */
a.btn_next {
    display: block;
    margin: 0 auto 2rem;
    padding: 16px 0;
    min-width: 120px;
    max-width: 340px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: url(https://dear-web.jp/image/arrows_cta.svg) #090d24;
    background-repeat: no-repeat;
    background-position: top 50% right 7%;
    border-radius: 7px;
}

.btn_next:link {
  color: rgba(255,255,255,.9);
  -webkit-transition: .4s;
  transition: .4s;
}

.btn_next:visited { color: rgba(255,255,255,.9); }

.btn_next:hover {
    background-position: top 50% right 6%;
    transform: translate3d(0, 5px, 0);
}

.btn_next:active {
  box-shadow: none;
  top: 3px;
}

/* For More */
a.btn_more {
    display: inline-block;
    border: 1px solid #090d24;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 800;
    padding: 12px 15px;
    margin: 1rem;
    letter-spacing: 1px;
    transition:.4s ease-out;
    min-width: 190px;
    background: linear-gradient(45deg,#090d24 0,#264154 100%);
    color: rgba(255,255,255,.9);
    cursor: pointer;
}

a.btn_more:link {
    color: rgba(255,255,255,.9);
    background: linear-gradient(45deg,#090d24 0,#264154 100%);
}

a.btn_more:visited {
    color: rgba(255,255,255,.9);
    background: linear-gradient(45deg,#090d24 0,#264154 100%);
    border: 1px solid #090d24;
}

a.btn_more:hover {
    color: rgba(255,255,255,.9);
    background: linear-gradient(45deg,#090d24 0,#090d24 100%);
    border: 1px solid #090d24;
}

a.btn_more02 {
    display: inline-block;
    color: #090d24;
    border: 1px solid #090d24;
    border-radius: 9999px;
    font-size: 13px;
    padding: 6px 12px;
    margin: 1rem;
    transition:.4s ease-out;
    min-width: 104px;
}

a.btn_more02:link {
    color: #090d24;
}

a.btn_more02:visited {
    color: #090d24;
    background: rgba(255,255,255,.9);
    border: 1px solid #090d24;
}

a.btn_more02:hover {
    color: rgba(255,255,255,.9);
    background: linear-gradient(45deg,#090d24 0,#264154 100%);
    border: 1px solid #090d24;
}

a.btn_more03 {
    display: inline-block;
    border: 1px solid #ececec;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 800;
    padding: 12px 15px;
    margin: 1rem;
    letter-spacing: 1px;
    transition:.4s ease-out;
    min-width: 184px;
}

a.btn_more03:link {
    color: #090d24;
}

a.btn_more03:visited {
    color: #090d24;
    border: 1px solid #ececec;
}

a.btn_more03:hover {
    color: #fff;
    background: linear-gradient(45deg,#090d24 0,#264154 100%);
    border: 1px solid #090d24;
}

a.btn_more04 {
    display: inline-block;
    border: 1px solid #090d24;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 800;
    padding: 12px 15px;
    margin: 1rem;
    letter-spacing: 1px;
    transition:.4s ease-out;
    min-width: 184px;
    background: linear-gradient(45deg,#090d24 0,#264154 100%);
    color: rgba(255,255,255,.9);
    cursor: pointer;
}

a.btn_more04:link {
    color: rgba(255,255,255,.9);
    background: linear-gradient(45deg,#090d24 0,#264154 100%);
}

a.btn_more04:visited {
    color: rgba(255,255,255,.9);
    background: linear-gradient(45deg,#090d24 0,#264154 100%);
    border: 1px solid #090d24;
}

a.btn_more04:hover {
    color: rgba(255,255,255,.9);
    background: linear-gradient(45deg,#090d24 0,#090d24 100%);
    border: 1px solid #090d24;
}

a.btn_more05 {
    display: inline-block;
    border: 1px solid #090d24;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 800;
    padding: 12px 15px;
    margin: 1rem;
    letter-spacing: 1px;
    transition:.4s ease-out;
    min-width: 184px;
    background: linear-gradient(45deg,#090d24 0,#264154 100%);
    color: rgba(255,255,255,.9);
    cursor: pointer;
}

a.btn_more05:link {
    color: rgba(255,255,255,.9);
    background: linear-gradient(45deg,#090d24 0,#264154 100%);
}

a.btn_more05:visited {
    color: rgba(255,255,255,.9);
    background: linear-gradient(45deg,#090d24 0,#264154 100%);
    border: 1px solid #090d24;
}

a.btn_more05:hover {
    color: rgba(255,255,255,.9);
    background: linear-gradient(45deg,#090d24 0,#090d24 100%);
    border: 1px solid #090d24;
}

@media (max-width: 600px) {
a.btn_more {
    padding: 11px 15px;
}

#lp a.btn_more {
    font-size: 13px;
    margin: 0 .5rem 0;
    min-width: 190px;
}

#products a.btn_more03,
#lp a.btn_more03,
#top a.btn_more03 {
    font-size: 12px;
    margin: 0.5rem;
    min-width: 150px;
}
a.btn_more05 {
    min-width: 150px;
    font-size: 12px;
}
}

/* For CTA */
a.btn_tocta {
    display: inline-block;
    color: #fff;
    background: #090d24;
    border: 1px solid #090d24;
    border-radius: 9999px;
    font-size: 14px;
    padding: 12px 15px;
    margin: 1rem;
    transition:.4s ease-out;
    min-width: 157px;
}

a.btn_tocta:link {
    color: #fff;
}

a.btn_tocta:visited {
    color: #fff;
}

a.btn_tocta:hover {
    opacity: 0.7;  
}

/* moreLabel ################################################################################## */
.morelabelWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 2rem 0 0;
}

.morelabelWrap:after {
    display: block;
    content:"";
    width: calc(100% / 3 - 10px);
}

.moreLabel {
  margin: 0;
}

.moreLabel {
    display: inline-block;
    color: #090d24;
    background: url(https://dear-web.jp/image/plus_s.svg) no-repeat;
    background-position: top 14% right 3%;
    border: 1px solid #ececec;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 800;
    width: calc(100% / 3 - 10px);
    text-align: left;
}

.item-description .moreLabel {
    display: inline-block;
    color: #090d24;
    background: url(https://dear-web.jp/image/plus_s.svg) no-repeat;
    background-position: top 14% right 3%;
    border: 1px solid #ececec;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 800;
    width: calc(100% / 1);
    text-align: left;
    margin: 0 0 1.5rem;
}

.moreLabel a {
    display: block;
    padding: 20px 19px 20px 12px;
}

.moreLabel:hover {
    background: url(https://dear-web.jp/image/plus_s.svg) no-repeat #fafafa;
    background-position: top 13% right 2.7%;
}

.moreLabel span.row {
    padding: 0.3rem 0 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 14px;
    font-weight: normal;
}


@media (max-width: 768px) {
.morelabelWrap {
    margin: 2rem 0 0;
}

.moreLabel,.moreLabel:first-child {
    display: block;
    width: 100%;
    margin: 0 0 1.5rem;
    font-size: 16px;
}

.moreLabel:last-child {
    margin: 0 0 1rem;
}

}

/* steplabel ################################################################################## */
.stepLabelWrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    text-align: center;
    margin: 40px 0 30px;
    width: 100%;
}

.stepLabel {
    position: relative;
    display: inline-block;
    color: #c7c7c7;
    border: 1px solid #c7c7c7;
    border-radius: 7px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 1rem 0;
    padding: 13px 21px;
    text-align: left;
}

.stepLabel-active {
    position: relative;
    display: inline-block;
    color: #090d24;
    border: 1px solid #090d24;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 800;
    margin: 0 1rem 0;
    padding: 13px 21px;
    text-align: left;
}


.stepLabel-selected {
    position: relative;
    padding: 13px 21px;
    display: inline-block;
    color: #fff;
    border: 1px solid #090d24;
    background: #090d24;
    border-radius: 7px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 1rem 0;
    text-align: left;
}

.stepLabel-selected a {
    display: block;
    color: #fff;
}

.stepLabel-selected a:hover {
    color: #d9d9d9;
}

.stepLabel-selected:before {
    content: "";
    position: absolute;
    top: 31%;
    right: -20px;
    margin-left: 0;
    border: 8px solid transparent;
    border-left: 15px solid #090d24;
}

@media (max-width: 600px) {
.stepLabel {
    font-size: 12px;
    margin: 0 .7rem;
    padding: 13px;
}

.stepLabelWrap {
    margin: 0 0 1.5rem;
}

.stepLabel-selected {
    font-size: 12px;
    margin: 0 .7rem;
}

.stepLabel-active {
    font-size: 12px;
    margin: 0 .7rem;
    padding: 13px;
}
}

/* label ################################################################################## */
.limited_label {
    position: relative;
    display: block;
    margin: 1rem auto 0;
    padding: 7px 0;
    min-width: 120px;
    max-width: 297px;
    color: #090d24;
    font-size: 19px;
    font-weight: 600;
    border-radius: 7px;
    border:1px solid #ececec;
}

.limited_label span {
    font-size: 13px;
}

@media (max-width: 600px) {
.limited_label {
    padding: 7px 17px;
    font-size: 14px;
    max-width: 220px;
}
}

/* Price ################################################################################## */
.price {
    text-align: center;
    font-family: 'Akshar', sans-serif !important;
    font-size: 29px;
    display: inline-block;
    margin-right: 5px;
}
.taxin {
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
}
.priceTx {
    font-size: 364%;
    text-align: center;
    margin: 0 auto 1rem;
    line-height: 1.4;
}

.priceTx span.tax {
    font-size: 14px;
}

.priceTx span.en {
    font-size: 14px;
}

@media (max-width: 768px) {
.priceTx {
    font-size: 274%;
    margin: 0 auto;
}
}

/* fuwafuwa ################################################################################## */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}

.delayed-image {
	/* じわっと画像が表示される */
 	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

/* fadeIn ################################################################################## */
.delayed-image {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
 
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* Scroll ################################################################################## */

a.scroll { 
  padding-top: 60px;
  position: absolute;
  top: 65vh;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}

a.scroll:link { color: #fff; }

a.scroll:visited { color: #fff; }

a.scroll span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
a.scroll span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


/*アコーディオン開閉表示*/
.accordion_tab {
position: relative;
color: #090d24;
overflow: hidden;
border-bottom: 1px solid #ececec;
padding: 1rem 0;
}

@media (max-width: 768px) {
.accordion_tab {
padding: .5rem 0;
}
}

.accordion_tab input[type="checkbox"] {
position: absolute;
opacity: 0;
z-index: -1;
}
/*表示ラベル*/
.accordion_tab label {
position: relative;
display: block;
font-weight: 800;
line-height: 1.7;
padding: 10px 55px 10px 0;
cursor: pointer;
font-size: 17px;
}

.accordion_contents {
max-height: 0;
overflow: hidden;
transition: max-height .50s;
}
.accordion_contents a{
text-decoration:none;
}
/* クリック時に開く */
input:checked ~ .accordion_contents {
max-height: 100%;
}
/* ラベルに「+」アイコン */
.accordion_tab label::after {
position: absolute;
right: .84%;
top: 0;
display: block;
width: 3em;
height: 3em;
line-height: 3;
text-align: center;
font-size: 2.4rem;
color: #444;
}
/* 「+」アイコンのアクション*/
.accordion_tab input[type=checkbox] + label::after {
content: url(https://dear-web.jp/image/plus.svg);
}
.accordion_tab input[type=checkbox]:checked + label::after {
content: url(https://dear-web.jp/image/minus.svg);
}

@media (max-width: 520px) {
.accordion_tab label {
font-size: 16px;
}
.accordion_contents p {
font-size: 14px;
}
/* ラベルに「+」アイコン */
.accordion_tab label::after {
width: 1.5em;
height: 1.5em;
line-height: 2;
}
.accordion_tab input[type=checkbox] + label::after {
content: url(https://dear-web.jp/image/plus_s.svg);
}
.accordion_tab input[type=checkbox]:checked + label::after {
content: url(https://dear-web.jp/image/minus_s.svg);
}
}

/* ScrollDown ################################################################################## */

.scrollDown {
  position: absolute;
  bottom: 0;
  left: 50%;
}

.scrollDown:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ececec;
    animation:
    circlemove 2.2s ease-in-out infinite,
    cirlemovehide 2.2s ease-out infinite;
}

@keyframes circlemove{
      0%{ bottom:55px; }
     100%{ bottom:-5px; }
}

@keyframes cirlemovehide{
      0%{ opacity:0 }
     50%{ opacity:1; }
    80%{ opacity:0.74; }
  100%{ opacity:0; }
}

.scrollDown:after{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 57px;
  background: rgba(255,255,255,.47);
}

/* FadeInUp ################################################################################## */
.fadeinUp {
  opacity : 0;
  transform : translate(0, 17px);
  transition : all 1.2s;
}
 
.fadeinUp.active{
  opacity : 1;
  transform : translate(0, 0);
}

/* slideIn ################################################################################## */
.text__slideIn {
  animation: slideIn 1.6s;
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Floating ################################################################################## */
.floating_bnr {
    width: 100%;
    max-width: 300px;
    position: fixed;
    right: 25px;
    bottom: 3%;
    z-index: 999;
}

.floating_bnr img {
    display: inline-block;
    border-radius: 8px;
}

.onClose {
    width: 44px;
    position: absolute;
    top: -40px;
    right: -20px;
    cursor: pointer;
}

.onClose img {
    width: 100%;
}
    
.pc_floating {
    display:block;
}

.closebnr {
    display: none;
}

@media(max-width:750px){
.floating_bnr {
    width: 100%;
    max-width: none;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255,255,255,.98);
    z-index: 999;
}
}

/* limitedTx ################################################################################## */
.limitedTx {
    display: inline-block;
    padding: 0;
    margin: -2rem 0 .2rem;
    font-size: 24px;
    font-weight: 600;
    font-family: trajan-pro-3, serif;
    letter-spacing: 0;
}

@media (max-width: 600px) {
.limitedTx {
    margin: -0.5rem 0 0;
    font-size: 20px;
}
}

/* exTitle ################################################################################## */
.exTitle {
    color: #090d24;
    font-size: 52px;
    text-align: center;
    margin: 0;
    line-height: 1;
    font-family: trajan-pro-3, serif;
    font-weight: normal;
    letter-spacing: 1px;
    word-break: break-all;
}

.exTitle span {
    display: inline-block;
    padding: 1rem 0;
    margin: 0 1rem;
    font-size: 24px;
    font-weight: 600;
    font-family: trajan-pro-3, serif;
    letter-spacing: 0;
}

.exTitle span.subTitle {
    font-family: trajan-pro-3,source-han-serif-japanese,'Noto Sans Japanese', sans-serif;
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
}

@media (max-width: 600px) {
.exTitle {
    font-size: 39px;
    line-height: 1.3;
}

.exTitle span {
    font-size: 20px;
    line-height: 1.2;
    display: block;
    padding: 0.5rem 0;
    margin: 0;
}

.exTitle span.subTitle {
    display: block;
}
}

/* copyTarget ################################################################################## */

input#copyTarget {
    opacity: 0;
    height: 10px;
}


/* CSR ################################################################################## */
.slick_container .csr_bg {
    position: relative;
    background-attachment: fixed;
    background: url(https://dear-web.jp/image/csr_back.png) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    margin: 0 auto;
    width: 100%;
    height: 39vh;
    z-index: -1;
}

@media (max-width: 600px) {
.slick_container .csr_bg {
    margin: 0 auto;
    height: 23.38vh;
}
}

/* CODE ################################################################################## */
.promotionCode {
    text-align: center;
    color: #090d24;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Akshar','Noto Sans Japanese', sans-serif !important;
    background: #fafafa;
    padding: 18px 0 23px;
    background: #f7f7f7;
    margin: 0 auto;
}

.promotionCode img {
    width: 24px;
    vertical-align: middle;
    margin: 0 10px 4px 0;
    padding: 3px;
    background: #090d24;
    border-radius: 9999px;
    opacity: 0;
    animation: appeare 0s ease 3s 1 normal forwards running;
}

@keyframes appeare {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.promotionCode img.code_icon {
    width: 24px;
    vertical-align: middle;
    margin: 0 0 0 7px;
    padding: 0 0 3px;
    background: none;
    border-radius: unset;
    opacity: 1;
}

.promotionCode p {
    display: inline-block;
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
}

.promotionCode p span {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #090d24;
}

.promotionCode a.btn_more {
    display: inline-block;
    border: none;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: bold;
    padding: 1rem;
    margin: 0 1rem;
    letter-spacing: 1px;
    min-width: 184px;
    background: #2271b1;
    color: rgba(255,255,255,.9);
    cursor: pointer;
    line-height: 1.8;
}

@media (max-width: 600px) {
.promotionCode {
    padding: 2rem 0 2.5rem;
}

.promotionCode p {
    font-size: 23px;
}

.promotionCode p span {
    font-size: 15px;
}

.promotionCode a.btn_more {
    border: none;
    margin: 1rem 0 0;
}
}

/* YouTube ################################################################################## */
.youtubeWrap {
  max-width: 600px;
  margin: auto;
}

.youtube {
  position: relative;
  width:100%;
  height:0;
  padding-top: 56.25%;
}

.youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}