@charset "UTF-8";
@font-face {
  font-family: 'jins';
  src:
    url('../fonts/JINS_NextRegular.woff') format('woff'),
    url('../fonts/JINS_NextRegular.ttf') format('truetype');
}
@font-face {
  font-family: JINS_NextLight;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/JINS_NextLight.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: JINS_NextRegular;
  font-style: normal;
  font-weight: 400;
  src:
    url('../fonts/JINS_NextRegular.woff') format('woff'),
    url('../fonts/JINS_NextRegular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: JINS_NextMedium;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/JINS_NextMedium.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: JINS_NextBold;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/JINS_NextBold.otf') format('opentype');
  font-display: swap;
}
.fontJinsNextLight,
.font-jins-next-light {
  font-family: JINS_NextLight, sans-serif;
}
.fontJinsNextRegular,
.font-jins-next-regular {
  font-family: JINS_NextRegular, sans-serif;
}
.fontJinsNextMedium,
.font-jins-next-medium {
  font-family: JINS_NextMedium, sans-serif;
}
.fontJinsNextBold,
.font-jins-next-bold {
  font-family: JINS_NextBold, sans-serif;
}
/*css リセット*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
ul,
ol {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}
textarea {
  resize: none;
}
body {
  background: rgb(255, 255, 255);
  font-family: "JINS_NextLight", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  vertical-align: top;
}
a {
  color: #666;
  text-decoration: none;
}
.sp_only {
  display: none !important;
}
.pc_only {
  display: block !important;
}
@media (max-width: 767px) {
  body {
    letter-spacing: 0;
  }
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .custom-swiper-button-next,
  .custom-swiper-button-prev {
    display: block !important;
  }
}
.wrapper {
  max-width: 1380px;
  margin: 0 auto;
}
.hr-line {
  background-image: url(../images/dec-line.svg);
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 20px;
}
.highlight-text {
  position: relative;
  padding: 0 0.2rem 0.2rem;
  background: linear-gradient(transparent 45%, #ebcbc9 45%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.accessories-info .highlight-text {
  padding: 0 0.2rem;
  background: linear-gradient(transparent 55%, #ebcbc9 55%);
}
.radius-title {
  font-family: JINS_NextMedium;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  padding: 14px 10px 10px 10px;
  display: block;
  width: 372px;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .radius-title {
    font-size: 24px;
    max-width: 210px;
    padding: 14px 10px 8px 10px;
  }
}
.panel {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 90px 150px;
  text-align: center;
}
@media (max-width: 1024px) {
  .panel {
    padding: 40px 50px;
  }
}
@media (max-width: 767px) {
  .panel {
    padding: 40px 14px;
  }
}
.panel .header-img {
  width: 360px;
}
@media (max-width: 767px) {
  .panel .header-img {
    width: 180px;
  }
}
.hancock .panel .header-img {
  width: 680px;
}
@media (max-width: 767px) {
  .hancock .panel .header-img {
    width: 300px;
  }
}
.panel .product {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.panel .product.detail-4 .product-main {
  position: relative;
  left: -55px;
}
@media (max-width: 1024px) {
  .panel .product.detail-4 .product-main {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .panel .product.detail-4 .product-detail img {
    width: 22%;
  }
}
.panel .product > div {
  width: 50%;
}
.panel .product .product-main {
  flex: 0 0 auto;
}
.panel .product .product-main img {
  width: 100%;
}
.panel .product .product-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.panel .product .product-detail img {
  width: 30%;
}
@media (max-width: 1024px) {
  .panel .product {
    flex-direction: column;
  }
  .panel .product > div {
    width: 100%;
  }
  .panel .product .product-detail {
    gap: 12px;
  }
}
.panel .content {
  font-weight: 400;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  margin: 64px auto 84px auto;
}
@media (max-width: 767px) {
  .panel .content {
    font-size: 14px;
    margin: 35px auto 47px auto;
  }
}
.panel .info {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 132%;
  text-align: center;
  margin: 30px auto 50px auto;
}
.concept .panel .info,
.optical .panel .info {
  font-size: 16px;
}
@media (max-width: 767px) {
  .panel .info {
    font-size: 12px;
    margin: 30px auto;
  }
  .concept .panel .info,
  .optical .panel .info {
    font-size: 12px;
  }
}
.panel .product-name {
  font-family: JINS_NextRegular;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .panel .product-name {
    font-size: 12px;
    line-height: 23.46px;
    letter-spacing: 0%;
    text-align: center;
    margin: 10px auto;
  }
}
.panel .pro-link-text .info {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .panel .pro-link-text .info {
    display: inline-block;
    font-size: 12px;
    line-height: 1.333;
    margin: 0;
  }
}
.dec {
  position: absolute;
  max-width: inherit;
}
.btn-more {
  display: block;
  text-align: center;
  width: 346px;
  border-radius: 36px;
  font-size: 24px;
  padding: 10px;
  margin: 20px auto;
  margin-top: 55px;
  background-color: #b1b1b1;
  color: #fff;
}
@media (max-width: 1024px) {
  .btn-more {
    width: 170px;
    font-size: 12px;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .btn-more {
    margin-top: 30px;
  }
}
.product-slide {
  position: relative;
}
.custom-swiper-button-prev,
.custom-swiper-button-next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 45%;
  cursor: pointer;
  z-index: 5;
  display: none;
}
.custom-swiper-button-next {
  right: -0.25rem;
}
.next-glass {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #b1b1b1;
}
.prev-glass {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #b1b1b1 transparent transparent;
}
section.accessories {
  background-color: #c2c2c2;
  padding: 98px 60px 75px 60px;
}
@media (max-width: 767px) {
  section.accessories {
    padding: 38px 20px 40px 20px;
  }
}
section.accessories .accessories-panel {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 90px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  section.accessories .accessories-panel {
    padding: 38px 12px 20px 12px;
  }
}
section.accessories .accessories-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.accessories .accessories-info p {
  font-family: JINS_NextRegular;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}
section.accessories .accessories-info p.highlight-text::after {
  height: 25%;
  top: 70%;
}
@media (max-width: 767px) {
  section.accessories .accessories-info p {
    font-size: 14px;
    line-height: 200%;
  }
}
section.accessories .accessories-info p.spec-info {
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  section.accessories .accessories-info p.spec-info {
    font-size: 12px;
    margin-top: 16px;
    line-height: 130%;
  }
}
section.accessories .title {
  font-family: JINS_NextMedium;
  font-weight: 700;
  font-size: 36px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  section.accessories .title {
    font-size: 22px;
  }
}
section.accessories .badge {
  font-size: 20px;
  line-height: 1.3;
  font-family: JINS_NextMedium;
  color: #fff;
  background: #831b1f;
  border-radius: 10px;
  padding: 19px 68px 15px 68px;
  margin: 36px auto 32px auto;
}
@media (max-width: 767px) {
  section.accessories .badge {
    font-size: 14px;
    padding: 12px 16.5px;
  }
}
section.accessories .item {
  text-align: center;
}
section.accessories .item .item-pics {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
section.accessories .item .item-pics.item-pics-2 img {
  width: 50%;
}
section.accessories .item .item-pics.item-pics-5 {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
section.accessories .item .item-pics.item-pics-5 img {
  width: 100%;
}
section.accessories .item .item-pics.item-pics-5 img:nth-child(1) {
  grid-column: 2/4;
}
section.accessories .item .item-pics.item-pics-5 img:nth-child(2) {
  grid-column: 4/6;
}
section.accessories .item .item-pics.item-pics-5 img:nth-child(3) {
  grid-column: 1/3;
}
section.accessories .item .item-pics.item-pics-5 img:nth-child(4) {
  grid-column: 3/5;
}
section.accessories .item .item-pics.item-pics-5 img:nth-child(5) {
  grid-column: 5/7;
}
section.accessories .item .name {
  font-size: 24px;
  font-weight: 500;
}
section.accessories .item .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 767px) {
  section.accessories .item img {
    margin-bottom: 4px;
  }
  section.accessories .item .name {
    font-size: 16px;
  }
  section.accessories .item .info {
    font-size: 14px;
    line-height: 1.4;
  }
}
section.introSection {
  background-image: url(../images/bg-intro.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 60px 75px 60px;
  text-align: center;
}
@media (max-width: 767px) {
  section.introSection {
    padding: 60px 20px 40px 20px;
  }
}
section.introSection .intro-text {
  font-family: JINS_NextMedium;
  font-size: 32px;
  line-height: 187%;
}
@media (max-width: 767px) {
  section.introSection .intro-text {
    font-size: 16px;
  }
}
section.introSection .intro-text:nth-child(2) {
  font-family: JINS_NextRegular;
  font-size: 32px;
  line-height: 187%;
  margin-top: 160px;
  margin-bottom: 184px;
}
@media (max-width: 767px) {
  section.introSection .intro-text:nth-child(2) {
    margin-top: 52px;
    margin-bottom: 55px;
    font-size: 16px;
  }
}
section.introSection .lineup-title {
  position: relative;
  font-family: JINS_NextMedium;
  font-weight: 500;
  font-size: 60px;
  line-height: 140%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
section.introSection .lineup-title::after, section.introSection .lineup-title::before {
  content: "";
  display: block;
  width: 420px;
  height: 20px;
  background-image: url(../images/dec-line.svg);
  background-repeat: repeat-x;
  background-size: cover;
}
section.introSection .lineup-title::before {
  transform: scaleX(-1);
}
@media (max-width: 1024px) {
  section.introSection .lineup-title {
    font-family: JINS_NextMedium;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  section.introSection .lineup-title {
    font-family: JINS_NextMedium;
    font-size: 24px;
    gap: 10px;
    white-space: nowrap;
  }
  section.introSection .lineup-title::after, section.introSection .lineup-title::before {
    width: 120px;
    height: 10px;
  }
}
section.introSection .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  section.introSection .nav {
    margin-top: 42px;
    flex-wrap: wrap;
  }
}
section.introSection .nav .nav-item {
  background-color: #fff;
  border-radius: 30px 0 30px 0;
  padding: 30px;
  width: 300px;
  color: #000;
  transition: all 0.3s ease;
}
section.introSection .nav .nav-item:hover {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  section.introSection .nav .nav-item {
    width: 210px;
  }
}
section.introSection .nav .nav-item .name {
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 767px) {
  section.introSection .nav .nav-item .name {
    font-size: 20px;
  }
}
section.introSection .nav .nav-item .name .highlight-text {
  font-family: JINS_NextMedium;
  padding: 0;
  background: none;
  z-index: 2;
}
section.introSection .nav .nav-item .name .highlight-text::after {
  content: "";
  position: absolute;
  left: 0;
  margin-left: -1rem;
  width: calc(100% + 2rem);
  background-color: #ebcbc9;
  z-index: -1;
  border-radius: 10px;
  height: 30%;
  top: 55%;
}
@media (max-width: 767px) {
  section.introSection .nav .nav-item .name .highlight-text::after {
    margin-left: -0.6rem;
    width: calc(100% + 1.2rem);
    height: 55%;
    top: 50%;
  }
}
section.introSection .nav .nav-item .num {
  font-size: 16px;
  font-family: JINS_NextRegular;
  line-height: 140%;
  letter-spacing: 0%;
  display: block;
  margin: 15px 0 0 0;
}
@media (max-width: 767px) {
  section.introSection .nav .nav-item .num {
    font-size: 16px;
    margin: 5px 0 0 0;
  }
}
section.introSection .nav .nav-item .num span {
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0%;
}
@media (max-width: 767px) {
  section.introSection .nav .nav-item .num span {
    font-size: 18px;
  }
}
section.concept {
  padding: 0 68px 30px 68px;
  background: linear-gradient(180deg, #d7353d 0%, #8f62a7 100%);
  padding-top: 72px;
}
@media (max-width: 767px) {
  section.concept {
    padding: 44px 20px 30px 20px;
  }
}
section.concept .panel {
  margin-top: 375px;
}
@media (max-width: 767px) {
  section.concept .panel {
    margin-top: 180px;
  }
}
section.concept .dec-luffy {
  top: -280px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  section.concept .dec-luffy {
    top: -145px;
    max-width: 300px;
  }
}
section.concept .dec-1 {
  right: 150px;
  top: 400px;
}
@media (max-width: 1024px) {
  section.concept .dec-1 {
    right: 70px;
  }
}
@media (max-width: 767px) {
  section.concept .dec-1 {
    max-width: 80px;
    top: 240px;
    right: 20px;
  }
}
section.concept .dec-2 {
  left: 150px;
  top: 200px;
}
@media (max-width: 1024px) {
  section.concept .dec-2 {
    left: 100px;
  }
}
@media (max-width: 767px) {
  section.concept .dec-2 {
    top: 92px;
    left: 20px;
    max-width: 40px;
  }
}
section.concept .dec-luffy-5 {
  position: relative;
}
section.concept .dec-luffy-5 .img-luffy-5 {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  section.concept .dec-luffy-5 .img-luffy-5 {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  section.concept .dec-luffy-5 .img-luffy-5 {
    max-width: 200px;
    margin-top: 0px;
  }
}
section.concept .dec-luffy-5 .dec-3 {
  left: 200px;
  top: 240px;
}
@media (max-width: 1024px) {
  section.concept .dec-luffy-5 .dec-3 {
    left: -120px;
  }
}
@media (max-width: 767px) {
  section.concept .dec-luffy-5 .dec-3 {
    max-width: 60px;
    left: 20px;
    top: 150px;
  }
}
section.concept .btn-more {
  background-color: #c74740;
}
section.law {
  background-image: url(../images/bg-law.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 360px 60px 75px 60px;
  text-align: center;
}
@media (max-width: 767px) {
  section.law {
    padding: 180px 20px 40px 20px;
  }
}
section.law .product {
  z-index: 5;
}
section.law .dec-law {
  top: -335px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  section.law .dec-law {
    top: -170px;
    max-width: 300px;
  }
}
section.law .dec-logo {
  top: -200px;
  left: 650px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  section.law .dec-logo {
    top: -100px;
    left: 300px;
    max-width: 60px;
  }
}
@media (max-width: 767px) {
  section.law .dec-1 {
    top: 75px;
    max-width: 40px;
  }
}
section.law .dec-2 {
  top: -50px;
  left: -30%;
  z-index: 10;
}
@media (max-width: 767px) {
  section.law .dec-2 {
    left: 0%;
    top: 58%;
    max-width: 36px;
  }
}
section.law .dec-3 {
  right: -25%;
  bottom: 10px;
  z-index: 10;
}
@media (max-width: 767px) {
  section.law .dec-3 {
    right: 0%;
    bottom: 100%;
    max-width: 60px;
  }
}
section.optical {
  padding: 0 60px 30px 60px;
  background: linear-gradient(180deg, #d7353d 0%, #8f62a7 100%);
  padding-top: 72px;
}
@media (max-width: 767px) {
  section.optical {
    padding: 44px 20px 30px 20px;
  }
}
section.optical .panel {
  margin-top: 375px;
}
@media (max-width: 767px) {
  section.optical .panel {
    margin-top: 180px;
  }
}
section.optical .dec-luffy {
  top: -280px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  section.optical .dec-luffy {
    top: -160px;
    max-width: 200px;
  }
}
section.optical .dec-logo {
  top: -200px;
  left: 650px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}
@media (max-width: 1024px) {
  section.optical .dec-logo {
    left: 550px;
  }
}
@media (max-width: 767px) {
  section.optical .dec-logo {
    top: -160px;
    left: 240px;
    max-width: 65px;
  }
}
section.optical .dec-1 {
  right: 84px;
  top: 268px;
}
@media (max-width: 1024px) {
  section.optical .dec-1 {
    right: 180px;
  }
}
@media (max-width: 767px) {
  section.optical .dec-1 {
    max-width: 50px;
    top: 80px;
    right: 21px;
  }
}
section.optical .dec-2 {
  left: 60px;
  top: 338px;
}
@media (max-width: 1200px) {
  section.optical .dec-2 {
    left: 50px;
  }
}
@media (max-width: 767px) {
  section.optical .dec-2 {
    display: none;
  }
}
section.optical .dec-luffy-5 {
  position: relative;
}
section.optical .dec-luffy-5 .img-luffy-5 {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  section.optical .dec-luffy-5 .img-luffy-5 {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  section.optical .dec-luffy-5 .img-luffy-5 {
    max-width: 180px;
    margin-top: 10px;
  }
}
section.optical .btn-more {
  background-color: #8f62a7;
}
section.zoro {
  background-image: url(../images/bg-zoro.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 360px 60px 75px 60px;
  text-align: center;
}
@media (max-width: 767px) {
  section.zoro {
    padding: 210px 20px 40px 20px;
  }
}
section.zoro .dec-zoro {
  top: -336px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}
@media (max-width: 767px) {
  section.zoro .dec-zoro {
    top: -211px;
    max-width: 300px;
  }
}
section.zoro .dec-logo {
  top: -200px;
  left: 650px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}
@media (max-width: 1024px) {
  section.zoro .dec-logo {
    left: 550px;
  }
}
@media (max-width: 767px) {
  section.zoro .dec-logo {
    top: -160px;
    left: 240px;
    max-width: 85px;
  }
}
section.zoro .dec-1 {
  top: 198px;
  right: 170px;
}
@media (max-width: 1024px) {
  section.zoro .dec-1 {
    right: 100px;
  }
}
@media (max-width: 767px) {
  section.zoro .dec-1 {
    top: 95px;
    right: 20px;
    width: 50px;
  }
}
section.zoro .btn-more {
  background: #51ab34;
}
section.nami {
  background-image: url(../images/bg-nami.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 360px 60px 75px 60px;
  text-align: center;
}
@media (max-width: 767px) {
  section.nami {
    padding: 200px 20px 40px 20px;
  }
}
section.nami .dec-nami {
  top: -359px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}
@media (max-width: 767px) {
  section.nami .dec-nami {
    top: -194px;
    max-width: 300px;
  }
}
section.nami .dec-logo {
  top: -250px;
  left: 630px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  section.nami .dec-logo {
    top: -130px;
    left: 220px;
    max-width: 90px;
  }
}
section.nami .dec-1 {
  top: 683px;
  right: 45px;
}
@media (max-width: 767px) {
  section.nami .dec-1 {
    top: 200px;
    right: 20px;
    width: 50px;
  }
}
section.nami .btn-more {
  background: #f08200;
}
section.sanji {
  background-image: url(../images/bg-sanji.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 304px 60px 75px 60px;
  text-align: center;
}
@media (max-width: 767px) {
  section.sanji {
    padding: 153px 20px 40px 20px;
  }
}
section.sanji .dec-sanji {
  top: -303px;
  left: -130px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}
@media (max-width: 767px) {
  section.sanji .dec-sanji {
    top: -153px;
    left: -130px;
    max-width: 300px;
  }
}
section.sanji .dec-1 {
  top: 680px;
  right: 70px;
}
@media (max-width: 767px) {
  section.sanji .dec-1 {
    top: 192px;
    right: 30px;
    width: 50px;
  }
}
section.sanji .dec-logo {
  top: -200px;
  left: 650px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}
@media (max-width: 767px) {
  section.sanji .dec-logo {
    top: -100px;
    left: 240px;
    max-width: 85px;
  }
}
section.sanji .btn-more {
  background: #f08200;
}
section.usopp {
  background-image: url(../images/bg-usopp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 315px 60px 75px 60px;
  text-align: center;
}
@media (max-width: 767px) {
  section.usopp {
    padding: 180px 20px 40px 20px;
  }
}
section.usopp .dec-usopp {
  top: -301px;
  left: 100px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}
@media (max-width: 767px) {
  section.usopp .dec-usopp {
    top: -168px;
    left: 0;
    max-width: 280px;
  }
}
section.usopp .dec-logo {
  top: -250px;
  left: -390px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}
@media (max-width: 767px) {
  section.usopp .dec-logo {
    top: -140px;
    left: -190px;
    max-width: 100px;
  }
}
section.usopp .dec-1 {
  top: 750px;
  right: 70px;
}
@media (max-width: 767px) {
  section.usopp .dec-1 {
    top: 237px;
    right: 20px;
    width: 50px;
    z-index: 2;
  }
}
section.usopp .btn-more {
  background: #e7cc04;
}
section.hancock {
  background-image: url(../images/bg-hacock.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 60px 30px 60px;
}
@media (max-width: 767px) {
  section.hancock {
    padding: 44px 20px 30px 20px;
  }
}
section.hancock .panel {
  margin-top: 375px;
}
@media (max-width: 767px) {
  section.hancock .panel {
    margin-top: 180px;
  }
}
section.hancock .dec-hancock {
  top: -279px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}
@media (max-width: 767px) {
  section.hancock .dec-hancock {
    top: -168px;
    max-width: 300px;
  }
}
section.hancock .dec-logo {
  top: -230px;
  left: 0px;
  right: 400px;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}
@media (max-width: 767px) {
  section.hancock .dec-logo {
    top: -130px;
    left: 70px;
    max-width: 60px;
  }
}
section.hancock .dec-1 {
  right: 85px;
  bottom: 310px;
}
@media (max-width: 1024px) {
  section.hancock .dec-1 {
    display: none;
  }
}
section.hancock .dec-2 {
  display: none;
}
section.hancock .btn-more {
  background: #a21473;
}
main {
  padding-top: 0 !important;
  overflow: hidden;
  line-height: 1.6;
}
section.kv img {
  width: 100%;
}
/* VNブランドサイトフッター */
.standard-footer *,
.standard-footer *::before,
.standard-footer *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.standard-footer ul,
.standard-footer ol {
  list-style: none;
}
.standard-footer a {
  color: inherit;
  text-decoration: none;
}
.standard-footer button {
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
}
.standard-footer img {
  display: block;
  max-width: 100%;
  height: auto;
}
.standard-footer {
  padding: 24px;
  font-family: JINS_NextRegular, sans-serif;
  background-color: #fff;
}
.standard-footer__list-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.standard-footer__sns-list {
  display: flex;
  gap: 24px;
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
}
.standard-footer__sns-item {
  line-height: 1;
}
.standard-footer__sns-link {
  display: inline-block;
}
.standard-footer__copy {
  margin-top: 24px;
  text-align: center;
}
.standard-footer__copy-text {
  font-family: JINS_NextLight, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .standard-footer {
    margin-top: 0;
  }
  .standard-footer__list-wrap {
    flex-direction: row;
  }
}
/* VNブランドサイトのヘッダー */
.header *,
.header *::before,
.header *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.header ul,
.header ol {
  list-style: none;
}
.header a {
  color: inherit;
  text-decoration: none;
}
.header button {
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
}
.header img {
  display: block;
  max-width: 100%;
  height: auto;
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999 !important;
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background-color: #fff;
}
.header__outer {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header__outer {
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .header__outer {
    padding: 22px 48px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__inner {
    position: relative;
    gap: 24px;
    width: 100%;
    padding: 8px 8px 8px 24px;
  }
}
.header__logo-link {
  display: inline-block;
}
.header__logo {
  width: 86px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 70px;
  }
}
.header__hamburger {
  z-index: 50;
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #e6e6e6 !important;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger-line-wrap {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 15px;
}
.header__hamburger-line {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1.5px;
  background-color: #000;
}
.header__hamburger-line--top {
  top: 0;
  transition:
    transform 0.2s,
    top 0.2s;
}
.header__hamburger-line--middle {
  top: 50%;
  transition: opacity 0.2s;
  transform: translateY(-50%);
}
.header__hamburger-line--bottom {
  bottom: 0;
  transition:
    transform 0.2s,
    bottom 0.2s;
}
.header__hamburger.is-open .header__hamburger-line--top {
  top: 7px;
  transform: rotate(45deg);
}
.header__hamburger.is-open .header__hamburger-line--middle {
  opacity: 0;
}
.header__hamburger.is-open .header__hamburger-line--bottom {
  bottom: 6px;
  transform: rotate(-45deg);
}
.header__menu-sp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 40;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(27, 27, 27, 0.5);
}
@media screen and (min-width: 768px) {
  .header__menu-sp {
    display: none;
  }
}
.header__menu-sp-inner {
  position: absolute;
  right: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px);
  height: 100%;
  padding: 10px;
  overflow: auto;
  background-color: #fff;
}
.header__menu-sp-inner .header__link-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 5px 20px;
  margin-top: 60px;
  font-family: JINS_NextMedium, sans-serif;
  font-size: 1.0625rem;
  letter-spacing: 0.02em;
}
.header__menu-sp-inner .header__link-list li {
  width: 100%;
}
.header__menu-sp-inner .header__submenu {
  padding: 12px;
}
.header__menu-sp-inner .header__submenu a {
  font-family: JINS_NextLight, sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  transition: opacity 0.3s ease;
}
.header__menu-sp-inner .header__submenu a:hover {
  opacity: 0.7;
}
.header__link-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  font-size: 17px;
  letter-spacing: 0.05em;
}
.header__link {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.header__link:hover {
  opacity: 0.7;
}
.header__link-submenu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 17px;
  cursor: pointer;
}
.header__link-text {
  font-size: 17px;
  font-weight: 500;
  color: #000;
}
.header__submenu-link {
  display: inline-block;
  width: 100%;
  padding: 8px 0px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.header__submenu-link:hover {
  opacity: 0.7;
}
.header__menu-pc {
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .header__menu-pc {
    display: none;
  }
}
.header__menu-pc-inner .header__link-list {
  display: flex;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .header__menu-pc-inner .header__link-list {
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: center;
    padding-right: 86px;
  }
}
.header__menu-pc-inner .header__submenu {
  position: relative;
  cursor: pointer;
}
.header__menu-pc-inner .header__submenu:hover::after,
.header__menu-pc-inner .header__submenu.is-open::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #000;
}
.header__submenu-header {
  position: absolute;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px 0 32px 0;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .header__submenu-header {
    display: none;
  }
}
.header__overlay {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background-color: rgba(27, 27, 27, 0.5);
  animation: fadeIn 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__overlay {
    display: none;
  }
}
.header__link-pc {
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header__link-pc:hover {
  opacity: 0.7;
}
.header__link-pc:hover::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #000;
}
.header__link-submenu svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.header__link-submenu.is-open svg {
  transform: rotate(180deg);
}