@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&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;
  background: #110027;
}
img {
  width: 100%;
  height: auto;
  display: block;
}

/*----------------------------------------------------------
デフォルトCSSの強制解除
---------------------------------------------------------- */
#body {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: none;
}
#body-inner {
  width: 100%;
  padding: 0;
  margin: 0;
}
.one-col #centercol {
  width: 100%;
}
#main {
  width: 100%;
  padding: 0;
  margin: 0;
}
#Carea {
  width: 100%;
}


/*----------------------------------------------------------
共通設定
---------------------------------------------------------- */
#oilcatch{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 220px;
}
section {
  position: relative;
}
.inner {
  position: relative;
  width: 1024px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}


/*----------------------------------------------------------
MAIN VISUAL
---------------------------------------------------------- */.mv {
  padding: 0;
  background-image: url(../img/oilcatch/mvbg.png);
  background-repeat: no-repeat;
  background-position: calc(100% + 500px) center;
  background-size: cover;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mv .inner {

}

/*----------------------------------------------------------
SECTION 01
---------------------------------------------------------- */
.sect01 {
}
.sect01 .inner {
  margin: 0 auto 0 auto;
  font-size: 2.7rem;
  line-height: 3.5rem;
  font-weight: 500;
  gap: 20px;
}
.sect01 .ttlImg {
  margin: 0 170px -20px auto;
  max-width: 380px;
}


/*----------------------------------------------------------
SECTION 02
---------------------------------------------------------- */
.sect02 {
}
.sect02 .inner {
  padding: 0 4rem;
  margin: -3rem auto 0 auto;
  font-size: 2.8rem;
  line-height: 3.5rem;
  font-weight: bold;
  gap: 20px;
}
.sect02 .ttlImg {
  margin: 0 auto -20px 66px;
  max-width: 460px;
}


/*----------------------------------------------------------
SECTION 03
---------------------------------------------------------- */
.sect03 {
}
.sect03 .inner {
  padding: 0 4rem;
  margin: -3rem auto 0 auto;
  font-size: 2.8rem;
  line-height: 3.5rem;
  font-weight: bold;
  gap: 20px;
}
.sect03 .ttlImg {
  margin: 0 78px -20px auto;
  max-width: 473px;
}

/*----------------------------------------------------------
SECTION 04
---------------------------------------------------------- */
.sect04 {
}
.sect04 .inner {
  padding: 4rem 4rem 0 4rem;
}
.sect04 .ttlImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 567px;
}
.sect04 .twoColumn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: bold;
  margin: 0 0 10rem 0;
}
.sect04 .twoColumn .twoColumnIn {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


/*----------------------------------------------------------
Logo&Copy
---------------------------------------------------------- */
.logoCopy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0 0 200px 0;
}
.logoCopy img {
  max-width: 182px;
}
.logoCopy p.copyright {
  font-size: 0.9rem;
}


/*----------------------------------------------------------
グラデーションタイトル
---------------------------------------------------------- */
.grad-box-wrap {
  position: relative;
  z-index: 10;
}
.grad-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 52.2%;
  height: 190px;
  background: linear-gradient(90deg, rgba(114, 102, 177, 0.6), rgba(213, 0, 127, 0.6));
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
.grad-lines {
  position: absolute;
  width: 49.5%;
  left: 0;
  bottom: -40px;
  height: 30px;
  background:
    linear-gradient(90deg, rgba(114, 102, 177, 0.6), rgba(213, 0, 127, 0.6)) top/100% 2px no-repeat,
    linear-gradient(90deg, rgba(114, 102, 177, 0.6), rgba(213, 0, 127, 0.6)) center/100% 2px no-repeat,
    linear-gradient(90deg, rgba(114, 102, 177, 0.6), rgba(213, 0, 127, 0.6)) bottom/100% 2px no-repeat;
  clip-path: polygon(0 0, 100% 0, 99.5% 100%, 0% 100%);
}
.grad-box-wrap.--right {
  display: flex;
  justify-content: end;
}
.--right .grad-box {
  background: linear-gradient(90deg, rgba(213, 0, 127, 0.6),rgba(114, 102, 177, 0.6));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
}
.--right .grad-lines {
  left: inherit;
  right: 0;
  background:
  linear-gradient(90deg, rgba(213, 0, 127, 0.6), rgba(114, 102, 177, 0.6)) top/100% 2px no-repeat,
  linear-gradient(90deg, rgba(213, 0, 127, 0.6), rgba(114, 102, 177, 0.6)) center/100% 2px no-repeat,
  linear-gradient(90deg, rgba(213, 0, 127, 0.6), rgba(114, 102, 177, 0.6)) bottom/100% 2px no-repeat;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0.5% 100%);
}


/*----------------------------------------------------------
SHOW MORE! ボタン
---------------------------------------------------------- */
.product_showmore_btn {
  padding: 0 50px 0 0;
  width: 100%;
  display: block;
  max-width: 460px;
}
.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%);
}

/*----------------------------------------------------------
トップに戻るボタン
---------------------------------------------------------- */
.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);
}