﻿@charset "utf-8";
@media print,
screen and (min-width:751px) {

  /*--------------------------------------------
	 BASE
--------------------------------------------*/
  /* ---- MOUSE OVER STYLE ---- */
  .over {
    transition: 0.3s;
  }

  .over:hover {
    opacity: 0.6;
  }

  .ios .over:hover,
  .ios .over:active,
  .ios .over:link,
  .ios .over:visited,
  .ios .over::focus {
    opacity: 1;
  }

  .cf:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
  }

  :root .cf::after {
    /* IE9 */
    content: "" \9;
    clear: both\9;
    display: block\9;
    height: 0\9;
  }

  .for_sp {
    display: none;
  }

  body,
  html,
  input,
  textarea {
    font-family: "游明朝", "YuMincho", serif;
    font-weight: 500;
  }

  body {
    width: 100%;
    min-width: 1150px;
    height: auto;
    background: #fff;
    color: #533a35;
    font-size: 18px;
    line-height: 1.7;
  }

  a {
    text-decoration: none;
    display: inline-block;
  }

  a:hover {
    color: #9a8c44;
    /*text-decoration:underline;*/
  }

  li {
    list-style: none;
  }

  table {
    width: 100%;
  }

  /*--------------------------------------------
	 BUTTON
--------------------------------------------*/
  .button {
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    display: block;
    padding: 10px 0;
  }

  .button:hover {
    text-decoration: none;
  }

  .button::before,
  .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
  }

  .button,
  .button::before,
  .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .button_01 {
    position: relative;
    z-index: 2;
    background-color: #f87221;
    border: 2px solid #f87221;
    color: #fff;
    line-height: 50px;
  }

  .button_01:hover {
    background-color: #fff;
    border-color: #f87221;
    color: #f87221;
  }

  .button_01::before,
  .button_01::after {
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #f87221;
  }

  .button_01::before {
    top: 0;
  }

  .button_01::after {
    bottom: 0;
  }

  .button_01:hover::before,
  .button_01:hover::after {
    height: 0;
    background-color: #f87221;
  }

  /*--------------------------------------------
	GLOBAL CSS
--------------------------------------------*/
  .sec_inner {
    width: 1100px;
    margin: 0 auto;
  }

  .eng_ttl,
  .number_ttl {
    font-family: "Bell MT", "YuMincho", serif;
    font-weight: bold;
  }

  .more_01 {}

  .more_01 a {
    display: block;
    background: url(../../assets/img/common/arrow_02.png) right 100px center no-repeat #00c1b0;
    border: 1px solid #00c1b0;
    border-radius: 40px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    transition: 0.7s;
    font-size: 18px;
  }

  .more_01 a:hover {
    display: block;
    background: url(../../assets/img/common/arrow_01.png) right 80px center no-repeat #fff;
    color: #00c1b0;
  }

  /*--------------------------------------------
	Header / ヘッダー
--------------------------------------------*/
  #header {
    width: 100%;
  }

  #hdr_inner {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding: 25px 0;
  }

  #hdr_logo {
    display: block;
    width: 242px;
    text-align: center;
    margin: 0 auto;
  }

  /*--------------------------------------------
	Global Navigation / グローバルナビ
--------------------------------------------*/
  #gNavi {
    margin-bottom: 20px;
  }

  #gNavi li {
    float: left;
    font-size: 16px;
    width: 157px;
  }

  #gNavi span {
    display: block;
    color: #d0c06b;
    font-size: 8px;
    letter-spacing: 0.05em;
  }

  #gNavi li a {
    display: block;
    text-align: center;
    color: #595959;
    line-height: 1.4;
  }

  #gNavi li a:hover {
    text-decoration: none;
  }

  #gNavi li a:hover span {
    color: #d2d2d9;
  }

  /*--------------------------------------------
	BreadCrubm / パンくず
--------------------------------------------*/
  .under #breadcrumb .breadcrumb_list {
    width: 1100px;
    margin: 0 auto;
    font-size: 15px;
    overflow: hidden;
  }

  #breadcrumb ul {
    width: 1100px;
    margin: 0 auto;
  }

  #breadcrumb li {
    display: inline;
  }

  #breadcrumb li a {
    font-size: 15px;
    color: #403023;
    text-decoration: underline;
    padding: 10px 10px 10px 15px;
  }

  #breadcrumb ul li:nth-child(2)::before {
    content: "＞";
    margin: 0 5px;
  }

  #breadcrumb ul li:last-child::before {
    content: "＞";
    margin: 0 5px;
  }

  #breadcrumb li:last-child a::before {
    display: none;
  }

  #breadcrumb li:first-child a {
    padding-left: 5px;
  }

  #breadcrumb li:last-child a::after {
    border: 0;
  }

  #breadcrumb li a:hover {
    text-decoration: none;
  }

  /*--------------------------------------------
	main_cts / メインコンテンツ
--------------------------------------------*/
  .under #mainimage {
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 301px;
  }

  .under #mainimage .ttl_01 {
    width: 550px;
    float: left;
    box-sizing: border-box;
    font-family: "Bell MT", "YuMincho", serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.0;
    text-align: center;
    padding: 114px 0 0;
  }

  .under #mainimage .ttl_01 span {
    font-size: 22px;
  }

  /*--------------------------------------------
	Footer / フッター
--------------------------------------------*/
  #footer {
    width: 100%;
    padding: 40px 0 40px 0;
    border-top: solid 6px #d0c06b;
  }

  #ftr_inner {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  #ftr_logo {
    text-align: center;
    margin-bottom: 30px;
  }

  #ftr_down {
    border-top: solid 1px #d0c06b;
    border-bottom: solid 1px #d0c06b;
    margin-bottom: 30px;
  }

  #ftr_down #ftr_nav {
    width: 740px;
    padding: 30px 0;
    margin: 0 auto;
  }

  #ftr_nav ul {
    float: left;
    text-align: left;
    padding-right: 120px;
  }

  #ftr_nav ul:last-child {
    padding-right: 0;
  }

  #ftr_nav ul li {
    margin-bottom: 10px;
  }

  #ftr_nav ul li a {
    color: #595959;
    font-size: 16px;
  }

  #ftr_nav ul li a:hover {
    color: #d2d2d9;
    text-decoration: none;
  }

  #ftr_adress_pc {
    width: 520px;
    margin: 0 auto 20px;
    font-size: 16px;
    font-weight: normal;
  }

  #copy {
    display: block;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
  }

  .page_top {
    display: block;
    position: fixed;
    right: 3%;
    bottom: 3%;
    width: 330px;
    height: 100px;
  }

  .totop {
    position: fixed;
    bottom: 10px;
    right: 20px;
  }

  .totop img {
    padding-top: 10px;
  }

  .totop a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #d0c06b;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    opacity: 0.8;
  }
}

/* ================================ */
/* 20241031追加 */
/* ================================ */
#wrapper {
  position: relative;
  height: 100%;
}

#gNavi {
  position: sticky;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  background: #fff;
  top: 0;
  z-index: 100;
  margin-bottom: 0;
  padding: 24px 0 10px 0;
}

.ranking_icon {
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 3px;
  width: 50px;
  height: 50px;
}

.ranking_icon img {
  width: 50px;
  height: 50px;
}

.cat-marriage_recommendation,
.cat-marriage_new_item {
  position: relative;
}

.cat-marriage_recommendation::before,
.cat-marriage_new_item::before {
  content: "";
  display: block;
  position: absolute;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cat-marriage_recommendation::before {
  width: 95px;
  height: 30px;
  top: 0px;
  right: 5px;
  background-image: url("../../assets/img/marriage/category_icon/osusume.png");
}

.cat-marriage_new_item::before {
  width: 40px;
  height: 40px;
  top: 0;
  right: 5px;
  background-image: url("../../assets/img/marriage/category_icon/new.png");
}

#marriage_single #sec_01 .cat-marriage_new_item::before {
  width: 60px;
  height: 60px;
  left: 0;
}

#marriage_single #sec_01 .cat-marriage_recommendation::before {
  width: 180px;
  height: 50px;
  top: 18px;
  right: 35px;
}

#marriage .cat-marriage_new_item::before {
  width: 40px;
  height: 40px;
  left: 0;
}

#marriage [class^="m__rank-"].cat-marriage_new_item::before {
  width: 40px;
  height: 40px;
  left: inherit;
  right: 0;
}

#marriage .cat-marriage_recommendation::before {
  width: 95px;
  height: 25px;
  top: 8px;
  right: 5px;
}

[class^="m__rank-"] {
  position: relative;
}

.m__rank-1::after,
.m__rank-2::after,
.m__rank-3::after,
.m__rank-4::after,
.m__rank-5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  z-index: 99;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

#marriage .m__rank-1::after,
#marriage .m__rank-2::after,
#marriage .m__rank-3::after,
#marriage .m__rank-4::after,
#marriage .m__rank-5::after {
  width: 41px;
  height: 41px;
}

.m__rank-1::after {
  background-image: url("../../assets/img/marriage/category_icon/rank1.png");
}

.m__rank-2::after {
  background-image: url("../../assets/img/marriage/category_icon/rank2.png");
}

.m__rank-3::after {
  background-image: url("../../assets/img/marriage/category_icon/rank3.png");
}

.m__rank-4::after {
  background-image: url("../../assets/img/marriage/category_icon/rank4.png");
}

.m__rank-5::after {
  background-image: url("../../assets/img/marriage/category_icon/rank5.png");
}