﻿@charset "utf-8";
/*================================================
      TOP
================================================*/
/* @@ common @@ */
#top{
  font-family: "游明朝", "YuMincho",'Noto Serif JP', serif;
}
#top #contents {
  padding: 100px 0 80px;
}

#top .h_ttl01 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1;
}

#top .h_ttl02 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: .5em;
}

#top .h_ttl02 .ttl_en {
  font-family: 'Bell MT', 'YuMincho', 'Noto Serif JP' , serif;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: .25em;
}

#top .h_ttl02 .ttl_ja {
  font-size: .5em;
}

#top .main_sec:nth-child(n+2) {
  margin-top: 80px;
}

#top .bnr_wrap .bnr_box {
  width: 100%;
  text-align: center;
}

#top .bnr_wrap .bnr_box>li:not(:last-child) {
  margin-bottom: 30px;
}

#top .bnr_wrap .bnr_box a {
  display: block;
}

#top .bnr_wrap .bnr_box img {
  max-width: 100%;
  height: auto;
}

#top .multicolumn {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#top i.i-arrow01 {
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-color: transparent #533a34;
  border-width: .4em 0 .4em .55em;
  margin-right: 1em;
  vertical-align: middle;
  margin-bottom: .2em;
}

#top i.i-arrow01+span {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

#top i.i-arrow02 {}

#top i.i-crown {
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(../Image/top_new/icon_crown.png) no-repeat center center /contain;
  vertical-align: bottom;
}

#top .link_btn {
  text-align: left;
  width: 100%;
}

#top .link_btn span,
#top .link_btn a {
  display: inline-block;
  width: 250px;
  color: #533a35;
  background: #d0c06b;
  border: 2px solid #d0c06b;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 16px 0;
  transition: .3s;
  text-decoration: none;
}

#top .link_btn .btn_gld {
  color: #533a35;
  background: #d0c06b;
  border-color: #d0c06b;
}

#top .link_btn .btn_brw {
  background: #533a35;
  border-color: #533a35;
  color: #fff;
}

#top .link_box {
  display: block;
  color: inherit;
  transition: .4s;
  color: #533a35;
}

@media screen and (min-width: 768px) {
  #top .for_sp {
    display: none !important;
  }

  #top :not(.link_box) .link_btn .btn_brw:hover,
  #top :not(.link_box) .link_btn .btn_gld:hover,
  #top .link_box:hover .link_btn .btn_brw,
  #top .link_box:hover .link_btn .btn_gld {
    border-color: #533a35;
    background: rgba(255, 0, 0, 0);
    color: #533a35;
    text-decoration: none;
  }

  #top .sp_link {
    pointer-events: none;
  }

  #top .link_box:hover {
    opacity: .75;
  }

}

@media screen and (max-width: 767px) {
  #top .for_pc {
    display: none !important;
  }

  #top #contents {
    padding: 2.5em 0 0;
    font-size: 3.2vw;
  }

  #top .h_ttl01 {
    font-size: 1.6em;
    line-height: 1.6;
  }

  #top .h_ttl02 {
    font-size: 2.2em;
    text-align: center;
  }

  #top .h_ttl02 .ttl_en {
    font-size: .6em;
    margin-bottom: .75em;
  }

  #top .h_ttl02 .ttl_ja {
    font-size: .8em;
  }

  #top .main_sec:nth-child(n+2) {
    margin-top: 2.5em;
  }

  #top .bnr_wrap .sec_inner {
    width: 100%;
  }

  #top i.i-arrow01 {
    border-width: .2em 0 .2em .35em;
    vertical-align: top;
    margin-top: .5em;
    margin-right: .5em;
  }

  #top .link_btn span,
  #top .link_btn a {
    font-size: 1.4em;
    padding: 1em 0;
    width: 90%;
  }

  #top .link_box>.sec_inner {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
}

/* @@ mainimage @@ */
#top #mainimage {
  min-height: auto !important;
}

/* @@ bnr_top @@ */
#top #bnr_top {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {}

/* @@ s_01 @@ */
#top .sec_rings .h_ttl01 {
  margin-bottom: 40px;
}

#top .sec_rings .cts_box {
  padding: 150px 0;
  width: 50%;
}

#top .sec_rings .cts_box p:not(:last-child) {
  margin-bottom: 1em;
}

#top .sec_rings .sec_marriage {
  background-image: url(../Image/top_new/marriage_img_pc.jpg);
  background-position: center;
  background-size: cover;
  margin-bottom: 80px;
}

#top .sec_rings .sec_marriage .cts_box {
  margin-left: auto;
}

#top .sec_rings .sec_engage {
  background: url(../Image/top_new/engage_img_pc.jpg) no-repeat center center / cover;
}

#top .sec_rings .sec_engage .cts_box {
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  #top .sec_rings .s_box {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #top .sec_rings .h_ttl01 {
    margin-bottom: 1.5em;
  }

  #top .sec_rings .cts_box {
    width: 100%;
    padding: 0;
  }

  #top .sec_rings .img_box {
    width: 50%;
    height: auto;
    margin: 0 auto;
    display: block;
    justify-content: center;
    align-items: center;
  }

  #top .sec_rings section {
    width: 100%;
    display: block;
    justify-content: stretch;
    align-items: center;
    padding: 1.5em 0;
  }

  #top .sec_rings section .link_box {
    display: block;
    justify-content: stretch;
    align-items: stretch;
  }

  #top .sec_rings section .h_ttl02.ttl_box .ttl_en {
    margin-bottom: .5em;
  }

  #top .sec_rings section .h_ttl02.ttl_box .ttl_ja {
    line-height: 1.4;
  }

  #top .sec_rings .sec_marriage {
    background-image: url(../Image/top_new/marriage_img_sp.jpg);
    margin-bottom: 0;
  }


  #top .sec_rings .sec_engage {
    background-image: url(../Image/top_new/engage_img_sp.jpg);
  }

}

/* @@ bnr_middle01 @@ */

@media screen and (max-width: 767px) {}

/* @@ s_02 @@ */
#top .sec_rank{
  width: 100%;
  background: url(../Image/top_new/bg_ranking.jpg) no-repeat center right;
  padding: 120px 0;
}
#top .sec_rank .sp_box {
  margin-bottom: 20px;
}

#top .sec_rank .h_ttl02.ttl_box .ttl_ja i {
  margin: 0 .2em;
}

#top .sec_rank .h_ttl02.ttl_box+p {
  font-size: 22px;
  color: #f59db1;
}

#top .sec_rank .ranking li {
  width: 215px;
}
#top .sec_rank .ranking li a{
  position: relative;
}
#top .sec_rank .ranking li:not(:last-chlid) {
  margin-right: 3.75%;
}

#top .sec_rank .ranking li .ring_icon {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  z-index: 2;
  padding-top: .4em;
  background: #B7B7B7;
  width: 45px;
  height: 45px;
  padding: 8px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
#top .sec_rank .ranking li:nth-child(1) .ring_icon{
  background: #E0C221;
}
#top .sec_rank .ranking li:nth-child(2) .ring_icon{
  background: #9EAEC5;
}
#top .sec_rank .ranking li:nth-child(3) .ring_icon{
  background: #A17D46;
}



#top .sec_rank .ranking li .img_box {
  width: 100%;
  margin-bottom: 10px;
  height: 260px;
  background: #fff;
  display: flex;
  align-items: center;
  border: 1px solid #ECE9DD;
}

#top .sec_rank .ranking li .img_box img {
  max-width: 100%;
  height: auto;
}

#top .sec_rank .ranking li .price_box {
  line-height: 1;
  font-size: 18px;
  color: #595959;
}

#top .sec_rank .ranking li .price_box .txt_sub {
  font-size: .75em;
  margin-bottom: .5em;
}

#top .sec_rank .ranking li .price_box .txt_main {
  font-size: 1em;
}

#top .sec_rank .ranking li .price_box .txt_main span {
  font-size: .75em;
}

@media screen and (max-width: 767px) {
  #top .sec_rank{
    background:none;
    padding: 0px 0;
  }
  #top .sec_rank .sec_inner {
    width: 100%;
  }

  #top .sec_rank .sp_box {
    padding: 6em 0;
    background: url(../Image/top_new/ranking_img_sp.jpg) no-repeat center center / cover;
  }

  #top .sec_rank .h_ttl02.ttl_box .ttl_ja {
    font-size: .9em;
    font-weight: 700;
  }

  #top .sec_rank .h_ttl02.ttl_box+p {
    font-size: 1.3em;
    text-align: center;
    color: #533a34;
    line-height: 1.4;
  }
}

/* @@ sec_voice @@ */
#top .sec_voice {
    width: 100%;
    background: url(../Image/top_new/voice_img_pc.jpg) no-repeat center right;
    margin-bottom: 70px;
}

#top .sec_voice .cts_box {
  padding: 60px 0;
}

#top .sec_voice .cts_box .txt_box p:not(:last-child) {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  #top .sec_voice {
    background: url(../Image/top_new/voice_img_sp.jpg) 24% 0% no-repeat;
    margin-bottom: 0;
    background-size: 122%;
  }

  #top .sec_voice .cts_box {
    padding: 6em 0;
    width: 50%;
    margin-left: auto;
  }

  #top .sec_voice .h_ttl02.ttl_box .ttl_ja {
    font-size: 1em;
  }

  #top .sec_voice .cts_box .txt_box p {
    font-size: 1.3em;
    text-align: center;
    line-height: 1.4;
  }
}

/* @@ bnr_middle02 @@ */
#top #bnr_middle02 {}

@media screen and (max-width: 767px) {
  #top #bnr_middle02 {}
}

/* @@ sec_design @@ */
#top .sec_design {
  width: 100%;
  background: url(../Image/top_new/design_img_pc.jpg) center center /cover;
}

#top .sec_design .cts_box {
  width: 50%;
  margin-left: auto;
  padding: 70px 0 70px 50px;
  box-sizing: border-box;
}

#top .sec_design .cts_box .h_ttl02.ttl_box {
  margin-bottom: 1em;
}

#top .sec_design .cts_box .h_ttl02.ttl_box+p {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: .6em;
}

#top .sec_design .cts_box .h_ttl02.ttl_box+p .i-arrow01 {
  border-color: transparent #fff;
}

#top .sec_design .cts_box ul {
  counter-reset: num 0;
}

#top .sec_design .cts_box ul li {
  counter-increment: num 1;
}

#top .sec_design .cts_box ul li:nth-child(n+2) {
  margin-top: 25px;
}

#top .sec_design .cts_box ul li h3 {
  font-size: 26px;
  color: #e6d8b3;
  line-height: 1.2;
}

#top .sec_design .cts_box ul li h3:before {
  content: counter(num, decimal-leading-zero)'.';
  font-family: 'Bell MT', 'YuMincho', 'Noto Serif JP' , serif;
  font-weight: bold;
  font-size: 1.3em;
  margin-right: .2em;
}

#top .sec_design .cts_box ul li p {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  #top .sec_design .link_box {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  #top .sec_design {
    background-image: url(../Image/top_new/design_img_sp.jpg);
  }

  #top .sec_design .cts_box {
    width: 100%;
    padding: 6em 0;
  }

  #top .sec_design .cts_box .h_ttl02.ttl_box {
    margin-bottom: .75em;
  }

  #top .sec_design .cts_box .h_ttl02.ttl_box .ttl_en {
    margin-bottom: 1em;
  }

  #top .sec_design .cts_box .h_ttl02.ttl_box .ttl_ja {
    font-size: 1em;
  }

  #top .sec_design .cts_box .h_ttl02.ttl_box+p {
    font-size: 1.3em;
    text-align: center;

  }

  #top .sec_design .cts_box .h_ttl02.ttl_box+p .i-arrow01 {
    border-color: transparent #533a35;
  }

  #top .sec_design .cts_box ul {}

  #top .sec_design .cts_box ul li {}

  #top .sec_design .cts_box ul li:nth-child(n+2) {}

  #top .sec_design .cts_box ul li h3 {}

  #top .sec_design .cts_box ul li h3:before {}

  #top .sec_design .cts_box ul li p {}
}

/* @@ sec_follow @@ */


#top .sec_follow .sub_sec .cts_box {
  padding: 150px 0;
  width: 50%;
}

#top .sec_follow .sub_sec .cts_box .txt_box p:not(:last-child) {
  margin-bottom: 1.5em;
}

#top .sec_follow .sec_service.sub_sec {
  background: url(../Image/top_new/service_img_pc.jpg) no-repeat center center / cover;
}

#top .sec_follow .sec_service.sub_sec .cts_box {
  margin-right: auto;
}

#top .sec_follow .sec_faq.sub_sec {
  background: url(../Image/top_new/faq_img_pc.jpg) no-repeat center center / cover;
}

#top .sec_follow .sec_faq.sub_sec .cts_box {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  #top .sec_design+.sec_follow {
    margin-top: 0;
  }

  #top .sec_follow .s_box {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #top .sec_follow .sub_sec {
    width: 50%;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
  }

  #top .sec_follow .sub_sec .link_box {
    display: flex;
    justify-content: stretch;
    align-items: center;
    width: 100%;
  }

  #top .sec_follow .sub_sec .cts_box {
    width: 100%;
    padding: 4em 0;
  }

  #top .sec_follow .sub_sec .cts_box .h_ttl02.ttl_box .ttl_ja {
    font-size: .7em;
  }

  #top .sec_follow .sub_sec .cts_box .txt_box p {
    line-height: 1.4;
    text-align: center;
  }

  #top .sec_follow .sec_service.sub_sec {
    background-image: url(../Image/top_new/service_img_sp.jpg);
  }

  #top .sec_follow .sec_service.sub_sec .cts_box {}

  #top .sec_follow .sec_faq.sub_sec {
    background-image: url(../Image/top_new/faq_img_sp.jpg);
  }
}

/* @@ sec_watch @@ */

#top .sec_watch {
  background: #11294b;
  background: -moz-linear-gradient(left, #11294b 0%, #11223e 60%, #091221 100%);
  background: -webkit-linear-gradient(left, #11294b 0%, #11223e 60%, #091221 100%);
  background: linear-gradient(to right, #11294b 0%, #11223e 60%, #091221 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#11294b', endColorstr='#091221', GradientType=1);
}

#top .sec_watch .link_box {
  color: #fff;

}

#top .sec_watch .cts_box {
  align-items: center;
  padding: 40px 0;
}

#top .sec_watch .cts_box .img_box,
#top .sec_watch .cts_box .txt_box {
  width: 50%;
}

#top .sec_watch .cts_box .img_box {
  text-align: center;
}

#top .sec_watch .cts_box .img_box img {
  max-width: 100%;
  height: auto;
}

#top .sec_watch .cts_box .ttl_box {
  line-height: 1;
  margin-bottom: 30px;
}

#top .sec_watch .cts_box .ttl_box .ttl_ja {
  font-size: 20px;
  margin-bottom: 1em;
}

#top .sec_watch .cts_box .txt_box {
  padding: 60px 0;
}

#top .sec_watch .txt_box p:not(:last-child) {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  #top .sec_follow+.sec_watch {
    margin-top: 0;
  }

  #top .sec_watch .link_box:hover .txt_box .link_btn .btn_gld {
    border-color: #fff;
    color: #fff;
  }

  #top .sec_watch .cts_box {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {

  #top .sec_watch {}

  #top .sec_watch .link_box {}

  #top .sec_watch .cts_box {
    padding: 2em 0;
  }

  #top .sec_watch .cts_box .img_box,
  #top .sec_watch .cts_box .txt_box {}

  #top .sec_watch .cts_box .img_box {
    width: 40%;
    margin-right: 10%;
  }

  #top .sec_watch .cts_box .img_box img {}

  #top .sec_watch .cts_box .ttl_box {
    margin-bottom: 1.5em;
  }

  #top .sec_watch .cts_box .ttl_box .ttl_ja {
    font-size: 1.2em;
  }

  #top .sec_watch .cts_box .txt_box {
    padding: 0;
  }

  #top .sec_watch .txt_box p {
    font-size: 1.1em;
  }

  #top .sec_watch .txt_box p .i-arrow01 {
    border-color: transparent #fff;
  }
}

/* @@ sec_news @@ */
#top .sec_news {
  background: #fcf8f4;
  padding: 100px 0;
}

#top .sec_news .h_ttl02.ttl_box {
  text-align: center;
  margin-bottom: 1em;
}

#top .sec_news ul {
  margin-bottom: 45px;
}

#top .sec_news ul li {
  width: 23.5%;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}

#top .sec_news ul li .link_box {
  height: 100%;
  background: #fff;
}

#top .sec_news ul li .img_box img {
  max-width: 100%;
}

#top .sec_news ul li .txt_box {
  padding: 15px 10px 20px;
  font-size: 15px;
  box-sizing: border-box;
}

#top .sec_news .link_btn {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #top .sec_watch+.sec_news {
    margin-top: 0;
  }

  #top .sec_news ul li .link_box:hover {
    color: #d0c06a;
  }
}

@media screen and (max-width: 767px) {

  #top .sec_news {
    padding: 4em 0;
  }

  #top .sec_news .h_ttl02.ttl_box .ttl_en {
    font-size: 1em;
    margin-bottom: .5em;
  }

  #top .sec_news .h_ttl02.ttl_box .ttl_ja {
    font-size: .6em
  }

  #top .sec_news ul {
    display: block;
    margin-bottom: 3em;
  }

  #top .sec_news ul li {
    width: 100%;
    border-top: solid 1px #eaedf2;
    border-bottom: solid 1px #eaedf2;
    margin-top: -1px;
  }

  #top .sec_news ul li .link_box {
    background: none;
    height: auto;
    width: 100%;
  }

  #top .sec_news ul li .img_box img {}

  #top .sec_news ul li .txt_box {
    padding: 1.75em 1em;
    font-size: 1.2em;
  }

  #top .sec_news .link_btn {}
}

/* @@ sec_link @@ */
#top .sec_link ul li {
  width: 48%;
  line-height: 1;
}

#top .sec_link ul li .link_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: solid 1px #eee;
  width: 100%;
}

#top .sec_link ul li .img_box {
  width: 120px;
  background: #ddd;
}

#top .sec_link ul li .img_box img {
  max-width: 100%;
}

#top .sec_link ul li .h_ttl02.ttl_box {
  padding: 0 1em;
  margin-bottom: 0;
  font-size: 30px;
}

#top .sec_link ul li .h_ttl02.ttl_box .ttl_en {
  font-size: .6em;
  margin-bottom: .5em;
}

#top .sec_link ul li .h_ttl02.ttl_box .ttl_ja {
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  #top .main_sec.sec_link {
    margin-top: 0;
    padding: 3em 0;

  }

  #top .sec_link ul {
    display: block;
  }

  #top .sec_link ul li {
    width: 100%;
    margin-top: -1px;
  }

  #top .sec_link ul li .link_box {}

  #top .sec_link ul li .img_box {
    width: 30%
  }

  #top .sec_link ul li .img_box img {}

  #top .sec_link ul li .h_ttl02.ttl_box {
    text-align: center;
    font-size: 1.8em;
    width: 70%;
    box-sizing: border-box;
  }

  #top .sec_link ul li .h_ttl02.ttl_box .ttl_en {
  font-size: .75em;
}

  #top .sec_link ul li .h_ttl02.ttl_box .ttl_ja {}
}
