@charset "UTF-8";
/*//////////////////////////////////////////////////

Title : syle.css
For   : CELFORD GOLF 2023 Spring Summer Debut

Created       : 2023-3-7
Last Modified : 2023-3-7

==========================================

Content
    01: common

//////////////////////////////////////////////////*/

/* ===================== 01: common */
.main-area .main-inner {
  width: 100%;
  margin: 0;
}

.celford_230309 {
  color: #000000;
}

.celford_230309 * {
  box-sizing: border-box;
  text-align: center;
}

.celford_230309 img,
.celford_230309 svg,
.celford_230309 video {
  width: 100%;
  height: auto;
}

.celford_230309 a,
.celford_230309 picture {
  display: block;
}

.celford_230309 button {
  padding: 0;
}

.celford_230309 #breadcrumb .cateList {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: initial;
}

/* for desktop */
@media screen and (min-width: 768px) {
  .celford_230309 .hidden_lrg {
    display: none;
  }

  #footer .footer-FootNav {
    max-width: 100rem;
    width: 100%;
  }
}

/* for mobile */
@media screen and (max-width: 767px) {
  .header-banner-container {
    display: none;
  }

  .header-logo,
  .btn-cart,
  .btn-search {
    transition: all .3s;
    opacity: 0;
  }

  .header-logo.is-show,
  .btn-cart.is-show,
  .btn-search.is-show {
    opacity: 1;
  }

  .header.js-header-background {
    background-color: transparent;
  }

  .celford_230309 .hidden_sml {
    display: none;
  }
  
  .celford_230309 #breadcrumb {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
  }

  .celford_230309 #breadcrumb .cateList {
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
  }
}

/* ===================== 02: animation */
.js-fade {
  opacity: 0;
  transition-duration: 1.5s;
}

.js-fade.is-active {
  opacity: 1;
}

/* for desktop */
@media screen and (min-width: 768px) {
  .fade:hover {
    opacity: 0.6;
  }

  .fade.is-active > a + a {
    animation: fadeSlide 2s ease-in-out 2s alternate infinite;
    opacity: 0;
  }

  .is-active.fadeDelay-dt01 {
    transition-delay: 0.2s;
  }

  .is-active.fadeDelay-dt02 {
    transition-delay: 0.4s;
  }
  
  @keyframes fadeSlide {
    0% {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }
  
    100% {
      opacity: 1;
      visibility: visible;
    }
  }
}

/* for mobile */
@media screen and (max-width: 767px) {
  .fadeDelay-mp01 {
    transition-delay: 0.2s;
  }

  .js-bgChange.is-active:nth-child(2) {
    background-color: #FFFDF5;
  }
  
  .js-bgChange.is-active:nth-child(3) {
    background-color: #FFFAFA;
  }
}

/* ===================== 03: firstview */
.firstview__video {
  width: 100%;
  position: relative;
}

.firstview__video .button {
  position: absolute;
  cursor: pointer;
}

.firstview__video .button .sound-off {
  display: none;
}

.firstview__logo {
  margin-inline: auto;
}

.firstview__lead {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}

/* for desktop */
@media screen and (min-width: 768px) {
  .firstview__video .button {
    bottom: 60px;
    right: 60px;
    transition-duration: 0.5s;
  }

  .firstview__video .button:hover {
    opacity: 0.6;
  }
  
  .firstview__video .button .sound-on {
    width: 55px;
  }

  .firstview__video .button .sound-off {
    width: 67px;
  }

  .firstview__logo {
    width: 147px; 
    margin-block-start: 95px;
  }

  .firstview__lead {
    font-size: 13px;
    margin-block-start: 30px;
  }
}

/* for mobile */
@media screen and (max-width: 767px) {
  .firstview__video .button {
    right: calc(50 * 100vw / 750);
    bottom: calc(50 * 100vw / 750);
  }
  
  .firstview__video .button .sound-on {
    width: calc(97* 100vw / 750);
  }

  .firstview__video .button .sound-off {
    width: calc(117* 100vw / 750);
  }

  .firstview__logo {
    width: calc(255 * 100vw / 750);
    margin-block-start: calc(93 * 100vw / 750);
  }

  .firstview__lead {
    font-size: calc(22 * 100vw / 750);
    margin-block-start: calc(50 * 100vw / 750);
  }
}

/* ===================== 03: content */
.contents__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition-duration: 0.1s;
}

.contents__wrapper:nth-child(4) {
  background-color: #FFFAFA;
}

.contents__detail:not(.contents__detail--gridlayout) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contents__detail--gridlayout:nth-child(3) {
  display: grid;
}

.visual__wrapper {
  position: relative;
}

.contents__visual {
  position: relative;
}

.contents__visual a {
  background-color: #fff;
}

/* for desktop */
@media screen and (min-width: 768px) {
  .contents__wrapper:nth-child(2) {
    background-color: #FFFDF5;
  }
  
  .contents__wrapper:nth-child(3) {
    background-color: #FFFAFA;
  }

  .contents__visual > * + * {
    position: absolute;
    top: 0;
    left: 0;
  }

  .contents__visual > a:hover {
    opacity: 0.6;
  }

  .contents__wrapper:nth-child(4) {
    padding-block-start: 200px;
    padding-block-end: 195px;
  }
  
  .contents__wrapper:nth-child(1) .contents__detail:nth-child(1) {
    margin-block-start: 100px;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(2) {
    margin-block-start: 160px; 
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(2) .contents__visual:nth-child(1) {
    width: 420px;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(2) .contents__visual:nth-child(1) {
    width: 420px;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(2) .contents__desc {
    margin-block-start: 95px;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) {
    grid-template-columns: repeat(6, 1fr);
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) {
    margin-block-start: 100px;
  }
    
  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3),
  .contents__wrapper:nth-child(2) .contents__detail:nth-child(3),
  .contents__wrapper:nth-child(3) .contents__detail:nth-child(2),
  .contents__wrapper:nth-child(3) .contents__detail:nth-child(2),
  .contents__wrapper:nth-child(3) .contents__detail:nth-child(3) {
    max-width: 1000px;
    width: 95%;
    margin-inline: auto;
  }
  
  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) > .contents__visual:nth-child(1) {
    grid-row: 2;
    grid-column: 3 / span 2;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) > .contents__visual:nth-child(2) {
    grid-row: 2;
    grid-column: 5 / span 2;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) > .contents__visual:nth-child(3) {
    grid-row: 1;
    grid-column: 5 / span 2;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) > .contents__visual:nth-child(4) {
    grid-row: 2;
    grid-column: 1 / span 2;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) > .contents__visual:nth-child(6) {
    grid-row: 3;
    grid-column: 1 / span 3;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) > .contents__visual:nth-child(7) {
    grid-row: 3;
    grid-column: 1 / span 3;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) > .contents__visual:nth-child(9) {
    grid-row: 1;
    grid-column: 1 / span 4;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) > .contents__visual:nth-child(10) {
    grid-row: 3;
    grid-column: 4 / span 3;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(4) {
    margin-block-start: 160px;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(4) .contents__visual {
    width: 50%;
  }

  .contents__wrapper:nth-child(2) {
    padding-block-start: 230px;
  }

  .contents__wrapper:nth-child(2) .contents__detail:nth-child(1) {
    order: 1;
  }

  .contents__wrapper:nth-child(2) .contents__detail:nth-child(2) {
    order: 3;
    margin-block-start: 160px;
  }

  .contents__wrapper:nth-child(2) .contents__detail:nth-child(3) {
    margin-block-start: 100px;
    order: 2;
  }

  .contents__wrapper:nth-child(2) .contents__detail:nth-child(2) .contents__visual {
    width: 50%;
  }

  .contents__wrapper:nth-child(2) .contents__detail:nth-child(3) .contents__visual:nth-child(1),
  .contents__wrapper:nth-child(2) .contents__detail:nth-child(3) .contents__visual:nth-child(2) {
    width: 50%;
  }

  .contents__wrapper:nth-child(2) .contents__detail:nth-child(3) .contents__visual:nth-child(3),
  .contents__wrapper:nth-child(2) .contents__detail:nth-child(3) .contents__visual:nth-child(4),
  .contents__wrapper:nth-child(2) .contents__detail:nth-child(3) .contents__visual:nth-child(5) {
    width: 33.3%;
  }

  .contents__wrapper:nth-child(3) {
    padding-block-start: 230px;
  }

  .contents__wrapper:nth-child(3) .contents__detail:nth-child(2) {
    margin-block-start: 100px;
  }

  .contents__wrapper:nth-child(3) .contents__detail:nth-child(2) .contents__visual:nth-child(1) {
    order: 1;
  }

  .contents__wrapper:nth-child(3) .contents__detail:nth-child(2) .contents__visual:nth-child(3) {
    order: 7;
  }

  .contents__wrapper:nth-child(3) .contents__detail:nth-child(2) .contents__visual:nth-child(4) {
    order: 3;
  }

  .contents__wrapper:nth-child(3) .contents__detail:nth-child(2) .contents__visual:nth-child(5) {
    order: 4;
  }

  .contents__wrapper:nth-child(3) .contents__detail:nth-child(2) .contents__visual:nth-child(6) {
    order: 5;
  }

  .contents__wrapper:nth-child(3) .contents__detail:nth-child(2) .contents__visual:nth-child(7) {
    order: 2;
  }

  .contents__wrapper:nth-child(3) .contents__detail:nth-child(2) .contents__visual:nth-child(8) {
    order: 6;
  }

  .contents__wrapper:nth-child(3) .contents__detail:nth-child(2) .contents__visual:nth-child(1),
  .contents__wrapper:nth-child(3) .contents__detail:nth-child(2) .contents__visual:nth-child(3),
  .contents__wrapper:nth-child(3) .contents__detail:nth-child(2) .contents__visual:nth-child(7),
  .contents__wrapper:nth-child(3) .contents__detail:nth-child(2) .contents__visual:nth-child(8) {
    width: 50%;
  }
  
  .contents__wrapper:nth-child(3) .contents__detail:nth-child(2) .contents__visual:nth-child(4),
  .contents__wrapper:nth-child(3) .contents__detail:nth-child(2) .contents__visual:nth-child(5),
  .contents__wrapper:nth-child(3) .contents__detail:nth-child(2) .contents__visual:nth-child(6) {
    width: 33.3%;
  }

  /* .contents__wrapper:nth-child(3) .contents__detail:nth-child(2) {
    margin-block-start: 200px;
  } */

  .contents__wrapper:nth-child(3) .contents__detail:nth-child(3) {
    margin-block-start: 95px;
  }

  .contents__wrapper:nth-child(3) .contents__detail:nth-child(3) .contents__desc {
    margin-block-end: 90px;
  }

  .contents__wrapper:nth-child(3) .contents__detail:nth-child(3) .contents__visual:nth-child(2),
  .contents__wrapper:nth-child(3) .contents__detail:nth-child(3) .contents__visual:nth-child(3),
  .contents__wrapper:nth-child(3) .contents__detail:nth-child(3) .contents__visual:nth-child(5) {
    width: 33.3%;
  }
}

/* for mobile */
@media screen and (max-width: 767px) {
  .contents {
    margin-block-start: calc(95* 100vw / 750);
  }

  .visual__wrapper {
    display: contents;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(1) .contents__visual:nth-child(1) {
    padding-inline: calc(50 * 100vw / 750);
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(2) {
    margin-block-start: calc(190* 100vw / 750);
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(2) .contents__desc {
    padding-inline-start: 0;
    transform: translateX(calc(-30* (100vw / 750)));
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(2) .contents__visual {
    margin-block-start: calc(110 * 100vw / 750);
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) {
    margin-block-start: calc(60 * 100vw / 750);
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) > .contents__visual:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) > .contents__visual:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) > .contents__visual:nth-child(3) {
    grid-row: 2;
    grid-column: 1;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) > .contents__visual:nth-child(4) {
    grid-row: 2;
    grid-column: 2;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) > .contents__visual:nth-child(5) {
    grid-row: 4;
    grid-column: 1;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) > .contents__visual:nth-child(6) {
    grid-row: 3;
    grid-column: span 2;
    padding-block: calc(60 * 100vw / 750);
    padding-inline: calc(50 * 100vw / 750);
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) > .contents__visual:nth-child(7) {
    grid-row: 4;
    grid-column: 2;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) > .contents__visual:nth-child(8) {
    grid-row: 6;
    grid-column: 1;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) > .contents__visual:nth-child(9) {
    grid-row: 5;
    grid-column: span 2;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(3) > .contents__visual:nth-child(10) {
    grid-row: 6;
    grid-column: 2;
  }

  .contents__wrapper:nth-child(1) .contents__detail:nth-child(4) .contents__visual:nth-child(1) {
    padding-block: calc(60 * 100vw / 750);
    padding-inline: calc(30 * 100vw / 750);
  }

  .contents__wrapper:nth-child(2) {
    padding-block-start: calc(195 * 100vw / 750);
  }

  .contents__wrapper:nth-child(2) .contents__detail:nth-child(2) {
    margin-block-start: calc(110 * 100vw / 750);
  }

  .contents__wrapper:nth-child(2) .contents__detail:nth-child(3) .contents__visual:nth-child(1),
  .contents__wrapper:nth-child(2) .contents__detail:nth-child(3) .contents__visual:nth-child(5) {
    padding-block: calc(60 * 100vw / 750);
    padding-inline: calc(30 * 100vw / 750);
  }

  .contents__wrapper:nth-child(2) .contents__detail:nth-child(2) .contents__visual,
  .contents__wrapper:nth-child(2) .contents__detail:nth-child(3) .contents__visual:not(:nth-child(1),:nth-child(5),:nth-child(6)) {
    width: 50%;
  }

  .contents__wrapper:nth-child(3) {
    padding-block-start: calc(185 * 100vw / 750);
  }

  .contents__wrapper:nth-child(3) .contents__detail:nth-child(2) {
    margin-block-start: calc(60 * 100vw / 750);
  }

  .contents__wrapper:nth-child(3) .contents__detail:nth-child(2) .contents__visual:nth-child(1) {
    padding-block: calc(60 * 100vw / 750);
    padding-inline: calc(50 * 100vw / 750);
  }

  .contents__wrapper:nth-child(3) .contents__detail:nth-child(2) .contents__visual:not(:nth-child(1),:nth-child(8)) {
    width: 50%;
  }

  .contents__wrapper:nth-child(3) .contents__detail:nth-child(2) .contents__visual:nth-child(8),
  .contents__wrapper:nth-child(3) .contents__detail:nth-child(3) .contents__visual:nth-child(3) {
    padding-block: calc(60 * 100vw / 750);
    padding-inline: calc(30 * 100vw / 750);
  }

  
  .contents__wrapper:nth-child(3) .contents__detail:nth-child(3),
  .contents__wrapper:nth-child(3) .contents__detail:nth-child(3) .contents__visual:nth-child(3) {
    margin-block-start: calc(40 * 100vw / 750);
  }

  .contents__wrapper:nth-child(3) .contents__detail:nth-child(3) .contents__visual:not(:nth-child(1),:nth-child(3),:nth-child(6)) {
    width: 50%;
  }

  .contents__wrapper:nth-child(3) .contents__detail:nth-child(3) .contents__desc {
    order: 1;
  }
  
  .contents__wrapper:nth-child(3) .contents__detail:nth-child(3) .contents__visual:nth-child(1) {
    order: 2;
  }
  
  .contents__wrapper:nth-child(3) .contents__detail:nth-child(3) .contents__visual:nth-child(2) {
    order: 3;
  }

  .contents__wrapper:nth-child(3) .contents__detail:nth-child(3) .contents__visual:nth-child(3) {
    order: 2;
  }

  .contents__wrapper:nth-child(3) .contents__detail:nth-child(3) .contents__visual:nth-child(4) {
    order: 4;
  }

  .contents__wrapper:nth-child(3) .contents__detail:nth-child(3) .contents__visual:nth-child(6) {
    order: 5;
  }

  .contents__wrapper:nth-child(4) {
    padding-block-start: calc(180 * 100vw / 750);
    padding-block-end: calc(170* 100vw / 750);
  }
}

/* ===================== 03: desc */
.contents__desc .title {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  font-style: normal;
}

.contents__desc .desc {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}

.contents__desc .translation,
.contents__desc .text {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}
/* for desktop */
@media screen and (min-width: 768px) {
  .contents__desc {
    width: 100%;
  }

  .contents__desc .title {
    font-size: 15px;
  }

  .contents__desc .desc {
    padding-block-start: 40px;
    font-size: 15px;
    line-height: 1.9285714286;
  }

  .contents__desc .translation {
    padding-block-start: 10px;
    font-size: 12px;
    line-height: 1.25;
  }

  .contents__desc .text {
    font-size: 14px;
  }
}

/* for mobile */
@media screen and (max-width: 767px) {
  .contents__desc {
    padding-inline-start: calc(10  * 100vw / 750);
  }

  .contents__desc > * {
    text-align: left;
  }

  .contents__desc .title {
    font-size: calc(28 * 100vw / 750);
  }

  .contents__desc .desc {
    padding-block-start: calc(60 * 100vw / 750);
    font-size: calc(26 * 100vw / 750);
    line-height: 1.7692307692;
    font-feature-settings: 'palt';
  }

  .contents__desc .translation {
    padding-block-start: calc(30* 100vw / 750);
    font-size: calc(25 * 100vw / 750);
    line-height: 1.12;
  }

  .contents__desc .text {
    font-size: calc(28 * 100vw / 750);
  }
}

/* ===================== 04: button */
.contents__wrapper .viewall_button {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  border: 1PX solid #000000;
}

.contents__wrapper .viewall_button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000000;
}

.contents__wrapper .staffcredit {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.contents__wrapper .staffcredit .title {
  display: block;
  font-weight: 500;
}

/* for desktop */
@media screen and (min-width: 768px) {
  .contents__wrapper .viewall_button {
    width: 280px;
    height: 42px;
    font-size: 19px;
  }
  
  .contents__wrapper .staffcredit {
    margin-block-start: 200px;
    font-size: 14px;
    line-height: 1.3571428571;
  }

  .contents__wrapper .staffcredit .title {
    margin-block-end: 10px;
    font-size: 18px;
    line-height: 1;
  }
}

/* for mobile */
@media screen and (max-width: 767px) {
  .contents__wrapper .viewall_button {
    width: calc(390 * 100vw / 750);
    height: calc(54 * 100vw / 750);
    font-size: calc(26 * 100vw / 750);
  }
  
  .contents__wrapper .staffcredit {
    margin-block-start: calc(180 * 100vw / 750);
    font-size: calc(18 * 100vw / 750);
    line-height: 1.6666666667;
  }

  .contents__wrapper .staffcredit .title {
    font-size: calc(20 * 100vw / 750);
  }

  .contents__wrapper .staffcredit .profession {
    font-size: calc(14 * 100vw / 750);
  }
}