@charset "UTF-8";
/**
 * ヘッダー
 */
header {
  z-index: 99999 !important;
  font-family: "Yu Gothic", YuGothic; }
  header .header_info_slider {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #CCE1F9; }
    header .header_info_slider ul li {
      display: flex;
      justify-content: center;
      align-items: center; }
      header .header_info_slider ul li a {
        text-decoration: none;
        color: #000;
        font-size: 16px; }
    header .header_info_slider .swiper-button-prev {
      position: absolute;
      top: 50%;
      left: 0;
      color: #000;
      background: none; }
      header .header_info_slider .swiper-button-prev:after {
        display: none; }
    header .header_info_slider .swiper-button-next {
      position: absolute;
      top: 50%;
      right: 0;
      color: #000;
      background: none; }
      header .header_info_slider .swiper-button-next:after {
        display: none; }
  header .header_logo_box {
    height: 90px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: solid 1px #C2C2C2; }
    header .header_logo_box .left {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-size: 12px;
      color: #000000;
      font-weight: 300;
      padding-left: 20px; }
    header .header_logo_box .center {
      display: flex;
      justify-content: center;
      align-items: center; }
      header .header_logo_box .center img {
        width: 270px;
        height: auto; }
    header .header_logo_box .right {
      display: grid;
      direction: rtl;
      grid-auto-flow: column;
      grid-template-columns: 90px 90px 90px;
      grid-gap: 10px;
      padding-right: 20px; }
      header .header_logo_box .right a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-decoration: none;
        color: #000000; }
        header .header_logo_box .right a img {
          height: 30px;
          width: 30px;
          object-fit: contain; }
        header .header_logo_box .right a span {
          margin-top: 5px;
          display: flex;
          align-items: center;
          text-align: center;
          height: 2em;
          font-size: 1.2rem; }
  header .header_nav_box {
    display: flex;
    justify-content: center; }
    header .header_nav_box ul {
      width: 100%;
      max-width: 1200px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
      header .header_nav_box ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 58px; }
        header .header_nav_box ul li a {
          text-decoration: none;
          color: #000;
          font-weight: 900; }

@media only screen and (max-width: 768px) {
  header .header_info_slider ul li a {
    font-size: 10px; }
  header .header_logo_box {
    height: 50px;
    border-bottom: none; }
    header .header_logo_box .menu_button {
      width: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-decoration: none;
      font-size: 12px;
      color: #000000; }
      header .header_logo_box .menu_button img {
        height: 30px;
        width: 30px;
        object-fit: contain; }
    header .header_logo_box .center img {
      width: 170px; }
    header .header_logo_box .right {
      grid-template-columns: 60px;
      padding-right: 0; }

  .sp_h1 {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 10px;
    font-family: "Yu Gothic", YuGothic; } }
/**
 *ハンバーガーメニュー
 */
#hamburger_menu {
  font-family: "Yu Gothic", YuGothic;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  top: 0;
  transition: 0.3s;
  overflow-y: auto; }
  #hamburger_menu .menu_list {
    transition: 0.3s;
    transform: translateX(-100%);
    position: relative;
    top: 90px;
    height: 100vh;
    background: #fff; }
    #hamburger_menu .menu_list .menu_item .menu_title {
      display: flex;
      align-items: center;
      height: 26px;
      font-size: 12px;
      padding-left: 20px;
      background: #CCE1F9; }
    #hamburger_menu .menu_list .menu_item .sub_menu_list .sub_menu_item > a {
      position: relative;
      display: flex;
      align-items: center;
      min-height: 44px;
      font-size: 14px;
      padding-left: 27px;
      background: #fff;
      border-bottom: solid 1px #DDDDDD;
      text-decoration: none;
      color: #000; }
    #hamburger_menu .menu_list .menu_item .sub_menu_list .sub_menu_item:last-child > a {
      border-bottom: none; }
    #hamburger_menu .menu_list .menu_item .sub_menu_list .sub_menu_item .sub_sub_menu_button:before {
      position: absolute;
      content: "+";
      font-size: 16px;
      right: 13px; }
    #hamburger_menu .menu_list .menu_item .sub_menu_list .sub_menu_item .sub_sub_menu_button.open {
      border-bottom: none; }
      #hamburger_menu .menu_list .menu_item .sub_menu_list .sub_menu_item .sub_sub_menu_button.open:before {
        content: ""; }
    #hamburger_menu .menu_list .menu_item .sub_menu_list .sub_menu_item .sub_sub_menu_list {
      display: none; }
      #hamburger_menu .menu_list .menu_item .sub_menu_list .sub_menu_item .sub_sub_menu_list .sub_sub_menu_item > a {
        display: flex;
        align-items: center;
        min-height: 35px;
        font-size: 14px;
        padding-left: 46px;
        background: #F2F2F2;
        text-decoration: none;
        color: #000; }
    #hamburger_menu .menu_list .menu_item .sub_menu_list .sub_menu_item .sub_sub_menu_button.open + .sub_sub_menu_list {
      display: block; }
    #hamburger_menu .menu_list .menu_item #history_button {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 67px;
      font-size: 14px;
      background: #fff;
      text-decoration: none;
      color: #000;
      border-top: solid 1px #DDDDDD; }
      #hamburger_menu .menu_list .menu_item #history_button img {
        width: 28px;
        height: auto;
        margin-right: 10px; }
    #hamburger_menu .menu_list .menu_item .other_menu_list a {
      display: flex;
      align-items: center;
      min-height: 35px;
      font-size: 14px;
      padding-left: 20px;
      background: #F2F2F2;
      text-decoration: none;
      color: #000; }
      #hamburger_menu .menu_list .menu_item .other_menu_list a:before {
        content: ">";
        margin-right: 5px; }
  #hamburger_menu.open {
    opacity: 1;
    z-index: 9999; }
    #hamburger_menu.open .menu_list {
      transform: translateX(0%); }

/**
 *  閲覧履歴
 */
#history_section_anchor {
  transform: translateY(-130px);
  width: 1px;
  height: 1px; }

/**
 * 履歴一覧
 */
.history_section {
  margin-top: 40px; }

.history_section,
.pickup_section {
  font-family: 'Noto Serif JP', serif;
  padding-top: 0;
  padding-bottom: 90px; }
  .history_section h3,
  .pickup_section h3 {
    font-size: 29px;
    font-family: 'Noto Serif JP', serif;
    border-bottom: none;
    text-align: center;
    padding: 0;
    font-weight: 900;
    background: none; }
    .history_section h3:before,
    .pickup_section h3:before {
      display: none; }
  .history_section ul,
  .pickup_section ul {
    margin: 0 auto;
    width: 100%;
    max-width: 1580px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px; }
    .history_section ul li a,
    .pickup_section ul li a {
      text-decoration: none; }
    .history_section ul li img,
    .pickup_section ul li img {
      width: 100%;
      height: auto;
      border: solid 1px #DDDDDD;
      padding: 15px;
      background: #fff; }
    .history_section ul li .info,
    .pickup_section ul li .info {
      margin-top: 10px;
      display: flex;
      justify-content: space-between;
      text-decoration: none;
      font-family: "Yu Gothic", YuGothic; }
      .history_section ul li .info .left,
      .pickup_section ul li .info .left {
        font-size: 16px;
        color: #000; }
      .history_section ul li .info .right,
      .pickup_section ul li .info .right {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        font-size: 12px;
        line-height: 1.3;
        color: #fff;
        text-align: center; }
        .history_section ul li .info .right.engage,
        .pickup_section ul li .info .right.engage {
          background: #8DB2DE; }
        .history_section ul li .info .right.marriage,
        .pickup_section ul li .info .right.marriage {
          background: #C4B7AC; }
        .history_section ul li .info .right.eternity,
        .pickup_section ul li .info .right.eternity {
          background: #c4acc2; }

@media only screen and (max-width: 768px) {
  .history_section,
  .pickup_section {
    padding-bottom: 48px; }
    .history_section ul,
    .pickup_section ul {
      padding: 0 10px;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      grid-gap: 15px; }
      .history_section ul li .info .left,
      .pickup_section ul li .info .left {
        font-size: 12px; }
        .history_section ul li .info .left span,
        .pickup_section ul li .info .left span {
          font-size: 12px; }
      .history_section ul li .info .right,
      .pickup_section ul li .info .right {
        width: 32px;
        height: 32px;
        font-size: 10px; }
      .history_section ul li:nth-child(5),
      .pickup_section ul li:nth-child(5) {
        display: none; } }
#index {
  color: #000;
  /**
   * メインビジュアル
   */
  /**
   * カテゴリ一覧
   */
  /**
   * 特徴一覧
   */
  /**
   * ランキング一覧
   */
  /**
   * バナー一覧
   */
  /**
   * ABOUTUS一覧
   */
  /**
   * サービス一覧
   */
  /**
   * お客様の声一覧
   */ }
  #index h3 {
    font-size: 29px;
    font-family: 'Noto Serif JP', serif;
    border-bottom: none;
    text-align: center;
    padding: 0;
    font-weight: 900; }
  #index .mv {
    width: 100%;
    /* max-width: 1580px; */
    margin: 0 auto;
    padding-top: 118px;
    padding-bottom: 80px; }
    #index .mv .mv_inner {
      position: relative; }
      #index .mv .mv_inner:before {
        position: absolute;
        top: 0;
        left: calc(50% - 50vw);
        width: calc(50vw - 50%);
        height: 100%;
        content: "";
        background-image: url("/img/top/pcmain_bg.jpg");
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover; }
      #index .mv .mv_inner:after {
        position: absolute;
        top: 0;
        right: calc(50% - 50vw + 10px);
        width: calc(50vw - 50%);
        height: 100%;
        content: "";
       /* background-image: url("/img/top/pcmain_bg.jpg"); */
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover; }
    #index .mv h2 {
      margin: 0;
      margin-top: 30px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-size: 24px; }
    #index .mv img {
      width: 100%;
      height: auto; }
  @media only screen and (max-width: 768px) {
    #index .mv {
      padding-top: 0;
      padding-bottom: 20px; }
      #index .mv .mv_inner:before, #index .mv .mv_inner:after {
        content: none;
        display: none; }
      #index .mv h2 {
        height: 100px;
        font-size: 20px;
        margin-top: 0; } }
  #index .category_section {
    font-family: 'Noto Serif JP', serif;
    width: 100%;
    max-width: 1580px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 130px; }
    #index .category_section ul {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 5px; }
      #index .category_section ul li a {
        width: 100%;
        display: flex;
        flex-direction: column;
        color: #000;
        text-decoration: none; }
        #index .category_section ul li a img {
          width: 100%;
          aspect-ratio: 636 / 785; }
        #index .category_section ul li a h4 {
          padding: 0;
          border: none;
          text-align: center;
          margin: 0;
          margin-top: 20px;
          font-size: 28px;
          font-weight: 900;
          font-family: "Yu Gothic", YuGothic; }
        #index .category_section ul li a .sub_title {
          text-align: center;
          font-size: 18px;
          font-weight: normal; }
        #index .category_section ul li a .description {
          margin-top: 10px;
          text-align: center;
          color: #716125;
          font-size: 14px;
          font-weight: 900;
          font-family: "Yu Gothic", YuGothic; }
  @media only screen and (max-width: 768px) {
    #index .category_section {
      padding-bottom: 48px; }
      #index .category_section ul {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-gap: 0; }
        #index .category_section ul li a div{
          line-height: 1;
        }
        #index .category_section ul li a img {
          aspect-ratio: 375 / 300;
          object-fit: cover; }
        #index .category_section ul li a h4 {
          margin-top: 0px;
          font-size: 20px; }
        #index .category_section ul li a .sub_title {
          font-size: 14px; }
        #index .category_section ul li a .description {
          font-size: 12px;
          margin-top: 0px;
          margin-bottom: 60px; } }

@media only screen and (max-width: 768px) {
  index .category_section ul li a .catLinkImg{
    position: absolute;
  }

  #index .category_section ul li a .catLinkImg span{
    display: block;
    position: relative;
    text-align: right;
    top: -30px;
    right:10px;
    color: #48371b;
    font-weight: 600;
  }
}


  #index .feature_slider {
    font-family: 'Noto Serif JP', serif;
    position: relative;
    overflow: hidden;
    background: #F2F2F2;
    padding-top: 180px;
    padding-bottom: 130px; }
    #index .feature_slider ul {
      margin: 0 auto;
      width: 100vw;
      max-width: 1580px; }
      #index .feature_slider ul li {
        width: 480px;
        padding: 0 15px; }
        #index .feature_slider ul li a {
          color: #000;
          text-decoration: none; }
          #index .feature_slider ul li a img {
            width: 100%;
            aspect-ratio: 480 / 320;
            margin-bottom: 15px; }
          #index .feature_slider ul li a span {
            line-height: 1.3;
            font-family: "Yu Gothic", YuGothic; }
    #index .feature_slider .swiper-button-prev {
      position: absolute;
      top: 130px;
      right: 2em;
      left: auto;
      color: #000;
      font-size: 70px; }
      #index .feature_slider .swiper-button-prev:after {
        display: none; }
    #index .feature_slider .swiper-button-next {
      position: absolute;
      top: 130px;
      right: 0.5em;
      color: #000;
      font-size: 70px; }
      #index .feature_slider .swiper-button-next:after {
        display: none; }
  @media only screen and (max-width: 768px) {
    #index .feature_slider {
      padding-top: 30px;
      padding-bottom: 66px; }
      #index .feature_slider ul li {
        padding: 0 5px; }
        #index .feature_slider ul li a {
          font-size: 12px; }
          #index .feature_slider ul li a img {
            margin-bottom: 10px; }
          #index .feature_slider ul li a span {
            font-size: 12px; }
      #index .feature_slider .swiper_control {
        position: relative;
        height: 30px; }
        #index .feature_slider .swiper_control .swiper-button-next {
          top: auto;
          bottom: -15px;
          z-index: 50; }
        #index .feature_slider .swiper_control .swiper-scrollbar {
          position: absolute;
          bottom: 0;
          background: none; }
          #index .feature_slider .swiper_control .swiper-scrollbar .swiper-scrollbar-drag {
            background: #709BCF; } }
  #index .ranking_section {
    font-family: 'Noto Serif JP', serif;
    padding-top: 90px;
    padding-bottom: 90px;
    background: #DEEDFF; }
    #index .ranking_section h4 {
      margin-top: 90px;
      margin-bottom: 35px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      font-size: 25px;
      font-weight: 900;
      border: none;
      padding: 0; }
      #index .ranking_section h4 span {
        font-size: 20px;
        font-weight: 300;
        margin: 0;
        font-family: "Yu Gothic", YuGothic;
        margin-top: 10px; }
    #index .ranking_section .ranking_list {
      margin: 0 auto;
      width: 100%;
      max-width: 1580px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-gap: 20px; }
      #index .ranking_section .ranking_list li a {
        text-decoration: none; }
      #index .ranking_section .ranking_list li figure {
        position: relative; }
        #index .ranking_section .ranking_list li figure img {
          width: 100%;
          height: auto;
          border: solid 1px #DDDDDD;
          padding: 15px;
          background: #fff; }
        #index .ranking_section .ranking_list li figure .rank {
          position: absolute;
          top: 0;
          left: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 40px;
          height: 40px;
          font-size: 29px;
          color: #fff; }
          #index .ranking_section .ranking_list li figure .rank.engage {
            background: #8DB2DE; }
          #index .ranking_section .ranking_list li figure .rank.marriage {
            background: #C4B7AC; }
          #index .ranking_section .ranking_list li figure .rank.eternity {
            background: #c4acc2; }
      #index .ranking_section .ranking_list li .info {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        text-decoration: none;
        font-family: "Yu Gothic", YuGothic; }
        #index .ranking_section .ranking_list li .info .left {
          font-size: 16px;
          color: #000; }
      #index .ranking_section .ranking_list.engage .rank {
        background: url("/common/img/engage_button.png"); }
      #index .ranking_section .ranking_list.marriage .rank {
        background: url("/common/img/marriage_button.png"); }
    #index .ranking_section .search_box {
      margin: 50px auto 0;
      width: 100%;
      max-width: 1200px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-family: "Yu Gothic", YuGothic; }
      #index .ranking_section .search_box .search_icon {
        width: 40px;
        height: auto;
        margin-right: 1em; }
      #index .ranking_section .search_box h5 {
        font-size: 20px;
        font-weight: 900;
        flex-shrink: 0; }
      #index .ranking_section .search_box .search_list {
        margin-left: 30px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 30px;
        flex-grow: 1; }
        #index .ranking_section .search_box .search_list li a {
          display: flex;
          justify-content: center;
          align-items: center;
          background-size: cover;
          color: #fff;
          text-decoration: none;
          height: 60px;
          width: 100%;
          max-width: 200px;
          margin: 0;
          font-size: 16px;
          font-weight: 900;
          text-align: center; }
        #index .ranking_section .search_box .search_list.engage li a {
          background: url("/common/img/engage_button.png"); }
        #index .ranking_section .search_box .search_list.marriage li a {
          background: url("/common/img/marriage_button.png"); }
  @media only screen and (max-width: 1000px) {
    #index .ranking_section .search_box {
      flex-wrap: wrap;
      justify-content: center;
      padding: 0 40px; }
      #index .ranking_section .search_box .search_icon {
        width: 25px;
        margin-right: 5px; }
      #index .ranking_section .search_box h5 {
        font-size: 16px; }
      #index .ranking_section .search_box .search_list {
        margin-left: 0;
        width: 100%;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-gap: 8px 18px;
        margin-top: 20px; }
        #index .ranking_section .search_box .search_list li {
          display: flex;
          justify-content: center; }
          #index .ranking_section .search_box .search_list li a {
            width: 100%;
            font-size: 12px;
            height: 40px; } }
  @media only screen and (max-width: 768px) {
    #index .ranking_section {
      padding-top: 48px;
      padding-bottom: 48px; }
      #index .ranking_section h4 {
        margin-top: 48px;
        margin-bottom: 5px;
        font-size: 20px; }
        #index .ranking_section h4 span {
          font-size: 16px;
          font-family: 'Noto Serif JP', serif;
          margin-top: 5px; }
      #index .ranking_section .ranking_box {
        position: relative; }
        #index .ranking_section .ranking_box .ranking_list {
          padding: 0;
          grid-gap: 0; }
          #index .ranking_section .ranking_box .ranking_list li {
            padding: 10px; }
            #index .ranking_section .ranking_box .ranking_list li figure .rank {
              width: 40px;
              height: 40px;
              font-size: 21px; }
            #index .ranking_section .ranking_box .ranking_list li .info .left {
              font-size: 12px; }
              #index .ranking_section .ranking_box .ranking_list li .info .left span {
                font-size: 12px; }
      #index .ranking_section .swiper_control {
        position: relative;
        height: 30px; }
        #index .ranking_section .swiper_control .swiper-button-next {
          position: absolute;
          top: auto;
          bottom: 8px;
          right: 0.75em;
          color: #000;
          font-size: 70px;
          z-index: 50; }
          #index .ranking_section .swiper_control .swiper-button-next:after {
            display: none; }
        #index .ranking_section .swiper_control .swiper-scrollbar {
          position: absolute;
          bottom: 0;
          background: none; }
          #index .ranking_section .swiper_control .swiper-scrollbar .swiper-scrollbar-drag {
            background: #709BCF; } }
  #index .bannar_section {
    font-family: 'Noto Serif JP', serif;
    padding-top: 90px;
    padding-bottom: 90px;
    display: flex;
    justify-content: center;
    align-items: center; }
    #index .bannar_section ul {
      width: 100%;
      max-width: 1580px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 40px; }
      #index .bannar_section ul li a img {
        width: 100%;
        height: auto; }
  @media only screen and (max-width: 768px) {
    #index .bannar_section {
      padding-top: 20px;
      padding-bottom: 50px; }
      #index .bannar_section ul {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        grid-gap: 10px;
        padding: 0 10px; } }
  #index .aboutus_section {
    font-family: 'Noto Serif JP', serif;
    padding-top: 90px;
    padding-bottom: 90px;
    background: #DEEDFF; }
    #index .aboutus_section h3 {
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      font-weight: 900;
      padding: 0; }
      #index .aboutus_section h3 span {
        font-size: 16px;
        font-weight: 300;
        margin: 0;
        font-family: "Yu Gothic", YuGothic;
        margin-top: 10px; }
    #index .aboutus_section ul {
      width: 100%;
      max-width: 940px;
      margin: 60px auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      grid-gap: 40px; }
      #index .aboutus_section ul li a {
        color: #000;
        text-decoration: none; }
        #index .aboutus_section ul li a .top {
          background: #fff;
          box-sizing: border-box;
          width: 100%;
          padding: 25px;
          aspect-ratio: 450 / 250;
          text-align: center; }
          #index .aboutus_section ul li a .top h4 {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            padding: 0;
            margin: 0;
            border: none;
            height: 2em;
            font-family: "Yu Mincho", "YuMincho", "游明朝", YuMincho;
            font-weight: normal; }
          #index .aboutus_section ul li a .top p {
            margin: 20px 0;
            font-size: 16px;
            text-align: center;
            font-family: "Yu Gothic", YuGothic; }
          #index .aboutus_section ul li a .top img {
            width: 180px;
            height: 40px;
            text-align: center; }
        #index .aboutus_section ul li a .bottom {
          width: 100%;
          aspect-ratio: 450 / 200; }
          #index .aboutus_section ul li a .bottom img {
            width: 100%;
            height: auto;
            object-fit: cover; }
    #index .aboutus_section .wako_history {
      display: block;
      margin: 0 auto;
      width: 100%;
      max-width: 1580px; }
      #index .aboutus_section .wako_history img {
        width: 100%;
        max-width: 1580px;
        height: auto; }
  @media only screen and (max-width: 768px) {
    #index .aboutus_section {
      position: relative;
      padding-top: 48px; }
      #index .aboutus_section h3 {
        margin-bottom: -25px; }
        #index .aboutus_section h3 span {
          font-size: 16px;
          font-family: 'Noto Serif JP', serif;
          margin-top: 5px; }
      #index .aboutus_section ul {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr; }
        #index .aboutus_section ul li {
          padding: 0 30px; }
          #index .aboutus_section ul li a .top {
            padding: 10px 10px;
            aspect-ratio: 450 / 190; }
            #index .aboutus_section ul li a .top h4 {
              font-size: 20px;
              line-height: 1; }
            #index .aboutus_section ul li a .top p {
              margin: 10px 0;
              font-size: 12px;
              line-height: 1.3; }
      #index .aboutus_section .swiper-button-prev {
        position: absolute;
        top: 40%;
        left: 0;
        color: #000;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #index .aboutus_section .swiper-button-prev:after {
          display: none; }
      #index .aboutus_section .swiper-button-next {
        position: absolute;
        top: 40%;
        right: 0;
        color: #000;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #index .aboutus_section .swiper-button-next:after {
          display: none; }
      #index .aboutus_section .swiper-pagination {
        top: 51%; }
        #index .aboutus_section .swiper-pagination .swiper-pagination-bullet {
          width: 20px;
          height: 20px; }
        #index .aboutus_section .swiper-pagination .swiper-pagination-bullet-active {
          background: #709BCF; }
      #index .aboutus_section .wako_history {
        padding: 30px 10px 0; } }

  #index .service_section,
#service_box .service_section {
    font-family: 'Noto Serif JP', serif;
    padding-top: 90px;
    padding-bottom: 90px;
    background: #F2F2F2; }
    #index .service_section h3,
#service_box .service_section h3 {
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      padding: 0;
      font-weight: 900; }
      #index .service_section h3 span,
#service_box .service_section h3 span {
        font-size: 16px;
        font-weight: 300;
        margin: 0;
        font-family: "Yu Gothic", YuGothic;
        margin-top: 10px; }
    #index .service_section ul,
#service_box .service_section ul {
      width: 100%;
      max-width: 952px;
      margin: 60px auto;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      grid-gap: 80px 50px; }
      #index .service_section ul li a,
#service_box .service_section ul li a {
        color: #000;
        text-decoration: none; }
        #index .service_section ul li a .top,
#service_box .service_section ul li a .top {
          width: 100%;
          aspect-ratio: 264 / 204; }
          #index .service_section ul li a .top img,
#service_box .service_section ul li a .top img {
            width: 100%;
            height: auto;
            object-fit: cover; }
        #index .service_section ul li a .bottom,
#service_box .service_section ul li a .bottom {
          position: relative;
          width: 100%;
          aspect-ratio: 264 / 200;
          padding: 25px;
          background: #fff; }
          #index .service_section ul li a .bottom h4,
#service_box .service_section ul li a .bottom h4 {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            padding: 0;
            margin: 0;
            border: none;
            height: 2em;
            text-align: center;
            font-family: "Yu Mincho", "YuMincho", "游明朝", YuMincho;
            font-weight: normal; }
          #index .service_section ul li a .bottom p,
#service_box .service_section ul li a .bottom p{
            margin: 20px 0 0;
            font-size: 16px;
            font-family: "Yu Gothic", YuGothic; }
          #index .service_section ul li a .bottom:before,
#service_box .service_section ul li a .bottom:before{
            position: absolute;
            display: block;
            bottom: 10px;
            right: 10px;
            content: "";
            background: url("/img/top/mini_arrow.png");
            background-size: 100%;
            width: 13px;
            height: 13px; }
  @media only screen and (max-width: 768px) {
    #index .service_section,
      #service_box .service_section{
      position: relative;
      padding-top: 48px;
      padding-bottom: 48px; }
      #index .service_section h3,
      #service_box .service_section h3{
        margin-bottom: -25px; }
        #index .service_section h3 span,
      #service_box .service_section h3 span{
          margin-top: 5px; }
      #index .service_section ul,
      #service_box .service_section ul{
        display: flex;
        grid-gap: 0; }
        #index .service_section ul li,
      #service_box .service_section ul li{
          padding: 0 55px; }
          #index .service_section ul li a .bottom,
      #service_box .service_section ul li a .bottom{
            padding: 20px;
            aspect-ratio: 264 / 140; }
            #index .service_section ul li a .bottom h4,
      #service_box .service_section ul li a .bottom h4{
              font-size: 16px; }
            #index .service_section ul li a .bottom p,
      #service_box .service_section ul li a .bottom p{
              display: flex;
              justify-content: center;
              margin: 10px 0;
              font-size: 12px; }
      #index .service_section .swiper-button-prev,
      #service_box .service_section .swiper-button-prev{
        position: absolute;
        top: 50%;
        left: 0;
        color: #000;
        font-size: 14px;
        display: flex;
        justify-content: center; }
        #index .service_section .swiper-button-prev:after,
      #service_box .service_section .swiper-button-prev:after{
          display: none; }
      #index .service_section .swiper-button-next,
      #service_box .service_section .swiper-button-next{
        position: absolute;
        top: 50%;
        right: 0;
        color: #000;
        font-size: 14px;
        display: flex;
        justify-content: center; }
        #index .service_section .swiper-button-next:after,
      #service_box .service_section .swiper-button-next:after{
          display: none; }
      #index .service_section .swiper-pagination,
      #service_box .service_section .swiper-pagination{
        top: 87%; }
        #index .service_section .swiper-pagination .swiper-pagination-bullet,
      #service_box .service_section .swiper-pagination .swiper-pagination-bullet{
          width: 20px;
          height: 20px; }
        #index .service_section .swiper-pagination .swiper-pagination-bullet-active,
      #service_box .service_section .swiper-pagination .swiper-pagination-bullet-active{
          background: #709BCF; } }
  #index #voice {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px; }
    #index #voice h3 {
      font-family: 'Satisfy', cursive;
      font-size: 4.2rem;
      font-weight: 500; }
    #index #voice h4 {
      border-bottom: none;
      font-size: 1.4rem;
      letter-spacing: 0;
      padding: 10px 0;
      text-align: center;
      margin-bottom: 0;
      min-height: 56px;
      font-weight: 500; }
    #index #voice .count span {
      color: #709BCF; }
    #index #voice .voice_list .voice {
      -webkit-box-shadow: none;
      box-shadow: none; }
      #index #voice .voice_list .voice .more p.modaal {
        color: #709BCF; }
    #index #voice .voice_list_wrap {
      position: relative;
      overflow: hidden; }
      #index #voice .voice_list_wrap .swiper-pagination {
        bottom: 130px; }
        #index #voice .voice_list_wrap .swiper-pagination .swiper-pagination-bullet-active {
          background: #709BCF; }
    #index #voice .voice_more {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      margin-top: 90px;
      border: none;
      width: 350px;
      height: 60px;
      font-size: 20px;
      font-weight: 900;
      background: #709BCF;
      color: #fff; }
      #index #voice .voice_more:before {
        display: none; }
  @media only screen and (max-width: 768px) {
    #index #voice {
      padding-top: 48px;
      padding-bottom: 48px; }
      #index #voice .voice_more {
        width: 260px;
        font-size: 16px; }
      #index #voice .voice_list_wrap .swiper-pagination {
        bottom: 120px; }
        #index #voice .voice_list_wrap .swiper-pagination .swiper-pagination-bullet {
          width: 20px;
          height: 20px; } }

@media only screen and (max-width: 768px) {
  #index h3 {
    font-size: 22px; } }
/**
 * 問い合わせ
 */
.contact_section {
  font-family: 'Noto Serif JP', serif;
  padding-top: 90px;
  padding-bottom: 90px;
  background: url("/img/top/contact_background.png");
  background-size: cover; }
  .contact_section h3 {
    font-size: 35px;
    color: #fff;
    text-align: center;
    font-weight: 900;
    margin: 0 0 15px;
    border-bottom: none;
    background: none;
    padding: 0; }
    .contact_section h3:before {
      display: none; }
  .contact_section .description {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-family: "Yu Gothic", YuGothic; }
  .contact_section ul {
    width: 100%;
    max-width: 757px;
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px; }
    .contact_section ul li a {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff;
      height: 103px;
      text-decoration: none;
      color: #5183B9; }
    .contact_section ul li.mail {
      color: #5183B9;
      font-size: 16px;
      font-weight: 900;
      font-family: "Yu Gothic", YuGothic; }
      .contact_section ul li.mail img {
        width: 50px;
        height: auto; }
    .contact_section ul li.tel {
      font-family: "Yu Gothic", YuGothic; }
      .contact_section ul li.tel a {
        flex-direction: column;
        color: #000; }
      .contact_section ul li.tel p {
        line-height: 1.2;
        font-size: 12px; }
      .contact_section ul li.tel .telnumber {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #5183B9;
        font-size: 30px;
        font-weight: 900;
        font-family: 'Noto Serif JP', serif; }
        .contact_section ul li.tel .telnumber img {
          width: 54px;
          height: auto; }

@media only screen and (max-width: 768px) {
  .contact_section {
    padding-top: 48px;
    padding-bottom: 48px; }
    .contact_section h3 {
      font-size: 20px !important; }
    .contact_section .description {
      font-size: 12px; }
    .contact_section ul {
      padding: 0 20px;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 1fr;
      grid-gap: 10px; }
      .contact_section ul li a {
        height: 90px; }
      .contact_section ul li.mail img {
        width: 59px; } }
/**
 *  既存CSS調整
 */
#shoppingGuide h3 {
  background-color: #e8e8e8;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 8px;
  margin-bottom: 10px; }

.sp_show_flex,
.sp_show_block {
  display: none !important; }

#page_category h1,
#page_category #pageTtl {
  margin-top: 118px; }

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 20px; }

  #page_title {
    margin-top: 0px; }

  .sp_show_flex {
    display: flex !important; }

  .sp_show_block {
    display: block !important; }

  .sp_hide {
    display: none !important; } }
.lr_padding {
  padding-left: min(10%, 150px);
  padding-right: min(10%, 150px); }

@media only screen and (max-width: 768px) {
  .lr_padding {
    padding-left: 0;
    padding-right: 0; } }

/* 2023.11.10 追加 */
#index .category_section ul li a .catLinkImg img{
  aspect-ratio:1/1.23;
}



#coupon_code_wrap{
    margin-top: 50px;
    text-align: center;
}
#coupon_code_wrap #coupon_code_box{
    padding: 20px;
    border: solid 1px #000;
    font-weight: 900;
    font-size: 32px;
    margin: 10px 0;
}



#coupon_bannar{
    position: fixed;
    z-index: 99;
    bottom: 80px;
    right: 20px;
}
#coupon_bannar .pc_image{
    max-width: 250px;
    height: auto;
}
#coupon_bannar .sp_image{
    display: none;
}
@media only screen and (max-width: 768px){
    #coupon_bannar{
        bottom: 0px;
        right: 0px;
    }
    #coupon_bannar .pc_image{
        display: none;
    }
    #coupon_bannar .sp_image{
        display: block;
        width: 100%;
        height: auto;
    }
}

#couponIndex pre{
    white-space: pre-wrap;
}
@media only screen and (max-width: 768px){
  #couponIndex div,
  #couponIndex pre,
  #couponIndex span{
    display: block;
    word-break: break-all;
    line-break: anywhere;
  }
  #couponIndex span{
    white-space:wrap;
    line-height: 1.8;
  }
}


.grecaptcha-badge{
    display: none;
}

/**
 * 同シリーズの商品
 */
.other_section {
  margin-top: 40px; }

.other_section{
  font-family: 'Noto Serif JP', serif;
  padding-top: 0;
  padding-bottom: 90px; }
  .other_section h3{
    font-size: 29px;
    font-family: 'Noto Serif JP', serif;
    border-bottom: none;
    text-align: center;
    padding: 0;
    font-weight: 900;
    background: none; }
    .other_section h3:before{
      display: none; }
  .other_section ul{
    margin: 0 auto;
    width: 100%;
    max-width: 1580px;
    display: flex;
    justify-content: center;
    grid-gap: 20px; }
    .other_section ul li{
        width: 20%;
    }
    .other_section ul li a{
      text-decoration: none; }
    .other_section ul li img{
      width: 100%;
      height: auto;
      border: solid 1px #DDDDDD;
      padding: 15px;
      background: #fff; }
    .other_section ul li .info{
      margin-top: 10px;
      display: flex;
      justify-content: space-between;
      text-decoration: none;
      font-family: "Yu Gothic", YuGothic; }
      .other_section ul li .info .left{
        font-size: 16px;
        color: #000; }
      .other_section ul li .info .right{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        font-size: 12px;
        line-height: 1.3;
        color: #fff;
        text-align: center; }
        .other_section ul li .info .right.engage{
          background: #8DB2DE; }
        .other_section ul li .info .right.marriage{
          background: #C4B7AC; }
        .other_section ul li .info .right.eternity{
          background: #c4acc2; }

@media only screen and (max-width: 768px) {
  .other_section{
    padding-bottom: 48px; }
    .other_section ul{
      padding: 0 10px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 15px; }
      .other_section ul li{
          width: 100%;
      }
      .other_section ul li .info .left{
        font-size: 12px; }
        .other_section ul li .info .left span{
          font-size: 12px; }
      .other_section ul li .info .right{
        width: 32px;
        height: 32px;
        font-size: 10px; }
      .other_section ul li:nth-child(5){
        display: none; } }



/**
 *  ペアリングのみ表示
 */
.pair_toggle_wrap{
    float:right;
    padding-top:12px;
    padding-right:20px;
    font-size:1.2rem;
}
.pair_toggle_wrap a{
    display: flex;
    align-items: center;
    color: #ef1b1b;
    font-weight: normal;
}
.pair_toggle_wrap a .toggle{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 0.25em;
    position: relative;
    width: 1.75em;
    height: 1em;
    border-radius: 1em;
    padding: 2px;

    background: #ccc;
    justify-content: flex-start;
}
.pair_toggle_wrap a .toggle.active{
    background: #4ab6c8;
    justify-content: flex-end;
}
.pair_toggle_wrap a .toggle:after{
    display: inline-block;
    content: "";
    background: #fff;
    border-radius: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px -1px, rgba(0, 0, 0, 0.5) 0px 1px 1px -1px;
}

.CouponLink{
  display: none;
}
@media only screen and (max-width: 768px) {
  .CouponLink{
    display: block;
    margin: 20px auto;
    width: 80%;
  }

  .CouponLink img{
    display: block;
    width: 100%;
    height: auto;
  }
}
