@charset "UTF-8";
/***** 共通読み込み *****/
/***** ブレイクポイント *****/
/***** 画面幅 *****/
/***** 色 *****/
/***** 文字サイズ *****/
/***** フォント *****/
/***** 余白 *****/
/***** ヘッダー *****/
/***** 画像サムネール *****/
/***** ロールオーバー *****/
/***** ボタン共通 *****/
/***** タイトル *****/
/***** 共通余白 *****/
/***** 背景画面全体 *****/
/***** font *****/
@font-face {
  font-family: 'icon';
  src: url("../font/icon.ttf") format("truetype"), url("../font/icon.woff") format("woff"), url("../font/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Quilline';
  src: url("../font/QUIL_S_T.TTF");
  font-weight: normal;
  font-style: normal; }
/*リセット*/
body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, select, div, span, label, input, textarea, button, table, td, th, figure, nav, main, img {
  margin: 0;
  padding: 0; }

html, body {
  -webkit-text-size-adjust: 100%;
  position: relative; }

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
  font-weight: 100;
  background-color: #ffffff;
  color: #928c87;
  font-size: 1.4rem;
  line-height: 1.86;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  @media screen and (min-width: 736px) {
    body {
      font-size: 1.5rem; } }

h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, select, div, label, input, button, select, option, textarea, table, td, th, figure, nav, main, address {
  font-weight: inherit;
  font-style: normal; }

a, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, select, div, label, input, button, select, option, textarea, button, table, td, th, figure, nav, main, address {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

*[disabled] {
  opacity: 1;
  cursor: auto; }

table, td, th {
  border-spacing: 0; }

th {
  text-align: justify; }

a {
  text-decoration: none;
  outline: none; }

a img {
  border: 0; }

img, svg {
  vertical-align: bottom; }

img{
  max-width: 100%;
  height: auto;
}

li {
  list-style: none; }

input[type="submit"], input[type="button"], button, input[type="radio"] + label, input[type="checkbox"] + label, input[type="file"] + label, a {
  cursor: pointer; }

main {
  display: block; }

/*フォーカス削除*/
a, button, input {
  -webkit-tap-highlight-color: transparent; }

/*フォームパーツリセット*/
label, input, select, option, textarea, button {
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
  border-radius: 0;
  border: 0;
  background: none transparent;
  outline: none; }

select {
  text-indent: 0.01px;
  text-overflow: ''; }

select::-ms-expand {
  display: none; }

input[type="file"],
input[type="checkbox"],
input[type="radio"] {
  display: none; }

input[type="file"] {
  opacity: 0;
  width: 0;
  height: 0; }

/*svgインライン*/
body > svg {
  width: 0;
  height: 0;
  opacity: 0;
  position: fixed; }

/***** ヘッダー *****/
header {
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  box-sizing: border-box;
  position: fixed; }
  header::after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    z-index: -1; }
  @media screen and (min-width: 840px) {
    header {
      height: 90px;
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  header::after {
    transition: all .5s;
    opacity: 1; }
  header h1 {
    padding-left: 15px; }
    @media screen and (max-width: 839px) {
      header h1 {
        display: flex;
        align-items: center;
        height: 70px; } }
    header h1 a {
      display: block;
      width: 30px;
      height: 30px; }
      @media screen and (min-width: 840px) {
        header h1 a {
          width: 45px;
          height: 45px; } }
      header h1 a svg {
        transition: all .5s;
        width: 100%;
        height: 100%;
        fill: #1a1a1a; }
  header button {
    display: block;
    width: 55px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0; }
    header button span, header button::before, header button::after {
      transition: all .5s;
      display: block;
      position: absolute;
      background-color: #1a1a1a;
      height: 2px;
      width: calc(100% - 15px * 2);
      transition: all .1s ease-in-out;
      left: 15px; }
    header button span {
      text-indent: -100%;
      overflow: hidden;
      top: 50%;
      margin-top: -1px; }
    header button::before {
      content: "";
      top: 24px; }
    header button::after {
      content: "";
      bottom: 24px; }
    header button.sp_menu_op span {
      display: none; }
    header button.sp_menu_op::before {
      top: 50%;
      transform: rotate(-45deg); }
    header button.sp_menu_op::after {
      top: 50%;
      transform: rotate(45deg); }
    @media screen and (min-width: 840px) {
      header button {
        display: none; } }
  header nav {
    display: none; }
    @media screen and (max-width: 839px) {
      header nav {
        background-color: #ffffff;
        overflow-x: auto;
        padding-bottom: 40px;
        max-height: calc(100vh - 70px); } }
    @media screen and (min-width: 840px) {
      header nav {
        display: block !important; } }
    header nav ul {
      padding: 30px 30px 0; }
      @media screen and (min-width: 840px) {
        header nav ul {
          padding: 0 15px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center; } }
      header nav ul li {
        display: flex; }
        @media screen and (min-width: 840px) {
          header nav ul li {
            margin-top: 5px;
            margin-bottom: 5px; } }
        @media screen and (min-width: 840px) {
          header nav ul li:not(:last-child) {
            margin-right: 20px; } }
        @media screen and (min-width: 1024px) {
          header nav ul li:not(:last-child) {
            margin-right: 30px; } }
        header nav ul li a {
          transition: all .5s;
          font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
          font-weight: 300;
          display: flex;
          align-items: center;
          width: 100%;
          line-height: 1.2; }
          @media screen and (min-width: 736px) {
            header nav ul li a:hover {
              text-decoration: underline; } }
          @media screen and (max-width: 839px) {
            header nav ul li a {
              height: 2.4em;
              padding: 5px; } }
          @media screen and (min-width: 840px) {
            header nav ul li a {
              font-size: 1.4rem; } }
        @media screen and (min-width: 840px) {
          header nav ul li {
            justify-content: center;
            text-align: center; } }

/*home ヘッダー*/
header.h_top::after {
  opacity: 0; }
header.h_top h1 a svg {
  fill: #ffffff; }
header.h_top button span, header.h_top button::before, header.h_top button::after {
  background-color: #ffffff; }
@media screen and (min-width: 840px) {
  header.h_top nav ul li a {
    color: #ffffff;
    text-shadow: 0 0 5px black; } }

/***** フッター *****/
footer {
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  box-sizing: border-box; }
  @media screen and (min-width: 840px) {
    footer > * {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  footer #footer_nav {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px; }
    footer #footer_nav::after {
      content: "";
      background-color: #f7f7f6;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 100vw;
      transform: translateX(-50%);
      z-index: -1; }
    @media screen and (min-width: 840px) {
      footer #footer_nav {
        padding-top: 30px;
        padding-bottom: 30px; } }
    footer #footer_nav > svg {
      fill: #333333;
      flex: 0 0 auto;
      width: 42px;
      height: 42px; }
      @media screen and (max-width: 840px) {
        footer #footer_nav > svg {
          margin: 0 auto 40px;
          display: block; } }
      @media screen and (min-width: 840px) {
        footer #footer_nav > svg {
          width: 46px;
          height: 46px;
          margin-right: 3%; } }
    footer #footer_nav > div {
      align-self: flex-end;
      display: flex; }
      @media screen and (max-width: 840px) {
        footer #footer_nav > div {
          margin-top: 40px;
          justify-content: center; } }
      footer #footer_nav > div a {
        display: block; }
        @media screen and (min-width: 736px) {
          footer #footer_nav > div a {
            transition: opacity .3s; }
            footer #footer_nav > div a:hover {
              opacity: .6; } }
        footer #footer_nav > div a:not(:last-child) {
          margin-right: 30px; }
        footer #footer_nav > div a svg,footer #footer_nav > div a img {
          width: 22px;
          height: 22px;
          fill: #928c87; }

    @media screen and (min-width: 840px) {
      footer #footer_nav > nav {
        flex: 1 1 auto; } }
    footer #footer_nav > nav ul {
      display: flex;
      flex-wrap: wrap; 
		font-size: 13px;
	}
      @media screen and (min-width: 840px) {
        footer #footer_nav > nav ul {
          flex-direction: column;
          height: 60px; } }
      footer #footer_nav > nav ul li {
        width: 47%; }
        @media screen and (min-width: 840px) {
          footer #footer_nav > nav ul li {
            width: 120px; } }
        @media screen and (max-width: 839px) {
          footer #footer_nav > nav ul li:nth-child(even) {
            margin-left: auto; } }
        footer #footer_nav > nav ul li a {
          display: flex;
          align-items: center;
          height: 30px; }
          @media screen and (min-width: 736px) {
            footer #footer_nav > nav ul li a:hover {
              text-decoration: underline; } }
          footer #footer_nav > nav ul li a::before {
            content: "-\00a0"; }
  @media screen and (min-width: 840px) {
    footer #copyright {
      align-items: center;
      height: 60px; } }
  footer #copyright ul {
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (max-width: 839px) {
      footer #copyright ul {
        border-bottom: #eae8e5 1px solid;
        height: 48px;
        align-items: center;
        justify-content: center; } }
    footer #copyright ul li {
      line-height: 1.2rem; }
      footer #copyright ul li:not(:last-child) {
        border-right: 1px solid #928c87;
        padding-right: 10px;
        margin-right: 10px; }
      footer #copyright ul li a {
        display: block; }
        @media screen and (max-width: 839px) {
          footer #copyright ul li a {
            font-size: 1.3rem; } }
  footer small {
    font-size: 1.2rem;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (max-width: 839px) {
      footer small {
        display: flex;
        height: 35px;
        align-items: center;
        justify-content: center; } }

/*****　CONTACT *****/
#footer_contact {
  position: relative;
  background-color: rgba(255, 255, 255, 0.93);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 736px) {
    #footer_contact {
      padding-top: 50px;
      padding-bottom: 50px; } }
  #footer_contact::after {
    content: "";
    background-image: url("../img/bg_contact.jpg");
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  #footer_contact h2 {
    text-align: center;
    line-height: 1.3;
    margin-bottom: 30px; }
    @media screen and (min-width: 736px) {
      #footer_contact h2 {
        margin-bottom: 40px; } }
    #footer_contact h2 span {
      display: block;
      font-family: "Cormorant Garamond", serif;
      font-size: 2.9rem; }
      @media screen and (min-width: 736px) {
        #footer_contact h2 span {
          font-size: 5rem; } }
  #footer_contact > a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 300px;
    height: 60px;
	  max-width: 100%;
    margin: 0 auto;
    background-color: #503900;
    color: #ffffff; }
    @media screen and (min-width: 736px) {
      #footer_contact > a {
        transition: opacity .3s; }
        #footer_contact > a:hover {
          opacity: .6; } }
    #footer_contact > a::after {
      content: "\25b6";
      font-family: 'icon';
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }

/***** メイン *****/
.fade {
  opacity: 0;
  transform: translateY(50px); }

@media screen and (max-width: 735px) {
  .fade_sp {
    opacity: 0;
    transform: translateY(50px); } }

/***** home *****/
/***** kv *****/
#kv {
  position: relative;
  padding-bottom: 45px;
  /*後で変更動画予定*/ }
  #kv > div {
    overflow: hidden;
    height: 50vh;
    /*background: url(../img/home/main_back.jpg) no-repeat;
    background-size: cover;
    background-position: center;*/
	  background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center; }
#kv > div > video{
	height: 50vh;
	width: auto;
}
    @media screen and (min-width: 736px) {
      #kv > div {
        height: 100vh; } 
	#kv > div > video{
		height: 100vh;
		width: 100%;
	}
}
    @media screen and (max-width: 735px) {
      #kv > div img {
        height: 100%;
        max-width: none; } }
    @media screen and (min-width: 736px) {
      #kv > div img {
        width: 100%; } }
  #kv > a {
    display: block;
    position: absolute;
    color: #ffffff;
    text-shadow: 0 0 5px black;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 1.1rem; }
    #kv > a::before, #kv > a::after {
      content: "";
      position: absolute;
      display: block;
      left: 50%;
      transform: translateX(-50%); }
    #kv > a::before {
      border-right: 1px solid #cbcbcb;
      height: 60px;
      top: 30px; }
    #kv > a::after {
      width: 11px;
      height: 11px;
      border: 1px solid #cbcbcb;
      border-radius: 50%;
      bottom: -78px; }

/***** ABOUT *****/
#top_about {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 736px) {
    #top_about {
      margin-top: 120px; } }
  @media screen and (min-width: 736px) {
    #top_about {
      margin-bottom: 120px; } }
  @media screen and (min-width: 736px) {
    #top_about {
      text-align: center;
      /*display: flex;
      align-items: flex-start;
      flex-direction: row-reverse;*/ } }
  #top_about > div {
    text-align: center;
    position: relative; }
    @media screen and (min-width: 736px) {
      #top_about > div { } }
    @media screen and (min-width: 736px) {
      #top_about > div {
        box-sizing: border-box; } }
   
    #top_about > div h2 {
      line-height: 1.3;
      /*text-align: left;*/
      margin-bottom: 30px; }
      @media screen and (min-width: 736px) {
        #top_about > div h2 {
          /*text-align: left;*/
          margin-bottom: 40px; } }
      #top_about > div h2 span {
        display: block;
        font-family: "Cormorant Garamond", serif;
        font-size: 2.9rem; }
        @media screen and (min-width: 736px) {
          #top_about > div h2 span {
            font-size: 5rem; } }
    #top_about > div p {
      line-height: 2.1; }
    #top_about > div h3 {
      font-size: 2rem;
      margin-bottom: 1em; }
      @media screen and (min-width: 736px) {
        #top_about > div h3 {
          font-size: 2rem; } }
  #top_about > span {
    overflow: hidden;
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 50px auto 0;
    position: relative; }
    #top_about > span img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
   

/***** STORY *****/
#top_story {
  margin-top: 100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  box-sizing: border-box; }
  @media screen and (min-width: 736px) {
    #top_story {
      margin-top: 120px; } }
  @media screen and (min-width: 736px) {
    #top_story {
      margin-bottom: 120px; } }
  @media screen and (min-width: 736px) {
    #top_story {
      padding-left: 15px;
      padding-right: 15px; } }
  #top_story h2 {
    text-align: center;
    line-height: 1.3;
    margin-bottom: 0; }
    @media screen and (min-width: 736px) {
      #top_story h2 {
        margin-bottom: 40px; } }
    #top_story h2 span {
      display: block;
      font-family: "Cormorant Garamond", serif;
      font-size: 2.9rem; }
      @media screen and (min-width: 736px) {
        #top_story h2 span {
          font-size: 5rem; } }
  #top_story > div {
    counter-reset: story-counter;
    position: relative; }
    @media screen and (min-width: 736px) {
      #top_story > div {
        padding: 50px 88px 0; } }
    #top_story > div section {
      counter-increment: story-counter; }
      @media screen and (min-width: 736px) {
        #top_story > div section {
          opacity: 0;
          transition: opacity .5s;
          position: relative; } }
      #top_story > div section > div {
        background-color: #ffffff;
        padding-left: 10px;
        padding-right: 10px; }
        @media screen and (max-width: 735px) {
          #top_story > div section > div {
            padding-top: 40px;
            padding-bottom: 15px; } }
        @media screen and (min-width: 736px) {
          #top_story > div section > div {
            position: absolute;
            top: 0;
            left: -88px;
            width: 410px;
            height: 180px;
            z-index: 10;
            display: flex;
            flex-direction: column;
            justify-content: center;
            box-sizing: border-box; } }
        #top_story > div section > div span {
          font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
          font-weight: 300; }
          @media screen and (max-width: 735px) {
            #top_story > div section > div span {
              font-size: 1.2rem; } }
          #top_story > div section > div span::after {
            content: counter(story-counter,decimal-leading-zero); }
        #top_story > div section > div h3 {
          font-size: 2.6rem; }
          @media screen and (min-width: 736px) {
            #top_story > div section > div h3 {
              font-size: 3.8rem; } }
      #top_story > div section > a {
        overflow: hidden;
        display: block;
        height: 300px; }
        #top_story > div section > a img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          font-family: 'object-fit: cover;'; }
        @media screen and (min-width: 736px) {
          #top_story > div section > a {
            width: 100%;
            height: 0;
            padding-bottom: 48%;
            position: relative;
            transition: opacity .3s; }
            #top_story > div section > a img {
              position: absolute;
              top: 0;
              left: 0; }
            #top_story > div section > a::before {
              content: "";
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background-color: #ffffff;
              z-index: 10;
              opacity: 0; }
            #top_story > div section > a:hover {
              opacity: .3; } }
      @media screen and (min-width: 736px) {
        #top_story > div section.story_active {
          opacity: 1; } }
    #top_story > div .story_slider {
      transition: opacity .5s;
      opacity: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 15px; }
      @media screen and (max-width: 735px) {
        #top_story > div .story_slider {
          display: none; } }
      #top_story > div .story_slider > div {
        display: flex;
        height: 36vw;
        max-height: 447px;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        #top_story > div .story_slider > div .story_bar {
          background-color: #e4e3e2;
          height: 15vw;
          width: 2px; }
          #top_story > div .story_slider > div .story_bar span {
            display: block;
            height: 1px;
            background-color: #928c87; }
      #top_story > div .story_slider.der_active {
        opacity: 1; }

/***** PARTNER *****/
#top_partner {
  margin-top: 100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 736px) {
    #top_partner {
      margin-top: 120px; } }
  @media screen and (min-width: 736px) {
    #top_partner {
      margin-bottom: 120px; } }
  #top_partner h2 {
    text-align: center;
    line-height: 1.3;
    margin-bottom: 30px; }
    @media screen and (min-width: 736px) {
      #top_partner h2 {
        margin-bottom: 40px; } }
    #top_partner h2 span {
      display: block;
      font-family: "Cormorant Garamond", serif;
      font-size: 2.9rem; }
      @media screen and (min-width: 736px) {
        #top_partner h2 span {
          font-size: 5rem; } }
  #top_partner > p {
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 30px; }
    @media screen and (min-width: 736px) {
      #top_partner > p {
        font-size: 2.2rem;
        margin-bottom: 40px; } }
  #top_partner > ul {
    display: flex;
    margin: -15px; }
    @media screen and (max-width: 735px) {
      #top_partner > ul {
        flex-wrap: wrap; } }
    @media screen and (min-width: 736px) {
      #top_partner > ul {
        margin: -20px;
        justify-content: space-between;
        position: relative; }
        #top_partner > ul::after {
          display: block;
          content: "";
          background-image: url("../img/home/bg_partner.svg");
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: center 30%;
          position: absolute;
          z-index: -1;
          top: 0;
          bottom: 0;
          left: 50%;
          width: 100vw;
          max-width: 1410px;
          transform: translateX(-50%); } }
    #top_partner > ul li {
      flex: 0 0 auto;
      width: calc(50% - (15px * 2));
      margin: 15px; }
      @media screen and (min-width: 736px) {
        #top_partner > ul li {
          width: calc(25% - (20px * 2));
          margin: 20px;
          max-width: 180px; } }
      #top_partner > ul li > a {
        display: block; }
        @media screen and (min-width: 736px) {
          #top_partner > ul li > a {
            transition: opacity .3s; }
            #top_partner > ul li > a:hover {
              opacity: .6; } }
        #top_partner > ul li > a > span {
          overflow: hidden;
          display: block;
          width: 100%;
          height: 0;
          padding-bottom: 100%;
          position: relative;
          border-radius: 50%;
          margin-bottom: 15px; }
          #top_partner > ul li > a > span img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            font-family: 'object-fit: cover;'; }
          #top_partner > ul li > a > span img {
            position: absolute;
            top: 0;
            left: 0; }
          @media screen and (max-width: 735px) {
            #top_partner > ul li > a > span {
              flex-wrap: wrap; } }
          @media screen and (min-width: 736px) {
            #top_partner > ul li > a > span {
              margin-bottom: 20px; } }
        #top_partner > ul li > a > div {
          text-align: center; }
          #top_partner > ul li > a > div span {
            display: block; }
  #top_partner > a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 200px;
    height: 50px;
    background-color: #9f8976;
    color: #ffffff;
    margin: 30px auto; }
    @media screen and (min-width: 736px) {
      #top_partner > a {
        transition: opacity .3s; }
        #top_partner > a:hover {
          opacity: .6; } }
    @media screen and (min-width: 736px) {
      #top_partner > a {
        margin-top: 50px; } }
    #top_partner > a::after {
      content: "\2192";
      font-family: 'icon';
      font-size: 18px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }
  #top_partner > a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 200px;
    height: 50px;
    background-color: #9f8976;
    color: #ffffff;
    margin: 30px auto; }
    @media screen and (min-width: 736px) {
      #top_partner > a {
        transition: opacity .3s; }
        #top_partner > a:hover {
          opacity: .6; } }
    @media screen and (min-width: 736px) {
      #top_partner > a {
        margin-top: 50px; } }
    #top_partner > a::after {
      content: "\2192";
      font-family: 'icon';
      font-size: 18px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }

/***** PHOTO GALLERY *****/
#top_gallery {
  margin-top: 80px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  box-sizing: border-box; }
  @media screen and (min-width: 736px) {
    #top_gallery {
      margin-top: 120px; } }
  @media screen and (min-width: 736px) {
    #top_gallery {
      margin-bottom: 120px; } }
  #top_gallery h2 {
    width: 50%;
    margin-left: auto;
	  margin-right: auto;
    position: relative;
    padding-top: 30px;
    min-width: 240px;
    line-height: 1.3;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 736px) {
      #top_gallery h2 {
        margin-bottom: 40px; } }
    #top_gallery h2 span {
      display: block;
      font-family: "Cormorant Garamond", serif;
      font-size: 2.9rem; }
      @media screen and (min-width: 736px) {
        #top_gallery h2 span {
          font-size: 5rem; } }
    @media screen and (min-width: 736px) {
      #top_gallery h2 {
        min-width: 400px;
        padding-top: 50px; } }
    #top_gallery h2::after {
      content: "";
      display: block;
      background-color: #fbfbfb;
      position: absolute;
      z-index: -1;
      top: 0;
      left: -5vw;
      right: 0;
      bottom: -150%; }
      @media screen and (min-width: 736px) {
        #top_gallery h2::after {
          left: -8vw;
          width: 70vw;
          right: auto; } }
  #top_gallery > ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 840px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #top_gallery > ul li {
      flex: 0 0 auto;
      max-width: 360px;
      width: calc(50% - (15px * 2));
      text-align: center;
      margin: 0 15px; }
      #top_gallery > ul li:nth-child(even) {
        margin-top: 10%; }
      #top_gallery > ul li > a {
        display: block; }
        @media screen and (min-width: 736px) {
          #top_gallery > ul li > a {
            transition: opacity .3s; }
            #top_gallery > ul li > a:hover {
              opacity: .6; } }
        #top_gallery > ul li > a > span {
          overflow: hidden;
          display: block;
          width: 100%;
          height: 0;
          padding-bottom: 100%;
          position: relative;
          margin-bottom: 20px; }
          #top_gallery > ul li > a > span img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            font-family: 'object-fit: cover;'; }
          #top_gallery > ul li > a > span img {
            position: absolute;
            top: 0;
            left: 0; }
          @media screen and (min-width: 736px) {
            #top_gallery > ul li > a > span {
              margin-bottom: 30px; } }
  #top_gallery > a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 200px;
    height: 50px;
    background-color: #9f8976;
    color: #ffffff;
    margin: 30px auto; }
    @media screen and (min-width: 736px) {
      #top_gallery > a {
        transition: opacity .3s; }
        #top_gallery > a:hover {
          opacity: .6; } }
    @media screen and (min-width: 736px) {
      #top_gallery > a {
        margin-top: 50px; } }
    #top_gallery > a::after {
      content: "\2192";
      font-family: 'icon';
      font-size: 18px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }

/***** FAQ *****/
#top_faq {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  @media screen and (min-width: 736px) {
    #top_faq {
      margin-top: 120px; } }
  @media screen and (min-width: 736px) {
    #top_faq {
      margin-bottom: 120px; } }
  #top_faq::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    max-width: 1500px;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../img/home/bg_faq_rt.svg"), url("../img/home/bg_faq_lb.svg");
    background-repeat: no-repeat;
    background-position: right top,left bottom 2%;
    background-size: 82px,66px; }
    @media screen and (min-width: 736px) {
      #top_faq::after {
        background-image: url("../img/home/bg_faq_rt.svg"), url("../img/home/bg_faq_rm.svg"), url("../img/home/bg_faq_lb.svg");
        width: 150vw;
        background-position: right 15% top,right center,left 8% bottom 3%;
        background-size: 150px,260px,150px; } }
  #top_faq h2 {
    text-align: center;
    line-height: 1.3;
    margin-bottom: 30px; }
    @media screen and (min-width: 736px) {
      #top_faq h2 {
        margin-bottom: 40px; } }
    #top_faq h2 span {
      display: block;
      font-family: "Cormorant Garamond", serif;
      font-size: 2.9rem; }
      @media screen and (min-width: 736px) {
        #top_faq h2 span {
          font-size: 5rem; } }
  #top_faq > dl {
    border-bottom: #ecebe9 1px dashed; }
    #top_faq > dl > * {
      padding-left: 23px;
      padding-bottom: 10px; }
      @media screen and (min-width: 736px) {
        #top_faq > dl > * {
          padding-left: 28px;
          padding-bottom: 15px; } }
      #top_faq > dl > *::before {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
        font-weight: 300;
        font-size: 1.3rem;
        background-color: #f2f1f0; }
        @media screen and (min-width: 736px) {
          #top_faq > dl > *::before {
            font-size: 1.6rem;
            width: 23px;
            height: 23px; } }
    #top_faq > dl dt {
      position: relative;
      border-top: #ecebe9 1px dashed;
      cursor: pointer;
      font-size: 1.6rem;
      padding-top: 10px; }
      @media screen and (min-width: 736px) {
        #top_faq > dl dt {
          font-size: 1.8rem;
          padding-top: 15px; } }
      #top_faq > dl dt::before {
        content: "Q";
        margin-top: 6px; }
        @media screen and (min-width: 736px) {
          #top_faq > dl dt::before {
            margin-top: 5px; } }
    #top_faq > dl dd {
      position: relative; }
      #top_faq > dl dd::before {
        content: "A";
        margin-top: 3px; }
        @media screen and (min-width: 736px) {
          #top_faq > dl dd::before {
            margin-top: 2px; } }
      @media screen and (min-width: 736px) {
        #top_faq > dl dd:not(:last-child) {
          margin-bottom: 15px; } }
  #top_faq > a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 200px;
    height: 50px;
    background-color: #9f8976;
    color: #ffffff;
    margin: 30px auto; }
    @media screen and (min-width: 736px) {
      #top_faq > a {
        transition: opacity .3s; }
        #top_faq > a:hover {
          opacity: .6; } }
    @media screen and (min-width: 736px) {
      #top_faq > a {
        margin-top: 50px; } }
    #top_faq > a::after {
      content: "\2192";
      font-family: 'icon';
      font-size: 18px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }

/***** NEWS *****/
#top_news {
  background-color: #ffffff;
  position: relative;
  margin-top: 250px;
  padding-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  box-sizing: border-box; }
  @media screen and (min-width: 736px) {
    #top_news {
      margin-bottom: 120px; } }
  @media screen and (max-width: 1054px) {
    #top_news {
      margin-left: 15px;
      margin-right: 15px; } }
  @media screen and (min-width: 736px) {
    #top_news {
      padding-top: 90px;
      margin-top: 360px;
      display: flex;
      flex-wrap: wrap;
      padding-left: 15px;
      padding-right: 15px; } }
  #top_news > span {
    position: absolute;
    width: auto;
    height: 200px;
    overflow: hidden;
    display: block;
    z-index: -1;
    top: -150px;
    left: -15px;
    right: -15px; }
    #top_news > span img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
    @media screen and (min-width: 736px) {
      #top_news > span {
        top: -270px;
        left: 50%;
        width: 50vw;
        height: 350px;
        transform: translateX(-100%); } }
  #top_news h2 {
    text-align: center;
    line-height: 1.3;
    margin-bottom: 30px; }
    @media screen and (min-width: 736px) {
      #top_news h2 {
        margin-bottom: 40px; } }
    #top_news h2 span {
      display: block;
      font-family: "Cormorant Garamond", serif;
      font-size: 2.9rem; }
      @media screen and (min-width: 736px) {
        #top_news h2 span {
          font-size: 5rem; } }
    @media screen and (min-width: 736px) {
      #top_news h2 {
        width: 220px;
        flex: 0 0 220px; } }
  @media screen and (min-width: 736px) {
    #top_news > dl {
      margin-top: 30px;
      width: calc(100% - 220px);
      flex: 0 0 calc(100% - 220px);
      display: flex;
      flex-wrap: wrap; }
      #top_news > dl > *:not(:last-of-type) {
        margin-bottom: 15px; } }
  @media screen and (min-width: 736px) {
    #top_news > dl dt {
      width: 6em;
      flex: 0 0 6em; } }
  @media screen and (max-width: 735px) {
    #top_news > dl dd:not(:last-child) {
      margin-bottom: 10px; } }
  @media screen and (min-width: 736px) {
    #top_news > dl dd {
      width: calc(100% - 6em); } }
  #top_news > dl dd a {
    text-decoration: underline; }
    @media screen and (min-width: 736px) {
      #top_news > dl dd a:hover {
        text-decoration: none; } }
  #top_news > a {
    display: flex;
    align-items: center;
    margin: 30px 0 0 auto; }
    @media screen and (min-width: 736px) {
      #top_news > a:hover {
        text-decoration: underline; } }
    @media screen and (max-width: 735px) {
      #top_news > a {
        width: 10em;
        justify-content: flex-end;
        text-align: right; } }
    #top_news > a::after {
      content: "　\2192";
      font-family: 'icon'; }




/*------  story  ------*/
h2 {
      line-height: 1.3;
      margin-bottom: 30px; 
      text-align: center;
}
@media screen and (min-width: 736px) {
  h2 {
    margin-bottom: 40px; 
  } 
}
h2 span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.9rem;
}
@media screen and (min-width: 736px) {
  h2 span {
    font-size: 5rem; 
  } 
}

h3 {
  font-size: 2.5rem;
  /*margin-bottom: 1em; */
}
@media screen and (min-width: 736px) {
  h3 {
    font-size: 3rem; 
  } 
}
#subkv{
  margin-top: 90px;
  height: 230px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
}
@media screen and (max-width: 736px) {
#subkv{
  margin-top: 70px;
  height: 130px;
  } }
  #subkv h2 {
    text-align: center;
    line-height: 1.3;
    color: #1a1a1a; 
    margin-bottom: 0;
  }
    
    #subkv h2 span {
      display: block;
      font-family: "Cormorant Garamond", serif;
      font-size: 2.9rem; }
      @media screen and (min-width: 736px) {
        #subkv h2 span {
          font-size: 5rem; } }
#breadcrumb{  
  border-bottom: 1px solid #f5f5f5;
}
#breadcrumb p{
  font-size: 12px;
  color: #918b86;
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
  box-sizing: border-box;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
}
@media screen and (max-width: 736px) {
#breadcrumb p{
  padding: 10px 15px;
  width: 100%;
  } }

#story_list{
  margin-top: 130px;
  margin-bottom: 270px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  box-sizing: border-box;
}

.story_one{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 85px;
}
.story_img.pc{
  display: flex;
}
.story_img{
  width: 668px;
  margin-right: 120px;
  height: 348px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.story_img img{
  width: 100%;
  height: auto;
}
.story_content{
  width: 412px;
}
.story_no{
  font-size: 16px;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
}
.story_ttl{
  font-size: 38px;
  margin-bottom: 0;
}
.story_btn{
  margin-top: 50px;
  font-size: 14px;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
}

.story_btn a{
  position: relative;
}
.story_btn a::after {
    content: "\2192";
    font-family: 'icon';
    font-size: 18px;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 736px) {
  #story_list{
    margin-top: 0;
    margin-bottom: 60px;
  }
  .story_one{
    display: block;
    margin-top: 30px;
  }
  .story_img.pc{
    display: none;
  }
  .story_img{
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .story_content{
    width: 100%;
    box-sizing: border-box;
    padding: 30px 15px 15px;
  }
  .story_no{
    font-size: 12px;
  }
  .story_ttl{
    font-size: 26px;
  }
  .story_btn{
    margin-top: 20px;
    font-size: 12px;
  }
  
}


/**
 * Grid container
 */
.tiles-wrap {
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  display: none;
}


/**
 * Grid items
 */
.tiles-wrap li {
  display: block;
  opacity: 0;
  text-align: center;
  list-style-type: none;
  background-color: #fff;
  float: left;
  /*cursor: pointer;*/
  width: 33%;
  padding: 4px;
  box-sizing: border-box;
}
.tiles-wrap.wookmark-initialised.animated li {
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.tiles-wrap.wookmark-initialised li {
  opacity: 1;
}

.tiles-wrap li.wookmark-inactive {
  visibility: hidden;
  opacity: 0;
}

.tiles-wrap li:hover {
  background-color: #fafafa;
}

.tiles-wrap img {
  display: block;
}

.tiles-wrap a {
  color: #555;
  text-align: center;
  /* display: table-cell; */
  width: 32%;
  height: 200px;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
}

.tile-loading:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ddd;
  content: "Loading\2026";
  padding-top: 20px;
  color: #999;
}
.tiles-wrap.wookmark-initialised li p{
  margin: 15px 0 60px;
  text-align: left;
}

#story{
  max-width: 1200px;
  margin: 100px auto 0;
}
.story_in{
  text-align: center;
}
.story_in_header{
  margin-bottom: 80px;
}
.story_in_content{
  margin-bottom: 100px;
}
.story_gallery{
  max-width: 1202px;
  margin: 0 auto 100px;
}
.story_gallery ul{
  display: flex;
  flex-wrap: wrap;
	width: 1202px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.story_gallery ul {
/* 		-moz-transform: scale(0.4); 
		-moz-transform-origin: 0 0;
		-o-transform: scale(0.4);
		-o-transform-origin: 0 0;
		-webkit-transform: scale(0.4);
		-webkit-transform-origin: 0 0;
		transform: scale(0.4); 
		transform-origin: 0 0;   */
		zoom: 0.4;
	}
}
 @media screen and (max-width: 500px) {
	.story_gallery ul {
/* 		-moz-transform: scale(0.32); 
		-moz-transform-origin: 0 0;
		-o-transform: scale(0.32);
		-o-transform-origin: 0 0;
		-webkit-transform: scale(0.32); 
		-webkit-transform-origin: 0 0;
		transform: scale(0.32);
		transform-origin: 0 0;   */
		zoom: 0.32;
	}
}
 @media screen and (max-width: 450px) {
	.story_gallery ul {
/* 		-moz-transform: scale(0.3);
		-moz-transform-origin: 0 0;
		-o-transform: scale(0.3);
		-o-transform-origin: 0 0;
		-webkit-transform: scale(0.3);
		-webkit-transform-origin: 0 0;
		transform: scale(0.3);
		transform-origin: 0 0;  */
		zoom: 0.3;
	}
}
 @media screen and (max-width: 380px) {
	.story_gallery ul {
/* 		-moz-transform: scale(0.28);
		-moz-transform-origin: 0 0;
		-o-transform: scale(0.28);
		-o-transform-origin: 0 0;
		-webkit-transform: scale(0.28);
		-webkit-transform-origin: 0 0;
		transform: scale(0.28);
		transform-origin: 0 0;  */
		zoom: 0.28;
	}
}
 @media screen and (max-width: 350px) {
	.story_gallery ul {
/* 		-moz-transform: scale(0.24); 
		-moz-transform-origin: 0 0;
		-o-transform: scale(0.24); 
		-o-transform-origin: 0 0;
		-webkit-transform: scale(0.24); 
		-webkit-transform-origin: 0 0;
		transform: scale(0.24); 
		transform-origin: 0 0;   */
		zoom: 0.24;
		
	}
}
.story_gallery ul li{
  margin: 3px;
  text-align: center;
}

.video{
  margin: 40px auto 140px;
  max-width: 1000px;
}
.video video{
	width: 100%;
}
.video_txt{
  margin-top: 15px;
  font-size: 14px;
  text-align: right;
}
.planner{
  padding-bottom: 60px;
}
.story_planner{
  max-width: 1024px;
  margin: -108px auto 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 60px;
  box-sizing: border-box;
}
.story_planner_in{
  display: flex;
  justify-content: center;
  align-items: center;
}
.planner_header{
  width: 170px;
  margin-right: 70px;
  text-align: center;
}
.planner_img{
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.planner_name{
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
  font-size: 14px;
}
.planner_name span{
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.planner_content{
  width: 660px;
  line-height: 2;
}
.planner_content_ttl{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#wedding_word{
  padding: 90px 0;
  background-color: #fbfaf9;
  box-sizing: border-box;
}
.wedding_word{
  max-width: 1200px;
  margin: 0 auto;
}
.wedding_word_in{
  box-sizing: border-box;
  padding: 60px;
  margin-bottom: 40px;
  background-color: #fff;
}
.wedding_word_ttl span{
  display: inline-block;
/*   font-family: 'Quilline'; */
  font-size: 20px;
  position: relative;
}
.wedding_word_ttl span:after{
  content: url(../img/story/story_title_mark.png);
  position: absolute;
  right: -50px;
  bottom: 0;
}
.wedding_word_ttl{
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d1cf;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
}
.wedding_word_content{
  display: flex;
  justify-content: space-between;
}
.wdding_word_txt{
  width: 690px;
  margin-right: 50px;
}
.wdding_word_txt li{
  position: relative;
  padding-left: 15px;
}
.wdding_word_txt li:before{
  content: '・';
  position: absolute;
  left: 0;
}
.wedding_word_img{
  width: 335px;
}
.wedding_word_in:last-child{
  margin-bottom: 0;
}
.other_story_main{
  height: 356px;
  background: url(../img/story/story_detail_footer_back.png) no-repeat;
  background-size: cover;
  background-position: center -35vw;
}
.other_story{
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 130px;
  box-sizing: border-box;
}
.other_story > a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 200px;
    height: 50px;
    background-color: #9f8976;
    color: #ffffff;
    margin: 30px auto; }
    @media screen and (min-width: 736px) {
      .other_story > a {
        transition: opacity .3s; }
        .other_story > a:hover {
          opacity: .6; } }
    @media screen and (min-width: 736px) {
      .other_story > a {
        margin-top: 50px; } }
    .other_story > a::after {
      content: "\2192";
      font-family: 'icon';
      font-size: 18px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }

.other_story_in{
  display: flex;
  justify-content: space-between;
}
.other_story_one{
  width: 580px;
  height: 348px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.other_story_one:after{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 0;
}
.other_story_one p{
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
  text-align: center;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
}
.other_story_one p span{
  display: block;
  font-size: 28px;
  font-weight: bold;
  
}
.other_story_one1{
  background: url(../img/story/img_story_01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.other_story_one2{
  background: url(../img/story/img_story_02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.other_story_one3{
  background: url(../img/story/img_story_03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.planner_main{
  height: 452px;
  background: url(../img/story/story1/planner_main.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.planner_main2{
  height: 452px;
  background: url(../img/story/story2/planner_main.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.planner_main3{
  height: 452px;
  background: url(../img/story/story3/planner_main.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.story_img a{
  transition: opacity .3s;
}
.story_img a:hover {
    opacity: .6;
}
.other_story_in a{
  transition: opacity .3s;
}
.other_story_in a:hover {
    opacity: .6;
}

@media screen and (max-width: 736px) {
  #story{
    margin-top: 60px;
  }
  .story_in{
    padding: 0 15px;
  }
  .story_in_header {
    margin-bottom: 60px;
  }
  .story_in_content{
    margin-bottom: 60px;
  }
  .tiles-wrap li{
    width: 48%;
  }
  .tiles-wrap.wookmark-initialised li p{
    margin-bottom: 30px;
  }
  .story_gallery{
    margin-bottom: 60px;
    padding: 0 15px;
  }
  
  .video{
    padding: 0 15px;
    margin: 30px 0 60px;
  }
  .video_txt{
    text-align: left;
  }
	.video iframe{
		height: 300px;
	}
  .planner_main{
    height: 254px;
  }
  .planner_main2{
    height: 254px;
  }
  .planner_main3{
    height: 254px;
  }
  .story_planner{
    margin: -60px 20px 0;
    padding: 40px 0;
  }
  .story_planner_in {
    display: block;
  }
  .planner_header{
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .planner_img{
    margin: 0 auto 20px;
  }
  .planner_content{
    width: 100%;
  }
  .planner{
    padding-bottom: 30px;
  }
  .planner_name{
    font-size: 12px;
  }
  .planner_name span{
    font-size: 14px;
  }
  #wedding_word{
    padding: 60px 15px;
  }
  .wedding_word_in{
    padding: 10px;
    margin-bottom: 30px;
  }
  .wedding_word_ttl span{
    font-size: 17px;
  }
  .wedding_word_ttl{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .wedding_word_content{
    display: block;
  }
  .wdding_word_txt{
    width: 100%;
    margin-bottom: 30px;
  }
  .wedding_word_img{
    width: 100%;
  }
  .wedding_word_in{
    margin-bottom: 30px;
  }
  .other_story_main{
    height: 165px;
    background-position: center -17vw;
  }
  .other_story{
    padding: 0 15px 90px;
  }
  .other_story_in{
    display: block;
  }
  .other_story_one{
    width: 100%;
    height: 50vw;
  }
  .other_story_one:first-child{
    margin-bottom: 30px;
  }
  .other_story_one p span{
    font-size: 20px;
  }
}

/*------  story  ------*/


/*------  partner  ------*/
#partner{
  margin: 40px 0 0;
}
.partner_main_title{
  text-align: center;
  padding: 70px 0 20px;
  background: url(../img/partner/title_back.png) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  margin-bottom: 70px;
}
.partner_in{
  margin: 0 auto 140px;
  max-width: 1200px;
}
.partner_wrap{
  display: flex;
  justify-content: space-between;
}
.partner_logo{
  width: 160px;
  margin-right: 50px;
}
.partner_content{
  width: 990px;
}
.partner_ttl span{
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;  
}
.partner_ttl{
  font-size: 14px;
  margin-bottom: 10px;
}
.partner_subttl{
  font-size: 18px;
  margin-bottom: 20px;
}
.partner_subttl a{
	text-decoration: underline;
}
.partner_content{
  margin-bottom: 50px;
}
.partner_img_list{
  display: flex;
  justify-content: flex-start;
	flex-wrap: wrap;
}
.partner_img_list p{
	width: 33.33%;
}
@media screen and (max-width: 736px) {
  #partner{
    margin: 40px 0 0;
  }
  .partner_in{    
    padding: 0 15px;
  }
  .partner_main_title{
    text-align: center;
    padding: 0;
    background-size: cover;
    margin-bottom: 40px;
  }
  .partner_wrap{
    display: block;
  }
  .partner_logo{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .partner_content{
    width: 100%;
  }
  .partner_logo_img{
    width: 86px;
    margin-right: 25px;
  }
  .partner_ttl span{
    font-size: 24px;
  }
  .partner_ttl{
    font-size: 14px;
  }
  .partner_content{
    margin-bottom: 30px;
  }
  .partner_img_list{
    display: block;
  }
  .partner_img_list p, .partner_img_list p img{
    width: 100%;
  }
  .partner_in {
    margin-bottom: 60px;
}
}
/*------  partner  ------*/


/***** PHOTO GALLERY *****/
#gallery {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  box-sizing: border-box; }
  @media screen and (min-width: 736px) {
    #gallery {
      margin-top: 60px; } }
  @media screen and (min-width: 736px) {
    #gallery {
      margin-bottom: 120px; } }
  #gallery h2 {
    width: 50%;
    margin-left: auto;
    position: relative;
    padding-top: 30px;
    min-width: 240px;
    line-height: 1.3;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 736px) {
      #gallery h2 {
        margin-bottom: 40px; } }
    #gallery h2 span {
      display: block;
      font-family: "Cormorant Garamond", serif;
      font-size: 2.9rem; }
      @media screen and (min-width: 736px) {
        #gallery h2 span {
          font-size: 5rem; } }
    @media screen and (min-width: 736px) {
      #gallery h2 {
        min-width: 400px;
        padding-top: 50px; } }
    #gallery h2::after {
      content: "";
      display: block;
      background-color: #fbfbfb;
      position: absolute;
      z-index: -1;
      top: 0;
      left: -5vw;
      right: 0;
      bottom: -150%; }
      @media screen and (min-width: 736px) {
        #gallery h2::after {
          left: -8vw;
          width: 70vw;
          right: auto; } }
  #gallery ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 910px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    #gallery ul li {
      flex: 0 0 auto;
      max-width: 300px;
      width: 300px;
      text-align: center;
		margin-right: 5px;
      margin-bottom: 5px; }
      #gallery ul li:nth-child(3n) {
        margin-right: 0; }
      #gallery ul li > a {
        display: block; }
        @media screen and (min-width: 736px) {
          #gallery ul li > a {
            transition: opacity .3s; }
            #gallery ul li > a:hover {
              opacity: .6; } }
        #gallery ul li > a > span {
          overflow: hidden;
          display: block;
          width: 100%;
          height: 0;
          padding-bottom: 100%;
          position: relative;}
          #gallery ul li > a > span img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            font-family: 'object-fit: cover;'; }
          #gallery ul li > a > span img {
            position: absolute;
            top: 0;
            left: 0; }
          @media screen and (max-width: 736px) {
            #gallery ul {
				width: 94%;
            } 
			  #gallery ul li{
				  width: 33%;
				  margin-right: 0.5%;
				  margin-bottom: 0.5%;
			  }
}
.gallery_cats{
  max-width: 840px;
  margin: 0 auto 70px;
  font-family: 'Cormorant Garamond';
  font-size: 16px;
  text-align: center;
}
.gallery_cats span.active{
  padding: 0 3px;
  background-color: #928c87;
  text-align: center;
  color: #fff;
}
 @media screen and (max-width: 736px) {
  .gallery_cats{
    margin-bottom: 30px;
    font-size: 14px;
  }
}
/***** FAQ *****/
#faq {
  margin-top: 40px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  @media screen and (min-width: 736px) {
    #faq {
      margin-top: 80px; } }
  @media screen and (min-width: 736px) {
    #faq {
      padding-bottom: 120px; } }
  #faq::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    max-width: 1500px;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../img/home/bg_faq_rt.svg"), url("../img/home/bg_faq_lb.svg");
    background-repeat: no-repeat;
    background-position: right top,left bottom 2%;
    background-size: 82px,66px; }
    @media screen and (min-width: 736px) {
      #faq::after {
        background-image: url("../img/home/bg_faq_rt.svg"), url("../img/home/bg_faq_rm.svg"), url("../img/home/bg_faq_lb.svg");
        width: 150vw;
        background-position: right 15% top,bottom right,left 8% bottom 3%;
        background-size: 150px,260px,150px; } }
  
  #faq > dl {
    border-bottom: #ecebe9 1px dashed; }
    #faq > dl > * {
      padding-left: 23px;
      padding-bottom: 10px; }
      @media screen and (min-width: 736px) {
        #faq > dl > * {
          padding-left: 28px;
          padding-bottom: 15px; } }
      #faq > dl > *::before {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
        font-weight: 300;
        font-size: 1.3rem;
        background-color: #f2f1f0; }
        @media screen and (min-width: 736px) {
          #faq > dl > *::before {
            font-size: 1.6rem;
            width: 23px;
            height: 23px; } }
    #faq > dl dt {
      position: relative;
      border-top: #ecebe9 1px dashed;
      cursor: pointer;
      font-size: 1.6rem;
      padding-top: 20px; }
      #faq > dl dt:first-child{
        border-top: none;
      }
      @media screen and (min-width: 736px) {
        #faq > dl dt {
          font-size: 1.8rem;
          padding-top: 30px; } }
      #faq > dl dt::before {
        content: "Q";
        margin-top: 6px; }
        @media screen and (min-width: 736px) {
          #faq > dl dt::before {
            margin-top: 5px; } }
    #faq > dl dd {
      position: relative; 
      padding-bottom: 20px;
    }
      #faq > dl dd::before {
        content: "A";
        margin-top: 3px; }
        @media screen and (min-width: 736px) {
          #faq > dl dd::before {
            margin-top: 2px; } }
      @media screen and (min-width: 736px) {
        #faq > dl dd:not(:last-child) {
          padding-bottom: 30px; } }

#news {
  background-color: #ffffff;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  box-sizing: border-box; }
  @media screen and (min-width: 736px) {
    #news {
      margin-bottom: 120px; } }
  @media screen and (max-width: 1054px) {
    #news {
      margin-left: 15px;
      margin-right: 15px; } }
  @media screen and (min-width: 736px) {
    #news {
      margin-top: 90px;
      display: flex;
      flex-wrap: wrap;
      padding-left: 15px;
      padding-right: 15px; } }
  
  @media screen and (min-width: 736px) {
    #news > dl {
      display: flex;
      flex-wrap: wrap; }
      #news > dl > *:not(:last-of-type) {
        margin-bottom: 40px; } }
  @media screen and (min-width: 736px) {
    #news > dl dt {
      width: 7em;
      flex: 0 0 7em; } }
  @media screen and (max-width: 735px) {
    #news > dl dd:not(:last-child) {
      margin-bottom: 30px; } }
  @media screen and (min-width: 736px) {
    #news > dl dd {
      width: calc(100% - 7em); 
      line-height: 2;} }
  #news > dl dd a {
    text-decoration: underline; }
    @media screen and (min-width: 736px) {
      #news > dl dd a:hover {
        text-decoration: none; } }
.easy-wp-page-navigation{
  margin-top:50px !important;
  font-size: 18px;
  font-weight: bold;
}
.easy-wp-page-navigation a, .easy-wp-page-navigation span{
	border: none !important;
	color: #dedcda !important;
}
.easy-wp-page-navigation a:hover, .easy-wp-page-navigation span.current{
	color: #928c87 !important;
	background: none !important;
}
.easy-wp-page-navigation a.next, .easy-wp-page-navigation a.prev{
	color: #928c87 !important;
}
.easy-wp-page-navigation .last-page a,.easy-wp-page-navigation .first-page a{
	color: #928c87 !important;
}
.pagination a{
  padding: 10px 10px;
  line-height: 1;
}
.pagination_num{
  margin: 0 30px;
  display: flex;
}
.pagination_num a{
  color: #dedcda;
}

.pagination_num a.active{
  color: #928c87;
}

@media screen and (max-width: 735px) {
    .pagination{
      margin: 30px auto 0;
      font-size: 16px;
    } 
}

#company{
  margin: 30px 0 60px;
  padding: 0 15px;
}
#company h2 svg{
  width: 36px;
  height: 34px;
}

#company > dl dt {
  padding: 15px 10px 10px; 
  border-top: 1px dotted #b2b2b2;
}
#company > dl dd {
  padding: 0 10px 15px; 
}
#company > dl dd:last-child{
  border-bottom: 1px dotted #b2b2b2;
}
@media screen and (min-width: 736px) {
  #company{
    max-width: 1024px;
    margin: 50px auto 120px;
  }
  #company dl{
    display: flex;
    flex-wrap: wrap;
  }
  #company > dl dt {
    box-sizing: border-box;
    width: 12em;
    flex: 0 0 12em; 
    padding: 20px; 
    border-top: 1px dotted #b2b2b2;
  }
  #company > dl dd {
    box-sizing: border-box;
    width: calc(100% - 12em); 
    padding: 20px; 
    border-top: 1px dotted #b2b2b2;
  } 
  #company > dl dt.dt_last{
    border-bottom: 1px dotted #b2b2b2;
  }
  
}

#party{
  max-width: 1200px;
  margin: 90px auto 120px;
}
#party ul{
  display: flex;
  flex-wrap: wrap;
}
#party ul li{
  width: 23.5%;
  margin-right: 2%;
  text-align: center;
  margin-bottom: 60px;
}
#party ul li:nth-child(4n){
  margin-right: 0;
}
#party ul li a span{
  display: block;
  margin-bottom: 30px;
}
#party ul li a img{
  transition: 0.5s;
}
#party ul li a:hover img{
  opacity: 0.6;
  transition: 0.5s;
}
@media screen and (max-width: 736px) {
#party{
  margin: 40px 0 60px;
  padding: 0 15px;
}
#party ul li{
  width: 49%;
  margin-right: 2%;
  text-align: center;
  margin-bottom: 30px;
}
#party ul li:nth-child(2n){
  margin-right: 0;
}
#party ul li a span{
  margin-bottom: 10px;
}
}

.party_detail_main{
 text-align: center;
	    height: 580px;
}
.party_detail_content{
  max-width: 1024px;
  margin: 120px auto 150px;
}
.party_ttl{
  font-size: 14px;
  margin-bottom: 50px;
}
.party_ttl span{
  font-family: 'Cormorant Garamond';
}
.party_ttl strong{
	font-weight: normal;
	background-color: #f7f7f6;
	padding: 0 5px;
}
.party_header h2{
  font-size: 46px;
  text-align: left;
  margin-bottom: 40px;
  line-height: 1.5;
}
.party_txt{
  font-size: 16px;
  line-height: 2;
}
.party_detail_gallery{
  max-width: 1200px;
  margin: 0 auto 100px;
}
.party_detail_gallery ul{
  display: flex;
  flex-wrap: wrap;
}
.party_detail_gallery ul li{
  width: 48%;
  margin-right: 4%;
  margin-bottom: 130px;
  text-align: center;
}
.party_detail_gallery ul li:nth-child(2n){
  margin-right: 0;
  margin-top: 45px;
}
.party_detail_interview{
  padding: 56px 0;
  overflow: hidden;
  position: relative;
}
.party_detail_interview_back{
  position: absolute;
  width: 55vw;
  background: url(../img/report/detail_back.png) no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.party_detail_interview_in{
  float: right;
  width: 55%;
  box-sizing: border-box;
  padding: 80px calc(50% - 600px) 80px 80px;
  background-color: #f7f7f6;
}
.interview_ttl{
  text-align: left;
}
.party_detail_others{
  max-width: 1200px;
  margin: 150px auto 120px;
}
.party_detail_others_in ul{
  display: flex;
  flex-wrap: wrap;
}
.party_detail_others_in ul li{
  width: 23.5%;
  margin-right: 2%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}
.party_detail_others_in ul li:last-child{
  margin-right: 0;
}
.party_detail_others_in ul li span{
  display: block;
  margin-bottom: 30px;
}
.party_detail_others_in ul li a{
  transition: 0.5s;
}
.party_detail_others_in ul li a:hover img{
  opacity: 0.6;
  transition: .5s;
}
.party_detail_others_in > a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 200px;
    height: 50px;
    background-color: #9f8976;
    color: #ffffff;
    margin: 30px auto; }
    @media screen and (min-width: 736px) {
      .party_detail_others_in > a {
        transition: opacity .3s; }
        .party_detail_others_in > a:hover {
          opacity: .6; } }
    @media screen and (min-width: 736px) {
      .party_detail_others_in > a {
        margin-top: 50px; } }
    .party_detail_others_in > a::after {
      content: "\2192";
      font-family: 'icon';
      font-size: 18px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }


@media screen and (max-width: 736px) {
  .party_detail_main{
    height: 200px;
  }
  .party_detail_content{
    margin: 40px auto 60px;
    padding: 0 15px;
  }
  .party_ttl{
    margin-bottom: 20px;
  }
  .party_header h2{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .party_detail_gallery{
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .party_detail_gallery ul li{
    margin-bottom: 30px;
  }
  .party_detail_gallery ul li:nth-child(2n) {
    margin-top: 20px;
  }
  .party_detail_interview_back{
    width: 100%;
    height: 200px;
    position: initial;
  }
  .party_detail_interview_in{
    float: initial;
    width: calc(100vw - 30px);
    margin: -50px auto 0;
    padding: 30px 15px;
  }
  .interview_ttl{
    text-align: center;
  }
  .party_detail_interview{
    padding: 0;
  }
  .party_detail_others{
    margin: 30px 0 60px;
    padding: 0 15px;
  }
  .party_detail_others_in ul li{
    width: 49%;
    margin-right: 2%;
    font-size: 14px;
  }
  .party_detail_others_in ul li:nth-child(2n){
    margin-right: 0;
  }
  .party_detail_others_in ul li span{
    margin-bottom: 15px;
  }
  .party_txt{
    font-size: 14px;
  }
}


#contact .contact_in{
  max-width: 840px;
  width: 90%;
  box-sizing: border-box;
  margin: 90px auto 120px;
}
.contact_ttl{
  margin-bottom: 40px;
  text-align: center;
}
.contact_table table{
  width: 100%;  
  border-top: 1px dotted #cccccc;
  font-size: 16px;
}
.contact_table table tr{
  
}
.contact_table input, .contact_table textarea{
  background: #f2f2f2;
  width: 100%;
  border: none;
}
.contact_table input{
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
}
.contact_table table th{
  padding: 30px 20px 30px 48px;
  box-sizing: border-box;
  width: 294px;
  position: relative;
  font-weight: normal;
  vertical-align: top;
  border-bottom: 1px dotted #cccccc;
}
.contact_table table td{
  padding: 20px 48px 20px 0;
  width: 546px;
  box-sizing: border-box;
  border-bottom: 1px dotted #cccccc;
}
.contact_table table th span{
  position: absolute;
  text-align: center;
  padding: 0px 10px;
  color: #fff;
  background: #ff6185;
  right: 20px;
}
.contact_table table td select{
  width: 250px;
  background: #f2f2f2;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
}
.contact_table table td textarea{
  height: 158px;
  padding: 10px;
  box-sizing: border-box;
}
.mb20{
  margin-bottom: 20px;
}
.submit_div{
  margin-top: 40px;
  text-align: center;
}

.contact_table input.submit_btn{
  display: inline-block;
  text-align: center;
    position: relative;
    width: 300px;
    height: 60px;
    background-color: #503900;
    color: #ffffff;
    font-weight: bold;
  font-size: 16px;
}
.go_home_btn{
  display: flex;
  justify-content: center;
  align-items: center;
    position: relative;
    width: 300px;
    height: 60px;
    margin: 0 auto;
    background-color: #503900;
    color: #ffffff;
    font-weight: bold;
  font-size: 16px;
}
.contact_table input.back_btn{
  display: inline-block;
  border: 1px solid #503900;
  height: 60px;
  width: 196px;
  color: #503900;
  text-align: center;
  margin-right: 10px;
  font-weight: bold;
  font-size: 16px;
}
.go_home_btn::after {
    content: "\25b6";
    font-family: 'icon';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.contact_table input.submit_btn::after {
    content: "\25b6";
    font-family: 'icon';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (min-width: 736px){
.contact_table input.submit_btn {
    transition: opacity .3s;
}
.contact_table input.submit_btn:hover {
    opacity: 0.6;
}
.go_home_btn {
    transition: opacity .3s;
}
.go_home_btn:hover {
    opacity: 0.6;
}
}
.contact_thank{
  text-align: center;
  color: #5f574f;
}
.thank_icon{
  margin-bottom: 20px;
}
.thank_ttl{
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.thank_txt{
  line-height: 2;
}

#privacy{
  max-width: 1200px;
  width: 90%;
  margin: 90px auto 120px;
}
#privacy h3{
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}
@media screen and (max-width: 736px){
#privacy h3{
	font-size: 18px;
}
  #contact .contact_in{
    margin: 40px auto;
  }
  .contact_ttl{
    margin-bottom: 20px;
  }
  .contact_table table{
    font-size: 14px;
  }
  .contact_table table th, .contact_table table td{
    display: block;
    padding: 15px 0;
    width: 100%;
  }
  .contact_table table th{
    border-bottom: none;
    padding-bottom: 0px;
  }
  .contact_table table th span{
    right: 0;
  }
  .submit_div{
    margin-top: 20px;
  }
  .back_btn{
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .submit_btn{
    font-size: 14px;
  }
  .go_home_btn{
    font-size: 14px;
  }
  .thank_ttl{
    font-size: 16px;
  }
  #privacy{
    margin: 40px auto;
  }
}

#flow{
  max-width: 1200px;
  width: 90%;
  margin: 90px auto 120px;
}
.flow_in{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flow_content{
  width: 700px;
}
.flow_img{
  width: 436px;
}
.flow_content>div{
  margin-bottom: 20px;
}
.flow_content>div>h3{
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 10px;
}
.flow_content>div>h3>span{
  font-size: 16px;
  font-family: 'Cormorant Garamond';
  color: #928c87;
  margin-right: 20px;
}
.flow_content>div>h3>span>strong{
  font-size: 45px;
  font-style: italic;
  font-weight: lighter;
}
.flow_content>div>p{
  padding-left: 76px;
  line-height: 1.8;
}
@media screen and (max-width: 736px){
  #flow{
    margin: 40px auto;
  }
  .flow_in{
    display: block;
  }
  .flow_content{
    width: 100%;
    margin-bottom: 40px;
  }
  .flow_img{
    width: 100%;
  }
  .flow_content>div{
    margin-bottom: 10px;
  }
}

#blog{
  margin: 90px auto 120px;
  max-width: 1200px;
  width: 90%;
}
.blog_in{
  display: flex;
  justify-content: space-between;
}
.blog_content{
  width: 840px;
}
.sidebar{
  width: 306px;
}
.blog_content ul{
  display: flex;
  flex-wrap: wrap;
}
.blog_content ul li{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}
.blog_content ul li:nth-child(3n){
  margin-right: 0;
}
.blog_ttl{
  font-size: 16px;
  color: #1a1a1a;
  margin: 20px 0 10px;
}
.blog_txt{
  font-size: 14px;
  color: #928c87;
}
.blog_info{
  font-size: 11px;
}
.blog_content ul li a{
  display: block;
}
.blog_content ul li a:hover{
  opacity: 0.6;
  transition: 0.5s;
}
.sidebar{
  font-size: 14px;
}
.sidebar h3{
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 2px solid #928c87;
}
.sidebar h3 span{
  font-size: 31px;
  font-family: 'Cormorant Garamond';
  display: block;
}

.sidebar .category ul li{
  border-bottom: 1px solid #e5e5e5;
}
.sidebar .category ul li a{
  display: block;
  padding: 17px 12px;
  position: relative;
}
.sidebar .category ul li a:after{
  content: '〉';
  position: absolute;
  right: 10px;
}
.sidebar>div{
  margin-bottom: 70px;
}
.arrival ul li{
  margin-top: 20px;
}
.arrival ul li a{
  display: flex;
}
.sidebar_thumb{
  width: 114px;
  height: 114px;
  margin-right: 18px;
}
.sidebar_content{
  width: 170px;
}
.sidebar_content_info{
  font-size: 11px;
}
.archive>ul>li{
  border-bottom: 1px solid #e5e5e5;
}
.archive>ul>li>ul li{
  border-top: 1px solid #e5e5e5;
}

.archive ul li a{
  display: block;
  padding: 17px 12px;
  position: relative;
}
.archive ul li a:after{
  content: '〉';
  position: absolute;
  right: 10px;
}
.archive ul li.parent>a:after{
  position: absolute;
  content: '﹀';
  right: 15px;
}
.archive ul li.parent.open>a:after{
  content: '︿';
}
.archive>ul>li>ul li{
  display: none;
}
.archive>ul>li.parent.open>ul>li{
  display: block;
}
.archive>ul>li>ul>li.parent.open ul li{
  display: block;
}

@media screen and (max-width: 736px){
  #blog{
    margin: 40px auto;
  }
  .blog_in{
    display: block;
  }
  .blog_content{
    width: 100%;
  }
  .sidebar{
    width: 100%;
  }
  .blog_content ul li{
    width: 48%;
    margin-right: 4%;
  }
  .blog_content ul li:nth-child(3n){
    margin-right: 4%;
  }
  .blog_content ul li:nth-child(2n){
    margin-right: 0;
  }
  .sidebar h3 span{
    font-size: 26px;
  }
  .sidebar_thumb{
    width: 100px;
    height: 100px;
    margin-right: 10px;
  }

  .sidebar_content{
    width: calc(100% - 110px);
  }
  .sidebar>div{
    margin-bottom: 40px;
  }
}

.blog_content_txt{
  margin-top: 70px;
}
.page_btns{
  display: flex;
  justify-content: space-between;
  position: relative;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  padding: 20px 15px;
  margin-top: 70px;
}
.blog_top{
  position: absolute;
  left: 50%;
  margin-left: -64px;
  font-size: 16px;
}
.pc{
  display: block;
}
.pc_span{
  display: inline-block;
}
.sp{
  display: none;
}
@media screen and (max-width: 736px){
  .blog_content_txt {
    margin-top: 40px;
  }
  .page_btns{
    padding: 15px 5px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .blog_top{
    font-size: 14px;
    margin-left: -56px;
  }
  .pc{
    display: none;
  }
	.pc_span{
    display: none;
  }
  .sp{
    display: block;
  }
}
#top_story > div section > a.sp{
	display: none;
}
@media screen and (max-width: 736px){
	#top_story > div section{
		position: relative;
	}
	#top_story > div section > a.sp{
		display: block;
		position: absolute;
		top: 70px;
		right: 10px;
		height: auto;
		padding: 5px 10px;
		color: #fff;
		background: #9f8976;
	}
}
div.wpcf7 .ajax-loader{
	display: none !important;
}