@charset "UTF-8";
/* CSS Document */
html {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
body, h1 {
  margin: 0;
  overflow-x: clip;
}
body.is-lock {
  overflow: hidden;
  height: 100vh;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
p,h3{
	margin: 0;
}
header {
  position: fixed;
  top: 4%;
  right: 3%;
  z-index: 500;
}
img{
	width: 100%;
	vertical-align:top;
}
.shadow{
	  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.5));
}
.sp-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.sp-nav-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.sp-nav-half {
  position: fixed;
  top: 0;
  right: 0;
  width: 50vw;
  max-width: 480px;
  height: 100vh;
  background: #232323;
  box-shadow: -8px 0 32px rgba(0,0,0,0.13);
  z-index: 1001;
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform .4s cubic-bezier(.23,1,.32,1), opacity .4s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 3rem 2rem 2rem 2rem;
}
.sp-nav-half.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.sp-nav-half .close-btn {
  position: absolute;
  top: 2rem; right: 2rem;
  background: none;
  border: none;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}
#menu-logo{
	width: 180px;
}
.sp-nav-half .nav-list {
  margin: 4rem 0 0 0;
  width: 100%;
  list-style: none;
  padding: 0;
}
.sp-nav-half .nav-list li {
  margin-bottom: 1.4rem;
}
.sp-nav-half .nav-list a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  font-weight: 500;
  transition: color .2s;
  display: block;
  border-radius: 5px;
}
.sp-nav-half .nav-list a:hover {
  color: #f5695f;
}
.icon {
  width: 40px; height: 40px; display: flex; flex-direction: column; justify-content: center; cursor: pointer;
}
.icon span {
  display: block;
  width: 100%; height: 4px;
  background: #333;
  margin: 5px 0;
  border-radius: 2px;
  transition: all 0.4s;
}
.sub-menu{

}
.sub-menu li{
	position: relative;
		padding-left: 40px;
}
.sub-menu li::before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #cccccc;
	position: absolute;
	left: 0;
	top: 10px;
}
.sub-menu li a{
	font-size: 14px!important;
	font-weight: lighter!important;
}
footer {
	background-color: #313131;}
.footer-inner {
  padding: 20px 60px;
  text-align: center
}
.footer-logo {
  width: 180px;
  margin: 0 auto 10px;
}
.footer-sns, .footer-info ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
}
#menu-footer li a{
	color: #fff;
}
#footer-access{
	color: #fff;
	font-weight: lighter;
	font-size: 14px;
}
.footer-sns img {
  width: 40px;
}
.footer-info {
  font-size: 10px;
  font-weight: lighter;
  color: #fff;
}
.footer-copy {
  text-align: center;
  font-size: 10px;
  font-weight: lighter;
  padding: 10px;
  line-height: 1;
}
.footer-copy p {
  color: #ffffff;
}

.section-inner{
	padding: 0 20px;
	margin: auto;
	position: relative;
}
.mt-80{
	margin-top: 80px;
}
.hero-wrap{
	max-width: 1100px;
	margin: auto;
	position: relative;
		height: 900px;
		display: flex;
		justify-content: center;
	align-items: center;
}
.hero{
	position: absolute; 
   width : 1100px; 
   height : 100%; 
	background-image: url("../img/TOP-photo.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.logo{
	max-width: 600px;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	z-index: 499;
}
#slide{
	background-color: #000;
	position: relative;
}
.slide-media::before{
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 1) 90%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
#swipes{
	height: 900px;
}
.swipe{
	position: absolute;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.swipe img{
	height: 900px;
	width: 1440px;
}
.about{
	text-align: center;
	color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	z-index: 2;
}
.about h2{
	font-size: 30px;
	margin-bottom: 20px;
}
.about p{
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 2;
}
.about-note{
position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 12px;
    color: #fff;
    z-index: 2;
    font-weight: lighter;
}
#section-logo{
	text-align: center;
}
#section-logo img{
	max-width: 300px;
	}
.section-ttl{
	position: relative;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-ttl img{
	height: 23px;
	width: auto;
	position: relative;
	z-index: 2;
}
.section-ttl::before{
	content: "";
	width: 100vw;
	height: 100%;
	display: inline-block;
	background-color: #e1e2e3;
	position: absolute;
	  left: 50%;
  transform: translateX(-50%);
}
#ttl-grad::before{
	content: "";
  background-image: linear-gradient(90deg, rgba(251, 112, 153, 1), rgba(254, 220, 69, 1));
}
.future-wrap{
	display: flex;
	gap: 60px;
	flex-wrap: wrap;
	justify-content: center;
	margin: 60px 0;
	transition: 0.6s;
}
.future-item{
	max-width: 370px;
	background-color: #dcdcdc;
	border-radius: 10px;
}
.future-ttl{
	text-align: center;
	color: #fff;
	line-height: 40px;
	border-radius: 10px 10px 0 0;
}
.grad1{
	background-image: linear-gradient(90deg, rgba(255, 147, 76, 1), rgba(252, 104, 111, 1));
}
.grad2{
	background-image: linear-gradient(150deg, rgba(9, 187, 254, 1), rgba(90, 66, 236, 1));
}
.grad3{
	    background-image: linear-gradient(150deg, rgba(50, 245, 35, 1), rgba(20, 210, 180, 1));
}
.future-item img{
	height: 200px;
	object-fit: cover;
}
.future-item-inner{
	padding: 20px;
}
.note{
	font-size: 12px;
	font-weight: lighter;
}
.parts-wrap{
	margin: 80px auto 0;
	max-width: 700px;
}
.styling-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 30px;
	justify-content: center;
	margin-top: 80px;
}
.styling-wrap{
	max-width: 700px;
	width: 48%;
	min-width: 500px;
	position: relative;
}
#design,#design_f{
	position: absolute;
	top: 0;
	left: 0;
}
.select-ttl{
	text-align: center;
	margin-bottom: 5px;
}
.color-select{
	 display: flex;
    gap: 20px;
    justify-content: center;
	margin-bottom: 20px;
}
.color-select li{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: solid 1px #dcdcdc;
	cursor: pointer;
	transition: 0.4s;
}
.color-select li:hover{
	transform: scale(1.1);
}

#red{
	background-color: #b53830;
}
#black{
	background-color: #000;
}
#white{
	background-color: #fff;
}
#green{
	background-color: #12312b;
}
#silver{
	background-color: #6f8390;
}
#gray{
	background-color: #444241;
}
#blue{
	background-color: #1e82c8;
}
#deepblue{
	background-color: #052287;
}
.monitor-btn-wrap{
	padding: 0 20px;
	margin-top: 80px;
}
.monitor-btn{
	max-width: 1210px;
	margin: auto;
	padding: 30px;
	font-weight: bold;
	color: #fff;
	font-size: 30px;
	border-radius: 10px;
	text-align: center;
	background-color: #000;
}
.monitor-btn p{
	transform: skewX(-12deg);
}
.menu-wrap{
	margin: 80px auto;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}
.menu-wrap a{
	position: relative;
}
.menu-wrap img{
	width: 280px;
	opacity: 0.5;
}
.attention{
	max-width: 600px;
	margin: auto;
	margin-bottom: 60px;
	text-align: center;
}
.store-cs{
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}
.cs{
position: absolute;
    font-size: 22px;
    font-weight: bold;
    z-index: 2;
    color: #000;
    width: 100%;
    text-align: center;
    top: 100px;
}
#mail{
	max-width: 80px;
	margin-top: 60px;
}

/* ナビボタン（左右） */
.swiper-button-prev,
.swiper-button-next {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	transition: background-color 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-family: swiper-icons;
	font-size: 20px;
}

/* ページネーション（ドット） */
.swiper-pagination {
	position: absolute;
	text-align: center;
	bottom: 10px;
	width: 100%;
	z-index: 10;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.6);
	opacity: 1;
	margin: 0 5px;
	border-radius: 50%;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
	background: #fff;
	transform: scale(1.4);
}


.fadeup-item {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* 表示時に付与 */
.fadeup-item.is-show {
  opacity: 1;
  transform: translateY(0);
}

.fadein-item {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadein-item.is-show {
  opacity: 1;
}

/* 数字がカウントアップされるローディング画面 */
#loading {
	color: white;
	width: 100%;
	height: 100%;
	background:#323232;
	text-align:center;
	z-index: 499;
	position: fixed;
}

#loading_text {
	color: white;
	width: 100%;
	top: 55%;
	left: 50%;
	z-index: 999;
	position: absolute;
	transform: translate(-50%, -50%);
}


.mv01 {
  margin-bottom: 8rem;
  position: relative;
  background: #000;
}
.mv01 .swiper {
  position: relative;
  width: 100%;
  height: 900px;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
.mv01 .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.mv01 .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.mv01 .slide-media {
  height: 900px;
  max-width: 1440px;
  position: relative;
  overflow: hidden;
}
.mv01 .slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 7s 1s ease-out;
}
.mv01 .swiper-slide[class*="-active"] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}
.mv01 .swiper-pagination {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.mv01 .swiper-pagination-bullet {
  display: block;
  width: 4px;
  height: 32px;
  margin: 8px 0;
  background: rgba(255,255,255,0.4);
  border-radius: 2px;
  transition: background 0.3s;
}
.mv01 .swiper-pagination-bullet-active {
  background: #ff3b33;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 48px;
  height: 48px;
  background: rgba(0,0,0,0.4);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
  font-size: 18px;
  transition: background 0.2s;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: rgba(0,0,0,0.8);
}

.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}
.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .4s var(--easing);
  --color-gray: #ddd;
  --color-theme: #f5695f;
}

.card01 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.card01 .swiper-area {
  position: relative;
}

.card01 .swiper {
  width: 100%;
}

.card01 .swiper-wrapper {
  width: 100%;
}

.card01 .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.card01 .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  justify-content: center;
  margin-top: 2rem;
  text-align: center;
   bottom: -24px !important;
}

.card01 .swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  background-color: var(--color-gray);
  border-radius: 2px;
  transition: var(--transition);
  cursor: pointer;
}

.card01 .swiper-pagination-bullet-active {
  width: 4rem;
  background-color:#ff3b33;
}



/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  right: 50%;
  bottom: 25%;
  z-index: 6;
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 3s infinite;
  background-color: #fff;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


.store-single {
  max-width: 600px;
  margin: 40px auto;
  padding: 0 20px;
  text-align: center;
}
.store-breadcrumb {
    font-size: 13px;
    margin-bottom: 16px;
    text-align: center;
    background-color: #dcdcdc;
    padding: 5px 20px;
}
.store-gallery img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 18px;
}
.store-title {
  font-size: 1.5rem;
  margin: 0 0 16px 0;
}
.store-desc {
  font-size: 15px;
  margin-bottom: 18px;
  color: #222;
  line-height: 1.7;
}
.store-price {
  font-size: 2.1rem;
  font-weight: bold;
  margin: 16px 0 24px 0;
}
.cart .single_add_to_cart_button {
  display: block;
  width: 100%;
  padding: 16px 0;
  font-size: 18px;
  background: linear-gradient(90deg,#38f7a0,#2db8fb);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.5));
  margin-bottom: 16px;
  transition: background 0.4s;
}
.cart .single_add_to_cart_button:hover {
  background: linear-gradient(90deg,#2db8fb,#38f7a0);
}
.store-back .btn-back {
  font-size: 14px;
  color: #888;
  text-decoration: underline;
  display: inline-block;
  margin-top: 10px;
  background: none;
  border: none;
}
.variations{
	width: 100%;
}
.variations .label{
	display: none;
}
.value select{
	width: 100%;
	text-align: center;
	background-color: #eeeeee;
	padding: 10px;
	border-radius: 50px;
	margin-bottom: 30px;
}
.store-short-lam{
	margin: 20px 0;
}

.store-cart {
  max-width: 600px;
  margin: 48px auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(0,0,0,.08);
  padding: 36px 24px 32px 24px;
}
.store-cart-title {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 22px;
  letter-spacing: 0.06em;
}
.store-cart-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.store-cart-table th,
.store-cart-table td {
  padding: 10px 8px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.cart-thumb img {
  width: 60px;
  border-radius: 8px;
}
.cart-product-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin-left: 6px;
}
.cart-details {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
}
.cart-remove {
  color: #aaa;
  font-size: 1.2rem;
  text-decoration: none;
  margin-left: 8px;
}
.cart-remove:hover {
  color: #f5695f;
}
.store-cart-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.store-cart-total span {
  color: #666;
  margin-right: 8px;
}
.store-cart-total strong {
  font-size: 1.2rem;
  color: #222;
}
.cart-update-btn, .cart-checkout-btn {
  background: linear-gradient(90deg,#38f7a0,#2db8fb);
  color: #fff;
  font-size: 1.08rem;
  border: none;
  border-radius: 22px;
  padding: 12px 30px;
  font-weight: 600;
  margin-left: 10px;
  cursor: pointer;
  transition: background 0.4s;
  text-decoration: none;
  display: inline-block;
}
.cart-update-btn:hover, .cart-checkout-btn:hover {
  background: linear-gradient(90deg,#2db8fb,#38f7a0);
}
.store-cart-empty {
  color: #888;
  margin-bottom: 32px;
  font-size: 1.15rem;
}
.store-cart-back .btn-back {
  text-decoration: underline;
  color: #38f7a0;
}

.contact-ttl{
	    max-width: 400px;
    margin: 60px auto 0;
}
.wpcf7-spinner,.cf7-row br{
	display: none;
}
.contact-form-modern {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 3.4em 1.8em 2em;
  border-radius: 16px;
}
.cf7-row {
  margin-bottom: 1.5em;
}
.cf7-label {
  display: block;
  font-weight: 600;
  margin-bottom: .45em;
  color: #222;
  font-size: 1.08em;
  letter-spacing: 0.04em;
}
.cf7-required {
  color: #f5695f;
  font-size: 1em;
}
.cf7-input,
.contact-form-modern input[type="text"],
.contact-form-modern input[type="email"],
.contact-form-modern input[type="tel"],
.contact-form-modern textarea {
  width: 100%;
  padding: .9em 1.1em;
  border: 1.5px solid #e6e6e6;
  border-radius: 7px;
  background: #f8f8f8;
  font-size: 1em;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s;
}
.cf7-input:focus,
.contact-form-modern input:focus,
.contact-form-modern textarea:focus {
  border-color: #f5695f;
  background: #fff;
}
.cf7-textarea,
.contact-form-modern textarea {
  min-height: 110px;
  resize: vertical;
}
.cf7-privacy {
  display: flex;
  align-items: center;
  gap: .8em;
  font-size: .98em;
}
.cf7-submit-row {
  text-align: center;
}
.cf7-submit {
  background: linear-gradient(90deg,#f5695f 60%,#ffb370 100%);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 1.13em;
  padding: .95em 3.2em;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(245,105,95,0.08);
  cursor: pointer;
  letter-spacing: 0.09em;
  transition: background .18s, transform .12s;
	width: 100%;
}
.cf7-submit:hover {
  background: linear-gradient(90deg,#ffb370 40%,#f5695f 100%);
  transform: translateY(-2px) scale(1.04);
}
.wpcf7-response-output {
  margin-top: 2em;
  border-radius: 7px;
  padding: 1em 1.5em;
  border: none;
  background: #fff2ef;
  color: #c72c0c;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 599px) {
  .sp-nav-half {
    width: 80vw;
    min-width: 200px;
    padding: 2rem 1rem 1rem 1rem;
  }
	.about{
		width: 100%;
	}
	.styling-wrap{
		width: 100%;
        min-width: 100%;
	}
	.color-select {
		gap: 14px;
	}
	.color-select li {
    width: 30px;
    height: 30px;
	}
	#swipes{
		padding: 0;
	}
}

#monitor{
	background-image: url("../img/slide/slide1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	padding: 80px 0;
	position: relative;
}
#monitor:before{
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0000008a;
}
.monitor-hero-wrap{
	display: flex;
	align-items: center;
}
.monitor-special{
}
.monitor-contain{
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	margin: auto;
	margin-bottom: 40px;
}
#monitor-c1{
	border-image: linear-gradient(to right, rgba(9, 187, 254, 1), rgba(90, 66, 236, 1));
	border-image-slice: 1;
}
#monitor-c2{
	border-image: linear-gradient(to right, rgba(50, 245, 35, 1), rgba(20, 210, 180, 1));
	border-image-slice: 1;
}
.monitor-contain-item{
	border: 3px solid;
	width: 48%;
	position: relative;
}
.monitor-contain-item p{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px;
	color: #fff;
}
#monitor-c1t{
	background-color: rgba(9, 187, 254, 1);
}
#monitor-c2t{
	background-color:rgba(50, 245, 35, 1);
}
.monitor-contain-item img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.bg.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(90deg, rgba(251, 112, 153, 1), rgba(254, 220, 69, 1));
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.bg .bg-wrap .inn {
  color: #fff;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}
 
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

.monitor-price{
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: bold;
	color: #fff;
}
.monitor-price1{
}
.monitor-price strong{
	font-size: 24px;
}
.monitor-price strong span{
	font-size: 16px;
}
#monitor-free{
	font-weight: bold;
	font-size: 116px;
	color: #ffffff;
}
.monitor-tex{
	margin-top: 20px;
	font-weight: bold;
	color: #fff;
}
.limited-note{
	font-weight: lighter;
	font-size: 14px;
	color: #fff;
}
#jyouken{
	padding: 80px 0;
	position: relative;
	background-color: #000;
}
#mousikomi{
	position: relative;
	padding-top: 60px;
}
#mousikomi:after{
content: "";
width: 100%;
height: 80px;
background-color: #000;
position: absolute;
top: -1px;
clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}
.stroke {
  background: #fff;
  max-width: 900px;
  padding: 60px 30px;
  position: relative;
	margin: auto;
	border: solid 3px;
  	border-image: linear-gradient(to right, rgba(255, 147, 76, 1), rgba(252, 104, 111, 1));
	border-image-slice: 1;
}

#oubo{
	position: absolute;
	z-index: 2;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
left: 50%;
    transform: translate(-50%, -50%);
	top: 0;
}

.monitor-lead{
	text-align: center;
	color: #fff;
	max-width: 900px;
	margin: 0 auto 40px;
}
.monitor-lead h1{
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
.monitor-ttl{
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	margin-bottom: 40px;
	padding: 10px;
	color: #fff;
	background-color: #fb7594;
}
.monitor-jyouken{
	
}
.monitor-jyouken li{
position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
	display: flex;
	column-gap: 10px;
	align-items: flex-start;
}
.monitor-jyouken li:last-child{
	margin-bottom: 0;
}
.monitor-jyoukenn-tex{
	width: calc(100% - 85px);
}
.monitor-jyoukenn-num{
	text-align: center;
    padding: 5px 10px;
    color: #fff;
        background: #000;
    font-size: 16px;
    line-height: 1;
    margin-top: 4px;
	width: 75px;
	text-align: center;
}
.monitor-jyouken li span{
	font-size: 14px;
	font-weight: lighter;
	display: block;
}
.container {
	position: absolute;
	top: 0;
	left: 0;
    display: grid;
    width: 150px;
    height: 100%;
}
.container2 {
	position: absolute;
	top: 0;
	right: 0;
    display: grid;
    width: 150px;
    height: 100%;
}

.slider {
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
}

.slider-list,.slider-list2 {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    padding: 0;
    align-items: center;
    list-style: none;
	gap: 40px;
}
.slider-list{ animation: slideShow 60s infinite linear;}
.slider-list2{ animation: slideShow2 60s infinite linear;}
.slider-item {
    width: 150px;
    height: auto;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@keyframes slideShow {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(100%);
    }

}
@keyframes slideShow2 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }

}
@media (max-width: 599px) {
	#monitor{
		text-align: center;
	}
	.bg .bg-wrap .inn{
		font-size: 26px;
	}
	.monitor-price,.monitor-contain,.monitor-jyouken li{
		flex-direction: column;
	}
	#monitor-free{
		font-size: 80px;
	}
	.monitor-contain{
		gap:10px;
	}
	.monitor-contain-item{
		width: 100%;
	}
	.stroke{
		padding: 20px 15px;
	}
	.monitor-jyoukenn-tex{
		width: 100%;
	}
	#oubo{
		font-size: 20px;
	}
	.container,.container2{
		display: none;
	}
}