/* =============================================
   DAISO Global - style.css
   ============================================= */

/* ---------- 基本設定 ---------- */
:root {
  --pink: #e8007d;
  --pink-dark: #bf0065;
  --teal: #3db8a8;
  --gray-bg: #f5f5f5;
  --gray-light: #eeeeee;
  --gray-text: #888888;
  --dark: #4c4c4c;
  --border: #dddddd;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--dark);
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
}

.not-link {
  position: relative;
  text-decoration: none;
  display: block;
  width:19%;
}

.not-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0 0 0/0.6);
}

.main-link{
  width:19%;
}

/* ---------- HEADER ---------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
}

.logo-text {
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: var(--dark);
}

.logo {
  height: 56px;
}

.logo-icon {
  color: var(--pink);
}

/* Hamburger Button */
.hamburger-btn {
  width: 40px;
  height: 40px;
  padding: 8px 6px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  border: 1px solid #888888;
}

.hamburger-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--dark);
  border-radius: 2px;
  transition: 0.3s;
}

/* Offcanvas Menu */
.global-offcanvas {
  width: 320px !important;
  background: #fff;
}

.global-offcanvas .offcanvas-header {
  padding: 24px 28px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offcanvas-close-btn {
  position: relative;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.offcanvas-close-btn span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--dark);
  border-radius: 2px;
}

.offcanvas-close-btn span:first-child {
  transform: translateY(-50%) rotate(45deg);
}

.offcanvas-close-btn span:last-child {
  transform: translateY(-50%) rotate(-45deg);
}

.global-offcanvas .offcanvas-body {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.offcanvas-nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}

.offcanvas-nav-link {
  text-decoration: none;
  color: var(--dark);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}

.offcanvas-nav-link:hover {
  color: var(--pink);
}

.btn-apply-offcanvas {
  display: block;
  text-align: center;
  padding: 12px 0 !important;
  border-radius: 2px;
  font-size: 0.9rem !important;
}

.btn-header-apply {
  background: var(--pink) !important;
  color: #fff !important;
  padding: 6px 40px;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: background 0.2s;
  text-decoration: none;
}

.btn-header-apply:hover {
  background: var(--pink-dark) !important;
  color: #fff !important;
}

/* ---------- HERO ---------- */
.hero-section {
  background: url("../images/mv_bg.jpg")no-repeat top right/50% auto;
  margin-top: 60px;
  min-height: 90vh;
  display: flex;
  align-items: center;
}

.hero-text-col {}

.hero-heading {
  display: inline-block;
  font-size: 82px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto 5%;
  background: linear-gradient(45deg, #f08bc0 0%, #e21782 40%, #f08bc0 82.5%, #e21782 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-sub-ja {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 4px;
}

.hero-sub-small {
  font-size: 1.1875rem;
  color: var(--gray-text);
  letter-spacing: 0.15em;
}

.hero-img-col {
  height: 90vh;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 6px;
  height: 100%;
  background: var(--gray-light);
}

.hero-grid-item {
  background: var(--gray-light);
}

.hero-grid-large {
  grid-row: 1 / 3;
  background: #c8e6e2;
}

.hero-grid-small-1 {
  background: #b2d8d0;
}

.hero-grid-small-2 {
  background: #f9d0e2;
}

.hero-grid-small-3 {
  grid-column: 1;
  grid-row: 3;
  background: #e0e0e0;
}

.hero-grid-small-4 {
  grid-column: 2;
  grid-row: 3;
  background: #f2c0d8;
}

/* ---------- MESSAGE ---------- */
.message-section {
  padding: 200px 0 300px;
  background: url("../images/message-bg.png")no-repeat top left/50%;
  background-color: #fafafa;
}

.section-label-en {
  font-size: 100px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  color: #b2b2b2;
  letter-spacing: 0.04em;
  line-height: 1.1;
  position: relative;
  top: 4px;
}

.section-label-ja {
  font-size: 1.5rem;
  color: var(--gray-text);
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.message-heading-ja {
  font-size: 1.5rem;
  color: var(--gray-text);
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.section-label-ja::after,
.message-heading-ja::after {
  content: "";
  flex: 1;
  height: 2px;
  background: var(--pink);
  margin-left: 16px;
}

.message-body {
  color: #444;
  line-height: 2;
}

.message-sign {
  font-size: 0.85rem;
  color: var(--dark);
  font-weight: 600;
  margin-top: 20px;
  letter-spacing: 0.1em;
}

/* ---------- MISSION ---------- */
.mission-section {
  padding: 200px 0;
  background: url("../images/mission-bg.png")no-repeat bottom right/75%;
  background-color: var(--gray-bg);
}

.mission-heading-en {
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  color: #ccc;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.philosophy-item .row {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 20px 16px;
  margin-left: 0;
  margin-right: 0;
}

.philosophy-label {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #e21782;
  line-height: 1;
}

.philosophy-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #4c4c4c;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}

.philosophy-title::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #4c4c4c;
  margin-right: 12px;
  flex-shrink: 0;
}

.philosophy-text {
  font-size: 1.1875rem;
  color: #000;
  margin-bottom: 0;
}

/* ---------- THREE ARROWS ---------- */
.arrows-section {
  padding: 200px 0;
  background: url("../images/arrows_bg.jpg")no-repeat top left/75%;
  background-color: #fff;
}

.arrows-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 12px;
}

.arrows-num {
  font-size: 4rem;
  font-weight: 900;
  color: var(--pink);
  line-height: 1;
  vertical-align: bottom;
  margin: 0 .25rem;
}

.arrows-sub {
  font-size: 1.25rem;
  color: #666;
}

.arrows-box {
  background: #fff;
  border: 1px solid #ebebeb;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
}

.arrows-icon-wrap {
  position: relative;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.arrow-chevron {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 28px solid var(--pink);
  opacity: 0.9;
  margin-bottom: -10px;
}

.arrow-mid {
  opacity: 0.6;
  transform: scale(0.8);
}

.arrow-bottom {
  opacity: 0.3;
  transform: scale(0.6);
}

.arrows-card {
  background: #fafafa;
  padding: 30px;
}

.arrows-card-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #4c4c4c;
  margin-bottom: 18px;
  padding-bottom: 15px;
  border-bottom: 2px solid #4c4c4c;
  text-align: center;
}

.arrows-card-text {
  font-size: 1.1875rem;
  color: #666;
  margin-bottom: 0;
}

/* ---------- GLOBAL 26 ---------- */
.global-section {
  padding: 200px 0;
  background: url("../images/global-bg.png")no-repeat top -50px right 50px/600px;
  background-color: var(--gray-bg);
}

.global-heading {
  font-size: 3rem;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.5;
  margin-bottom: 24px;
}

.global-num {
  font-size: 3.5rem;
  color: var(--pink);
  line-height: 1;
}

.global-brand {
  color: var(--pink);
}

.global-body {
  font-size: 1.25rem;
  font-weight: bold;
  color: #555;
  line-height: 1.6;
}

.global-img-placeholder {
  width: 100%;
  height: 300px;
  background: #d0e8e4;
  border-radius: 4px;
}

.global-country-img {
  width: 100%;
  padding-top: 80%;
  background: var(--gray-light);
  border-radius: 3px;
  margin-bottom: 8px;
}

.global-country-img.bg01 {
  background: url("../images/global-country-img01.jpg")no-repeat top center/cover;
}

.global-country-img.bg02 {
  background: url("../images/global-country-img02.jpg")no-repeat top center/cover;
}

.global-country-img.bg03 {
  background: url("../images/global-country-img03.jpg")no-repeat top center/cover;
}

.global-country-label {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  padding: 30px;
}

/* ---------- ONE PRICE ---------- */
.oneprice-section {
  padding: 0;
  background: var(--pink);
}

@media (min-width: 992px) {
  .d-lg-grid {
    display: grid !important;
  }
}

/* Desktop: CSS Grid */
.oneprice-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  height: 100%;
  min-height: 500px;
}

.op-img {
  background: rgba(255, 255, 255, 0.15);
  overflow: hidden;
}

.op-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.op-img-3,
.op-img-4 {
  grid-column: span 2;
}

/* Mobile: CSS Marquee */
.oneprice-marquee {
  overflow: hidden;
  height: 300px;
}

.oneprice-marquee-track {
  display: flex;
  height: 100%;
  width: max-content;
  animation: oneprice-scroll 14s linear infinite;
}

.oneprice-marquee-track img {
  height: 300px;
  width: 280px;
  object-fit: cover;
  flex-shrink: 0;
}

@keyframes oneprice-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.oneprice-text-col {
  display: flex;
  align-items: center;
  padding: 60px 48px;
}

.oneprice-text {
  color: #fff;
}

.oneprice-en {
  font-size: 100px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #eb5da7;
  opacity: 0.9;
  margin-bottom: 8px;
}

.oneprice-ja {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.6;
}

.oneprice-body {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 2;
}

.op-feature {
  background: #fff;
  padding: 30px;
}

.op-feature-title {
  font-size: 27px;
  font-weight: 700;
  color: #4c4c4c;
  margin-bottom: 1rem;
}

.op-feature-text {
  font-size: 1.1875rem;
  color: #000000;
  margin-bottom: 0;
}

/* ---------- SUSTAINABILITY ---------- */
.sustain-section {
  padding: 200px 0 300px;
  background: url("../images/sustain-bg.png")no-repeat top left/75%;
  background-color: #fff;
}

.sustain-heading {
  color: #4c4c4c;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
}

.sustain-sub {
  color: #4c4c4c;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}

.sustain-card {
  padding: 0;
  border-radius: 4px;
  transition: box-shadow 0.2s;
  text-align: start;
}

.sustain-icon {
  text-align: start;
  margin: 0;
}

.sustain-card-title {
  font-size: 1.5625rem;
  font-weight: 700;
  color: var(--dark);
  margin: 2rem auto;
}

.sustain-card-text {
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 0;
}

/* ---------- APPLY ---------- */
.apply-section {
  padding: 300px 0;
  background: #fafafa;
}

.apply-heading {
  font-size: 100px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  color: var(--pink);
  margin-bottom: 32px;
}

.apply-img {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 8px;
}

.apply-img-label {
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--dark);
  text-align: center;
}

/* ---------- FOOTER ---------- */
.site-footer {
  background: #fff;
  padding: 72px 0 0;
  text-align: center;
}

.logo-text-white {
  color: #fff;
}

.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 24px;
}

.footer-nav a {
  color: #4c4c4c;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-copy {
  font-size: 0.72rem;
  color: #666;
  margin-bottom: 0;
}

.footer-footer {
  font-size: 0.72rem;
  background: var(--pink);
  padding: 1rem;
}

.footer-footer a {
  text-decoration: none;
  color: #fff;
}

.footer-copy {
  color: #fff;
  margin-bottom: 0;
}

/* ---------- レスポンシブ ---------- */
@media (max-width: 991px) {

  /** COMMON **/
  .message-section,
  .mission-section,
  .arrows-section,
  .global-section,
  .sustain-section,
  .apply-section {
    padding: 80px 0;
  }

  .message-heading-ja,
  .section-label-ja {
    margin-bottom: 48px;
  }

  /** HERO **/
  .hero-section {
    background: url("../images/mv_bg.jpg")no-repeat top right/100% auto;
    padding-top: 100%;
    min-height: auto;
  }

  .hero-heading {
    font-size: 12vw;
  }

  .hero-sub-ja {
    font-size: 6vw;
  }

  .hero-text-col {
    padding: 48px 24px;
  }

  .hero-img-col {
    height: 50vw;
  }

  /** MESSAGE **/
  .section-label-en {
    font-size: 15vw;
    margin-bottom: 15px;
  }

  /** MISSION **/
  .philosophy-item .col-3 {
    padding: 0 !important;
  }

  .philosophy-label {
    font-size: 5vw;
  }

  .philosophy-title {
    font-size: 4.5vw;
  }

  .philosophy-text {
    font-size: 4vw;
  }

  /** ARROWS **/
  .arrows-box {
    padding: 1rem;
  }

  /**  **/
  .global-heading {
    font-size: 2rem;
  }

  .global-brand {
    font-size: 3rem;
  }

  .global-country-img {
    margin: 0;
  }

  .global-country-label {
    margin-bottom: 0;
  }

  /** oneprice **/
  .oneprice-section .container {
    padding: 0;
  }

  .oneprice-en {
    font-size: 15vw;
  }

  .oneprice-ja {
    font-size: 6vw;
  }

  .oneprice-img-grid {
    min-height: 300px;
  }

  .oneprice-text-col {
    padding: 48px 24px;
  }

  /** sustain **/
  .sustain-heading {
    font-size: 2rem;
  }

  /** apply **/
  .apply-heading {
    font-size: 15vw;
  }
}

@media (max-width: 767px) {

.main-link{
  width:49%;
}

  .logo {
    height: auto;
    width: 50%;
  }

  .site-header {
    padding: 10px 0;
  }

  .hero-text-col {
    padding: 40px 20px;
  }

  .hero-img-col {
    height: 260px;
  }

  .oneprice-text-col {
    padding: 40px 20px;
  }

  .footer-nav {
    gap: 1rem;
    flex-direction: column;
  }
}