<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pcNone {
  display: none;
}

@media screen and (max-width:1000px) {
  .pcNone {
    display: block;
  }
}

.spNone {
  display: block;
}

@media screen and (max-width:1000px) {
  .spNone {
    display: none;
  }
}

.content {
  width: 100%;
  max-width: 1230px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

@media screen and (max-width:1000px) {
  .content {
    max-width: 760px;
    padding-left: 0;
    padding-right: 0;
    ;
  }
}

@media screen and (max-width:1000px) {
  .content.-spP {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.pages-special .headerPc {
  /* padding-top: 60px; */
  transition: all .2s ease;
}

/* .pages-special .headerPc .gnavi li:nth-child(1),
.pages-special .headerPc .gnavi li:nth-child(2),
.pages-special .headerPc .gnavi li:nth-child(3),
.pages-special .headerPc .gnavi li:nth-child(4),
.pages-special .headerPc .gnavi li:nth-child(5),
.pages-special .headerPc .gnavi li:nth-child(6) {
  margin-bottom: 30px;
}

.pages-special .headerPc.-scrolled {
  padding-top: 10px;
}

.pages-special .headerPc.-scrolled .gnavi li:nth-child(1),
.pages-special .headerPc.-scrolled .gnavi li:nth-child(2),
.pages-special .headerPc.-scrolled .gnavi li:nth-child(3),
.pages-special .headerPc.-scrolled .gnavi li:nth-child(4),
.pages-special .headerPc.-scrolled .gnavi li:nth-child(5),
.pages-special .headerPc.-scrolled .gnavi li:nth-child(6) {
  margin-bottom: 2px;
} */

/* .pages-special .headerPc li a.-active {
  position: relative;
}

.pages-special .headerPc li a.-active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  height: 1px;
  background-color: #fff;
} */

@media screen and (max-width:1000px) {
  .pages-special .headerPc {
    display: none;
  }
}

.special-mv01 {
  text-align: center;
  margin-bottom: 90px;
}

@media screen and (max-width:1000px) {
  .special-mv01 {
    padding-top: 40px;
    margin-bottom: 45px;
  }
}

.special-mv01 h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-bottom: 50px;
  font-feature-settings: "palt"1;
}

@media screen and (max-width:1000px) {
  .special-mv01 h1 {
    font-size: 28px;
    margin-bottom: 30px;
    padding: 0 5%;
  }
}

@media screen and (max-width:700px) {
  .special-mv01 h1 {
    font-size: 20px;
  }
}

@media screen and (min-width:1000px) {
  .tbnone {
    display: none;
  }
}

.special-mv01 img {
  margin-bottom: 70px;
}

@media screen and (max-width:1000px) {
  .special-mv01 img {
    margin-bottom: 45px;
  }
}

.special-mv01_txt {
  font-family: circe, sans-serif;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: .1em;
  position: relative;
  display: inline-block;
}

@media screen and (max-width:1000px) {
  .special-mv01_txt {
    font-size: 18px;
    margin: 0 5%;
  }
}

.special-mv01_txt::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -.7em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

@media screen and (max-width:1000px) {
  .special-mv01_txt::before {
    bottom: -.4em;
  }
}

.special-txt {
  display: flex;
  margin-bottom: 120px;
  align-items: center;
}

@media screen and (max-width:1000px) {
  .special-txt {
    flex-direction: column;
    margin-bottom: 80px;
  }
}

.special-txt.-last {
  margin-bottom: 170px;
}

@media screen and (max-width:1000px) {
  .special-txt.-last {
    margin-bottom: 80px;
  }
}

.special-txt .txtArea {
  width: 50%;
  padding: 0 8%;
  box-sizing: border-box;
}

@media screen and (max-width:1000px) {
  .special-txt .txtArea {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 5%;
  }
}

.special-txt .txtArea h2 {
  font-weight: 700;
  font-size: 27px;
  color: #afac90;
  margin-bottom: 30px;
  font-feature-settings: "palt"1;
  line-height: 1.5;
}

@media screen and (max-width:1000px) {
  .special-txt .txtArea h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

/* @media screen and (max-width:1000px) {
  .special-txt .txtArea h2 br {
    display: none;
  }
} */

.special-txt .txtArea p {
  font-size: 18px;
  line-height: 1.8;
  font-feature-settings: "palt"1;
  letter-spacing: .05em;
}

@media screen and (max-width:1000px) {
  .special-txt .txtArea p {
    font-size: 16px;
    word-break: break-word;
  }
}

.special-txt .imgArea {
  width: 50%;
  box-sizing: border-box;
}

@media screen and (max-width:1000px) {
  .special-txt .imgArea {
    width: 100%;
  }
}

.special-txt .imgArea.-right {
  text-align: right;
}

.special-txt .imgArea img {
  width: auto;
  max-width: 100%;
}

@media screen and (max-width:1000px) {
  .special-txt .imgArea img {
    width: 100%;
  }

  .special-txt .imgArea img.-spL {
    transform: translateX(-15px);
  }
}

@media screen and (max-width:1000px) {
  .special-txt .imgArea img.-spW80 {
    width: 50%;
  }
}

@media screen and (max-width:700px) {
  .special-txt .imgArea img.-spW80 {
    width: 80%;
  }
}

@media screen and (max-width:1000px) {
  .special-txt .imgArea img.-spW60 {
    width: 50%;
  }
}

@media screen and (max-width:700px) {
  .special-txt .imgArea img.-spW60 {
    width: 60%;
  }
}

@media screen and (max-width:1000px) {
  .special-txt .-spOdr1 {
    order: 1;
  }
}

.special-txt.special-txt02 .imgArea {
  width: 38%;
}

@media screen and (max-width:1000px) {
  .special-txt.special-txt02 .imgArea {
    width: 100%;
  }
}

.special-txt.special-txt02 .txtArea {
  padding-left: 15%;
  padding-right: 7%;
  width: 62%;
}

@media screen and (max-width:1000px) {
  .special-txt.special-txt02 .txtArea {
    width: 100%;
    padding: 0 5%;
  }
}

.special-txt.special-txt03 .imgArea {
  width: 45%;
}

@media screen and (max-width:1000px) {
  .special-txt.special-txt03 .imgArea {
    width: 100%;
    text-align: center;
  }
}

.special-txt.special-txt03 .txtArea {
  padding-left: 11%;
  padding-right: 11%;
  width: 64%;
}

@media screen and (max-width:1000px) {
  .special-txt.special-txt03 .txtArea {
    width: 100%;
    padding: 0 5%;
  }
}

#idpd01 .special-txt02 .imgArea {
  width: 38%;
}

@media screen and (max-width:1000px) {
  #idpd01 .special-txt02 .imgArea {
    width: 100%;
    text-align: right;
  }
}

#idpd01 .special-txt02 .txtArea {
  padding-left: 10%;
  padding-right: 10%;
  width: 62%;
}

@media screen and (max-width:1000px) {
  #idpd01 .special-txt02 .txtArea {
    width: 100%;
    padding: 0 5%;
  }
}

.special-btn {
  text-align: center;
  margin-bottom: 155px;
}

@media screen and (max-width:1000px) {
  .special-btn {
    margin-bottom: 80px;
    ;
  }
}

.special-btn a {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  height: 96px;
  line-height: 96px;
  font-family: circe, sans-serif;
  letter-spacing: 0;
  font-size: 27px;
  font-weight: 700;
  transition: all .3s ease-out;
  padding: 0 5%;
}

@media screen and (max-width:1000px) {
  .special-btn a {
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.8;
    height: auto;
  }
}

@media screen and (max-width:700px) {
  .special-btn a {
    max-width: 330px;
  }
}

@media screen and (min-width:701px) {
  .special-btn a:hover {
    background-color: #fff;
    color: #333;
  }
}


/* ---- 1009霑ｽ蜉�----  */

.special-mvTop {
  padding-top: 280px;
  margin-bottom: 170px;
  max-width: 930px;
}

@media screen and (max-width:1000px) {
  .special-mvTop {
    padding-top: 80px;
    margin-bottom: 45px;
  }
}

.special-mvTop .model-asj .txt09 {
  font-weight: bold;
  letter-spacing: 0.1rem;
}

@media screen and (max-width:1000px) {
  .txt10 {
    font-size: 17px;
  }
}

.special-mvTop .model-asj .txt11 {
  letter-spacing: 0.1em;
}

@media screen and (max-width:1000px) {
  .special-mvTop .model-asj .txt11 {
    width: 100%;
  }
}

.special-mvTop .txt13 {
  font-size: 15px;
  line-height: 1.8;
  position: relative;
  padding: 0;
  width: 70%;
}

@media screen and (max-width:1000px) {
  .special-mvTop .txt13 {
    width: 100%;
  }
}

.special-mvTop .txt13::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.special-mvTop .txt13 span {
  position: relative;
  padding-right: 1em;
  background: #000;
}

.special-mvTop .txtBox01 {
  float: none;
  width: 46%;
  padding-left: 0;
}

@media screen and (max-width:1000px) {
  .special-mvTop .txtBox01 {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.special-mvTop .watch01 {
  float: none;
  width: 54%;
  padding: 0;
  text-align: center;
}

@media screen and (max-width:1000px) {
  .special-mvTop .watch01 {
    width: 90%;
    margin: 0 auto 30px;
  }
}

.special-mvTop .box05 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width:1000px) {
  .special-mvTop .box05 {
    flex-direction: column;
  }
}

.special-mvTop .mb0 {
  margin-bottom: 0;
}

.special-mvTop .txt12 span:nth-child(2) {
  font-size: 28px;
}

.special-mvTop .txt12 .tax {
  font-size: 20px;
}

@media screen and (max-width:1000px) {
  .special-mvTop .txtBox01.-spOdr1 {
    order: 1
  }
}

.tk-circe {
  font-weight: bold;
}


/* ---- ADVENTURE SPORT JP----  */
.special-mvTop .adventure-txt {
  width: 73%;
}

/* ---- INDEPENDENCE----  */
.special-mvTop .idpd20-txt {
  width: 100%;
}

.special-mvTop .idpd20-img {
  width: 26%;
}

@media screen and (max-width:1000px) {
  .special-mvTop .idpd20-img {
    max-width: 318px;
    margin: 0 auto 30px;
    width: 100%;
  }

  .special-mvTop .freedom60-chrono-img img,
  .special-mvTop .idpd20-img img {
    width: 60%;
  }
}

.special-mvTop .idpd20-ttl {
  width: 81%;
}

@media screen and (max-width:1000px) {
  .special-mvTop .idpd20-ttl {
    width: 100%;
  }
}

@media screen and (max-width:1000px) {
  .special-mvTop .idpd20-txt {
    width: 100%;
  }
}


/* ---- freedom60-chrono----  */
.special-mvTop .freedom60-chrono-img {
  width: 29%;
}

@media screen and (max-width:1000px) {
  .special-mvTop .freedom60-chrono-img {
    max-width: 318px;
    margin: 0 auto 30px;
    width: 100%;
  }
}

/* ---- adventure-sports-Chrono-daydate----  */

.special-mvNew {
  padding-top: 280px;
  margin-bottom: 170px;
}

@media screen and (max-width:1000px) {
  .special-mvNew {
    padding-top: 80px;
    margin-bottom: 45px;
  }
}

.special-txt.special-txt04 {
  flex-direction: column;
}

.special-txt.special-txt04 .txtArea {
  width: 100%;
}

.special-txt.special-txt04 .imgArea {
  width: 100%;
  margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  .special-txt.special-txt04 .imgArea img.-spW80 {
    width: 100%;
  }
}


@media screen and (min-width: 1001px) {
  .pages-special .bwsp {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .pages-special .bwpc {
    display: none;
  }

  .pages-special .bwsp {
    word-break: break-word;
  }
}
</pre></body></html>