@charset "utf-8";

/* タータン */
.tartan__wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 130px 0 60px;
}

@media only screen and (min-width: 768px) {
  .tartan__wrapper {
    max-width: 900px;
  }
}

.tartan__title {
  width: calc(100% - 60px);
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .tartan__title {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}

.tartan__title p {
  font-size: 5.58vw;
  line-height: 1.8;
  color: #002F51;
}

.tartan__title h2 span {
  position: relative;
  border-bottom: 2px solid #002F51;
  font-size: 7.91vw;
  line-height: 1.8;
  color: #002F51;
}

@media only screen and (min-width: 768px) {
  .tartan__title p {
    font-size: 24px;
  }
  
  .tartan__title h2 span {
    font-size: 34px;
  }
}

.tartan__title h2 span::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #002F51;
  content: '';
}

.tartan__wrapper section {
  margin-top: 60px;
}

.tartan__wrapper section h3 {
  width: calc(100% - 60px);
  margin: 0 auto;
  font-size: 4.65vw;
  line-height: 1.8;
  color: #002F51;
}

@media only screen and (min-width: 768px) {
  .tartan__wrapper section h3 {
    width: 100%;
    max-width: 900px;
    font-size: 20px;
    text-align: center;
  }
}

.tartan__wrapper .tartan__story .tartan-img {
  margin: 30px auto 0;
}

.tartan__wrapper .tartan__story .tartan-txt, 
.tartan__wrapper .tartan__color .tartan-txt, 
.tartan__wrapper .tartan__registration .tartan-txt {
  width: calc(100% - 60px);
  margin: 30px auto 0;
}

.tartan__wrapper .tartan__story .tartan-txt p, 
.tartan__wrapper .tartan__color .tartan-txt p, 
.tartan__wrapper .tartan__registration .tartan-txt p {
  font-size: 3.72vw;
  line-height: 1.8;
  color: #000000;
  text-align: justify;
}

@media only screen and (min-width: 768px) {
  .tartan__wrapper .tartan__story .tartan-txt, 
  .tartan__wrapper .tartan__color .tartan-txt, 
  .tartan__wrapper .tartan__registration .tartan-txt {
    width: 900px;
  }

  .tartan__wrapper .tartan__story .tartan-txt {
    margin: 60px auto 0;
  }

  .tartan__wrapper .tartan__story .tartan-txt p, 
  .tartan__wrapper .tartan__color .tartan-txt p, 
  .tartan__wrapper .tartan__registration .tartan-txt p {
    font-size: 16px;
    text-align: center;
  }
}

.tartan__wrapper .tartan__story .tartan-txt p:first-child {
  margin-bottom: 30px;
}

.tartan__wrapper .tartan__story .tartan-txt p:last-child {
  margin-bottom: 0;
}

.tartan__wrapper .tartan__story .tartan-img:last-child {
  margin-right: 30px;
}

@media only screen and (min-width: 768px) {
  .tartan__wrapper .tartan__story .tartan-img:last-child {
    width: 500px;
    margin: 60px auto 0;
  }
}

.line {
  width: 100%;
  height: 60px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.line .vertical-line {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: line-anime 2s linear infinite;
  background: #002F51;
}

.tartan__bg {
  margin-top: 30px;
  background-image: url(/campaign/2025/50th/0207/images/bg_tartan_sp.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .tartan__bg {
    width: 600px;
    margin: 30px auto 0;
    background-image: url(/campaign/2025/50th/0207/images/bg_tartan_pc.jpg);
  }
}

.tartan__inner {
  width: 100%;
  padding: 50px 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .tartan__inner {
    padding: 60px 0;
  }
}

.tartan__inner .vertical-txt {
  position: absolute;
  top: 30px;
  right: 20px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 12px;
  color: #ffffff;
}

.tartan__inner div {
  width: 69.77%;
  padding: 20px 20px 25px 20px;
  background: #ffffff;
}

@media only screen and (min-width: 768px) {
  .tartan__inner div {
    width: 50%;
  }
}

.tartan__inner div h4 {
  margin-left: 15px;
}

.tartan__inner div h4 span:nth-of-type(1) {
  font-size: 6.98vw;
  text-decoration: underline;
}

.tartan__inner div h4 span:nth-of-type(2) {
  font-size: 5.58vw;
}

@media only screen and (min-width: 768px) {
  .tartan__inner div h4 span:nth-of-type(1) {
    font-size: 30px;
  }
  
  .tartan__inner div h4 span:nth-of-type(2) {
    font-size: 24px;
  }
}

.tartan__inner div:nth-of-type(1) h4 {
  color: #004633;
}

.tartan__inner div:nth-of-type(2) h4 {
  color: #001C42;
}

.tartan__inner div:nth-of-type(3) h4 {
  color: #5B7E96;
}

.tartan__inner div:nth-of-type(1) {
  margin: 0 auto 0 30px;
}

.tartan__inner div:nth-of-type(2) {
  margin: 40px 30px 0 auto;
}

.tartan__inner div:nth-of-type(3) {
  margin: 40px auto 0;
}

.tartan__inner div p {
  margin-top: 15px;
  font-size: 2.79vw;
  line-height: 1.8;
  color: #000000;
  text-align: justify;
}

@media only screen and (min-width: 768px) {
  .tartan__inner div:nth-of-type(1) {
    margin: 0 auto 0 60px;
  }
  
  .tartan__inner div:nth-of-type(2) {
    margin: 50px 60px 0 auto;
  }
  
  .tartan__inner div:nth-of-type(3) {
    margin: 50px auto 0;
  }

  .tartan__inner div p {
    font-size: 12px;
  }  
}


.tartan__wrapper .tartan__kinloch .kinloch-ceo {
  width: 100%;
  margin: 60px auto 0;
}  

@media only screen and (min-width: 768px) {
  .tartan__wrapper .tartan__kinloch div:first-child {
    width: 500px;
    margin: 0 auto;
  }

  .tartan__wrapper .tartan__kinloch .kinloch-ceo {
    width: 700px;
  }  
}

.tartan__wrapper .tartan__kinloch .kinloch-ceo p {
  width: calc(100% - 60px);
  margin: 15px auto 0;
  font-size: 2.79vw;
  line-height: 1.8;
  color: #000000;
  text-align: right;
}

.tartan__wrapper .tartan__kinloch .kinloch-jp, 
.tartan__wrapper .tartan__kinloch .kinloch-en {
  width: calc(100% - 60px);
  margin: 30px auto 0;
}

@media only screen and (min-width: 768px) {
  .tartan__wrapper .tartan__kinloch .kinloch-ceo p {
    font-size: 12px;
  }
  
  .tartan__wrapper .tartan__kinloch .kinloch-jp, 
  .tartan__wrapper .tartan__kinloch .kinloch-en {
    width: 540px;
  }
}

.tartan__wrapper .tartan__kinloch .kinloch-jp p {
  font-size: 3.26vw;
  line-height: 1.8;
  color: #000000;
  text-align: justify;
}

.tartan__wrapper .tartan__kinloch .kinloch-en p {
  font-size: 3.26vw;
  line-height: 1.8;
  color: #000000;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .tartan__wrapper .tartan__kinloch .kinloch-jp p {
    font-size: 14px;
  }
  
  .tartan__wrapper .tartan__kinloch .kinloch-en p {
    font-size: 14px;
  }
  
  .tartan__wrapper .tartan__registration div:first-child {
    width: 600px;
    margin: 0 auto;
  }
}

.item__bg {
  width: 100%;
  background: #5B7E96;
}

.item__wrapper {
  width: 100%;
  padding: 40px 30px;
}

@media only screen and (min-width: 768px) {
  .item__wrapper {
    width: 600px;
    margin: 0 auto;
    padding: 40px 0;
  }
}

.item__wrapper h2 {
  margin-bottom: 20px;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
}

.item__wrapper h2 span:nth-of-type(1) {
  font-size: 24px;
}

.item__wrapper h2 span:nth-of-type(2) {
  font-size: 34px;
}

.item__wrapper p.lead {
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 1.8;
  color: #ffffff;
  text-align: justify;
}

@media only screen and (min-width: 768px) {
  .item__wrapper p.lead {
    text-align: center;
  }
}

.item__wrapper section {
  margin-bottom: 60px;
}

.item__wrapper section:last-child {
  margin-bottom: 0;
}

.item__wrapper .item__img {
  width: 100%;
  margin-bottom: 15px;
}

.item__wrapper .item__body {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .item__wrapper .item__body {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}

.item__wrapper .item__body .icon {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.item__wrapper .item__body .icon span {
  width: auto;
  height: 20px;
  padding: 0 5px;
  font-size: 10px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}

.item__wrapper .item__body .icon .men {
  background-color: #191F60;
  border: 1px solid #191F60;
}

.item__wrapper .item__body .icon .women {
  background-color: #C30D23;
  border: 1px solid #C30D23;
}

.item__wrapper .item__body .icon .kids {
  background-color: #C3BC0D;
  border: 1px solid #C3BC0D;
}

.item__wrapper .item__body .icon .sale {
  margin-left: 10px;
  border: 1px solid #ffffff;
}

.item__wrapper .item__body h4 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
}

.item__wrapper .item__body .credit {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item__wrapper .item__body .credit .price p:nth-of-type(1) {
  font-size: 14px;
  color: #ffffff;
}

.item__wrapper .item__body .credit .price p:nth-of-type(2) {
  margin-top: 5px;
  font-size: 10px;
  color: #ffffff;
}

.item__wrapper .item__body .credit .btn a {
  display: block;
  padding: 7px 38px;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 20px;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.item__wrapper .item__body .credit .btn a:hover {
  color: #002F51;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

.item__wrapper .item__body .contact {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item__wrapper .item__body .contact .txt p {
  font-size: 10px;
  color: #ffffff;
}

.item__wrapper .item__body .contact .btn a {
  display: block;
  padding: 7px 38px;
  font-size: 12px;
  color: #002F51;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  background-color: #EEEEEE;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.item__wrapper .item__body .contact .btn a:hover {
  color: #ffffff;
  background-color: transparent;
}

.item__wrapper .item__body .caption p {
  font-size: 14px;
  line-height: 1.8;
  color: #ffffff;
  text-align: justify;
}

br.pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  br.pc {
    display: block;
  }
}


/* カテゴリリンク */
.content .category__wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px 60px;
}

.content .category__wrapper ul {
  display: grid;
  place-items: center;
}  

.content .category__wrapper ul.col3 {
  grid-template-columns: repeat(3, 1fr);
}

.content .category__wrapper ul.col4 {
  grid-template-columns: repeat(4, 1fr);
}

.content .category__wrapper li img {
  width: 78px;
}

@media only screen and (min-width: 768px) {
  .content .category__wrapper {
    max-width: 600px;
  }

  .content .category__wrapper li img {
    width: 105px;
  }
}


/* バナー */
.bnr__wrapper {
  width: calc(100% - 60px);
  margin: 0 auto;
  padding: 0 0 60px;
}

@media only screen and (min-width: 768px) {
  .bnr__wrapper {
    max-width: 600px;
  }  
}


/* スライダーカスタマイズ */
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.slide-dots {
  margin: 15px 0 0 0; 
  padding: 0;
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
  background: none;
  border: none;
  outline: none;
  padding: 0 5px;
}
.slide-dots li button::before {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  cursor: pointer;
  margin: auto;
}
.slide-dots li.slick-active button::before {
	background-color: transparent;
  border: 1px solid #ffffff;
}


/* アニメーション */
.fadeInUp {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1.5s;
}

.fadeInUp.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeInLeftSlide {
  opacity: 0;
  transform: translate(-30px, 0);
  transition: 1.5s;
}

.fadeInLeftSlide.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeInRightSlide {
  opacity: 0;
  transform: translate(30px, 0);
  transition: 1.5s;
}

.fadeInRightSlide.active {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes line-anime {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}