.__pc_view {
  display: block;
}

.__sp_view {
  display: none;
}

.p-cb__item.p-cb__item--wysiwyg.has-bg.has-bg-image {
  padding: 60px 0px;
}

.__sp {
  display: contents;
}

.__top {
  display: flex;
  justify-content: center;
}

.__top_banner {
  text-align: center;
  color: #fff;
}

.__top_left {
  margin-right: 40px;
  width: 100%;
}

.__title {
  font-size: 30px;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  font-weight: bold;
}

.__title span {
  font-size: 14px;
  display: block;
}

.__title:before {
  position: absolute;
  bottom: -10px;
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #000000;
  left: calc(50% - 30px);
}

.__title_banner {
  font-size: 30px;
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

.__title_banner span {
  font-size: 14px;
  display: block;
}

.__title_banner:before {
  position: absolute;
  bottom: -10px;
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #fff;
  left: calc(50% - 30px);
}

.__w100 {
  width: 100%;
}

.__top_img {
  display: flex;
  justify-content: center;
}

.__top_img_reverse {
  display: flex;
  justify-content: center;
}

.__top_3_left {
  width: 100%;
  background-image: url(/wp-content/uploads/2022/01/top_3_1.png);
  background-size: cover;
  background-position: center;
}

.__top_3_right {
  width: 100%;
}

.__top_4_left {
  width: 100%;
}

.__top_4_right {
  width: 100%;
  background-image: url(/wp-content/uploads/2022/01/top_3_2.png);
  background-size: cover;
  background-position: center;
}

.__top_5_left {
  width: 100%;
  background-image: url(/wp-content/uploads/2022/02/top_3_3.png);
  background-size: cover;
  background-position: center;
}

.__top_5_right {
  width: 100%;
}

.__black {
  background-color: #000000;
  color: #fff;
}

.p_50 {
  padding: 50px;
}

.__f_18 {
  font-size: 18px;
}

.__f_15 {
  font-size: 15px;
}

.__b {
  font-weight: bold;
}

.__top_3_1 {
  display: none;
}

.__top_p_50 {
  margin: 50px;
}

.p-entry-item__modal-button {
  width: 100%;

  text-align: center;
  display: inline-block;
  margin: 2em auto 1em;
  margin-left: auto;
  color: #fff;
  font-weight: 600;
  font-size: 1.25em;
  cursor: pointer;

  background-color: #a0522d;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 6px;
  border-style: double;
  padding: 1.5em 0;
  position: relative;
}

@media (hover: hover) and (pointer: fine) {
  .p-entry-item__modal-button:hover {
    color: #fff;
    background-color: #a0522d;
  }

  .back_step:hover {
    color: #fff;
    background-color: #c4c4c4;
  }
}

#app {
  opacity: 0;
  transition: opacity 0.3s;
}

#app.modal-open {
  position: fixed;
  z-index: 9999;
  height: 100vh;
  width: 100vw;
  background: rgb(0 0 0 / 54%);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  opacity: 1;
  height: 100dvh;
}

#app .option_select {
  background: #fff;
  border-radius: 1em;
  -ms-grid-rows: 3em 4em 5em auto;
  -ms-grid-columns: auto 1fr;
  grid-template:
    "modal-header modal-header" 3em
    "modal-title modal-title" 4em
    "modal-footer modal-price" auto
    "modal-footer modal-body" 1fr
    "modal-footer back_step" 5em / auto 1fr;
  display: -ms-grid;
  display: grid;
  margin: auto;
  max-height: 90vh;
  width: 90vw;
  min-height: 60vh;
}

#app .current_option {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #707070;
  padding: 2em 2em 0;
  font-size: 1em;
  grid-area: modal-header;
}

#app .current_option > span {
  font-size: 1.5em;
  font-weight: 500;
}

#app .current_option > span > b {
  font-size: 0.625em;
}

#app .result_price {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 2em;
  padding: 0 2em 0.5em;
  border-bottom: 1px solid #707070;
  letter-spacing: 0.05em;
  grid-area: modal-title;
}

#app .result_price > span {
  font-size: 0.75em;
  padding-left: 0.125em;
}

#app .option_name {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  position: relative;
  padding: 0.25em 0.25em 0.25em;
  margin-right: auto;
  margin-left: auto;
  grid-area: modal-price;
}

#app .option_name > .text {
  font-size: 1.5em;
  text-align: center;
}

#app .option_name > img {
  margin-top: 1em;
}

#app .option_name > .desc_text {
  margin: 0.75em 0;
  text-align: center;
}

#app .option_list-box {
  grid-area: modal-body;
  position: relative;
  margin: 1em 0;
  overflow-y: auto;
}

#app .option_list {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  align-items: start;
  display: -ms-grid;
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(auto-fit, 18vw);
  justify-content: center;
  list-style: none;
  overflow: auto;
  padding: 0;
  width: 100%;
  max-height: 55vh;
  margin: 1em 0;
  align-content: space-between;
  justify-items: stretch;
}

#app .option_list.line-list > .item {
  -ms-grid-rows: auto;
  -ms-grid-columns: auto;
  grid-template:
    "image image" auto
    "name price" auto / auto auto;
}

#app .option_list > .item {
  border-radius: 0.5em;
  border: solid 1px #c4c4c4;
  cursor: pointer;
  flex-direction: column;
  -ms-grid-rows: 1fr 1em auto 1em auto;
  -ms-grid-columns: auto;
  grid-template:
    "image" 1fr
    "name" auto
    "price" auto / auto;
  padding: 1em;
  display: -ms-grid;
  display: grid;
  gap: 0 1em;
  align-items: center;
  justify-items: center;
}

#app .option_list > .item > .image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  aspect-ratio: 1 / 1;
  margin-bottom: 1em;
  grid-area: image;
  max-width: 100%;
  }

#app .option_list > .item > .name {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  font-weight: 600;
  grid-area: name;
  text-align: center;
}

#app .option_list > .item > .price {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: price;
  text-align: right;
}

#app .option_list > .item > .price > span {
  font-size: 24px;
}

#app .result_options {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  border-right: 1px solid #707070;
  padding-top: 3em;
  grid-area: modal-footer;
}

#app .result_options > p {
  color: #707070;
  padding: 0 2em 0 1em;
}

#app .result_options > ul {
  padding: 1em;
  overflow: auto;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  max-height: 60vh;
}

#app .result_options li {
  margin: 0 1em 1em 0;
}

#app .result_options li::before {
  content: "ãƒ»";
}

.fixed_body {
  position: fixed;
}

.result_options-list {
  margin: 2em 1em;
  overflow: auto;
  max-height: 50vh;
}

.result_options-list > .name {
  font-weight: 600;
}

.result_options-list > .item {
  text-align: right;
  padding: 0.5em 0 1em;
}

.back_step {
  border: solid 1px #c4c4c4;
  border-radius: 6px;
  padding: 1em 3em;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  grid-area: back_step;
  position: absolute;
  right: 1em;
  z-index: 100;
}

@media (max-width: 991px) {
  .__pc_view {
    display: none;
  }

  .__sp_view {
    display: block;
  }

  .__sp {
    display: block;
  }

  .__top {
    flex-direction: column;
  }

  .__top_img {
    flex-direction: column;
  }

  .__top_img_reverse {
    flex-direction: column-reverse;
  }

  .__top_3_1 {
    display: block;
    width: 100%;
  }

  .__top_left {
    margin-right: 0px;
  }

  .p_50 {
    padding: 50px 50px 0px 50px;
  }

  .__top_p_50 {
    margin: 0px;
    display: none;
  }

  .p-logo.p-header__logo--mobile img {
    width: 55%;
  }

  .p-logo.p-footer__logo--mobile img {
    width: 220px;
  }

  .p-entry-item__modal-button {
    max-width: 100%;
  }

  #app .option_select {
    width: 100%;
    -ms-grid-rows: 5vh 6vh 7vh auto 15vh;
    -ms-grid-columns: 100%;
    grid-template:
      "modal-header" 2em
      "modal-title" 3.5em
      "modal-body" auto
      "modal-footer" auto / 100%;
    max-height: 100vh;
    max-height: 100dvh;
    height: 100vh;
    height: 100dvh;
  }

  #app .result_options > ul {
    padding: 0 0 1em 5em;
    flex-direction: row;
    flex-wrap: wrap;
  }

  #app .option_list > .item > .image {
    width: 40vw;
    height: auto;
  }

  #app .option_list > .item {
    -ms-grid-rows: 1fr 1fr;
    -ms-grid-columns: auto 1fr;
    grid-template:
      "image name" 1fr
      "image price" 1fr / auto 1fr;
    width: auto;
  }

  #app .result_options > p {
    padding: 0.25em 0 0.5em 2em;
  }

  #app .current_option {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    padding: 0 1em;
  }

  #app .result_price {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    padding: 0 1em 0.25em;
  }

  #app .option_name {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    padding-top: 1em;
  }

  #app .option_list {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    grid-template-columns: repeat(auto-fit, 90vw);
    margin-top: 1vh;
    padding-bottom: 1vh;
    max-height: none;
  }

  #app .option_list > .item > .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  #app .option_list > .item > .name {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #app .option_list > .item > .price {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #app .result_options {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    border: none;
    border-top: 1px solid #707070;
    padding-top: 0.5em;
  }

  #app .result_options > ul {
    flex-wrap: wrap;
  }

  .result_options-list {
    padding: 0.5em 1em;
    max-height: 15vh;
    overflow: auto;
    margin: 0.5em 1em;
  }

  .back_step {
    margin: auto;
    position: relative;
    right: auto;
    margin: 0 1em 1em;
  }
}
