@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

/*----------------------------------------------------------
フルサイズ設定
---------------------------------------------------------- */
#login_mypage,
#head-wrapper,
#global-navi,
#foot-wrapper,
#main:after {
  display: none;
}
#wrap,
#page-inner {
  padding: 0!important;
}
#body-wrapper {
  border: none!important;
  background: none!important;
}
body.paused *
{
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
/*----------------------------------------------------------
 リセット
---------------------------------------------------------- */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
body {
  margin: 0;
}
img {
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------------
メインCSS
---------------------------------------------------------- */
#body {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #110027!important;
}
#body-inner {
  width: 100%;
  padding: 0;
  margin: 0;
}
.one-col #centercol {
  width: 100%;
}
#main {
  width: 100%;
  padding: 0;
  margin: 0;
}
#Carea {
  width: 100%;
}
.page_content {
  line-height: 1.4rem;
}
.section-innr {
  position: relative;
  width: 1024px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}
.inner img {
  width: 100%;
}
.videoWrap{
  position: relative;
  width: 100vw;
  max-width: 760px;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.videoWrap video{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.youtubeWrap {
  position: relative;
  width: 100vw;
  max-width: 760px;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.youtubeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*----------------------------------------------------------
SHOW MORE! ボタン
---------------------------------------------------------- */
.product_showmore_btn {
  padding: 0 50px 0 0;
  width: 100%;
  display: block;
  max-width: 600px;
}
.NoLv .product_showmore_btn {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.product_showmore_btn a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem 1rem;
  text-decoration: none!important;
  color: #ffffff!important;
  outline: none;
  font-size: 1.3rem;
  margin: 0 14px 0 37px;
  text-align: center;
  font-weight: 500;
  z-index: 2;
}
.product_showmore_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border: 3px solid #7266a7;
  border-image-source: linear-gradient( 135deg, #7266a7, #df007f );
  border-image-slice: 1;
  border-radius: 0;
  background-color: none;
  transform: skewX(-15deg);
  transition: all 0.4s ease-out;
}
.product_showmore_btn a:hover::before  {
  border-color:transparent;
  background: linear-gradient(270deg, #df007f 0%, #7266a7 50%, #ffffff 100%);
  background-size: 200% auto;
  background-position: right center;
  box-shadow: 0 5px 10px rgb(250,108,159,0.4);
}
.product_showmore_btn a::after {
  position: absolute;
  left: -8px;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #7266a7;
  border-radius: 3px;
  transform: rotate(15deg);
}
.product_showmore_btn a span::before {
  position: absolute;
  left: -16px;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #7266a7;
  border-radius: 3px;
  transform: rotate(15deg);
}
.product_showmore_btn a span::after {
  position: absolute;
  left: -24px;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #7266a7;
  border-radius: 3px;
  transform: rotate(15deg);
}
.product_showmore_btn h6 {
  font-size: 1.3rem;
  font-weight: 500;
  position: relative;
  padding: 0 0 0.8rem 0;
  margin-bottom: 0.8rem;
}
.product_showmore_btn h6 b {
  font-size: 1.1rem;
  font-weight: 500;
}
.product_showmore_btn h6::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;  /* ←親幅いっぱいに */
  height: 1px;
  background: linear-gradient(90deg,#7266a7 0%, #df007f 100%);
}

.productLink {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/*----------------------------------------------------------
HEAD SECTION
---------------------------------------------------------- */
#motolection {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 300px;
}
#motolection #head-txt {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 10rem;
}
#motolection #head-txt h2 {
  color: #fff;
  font-size: 2rem;
  font-style: italic;
  padding: 0;
  margin: 0 0 0 -16px;
  height: auto;
  line-height: 3.3rem;
  font-weight: 500;
}
#motolection #head-txt h1 {
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 3rem;
  font-style: italic;
  font-weight: 500;
  padding: 0;
  margin: 0 0 0 -16px;
  height: auto;
  line-height: 3.3rem;
}
#motolection #head-txt p {
  color: #fff;
  font-size: 1.2rem;
  padding: 0;
  margin: 0;
  line-height: 2rem;
}
.gradation_divider hr {
  width: 800px;
  height: 3px;
  background: linear-gradient(135deg, #7266a7, #df007f);
  border: none;
  margin-bottom: 4px;
}
.gradation_divider hr:nth-child(2) {
  height: 2px;
}
.gradation_divider hr:nth-child(3) {
  height: 1px;
}


/*----------------------------------------------------------
SECTION 01
---------------------------------------------------------- */
.sect1 .section-innr {
  gap: 40px;
}
.sect1 .productSub {
  margin: -65px 0 0 0;
}
.sect1 .productTxt {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sect1 .productTxt h3 {
  text-align: left;
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  padding: 0 0 0 1rem;
  margin: 0;
  background: none;
  line-height: 2.5rem;
  border-left: 10px solid #a3005b;
}
.sect1 .productTxt h3 span {
  color: #ffff00;
}
.sect1 .videoWrap,
.sect1 .youtubeWrap {
  margin: 2rem 0;
}


/*----------------------------------------------------------
SECTION 02
---------------------------------------------------------- */
.sect2 .section-innr {
  gap: 40px;
}
.sect2 .productSub {
  position: absolute;
  top: -125px;
  right: -145px;
  width: 550px;
  height: auto;
}
.sect2 .productTxt {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sect2 .productTxt h3 {
  text-align: left;
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  padding: 0 0 0 1rem;
  margin: 0;
  background: none;
  line-height: 2.5rem;
  border: none;
}
.sect2 .productTxt h3 span {
  color: #a3005b;
}
.sect2 .videoWrap,
.sect2 .youtubeWrap {
  margin: 2rem 0;
}


/*----------------------------------------------------------
SECTION 03
---------------------------------------------------------- */
.sect3 .section-innr {
  gap: 0;
}
.sect3 .productTxt {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: -3rem 0 0 0;
}
.sect3 .productTxt h3 {
  text-align: left;
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  padding: 0 0 0 1rem;
  margin: 0;
  background: none;
  line-height: 2.5rem;
  border: none;
}
.sect3 .productTxt h3 span {
  color: #a3005b;
}
.sect3 .videoWrap,
.sect3 .youtubeWrap {
  margin: 5rem 0;
}


/*----------------------------------------------------------
Logo&Copy
---------------------------------------------------------- */
.logoCopy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 5rem 0;
}
img.logo {
  max-width: 120px;
}
.logoCopy p.copyright {
  color: #fff;
  font-size: 0.9rem;
}


/*----------------------------------------------------------
トップに戻るボタン
---------------------------------------------------------- */
.page_back_btn {
  display: block;
  text-align: center;
  margin: 0 0 5rem 0;
  z-index: 2;
}
.page_back_btn a {
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  text-decoration: none!important;
  color: #ffffff!important;
  outline: none;
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
  font-weight: bold;
  z-index: 2;
}
.page_back_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border: 3px solid #7266a7;
  border-image-source: linear-gradient( 135deg, #7266a7, #df007f );
  border-image-slice: 1;
  border-radius: 0;
  background-color: none;
  transition: all 0.4s ease-out;
}
.page_back_btn a:hover::before  {
  border-color:transparent;
  background: linear-gradient(270deg, #df007f 0%, #7266a7 50%, #ffffff 100%);
  background-size: 200% auto;
  background-position: right center;
  box-shadow: 0 5px 10px rgb(250,108,159,0.4);
}
.Angleicons {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  border: none;
  background: linear-gradient( 45deg, #7266a7, #df007f );
  border-radius: 50%;
  box-sizing: content-box;
  margin: 0 1rem 0 0;
}
.Angleicons::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1rem;
  width: 0.75rem;
  height: 0.75rem;
  border: 0.2rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(9px) translateX(2px) rotate(-135deg);
}