@charset "UTF-8";
body {
  margin: 0;
  color: #172b60; }
  @media screen and (min-width: 768px) {
    body {
      min-width: 960px; } }

/* -------------------------------------------------
  Reset
 ---------------------------------------------------- */
main {
  background: url("/cp/bookoff-changing/images/bg.png") center;
  background-size: auto;
  padding: 0;
  margin: 0;
  line-height: 1;
  overflow: hidden; }
  main * {
    box-sizing: border-box; }
  main ul[class],
  main ol[class] {
    padding-right: 0;
    padding-left: 0;
    list-style: none; }
  main picture {
    position: relative;
    z-index: 1;
    display: block;
    width: fit-content;
    height: fit-content; }
  main figure {
    display: block;
    margin: 0; }
  main img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom; }

.main {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: 700;
  color: #10459e; }
  .main a {
    text-decoration: none;
    color: #10459e; }
    @media (hover: hover) {
      .main a:not(.is-disabled-hover):hover {
        opacity: 0.85; } }

.pc-only {
  display: none; }
  @media screen and (min-width: 768px) {
    .pc-only {
      display: block; } }

.sp-only {
  display: block; }
  @media screen and (min-width: 768px) {
    .sp-only {
      display: none; } }

.text-uppercase {
  text-transform: uppercase; }

#title-area-detailpage {
  position: absolute;
  top: -10px;
  width: 100%;
  height: 96px;
  padding-top: 15px;
  background: url("/common/images/title-area-pc-bg-01.gif") top left repeat;
  border-top: 1px solid #cfcfcf;
  border-bottom: 3px solid #171c61; }

#title-area-inner {
  position: relative;
  width: 960px;
  margin-inline: auto; }

#title-area-detailpage h1 {
  float: left;
  height: 30px;
  padding: 15px 0 0px 10px;
  margin: 15px 0 0 0;
  font-size: 32px;
  border-left: 5px solid #171c61; }

@media screen and (max-width: 568px) {
  #detail-page {
    top: 6px !important; }
  #title-area-inner,
  #title-area-detailpage {
    position: static;
    width: 100%; }
  #title-area-detailpage {
    top: auto;
    height: auto;
    padding: 16px 0 32px;
    background: url("/common/images/title-area-pc-bg-01.gif") repeat scroll left top transparent 9;
    -webkit-background-size: 3px 3px;
    background-size: 3px 3px; }
  #title-area-detailpage h1 {
    float: none;
    height: 22px;
    min-height: auto;
    padding: 4px 0 0 5px;
    margin: 0 0 0 5px;
    font-size: 16px;
    border-left: 3px solid #171c61; }
  #title-area-detailpage h1 img {
    width: auto;
    height: 16px;
    vertical-align: center; } }

#contents-wrap {
  padding-top: 0 !important;
  background: none; }

/* パンくず
---------------------------------------------------- */
#bread-clumb li {
  display: inline;
  font-size: 12px;
  color: #666; }

#bread-clumb li a {
  color: #035d8a;
  text-decoration: none; }

#bread-clumb li a:hover {
  text-decoration: underline; }

#bread-clumb #home {
  padding-left: 12px;
  background: url("/common/images/bread-clumb-home-bg-01.png") left 1px no-repeat; }

@media screen and (max-width: 568px) {
  #bread-clumb {
    margin: 0 0 4px 5px; }
  #bread-clumb li {
    padding: 4px 0 0 5px;
    font-size: 10px; }
  #bread-clumb #home {
    padding-left: 0;
    background: none; }
  #title-area-inner {
    width: 100%; } }

.section-inner {
  width: 100%;
  max-width: 640px;
  margin-inline: auto; }
  @media screen and (min-width: 768px) {
    .section-inner {
      max-width: 1224px;
      padding-inline: 0; } }

.link-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px; }

.link {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 16px 73px 16px 20px;
  z-index: 1; }
  .link::before {
    content: '';
    display: inline-block;
    background: url("/cp/bookoff-changing/images/link_sp.svg") no-repeat center;
    background-size: contain;
    width: 315px;
    height: 76px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media screen and (min-width: 768px) {
      .link::before {
        background: url("/cp/bookoff-changing/images/link_pc.svg") no-repeat center;
        width: 400px;
        height: 80px; } }
  .link--sm::before {
    background: url("/cp/bookoff-changing/images/link_sm_sp.svg") no-repeat center;
    height: 56px; }
    @media screen and (min-width: 768px) {
      .link--sm::before {
        background: url("/cp/bookoff-changing/images/link_sm_pc.svg") no-repeat center;
        height: 58px; } }
  .link--lg::before {
    background: url("/cp/bookoff-changing/images/link_lg_sp.svg") no-repeat center;
    height: 93px; }
    @media screen and (min-width: 768px) {
      .link--lg::before {
        background: url("/cp/bookoff-changing/images/link_lg_pc.svg") no-repeat center;
        height: 100px; } }
  .link--yellow::before {
    background: url("/cp/bookoff-changing/images/link_yellow_sp.svg") no-repeat center;
    height: 76px; }
    @media screen and (min-width: 768px) {
      .link--yellow::before {
        background: url("/cp/bookoff-changing/images/link_yellow_pc.svg") no-repeat center;
        height: 80px; } }
  .link__text {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-align: center;
    width: 222px; }
    @media screen and (min-width: 768px) {
      .link__text {
        font-size: 16px;
        width: 307px; } }
    .link__text--sub {
      font-weight: 500;
      font-size: 11px; }
      @media screen and (min-width: 768px) {
        .link__text--sub {
          font-size: 13px; } }

.mv {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 43px 0 0; }
  .mv__img {
    margin: 0 auto; }

.intro1 {
  padding: 38px 0;
  max-width: 600px;
  width: 100%;
  margin: 0 auto; }
  .intro1__lead-text {
    position: relative;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 2;
    writing-mode: vertical-rl;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .intro1__lead-text {
        font-size: 17px; } }
    .intro1__lead-text::before {
      content: '…';
      position: absolute;
      font-size: 15px;
      top: 99px;
      left: 35px; }
      @media screen and (min-width: 768px) {
        .intro1__lead-text::before {
          top: 112px;
          left: 40px;
          font-size: 17px; } }
  .intro1__img-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 17px; }
    @media screen and (min-width: 768px) {
      .intro1__img-wrap {
        margin: 0; } }
  .intro1__img {
    max-width: 100%;
    height: auto; }
  .intro1__caption {
    font-size: 11px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    padding: 0 20px; }
    @media screen and (min-width: 768px) {
      .intro1__caption {
        padding: 0; } }

.intro2 {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 89px 0 160px; }
  .intro2::before, .intro2::after {
    content: '';
    display: block;
    max-width: 326px;
    width: 100%;
    height: 54px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (min-width: 768px) {
      .intro2::before, .intro2::after {
        max-width: 600px; } }
  .intro2::before {
    background: url("/cp/bookoff-changing/images/note-line_blue_sp.png") no-repeat center;
    top: 0;
    background-size: contain; }
    @media screen and (min-width: 768px) {
      .intro2::before {
        background: url("/cp/bookoff-changing/images/note-line_blue_pc.png") no-repeat center; } }
  .intro2::after {
    bottom: 0;
    background: url("/cp/bookoff-changing/images/note-line_triple_sp.png") no-repeat center;
    background-size: contain; }
    @media screen and (min-width: 768px) {
      .intro2::after {
        background: url("/cp/bookoff-changing/images/note-line_triple_pc.png") no-repeat center; } }
  .intro2__wrap {
    position: relative;
    max-width: 330px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .intro2__wrap {
        display: flex;
        gap: 49px;
        justify-content: center;
        align-items: center;
        max-width: none; } }
    .intro2__wrap::after {
      content: '';
      background: url("/cp/bookoff-changing/images/yomuyomu_01.svg") no-repeat center;
      background-size: contain;
      display: block;
      width: 88px;
      height: 59px;
      position: absolute;
      bottom: -86px;
      right: 22px; }
      @media screen and (min-width: 768px) {
        .intro2__wrap::after {
          bottom: -86px;
          right: 22px; } }
  .intro2__img {
    position: absolute;
    top: 0;
    left: -22px; }
    @media screen and (min-width: 768px) {
      .intro2__img {
        position: relative; } }
  .intro2__text-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-right: 10px;
    align-items: flex-end;
    width: fit-content;
    margin-left: auto; }
    @media screen and (min-width: 768px) {
      .intro2__text-wrap {
        align-items: flex-start;
        padding-right: 0;
        margin: 0; } }
  .intro2__small-text {
    position: relative;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.8; }
    .intro2__small-text::before {
      content: '';
      background: url("/cp/bookoff-changing/images/intro2_sticker_01.png") no-repeat center;
      background-size: contain;
      display: block;
      width: 110px;
      height: 70px;
      position: absolute;
      top: 12px;
      left: 126px; }
    .intro2__small-text::after {
      content: '';
      background: url("/cp/bookoff-changing/images/intro2_sticker_02.png") no-repeat center;
      background-size: contain;
      display: block;
      width: 85px;
      height: 60px;
      position: absolute;
      bottom: 18px;
      left: -9px; }
    .intro2__small-text--right {
      padding-left: 79px; }
      .intro2__small-text--right::before, .intro2__small-text--right::after {
        display: none; }
  .intro2__text {
    font-size: 20px;
    line-height: 1.8;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .intro2__text {
        padding: 0;
        font-size: 17px; } }
    .intro2__text--underline {
      position: relative;
      z-index: 1; }
      .intro2__text--underline::after {
        content: '';
        display: block;
        background-size: contain;
        width: 100%;
        height: 18px;
        position: absolute;
        bottom: -6px;
        left: 0;
        background-color: #fff000;
        z-index: -1; }

.anchor {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 80px auto;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; }
  @media screen and (min-width: 768px) {
    .anchor {
      flex-direction: column;
      padding: 0; } }
  .anchor__title {
    width: fit-content; }
  .anchor__list {
    display: flex;
    flex-direction: column;
    width: fit-content;
    border: none;
    background: transparent;
    gap: 20px;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .anchor__list {
        flex-direction: row;
        gap: 30px; } }
  .anchor__item {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.24; }

.point {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 0; }
  .point--2 .point__back {
    margin-right: -32px; }
  .point--3 .point__link-wrap {
    margin-top: 20px; }
  .point--3 .point__back {
    margin-right: -35px; }
  .point--3 .link__text {
    letter-spacing: -0.02em; }
    @media screen and (min-width: 768px) {
      .point--3 .link__text {
        letter-spacing: 0.08em; } }
  .point::before {
    content: '';
    background: url("/cp/bookoff-changing/images/line.png") center repeat-x;
    background-size: contain;
    display: block;
    width: 100vw;
    height: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .point__title {
    width: fit-content;
    margin: 0 auto; }
  .point__img-wrap {
    margin-top: 24px;
    padding-left: 20px; }
    @media screen and (min-width: 768px) {
      .point__img-wrap {
        padding: 0; } }
  .point__img-scroll {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto; }
    @media screen and (min-width: 768px) {
      .point__img-scroll {
        overflow-x: hidden;
        justify-content: center; } }
  .point__back {
    position: relative;
    z-index: 2; }
  .point__now {
    position: relative;
    z-index: 1; }
  .point__img-attention {
    font-size: 10px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    color: #83888f;
    margin-top: 10px; }
  .point__text {
    margin-top: 44px;
    padding: 0 30px;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 2;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .point__text {
        font-size: 18px; } }
  .point__note {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 44px;
    padding: 0 24px; }
    .point__note::before, .point__note::after {
      content: '';
      background: url("/cp/bookoff-changing/images/note-line_white_sp.png") no-repeat center;
      background-size: contain;
      display: block;
      max-width: 326px;
      width: 100%;
      height: 31px; }
      @media screen and (min-width: 768px) {
        .point__note::before, .point__note::after {
          background: url("/cp/bookoff-changing/images/note-line_white_pc.png") no-repeat center;
          max-width: 600px; } }
    .point__note::before {
      margin-bottom: 8px; }
    .point__note::after {
      margin-top: 28px; }
  .point__note-img {
    max-width: 100%;
    height: auto;
    display: block; }
  .point__note-text {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    margin-top: 20px;
    max-width: 315px; }
    @media screen and (min-width: 768px) {
      .point__note-text {
        font-size: 14px;
        max-width: 440px; } }
  .point__link-wrap {
    margin-top: 44px; }

.point-summary {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 64px; }
  .point-summary__column-text {
    position: relative;
    font-size: 15px;
    writing-mode: vertical-rl;
    letter-spacing: 0.08em;
    line-height: 2;
    margin: 24px auto 88px; }
    .point-summary__column-text::before {
      content: '';
      background: url("/cp/bookoff-changing/images/yomuyomu_02.svg") no-repeat center;
      background-size: contain;
      display: block;
      width: 57px;
      height: 84px;
      position: absolute;
      top: -124px;
      left: 50%;
      transform: translateX(-50%); }
    .point-summary__column-text::after {
      content: '';
      background: url("/cp/bookoff-changing/images/note-line_triple_sp.png") no-repeat center;
      background-size: contain;
      display: block;
      max-width: 336px;
      width: 89.6vw;
      height: 54px;
      position: absolute;
      bottom: -94px;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (min-width: 768px) {
        .point-summary__column-text::after {
          background: url("/cp/bookoff-changing/images/note-line_triple_pc.png") no-repeat center;
          width: 600px;
          max-width: none; } }

.campaign {
  position: relative;
  max-width: none;
  background-color: #10459e; }
  .campaign::before, .campaign::after {
    content: '';
    background: url("/cp/bookoff-changing/images/line.png") center repeat-x;
    background-size: cover;
    display: block;
    width: 100vw;
    height: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (min-width: 768px) {
      .campaign::before, .campaign::after {
        background-size: contain; } }
  .campaign::before {
    top: -5px; }
  .campaign::after {
    top: auto;
    bottom: -5px; }
  .campaign__inner {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px; }
  .campaign__img-text {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%); }
  .campaign__text {
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 2;
    text-align: center;
    padding: 0 20px; }
    @media screen and (min-width: 768px) {
      .campaign__text {
        font-size: 18px; } }
  .campaign__sale {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    margin: 20px 0; }
  .campaign__sale-text {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.1;
    border: 1px solid #ffffff;
    border-radius: 40px;
    padding: 4px 17px 8px;
    width: fit-content; }
    .campaign__sale-text--sm {
      font-size: 12px;
      border: none;
      padding: 0; }
    .campaign__sale-text--lg {
      font-size: 18px;
      border: none;
      padding: 0; }
  .campaign__link-wrap {
    margin-top: 20px; }

.message {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 104px; }
  .message__text {
    position: relative;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 2;
    text-align: center;
    padding: 0 30px; }
    @media screen and (min-width: 768px) {
      .message__text {
        padding: 0; } }
    .message__text::before {
      content: '';
      background: url("/cp/bookoff-changing/images/yomuyomu_03.svg") no-repeat center;
      background-size: contain;
      display: block;
      width: 86px;
      height: 84px;
      position: absolute;
      top: -122px;
      left: 85%;
      transform: translateX(-85%); }
      @media screen and (min-width: 768px) {
        .message__text::before {
          top: -122px;
          right: 56px;
          transform: none; } }
  .message__link-wrap {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px; }

.logo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 22px 64px; }
  @media screen and (min-width: 768px) {
    .logo {
      padding: 0 0 64px; } }
  .logo::before, .logo::after {
    content: '';
    background: url("/cp/bookoff-changing/images/note-line_triple_sp.png") no-repeat center;
    background-size: contain;
    display: block;
    max-width: 326px;
    width: 100%;
    height: 54px; }
    @media screen and (min-width: 768px) {
      .logo::before, .logo::after {
        background: url("/cp/bookoff-changing/images/note-line_triple_pc.png") no-repeat center;
        max-width: 600px; } }
  .logo::before {
    margin-bottom: 23px; }
  .logo::after {
    margin-top: 23px; }

.footer {
  background-color: #ffffff;
  padding: 30px 0;
  border: none;
  text-align: center; }
  .footer__text {
    color: #83888f;
    font-size: 10px;
    margin-bottom: 64px; }
