@charset "UTF-8";
main {
  overflow-x: hidden; }

html {
  visibility: hidden; }

body {
  color: #4f4c4d;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  line-height: 1;
  background: #fff; }

html.wf-active {
  visibility: visible; }

main p,
main li {
  font-size: 20px;
  color: #4f4c4d; }

img {
  vertical-align: top; }

a:hover {
  text-decoration: none; }

.pt_0 {
  padding-top: 0 !important; }

.pb_0 {
  padding-bottom: 0 !important; }

.pt_80 {
  padding-top: 80px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt24 {
  margin-top: 24px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt80 {
  margin-top: 80px !important; }

.contents {
  width: 100%; }
  .contents_innner {
    width: 1040px;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
    position: relative;
    z-index: 1; }
    .contents_innner.last {
      padding: 0; }
  .contents_set {
    grid-area: 1 / 1 / 2 / 2;
    width: 100%; }
  .contents_icon {
    grid-area: 1 / 2 / 2 / 3;
    margin-left: 80px; }
    .contents_icon p {
      position: relative;
      text-align: left;
      font-size: 28px;
      margin-left: 120px; }
      .contents_icon p::before, .contents_icon p::after {
        content: "";
        position: absolute;
        top: 48%;
        width: 62px;
        border-top: 1px solid; }
      .contents_icon p::before {
        left: -16%; }
      .contents_icon p::after {
        right: 58%; }
    .contents_icon_img {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      margin-top: 24px; }
      .contents_icon_img img {
        height: 140px; }
  .contents_img {
    grid-area: 2 / 1 / 3 / 3;
    margin-top: 24px; }

.bread-crumb li {
  font-size: 14px;
  line-height: 1.6; }

.main_visual {
  width: 100%; }
  .main_visual img {
    width: 100%; }

.tit {
  position: relative;
  display: inline;
  color: #4f4c4d;
  font-size: 41px; }
  .tit::before, .tit::after {
    content: "";
    position: absolute;
    top: 48%;
    width: 57px;
    border-top: 10px dotted; }
  .tit::before {
    left: -72px; }
  .tit::after {
    right: -56px; }
  .tit_main {
    position: relative;
    font-size: 38px;
    width: 85%;
    margin: 80px auto 100px;
    line-height: 4rem; }
    .tit_main::before, .tit_main::after {
      content: "";
      position: absolute;
      width: 115%;
      border-top: 1px solid; }
    .tit_main::before {
      top: -15%;
      left: -8%; }
    .tit_main::after {
      bottom: -15%;
      left: -8%; }

.btn_top {
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  width: 640px;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #4f4c4d;
  border-radius: 8px;
  display: block;
  position: relative; }
  .btn_top::before {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 8px;
    content: ''; }
  .btn_top.pink {
    background-color: #ff6994;
    margin-top: 40px; }

.box_btn {
  text-align: center;
  width: 100%;
  margin: auto; }
  .box_btn .btn {
    color: #fff;
    font-size: 20px;
    letter-spacing: .04em;
    padding: 10px 0;
    background-color: #4f4c4d;
    border-radius: 8px;
    display: block;
    position: relative; }
    .box_btn .btn::before {
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      top: 1px;
      left: 1px;
      position: absolute;
      border: 2px solid #fff;
      border-radius: 8px;
      content: ''; }
    .box_btn .btn.not {
      background-color: #ccc; }
  .box_btn.long {
    width: 560px;
    margin-top: 40px; }

.box_price {
  text-align: left;
  margin-top: 32px; }

.column_layout {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .column_layout.price_box {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .column_layout.price_box .column_layout_item:nth-child(odd) {
      width: calc(100% - 360px);
      text-align: left;
      line-height: 1.6; }
    .column_layout.price_box .column_layout_item:nth-child(even) {
      width: 320px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .column_layout.price_box .column_layout_item:nth-child(n+3) {
      margin-top: 24px; }
  .column_layout.variation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .column_layout.variation .column_layout_item {
      width: calc(33% - 8px);
      margin-left: 16px; }
      .column_layout.variation .column_layout_item:nth-child(1) {
        margin-left: 0; }
      .column_layout.variation .column_layout_item:nth-child(n+4) {
        margin-top: 40px; }
      .column_layout.variation .column_layout_item .box_btn {
        margin-top: 16px; }
    .column_layout.variation .item_info {
      height: 95px;
      margin-top: 8px;
      padding-top: 8px; }
    .column_layout.variation .title_item {
      height: 64px;
      padding-top: 8px;
      letter-spacing: -.08em;
      padding-left: 0; }
      .column_layout.variation .title_item span {
        letter-spacing: 0; }
    .column_layout.variation .item_features_list {
      margin-left: 0; }
      .column_layout.variation .item_features_list li {
        font-size: 18px;
        line-height: 1.6;
        margin-left: 0;
        padding-left: 28px;
        letter-spacing: -.08em; }
        .column_layout.variation .item_features_list li::before {
          font-size: 14px;
          left: 8px; }

.txt_price {
  color: #c30d23;
  font-size: 36px;
  font-weight: bold; }
  .txt_price span {
    font-size: 18px;
    line-height: 1.3;
    font-style: normal; }
  .txt_price_top {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3; }
  .txt_price_off {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: line-through; }
  .txt_price_percent {
    color: #c30d23;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    font-style: italic; }

.wrap_box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto 1fr; }
  .wrap_box_item {
    width: 280px;
    position: absolute; }
    .wrap_box_item_01, .wrap_box_item_02 {
      right: 32px;
      bottom: 16px; }
    .wrap_box_item_03 {
      margin: auto;
      right: 0;
      bottom: 16px;
      left: 0; }

.item_detail {
  margin-top: 40px; }
  .item_detail_title {
    width: 100%; }
    .item_detail_title-01 {
      font-size: 40px;
      color: #FF6994;
      text-align: left;
      margin: 0 0 32px 24px; }
      .item_detail_title-01 img {
        display: block; }
      .item_detail_title-01 .point {
        width: 28%; }
      .item_detail_title-01 .heart {
        width: 7%; }
      .item_detail_title-01 :has(.heart) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .item_detail_title-02 {
      font-size: 40px;
      color: #FF6994;
      margin: 0 0 32px 24px; }

.item_info {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #4f4c4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.item_features_list {
  margin-left: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .item_features_list:has(.wrap) {
    display: block; }
  .item_features_list li {
    font-size: 27px;
    padding-left: 28px;
    position: relative; }
    .item_features_list li::before {
      font-size: 20px;
      content: '◆ ';
      position: absolute;
      top: 3px;
      left: 0; }
    .item_features_list li:not(:first-child) {
      margin-left: 16px; }

.item_price {
  color: #ff6994;
  font-size: 48px;
  line-height: .4;
  margin-left: auto; }
  .item_price span {
    font-size: 27px;
    font-style: normal; }

.item_name {
  font-size: 27px; }

.item_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 40%; }
  .item_img picture:first-child {
    margin-right: 24px; }
    .item_img picture:first-child::after {
      content: "";
      position: absolute;
      background-image: url(../svg/img_2way.svg);
      background-repeat: no-repeat;
      bottom: 0;
      right: 155px;
      width: 108px;
      height: 84px; }

.title_item {
  color: #4f4c4d;
  font-size: 25px;
  padding-left: 16px;
  text-align: left; }
  .title_item span {
    font-size: 23px; }

.scene_list {
  margin-top: 28px; }
  .scene_list img {
    width: calc(85% / 8);
    margin-right: 16px; }

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

@media screen and (max-width: 767px) {
  main p,
  main li {
    font-size: 14px; }
  .spOnly {
    display: block; }
  .pcOnly {
    display: none; }
  .contents_icon {
    margin-left: 0; }
    .contents_icon p {
      font-size: 16px;
      margin-left: 0;
      text-align: center; }
      .contents_icon p::before, .contents_icon p::after {
        width: 42px; }
      .contents_icon p::before {
        left: 10%; }
      .contents_icon p::after {
        right: 11%; }
    .contents_icon_img {
      grid-template-columns: repeat(3, 1fr);
      margin-left: 32px; }
      .contents_icon_img img {
        height: 80px; }
  .contents_innner {
    width: 92%;
    padding: 40px 0; }
  .sp_mt0 {
    margin-top: 0 !important; }
  .sp40 {
    margin-top: 40px !important; }
  .pt_80 {
    padding-top: 4% !important; }
  .tit {
    font-size: 23px; }
    .tit::before, .tit::after {
      width: 27px;
      border-top: 5px dotted; }
    .tit::before {
      left: -40px; }
    .tit::after {
      right: -37px; }
    .tit_main {
      width: 100%;
      font-size: 18px;
      margin: 40px auto 40px;
      line-height: 2rem; }
  .column_layout {
    margin-top: 24px; }
    .column_layout:has(.item_detail_title-01) {
      display: block; }
    .column_layout.price_box .column_layout_item:nth-child(odd) {
      width: calc(100% - 120px); }
    .column_layout.price_box .column_layout_item:nth-child(2n) {
      width: 120px; }
    .column_layout.variation {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .column_layout.variation .column_layout_item {
        width: calc(50% - 8px);
        margin-left: 0; }
        .column_layout.variation .column_layout_item:nth-child(n+3) {
          margin-top: 24px; }
      .column_layout.variation .title_item {
        font-size: 20px;
        margin-top: 8px;
        height: 72px; }
        .column_layout.variation .title_item span {
          font-size: 14px; }
      .column_layout.variation .item_features_list li {
        font-size: 14px;
        padding-left: 20px; }
        .column_layout.variation .item_features_list li::before {
          font-size: 10px; }
      .column_layout.variation .item_info {
        height: 92px; }
  .box_btn .btn {
    font-size: 16px; }
  .box_btn.long {
    width: 80%; }
  .btn_top {
    font-size: 16px;
    width: 80%; }
    .btn_top.pink {
      margin-top: 24px; }
  .wrap_box_item {
    width: 200px; }
    .wrap_box_item_01, .wrap_box_item_02 {
      margin: auto;
      right: 0;
      bottom: 8px;
      left: 0; }
  .box_price {
    margin-top: 0; }
  .item_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .item_detail {
    margin-top: 16px; }
    .item_detail_title-01 {
      font-size: 24px;
      margin-left: 16px; }
    .item_detail_title-02 {
      font-size: 24px;
      margin: 0;
      white-space: nowrap; }
  .item_features_list {
    width: 100%;
    margin-left: 0; }
    .item_features_list li {
      font-size: 14px;
      padding-left: 16px; }
      .item_features_list li:not(:first-child) {
        margin-left: 0; }
      .item_features_list li::before {
        font-size: 10px;
        left: 4px; }
  .item_price {
    font-size: 28px;
    margin-left: 0;
    padding-top: 8px;
    text-align: left; }
    .item_price span {
      font-size: 14px; }
  .item_name {
    font-size: 18px;
    line-height: 1.4; }
  .item_img {
    margin: 16px 0 0 16px;
    width: 80%; }
    .item_img picture:first-child::after {
      right: calc(50% - 28px); }
  .title_item {
    font-size: 22px;
    margin-top: 16px; }
    .title_item span {
      font-size: 16px; }
  .txt_price {
    font-size: 22px; }
    .txt_price span {
      font-size: 12px; }
    .txt_price_off {
      font-size: 12px; }
    .txt_price_percent {
      font-size: 12px; }
  .scene_list img {
    width: calc(76% / 4); }
    .scene_list img:nth-child(4n) {
      margin-right: 0; }
    .scene_list img:nth-child(n+5) {
      margin-top: 16px; } }

.u-fade-type-up {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0; }

.u-fade-type-up.is-active {
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }
