@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*-------------------------------------------------------

カラー

----------------------------------------------------------*/
/*-------------------------------------------------------

メディアクエリ

----------------------------------------------------------*/
/*-------------------------------------------------------

サブメニュー 連番

----------------------------------------------------------*/
.g-menu__submenu-item:nth-child(1) {
  transition-delay: 0.1s; }

.g-menu__submenu-item:nth-child(2) {
  transition-delay: 0.2s; }

.g-menu__submenu-item:nth-child(3) {
  transition-delay: 0.3s; }

.g-menu__submenu-item:nth-child(4) {
  transition-delay: 0.4s; }

.g-menu__submenu-item:nth-child(5) {
  transition-delay: 0.5s; }

.g-menu__submenu-item:nth-child(6) {
  transition-delay: 0.6s; }

/*-------------------------------------------------------

矢印モジュール

----------------------------------------------------------*/
/*-------------------------------------------------------

flex オプション

----------------------------------------------------------*/
/*-------------------------------------------------------

その他 オプション

----------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd,
q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ul,
ol {
  list-style: none; }

html {
  font-size: 10px; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  color: #171E62;
  text-decoration: none;
  box-sizing: border-box; }

body {
  color: #171E62;
  font-size: 1.4rem;
  font-family: "kozuka-mincho-pro", "Helvetica Neue","Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  font-family: kozuka-mincho-pro, serif;
  font-style: normal;
  font-weight: 200;
  background: url(/wp-content/themes/express-custom-minaka/images/material/main-background.png);
  background-size: cover;
  background-repeat: repeat-y; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 1.4rem; } }

img {
  display: block;
  max-width: 100%; }

/*-------------------------------------------------------

outer

----------------------------------------------------------*/
.container-fixed {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding-left: 4%;
  padding-right: 4%; }

.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0; }

main {
  margin-top: 94px; }
  @media only screen and (max-width: 1079px) {
    main {
      margin-top: 84px; } }
  @media only screen and (max-width: 767px) {
    main {
      margin-top: 65px; } }

.outer-box-L-original {
  padding-top: 60px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 767px) {
    .outer-box-L-original {
      padding-top: 40px;
      padding-bottom: 90px; } }

.outer-box-L {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 767px) {
    .outer-box-L {
      padding-bottom: 90px;
      padding-top: 90px; } }

.outer-box-M {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .outer-box-M {
      padding-top: 40px;
      padding-bottom: 40px; } }

.outer-box-S {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .outer-box-S {
      padding-top: 30px;
      padding-bottom: 30px; } }

.outer-box-XS {
  padding-top: 20px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .outer-box-XS {
      padding-top: 20px;
      padding-bottom: 20px; } }

.outer-pt-L {
  padding-top: 120px; }
  @media only screen and (max-width: 767px) {
    .outer-pt-L {
      padding-top: 90px; } }

.outer-pt-M {
  padding-top: 60px; }
  @media only screen and (max-width: 767px) {
    .outer-pt-M {
      padding-top: 40px; } }

.outer-pt-S {
  padding-top: 40px; }
  @media only screen and (max-width: 767px) {
    .outer-pt-S {
      padding-top: 30px; } }

.outer-pt-XS {
  padding-top: 30px; }
  @media only screen and (max-width: 767px) {
    .outer-pt-XS {
      padding-top: 20px; } }

.outer-mt-L {
  margin-top: 120px; }
  @media only screen and (max-width: 767px) {
    .outer-mt-L {
      margin-top: 90px; } }

.outer-mt-M {
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    .outer-mt-M {
      margin-top: 40px; } }

.outer-mt-S {
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    .outer-mt-S {
      margin-top: 30px; } }

.outer-mt-XS {
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .outer-mt-XS {
      padding-top: 20px; } }

.mt-1 {
  margin-top: 5px; }

.mt-2 {
  margin-top: 15px; }

@media only screen and (max-width: 767px) {
  .mt-1-sp {
    margin-top: 5px; }

  .mt-2-sp {
    margin-top: 15px; } }
.mx-auto {
  margin: 0 auto; }

.w-100 {
  width: 100%; }

/*
*	モジュール一覧
*
*		1. header
*		2. footer
* 	3. 矢印・ボタン・リンク
*		4. リストスタイル・行間
*		5. 文字スタイル
*		6. グリッド
*		7. フレックス
*		8. タイトル
*		9. tableレイアウト
*		10. imgレイアウト
*		11. カラー
*		12. topへ戻るボタン
*		13. タブ
*		14. お知らせ一覧/詳細/サイトマップ
*		15. ページネーション
*		16. 商品
*		17. QA
*
*/
/*-------------------------------------------------------

header (BEM化済み)

----------------------------------------------------------*/
.header {
  background: url(/wp-content/themes/express-custom-minaka/images/material/header-background.png);
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 1080px) {
    .header {
      top: 0;
      padding: 25px 2% 25px 10%;
      display: flex;
      width: 100%;
      justify-content: space-between;
      position: fixed;
      align-items: center;
      z-index: 999;
      /* box-shadow */
      box-shadow: 0px 0px 9px -2px #c9c9c9; } }
  .header__container {
    padding-left: 15px; }
    @media only screen and (max-width: 1079px) {
      .header__container {
        top: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 20px 4%;
        background: url(/wp-content/themes/express-custom-minaka/images/material/header-background.png);
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 9999;
        position: fixed;
        /* box-shadow */
        box-shadow: 0px 0px 9px -2px #c9c9c9; } }
    @media only screen and (max-width: 767px) {
      .header__container {
        padding: 20px 4%; } }
  .header__logo {
    display: flex;
    align-items: center;
    max-width: 200px; }
    @media only screen and (max-width: 1079px) {
      .header__logo {
        z-index: 9999; } }
    @media only screen and (max-width: 767px) {
      .header__logo {
        max-width: 120px; } }
  @media only screen and (max-width: 1079px) {
    .header__toggle {
      display: block;
      position: relative;
      width: 50px;
      height: 30px;
      z-index: 9999; }
      .header__toggle span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        transition: all .2s;
        background-color: #171E62;
        border-radius: 2px; }
        .header__toggle span:nth-of-type(1) {
          top: 0; }
        .header__toggle span:nth-of-type(2) {
          top: 14px; }
        .header__toggle span:nth-of-type(3) {
          bottom: 0; }
      .header__toggle.active span:nth-of-type(1) {
        -webkit-transform: translateY(14px) rotate(-45deg);
        transform: translateY(14px) rotate(-45deg); }
      .header__toggle.active span:nth-of-type(2) {
        opacity: 0; }
      .header__toggle.active span:nth-of-type(3) {
        -webkit-transform: translateY(-14px) rotate(45deg);
        transform: translateY(-14px) rotate(45deg); } }
  @media only screen and (max-width: 767px) {
    .header__toggle {
      top: 50%;
      right: 0;
      width: 30px;
      height: 20px;
      z-index: 9999; }
      .header__toggle span:nth-of-type(1) {
        top: 0; }
      .header__toggle span:nth-of-type(2) {
        top: 9px; }
      .header__toggle span:nth-of-type(3) {
        bottom: 0; }
      .header__toggle.active span:nth-of-type(1) {
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg); }
      .header__toggle.active span:nth-of-type(2) {
        opacity: 0; }
      .header__toggle.active span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg); } }
  .header__nav {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 1079px) {
      .header__nav {
        display: none;
        position: fixed;
        background: url(/wp-content/themes/express-custom-minaka/images/material/main-background.png);
        background-size: cover;
        background-repeat: repeat-y;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        z-index: 999;
        overflow: scroll; } }

.g-menu {
  display: flex;
  align-items: center;
  position: relative; }
  @media only screen and (max-width: 1079px) {
    .g-menu {
      flex-wrap: wrap;
      height: auto;
      padding: 100px 4% 0; } }
  @media only screen and (max-width: 767px) {
    .g-menu {
      padding: 77px 4% 0; } }
  .g-menu__item {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (min-width: 1080px) {
      .g-menu__item {
        position: relative; }
        .g-menu__item::after {
          position: absolute;
          bottom: -10px;
          left: 0;
          content: '';
          width: 100%;
          height: 2px;
          background: #A49440;
          transform: scale(0, 1);
          transform-origin: right top;
          transition: transform .3s; }
        .g-menu__item:hover::after {
          transform-origin: left top;
          transform: scale(1, 1); } }
    @media screen and (min-width: 1300px) {
      .g-menu__item {
        margin-right: 60px; } }
    @media screen and (min-width: 1080px) and (max-width: 1299px) {
      .g-menu__item {
        margin-right: 30px; } }
    @media only screen and (max-width: 1079px) {
      .g-menu__item {
        flex-wrap: wrap;
        width: 100%;
        border-bottom: 1px solid #eee; }
        .g-menu__item:first-child {
          border-top: 1px solid #eee; }
        .g-menu__item a {
          width: 100%;
          text-align: left;
          padding: 15px 0;
          display: block; } }
    .g-menu__item--submenu {
      position: relative; }
      @media only screen and (min-width: 1080px) {
        .g-menu__item--submenu:hover .g-menu__submenu {
          visibility: visible; }
          .g-menu__item--submenu:hover .g-menu__submenu-item {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0);
            z-index: 9999; } }
  .g-menu__copy {
    margin-bottom: 5px;
    display: block;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #A49440;
    box-sizing: border-box; }
    @media only screen and (max-width: 1079px) {
      .g-menu__copy {
        display: none; } }
  @media only screen and (min-width: 1080px) {
    .g-menu__submenu {
      position: absolute;
      top: 100%;
      left: 0;
      padding-top: 28px;
      width: 230px;
      visibility: hidden; }
      .g-menu__submenu-item:first-child {
        display: none; }
      .g-menu__submenu-item {
        position: relative;
        opacity: 0;
        border-bottom: 1px solid #fff;
        background-color: #A49440;
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
        transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1);
        overflow: hidden; }
        .g-menu__submenu-item span {
          z-index: 999;
          transition: none; }
        .g-menu__submenu-item a {
          display: flex;
          align-items: center;
          color: #fff;
          width: 100%;
          height: 70px;
          padding: 20px;
          position: relative; }
        .g-menu__submenu-item::before {
          content: "";
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          position: absolute;
          display: block;
          color: #A49440;
          background-color: #fff;
          overflow: hidden;
          transform-origin: left;
          transform: translateX(-100%);
          transition: 0.3s all cubic-bezier(0.52, 0.08, 0.18, 1); }
        .g-menu__submenu-item:hover span {
          color: #A49440; }
        .g-menu__submenu-item:hover::after {
          border-color: #A49440; }
        .g-menu__submenu-item:hover::before {
          transform: translateX(0); } }
  @media only screen and (max-width: 1079px) {
    .g-menu__submenu {
      width: 100%;
      display: none; }
      .g-menu__submenu-item {
        background: #eee;
        padding: 0 10px; }
        .g-menu__submenu-item + li {
          margin-top: 1px; } }
  @media only screen and (max-width: 1079px) {
    .g-menu__parent {
      position: relative;
      cursor: pointer; }
      .g-menu__parent::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        height: 1px;
        width: 16px;
        background: #333;
        transform: translateY(-50%);
        transition: all .1s; }
      .g-menu__parent::after {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        right: 7px;
        height: 16px;
        width: 1px;
        background: #333;
        transform: translateY(-50%);
        transition: all .1s; }
      .g-menu__parent.active::after {
        -webkit-transform: translateY(-10px) rotate(-90deg);
        transform: translateY(-10px) rotate(-90deg);
        opacity: 0; } }

.catch-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 120px;
  height: 100px; }
  @media only screen and (max-width: 1079px) {
    .catch-icon {
      margin-top: 30px;
      width: calc(50% - 5px);
      border-radius: 5px;
      height: 80px; } }
  .catch-icon--base {
    background: #A49440;
    overflow: hidden;
    position: relative; }
    .catch-icon--base::before {
      content: "";
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      transform-origin: left;
      transform: translateX(-100%);
      transition: 0.3s all cubic-bezier(0.52, 0.08, 0.18, 1); }
    .catch-icon--base:hover::before {
      opacity: 1;
      transform: translateX(0); }
    .catch-icon--base:hover span {
      color: #A49440; }
    .catch-icon--base:hover svg {
      fill: #A49440; }
  .catch-icon--accent {
    background: #071849; }
    @media only screen and (min-width: 1080px) {
      .catch-icon--accent {
        overflow: hidden;
        position: relative; }
        .catch-icon--accent::before {
          content: "";
          opacity: 0;
          position: absolute;
          width: 100%;
          height: 100%;
          background: #fff;
          transform-origin: left;
          transform: translateX(-100%);
          transition: 0.3s all cubic-bezier(0.52, 0.08, 0.18, 1); }
        .catch-icon--accent:hover::before {
          opacity: 1;
          transform: translateX(0); }
        .catch-icon--accent:hover span {
          color: #071849; }
        .catch-icon--accent:hover svg {
          fill: #071849; } }
    @media only screen and (max-width: 1079px) {
      .catch-icon--accent {
        margin: 30px auto; } }
  .catch-icon__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end; }
    .catch-icon__box span {
      margin-top: 5px;
      display: block;
      width: 100%;
      text-align: center;
      color: #fff;
      z-index: 999; }
    .catch-icon__box svg {
      width: 36px;
      height: 40px;
      fill: #fff;
      z-index: 999; }
      @media only screen and (max-width: 1079px) {
        .catch-icon__box svg {
          width: 27px;
          height: 30px; } }

@media only screen and (min-width: 1080px) {
  .arrow--wh-pc {
    position: relative; }
    .arrow--wh-pc::after {
      content: "";
      position: absolute;
      display: block;
      top: 50%;
      right: 20px;
      width: 6px;
      height: 6px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      transform: translateY(-50%) rotate(45deg);
      transform-origin: center center; } }

/*-------------------------------------------------------

footer

----------------------------------------------------------*/
footer {
  background: #171E62; }
  footer .f-wrap {
    padding: 30px 0; }
    footer .f-wrap nav {
      margin-bottom: 30px; }
    footer .f-wrap .copy-wrap {
      padding-top: 30px; }
  footer .footer__links {
    width: 80%;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 1079px) {
      footer .footer__links {
        width: auto; } }
    @media only screen and (max-width: 767px) {
      footer .footer__links {
        margin: 0 auto 20px;
        width: 100%;
        display: flex;
        flex-wrap: wrap; } }
    footer .footer__links li {
      display: inline-block;
      padding: 0 20px;
      vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        footer .footer__links li {
          width: 49%;
          padding: 0 10px;
          margin-bottom: 10px; }
          footer .footer__links li:nth-child(even) {
            border-left: 1px solid #ddd; } }
      footer .footer__links li span {
        color: #fff; }
      footer .footer__links li:hover {
        text-decoration: underline; }

@media only screen and (min-width: 1080px) {
  .info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; } }
@media only screen and (max-width: 1079px) {
  .info-container > figure img {
    margin: 0 auto; } }
@media only screen and (min-width: 1080px) {
  .info-container > div {
    margin-left: 20px; } }
@media only screen and (max-width: 1079px) {
  .info-container > div {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px; } }
.info-container .info-box {
  display: flex;
  align-items: center;
  margin-top: 2px; }
  @media only screen and (max-width: 1079px) {
    .info-container .info-box {
      justify-content: center;
      width: 100%; } }
  .info-container .info-box svg {
    width: 25px;
    height: 30px;
    fill: #A49440; }
  .info-container .info-box a {
    font-size: 2.6rem;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
    color: #A49440; }

.holiday-titles {
  display: flex; }
  .holiday-titles .holiday-title:first-child {
    margin-right: 10px; }

.footer-link {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .footer-link {
      margin: 0 auto 20px; } }
  .footer-link li {
    padding: 0 20px; }
    .footer-link li + li {
      border-left: 1px solid #ddd; }

.copy {
  width: 100%;
  text-align: center;
  color: #fff; }

/*-------------------------------------------------------

矢印・ボタン・リンク

----------------------------------------------------------*/
.common-arrow {
  position: relative;
  padding-right: 20px; }
  .common-arrow::after {
    content: "";
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    right: 0;
    width: 6px;
    height: 6px;
    border-top: solid 2px #A49440;
    border-right: solid 2px #A49440;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.link-text-1 {
  transition-duration: .1s; }
  .link-text-1:hover {
    color: #A49440; }

.link-text-2 {
  transition-duration: .1s;
  text-decoration: underline; }
  .link-text-2:hover {
    color: #A49440; }

.common-btn-1 {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  text-align: center;
  background-color: #A49440;
  border: 1px solid #A49440;
  font-size: 16px;
  color: #A49440;
  text-decoration: none;
  font-weight: bold;
  line-height: 50px;
  border-radius: 4px;
  position: relative;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .common-btn-1 {
      max-width: 100%; } }
  .common-btn-1 span {
    position: relative;
    z-index: 1; }
  .common-btn-1::before, .common-btn-1::after {
    content: "";
    display: block;
    background-color: #FFF;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s; }
  .common-btn-1::before {
    left: 0; }
  .common-btn-1::after {
    right: 0; }
  .common-btn-1:hover {
    color: #FFF; }
    .common-btn-1:hover:before, .common-btn-1:hover:after {
      width: 0;
      background-color: #FFF; }

.common-btn-2 {
  max-width: 300px;
  width: 100%;
  background: #171E62;
  color: #fff;
  display: block;
  transition-duration: .1s;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  border: 1px solid #171E62; }
  @media only screen and (max-width: 767px) {
    .common-btn-2 {
      max-width: 100%; } }
  .common-btn-2 span {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    position: relative; }
    .common-btn-2 span::after {
      content: "";
      position: absolute;
      top: calc(50% - 4px);
      right: 20px;
      width: 6px;
      height: 6px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .common-btn-2:hover {
    background: #fff; }
    .common-btn-2:hover span {
      color: #171E62; }
      .common-btn-2:hover span::after {
        border-top: solid 2px #171E62;
        border-right: solid 2px #171E62; }

.common-btn-3 {
  max-width: 300px;
  width: 100%;
  border: 1px solid #A49440;
  color: #A49440;
  display: block;
  transition-duration: .1s;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .common-btn-3 {
      max-width: 100%; } }
  .common-btn-3 span {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    position: relative; }
    .common-btn-3 span::after {
      content: "";
      position: absolute;
      right: 15px;
      top: calc(50% - 15px);
      width: 30px;
      height: 30px;
      background: url("https://placehold.jp/40x40.png") no-repeat center center;
      background-size: contain; }
  .common-btn-3:hover {
    opacity: .7; }

.anchor-btn li {
  border: 1px solid #A49440;
  display: block;
  transition-duration: .1s;
  background: #A49440;
  border-radius: 25px; }
  @media only screen and (max-width: 767px) {
    .anchor-btn li {
      width: 100%; } }
  .anchor-btn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    position: relative;
    color: #fff; }
    .anchor-btn li a::after {
      content: "";
      position: absolute;
      top: calc(50% - 4px);
      right: 20px;
      width: 6px;
      height: 6px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
  .anchor-btn li:hover {
    background: #fff; }
    .anchor-btn li:hover a {
      color: #A49440; }
      .anchor-btn li:hover a::after {
        border-top: solid 2px #A49440;
        border-right: solid 2px #A49440; }

.find-item-link {
  cursor: pointer; }

.arrow-down {
  margin-bottom: 60px;
  position: relative; }
  .arrow-down::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 100%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 22px 0 22px;
    border-color: #A49440 transparent transparent transparent; }

.arrow-center-1 {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .arrow-center-1 {
      justify-content: center;
      flex-wrap: wrap; } }
  .arrow-center-1::before {
    content: '';
    order: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent #A49440;
    margin: 20px; }
    @media only screen and (max-width: 767px) {
      .arrow-center-1::before {
        transform: rotate(90deg); } }
  .arrow-center-1 > *:nth-child(1), .arrow-center-1 > *:nth-child(2) {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .arrow-center-1 > *:nth-child(1), .arrow-center-1 > *:nth-child(2) {
        width: 100%; } }
  .arrow-center-1 > *:nth-child(1) {
    order: 1; }
  .arrow-center-1 > *:nth-child(2) {
    order: 3; }

.arrow-center-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .arrow-center-2::before {
    content: '';
    order: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent #A49440;
    margin: 0 auto; }
  .arrow-center-2::after {
    content: '';
    order: 4;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent #A49440;
    margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .arrow-center-2::before, .arrow-center-2::after {
      transform: rotate(90deg); } }
  .arrow-center-2 > *:nth-child(1), .arrow-center-2 > *:nth-child(2), .arrow-center-2 > *:nth-child(3) {
    width: 29%; }
    @media only screen and (max-width: 767px) {
      .arrow-center-2 > *:nth-child(1), .arrow-center-2 > *:nth-child(2), .arrow-center-2 > *:nth-child(3) {
        width: 100%; } }
  .arrow-center-2 > *:nth-child(1) {
    order: 1; }
  .arrow-center-2 > *:nth-child(2) {
    order: 3; }
  .arrow-center-2 > *:nth-child(3) {
    order: 5; }
  .arrow-center-2 > *:nth-child(4) {
    order: 6; }

/*-------------------------------------------------------

リストスタイル・行間

----------------------------------------------------------*/
.text-box > * + * {
  margin-top: 10px; }

.disc-list {
  padding-left: 1em; }
  .disc-list li {
    position: relative;
    display: block; }
  .disc-list li::before {
    position: absolute;
    content: '・';
    color: #333;
    top: 0;
    left: -20px; }

.square-list {
  padding-left: 1em; }
  .square-list li {
    position: relative;
    display: block; }
  .square-list li::before {
    position: absolute;
    content: '■';
    color: #333;
    top: 0;
    left: -20px; }

.note-list {
  padding-left: 1em;
  position: relative;
  display: block; }
  .note-list::before {
    position: absolute;
    content: '※';
    color: #333;
    top: 0;
    left: 0; }

.notecount-list {
  counter-reset: note;
  /* 数字のカウントをリセットする */ }
  .notecount-list li {
    position: relative;
    padding-left: 2em;
    display: block; }
    .notecount-list li::before {
      counter-increment: note;
      /* 任意の名前を付ける（もちろん英語で） */
      content: "※" counter(note);
      /* 名前を付けたカウンターをcontentで発動！ */
      position: absolute;
      color: #333;
      top: 0;
      left: 0; }

.number-list {
  counter-reset: note;
  /* 数字のカウントをリセットする */ }
  .number-list > li {
    position: relative;
    padding-left: 1.2em;
    display: block; }
    .number-list > li::before {
      counter-increment: note;
      /* 任意の名前を付ける（もちろん英語で） */
      content: counter(note) ".";
      /* 名前を付けたカウンターをcontentで発動！ */
      position: absolute;
      color: #333;
      top: 0;
      left: 0; }
  .number-list .brackets-limit-over {
    padding-left: 2em; }

.bracketsw-list {
  counter-reset: note;
  /* 数字のカウントをリセットする */ }
  .bracketsw-list > li {
    position: relative;
    padding-left: 1.4em;
    display: block; }
    .bracketsw-list > li::before {
      counter-increment: note;
      /* 任意の名前を付ける（もちろん英語で） */
      content: "(" counter(note) ")";
      /* 名前を付けたカウンターをcontentで発動！ */
      position: absolute;
      color: #333;
      top: 0;
      left: 0; }

.checkmark {
  padding-left: 2em;
  position: relative; }
  .checkmark::before, .checkmark::after {
    content: "";
    display: block;
    position: absolute; }
  .checkmark::before {
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 1px solid #000000;
    left: 0;
    top: 2px; }
  .checkmark::after {
    border-left: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;
    width: 18px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px;
    top: 3px; }

/*-------------------------------------------------------

文字スタイル

----------------------------------------------------------*/
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-bold {
  font-weight: bold; }

.text-normal {
  font-weight: normal; }

/*-------------------------------------------------------

グリッド

----------------------------------------------------------*/
.grid-full {
  width: 100%; }

.grid-half {
  width: calc( 50% - 15px); }
  @media only screen and (max-width: 767px) {
    .grid-half {
      width: 100%; } }

.grid-8-12 {
  width: calc( 8 * (100% / 12) - 30px); }
  @media only screen and (max-width: 767px) {
    .grid-8-12 {
      width: 100%; } }

.grid-4-12 {
  width: calc( 4 * (100% / 12) - 30px); }
  @media only screen and (max-width: 767px) {
    .grid-4-12 {
      width: 100%; } }

.column-3-2::after {
  content: "";
  display: block;
  width: 32%; }
.column-3-2 > * {
  width: 32%;
  margin-top: 20px; }
  .column-3-2 > *:nth-child(1), .column-3-2 > *:nth-child(2), .column-3-2 > *:nth-child(3) {
    margin-top: 0; }
  @media only screen and (max-width: 767px) {
    .column-3-2 > * {
      width: calc(50% - 5px);
      margin-top: 10px; }
      .column-3-2 > *:nth-child(3) {
        margin-top: 10px; } }

.column-3-1::after {
  content: "";
  display: block;
  width: 32%; }
.column-3-1 > * {
  width: 32%;
  margin-top: 20px; }
  .column-3-1 > *:nth-child(1), .column-3-1 > *:nth-child(2), .column-3-1 > *:nth-child(3) {
    margin-top: 0; }
  @media only screen and (max-width: 767px) {
    .column-3-1 > * {
      width: 100%;
      margin-top: 20px; }
      .column-3-1 > *:nth-child(2), .column-3-1 > *:nth-child(3) {
        margin-top: 20px; } }

.column-2-1 > * {
  width: calc( 50% - 15px);
  margin-top: 30px; }
  .column-2-1 > *:nth-child(1), .column-2-1 > *:nth-child(2) {
    margin-top: 0; }
  @media only screen and (max-width: 767px) {
    .column-2-1 > * {
      width: 100%;
      margin-top: 30px; }
      .column-2-1 > *:nth-child(2) {
        margin-top: 30px; } }

/*-------------------------------------------------------

フレックス

----------------------------------------------------------*/
.flex-between {
  display: flex;
  justify-content: space-between; }

.flex-start-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center; }

.flex-between-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.flex-between-wrapreverse {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse; }

/*-------------------------------------------------------

タイトル

----------------------------------------------------------*/
.ttl-L {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center; }
  .ttl-L span {
    display: block;
    font-size: 1.6rem;
    color: #A49440;
    font-weight: bold;
    margin-bottom: 5px; }
  @media only screen and (max-width: 767px) {
    .ttl-L {
      font-size: 3rem; } }

.ttl-L-left {
  font-size: 3.6rem;
  font-weight: bold; }
  .ttl-L-left span {
    display: block;
    font-size: 1.6rem;
    color: #A49440;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 8px; }
  @media only screen and (max-width: 767px) {
    .ttl-L-left {
      text-align: center;
      font-size: 3rem; }
      .ttl-L-left span {
        padding-left: 0; } }

.ttl-M {
  font-size: 2.6rem;
  padding-bottom: 20px;
  position: relative; }
  .ttl-M::before {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    width: 20%;
    background: #A49440;
    left: 0;
    bottom: 0;
    z-index: 1; }
  .ttl-M::after {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #ddd;
    left: 0;
    bottom: 0; }
  @media only screen and (max-width: 767px) {
    .ttl-M {
      font-size: 2.4rem; } }

.ttl-S {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px;
  width: 100%;
  background: #8395BC;
  position: relative;
  color: #fff; }

.ttl-XS-original {
  font-size: 2.4rem;
  display: inline;
  padding-left: 20px;
  position: relative;
  color: #A49440; }
  .ttl-XS-original::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    background: #171E62;
    border-radius: 2px; }
  @media only screen and (max-width: 767px) {
    .ttl-XS-original {
      font-size: 1.6rem; } }

.ttl-XS {
  font-size: 1.4rem;
  display: inline;
  padding-left: 10px;
  font-weight: bold;
  position: relative;
  color: #A49440; }
  .ttl-XS::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    background: #A49440;
    border-radius: 2px; }
  @media only screen and (max-width: 767px) {
    .ttl-XS {
      font-size: 1.6rem; } }

.st-text {
  font-size: 1.8rem;
  color: #A49440; }

/*-------------------------------------------------------

tableレイアウト

----------------------------------------------------------*/
.table-box {
  overflow: auto;
  overflow-y: hidden; }

.table-layout-1 {
  width: 100%; }
  .table-layout-1 tr th,
  .table-layout-1 tr td {
    margin-top: 10px;
    padding: 10px; }
    @media only screen and (max-width: 767px) {
      .table-layout-1 tr th,
      .table-layout-1 tr td {
        padding: 5px; } }
  .table-layout-1 tr th {
    width: 35%;
    text-align: left;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .table-layout-1 tr th {
        width: 50%; } }
  .table-layout-1 tr td {
    border-left: 1px solid #ddd;
    text-align: center;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .table-layout-1 tr td {
        border-left: none; } }
  .table-layout-1 tr:first-child td {
    font-weight: bold; }

.table-layout-2 {
  width: 100%;
  border: 1px solid #eee; }
  @media only screen and (max-width: 767px) {
    .table-layout-2 {
      width: 600px; } }
  .table-layout-2 tr th, .table-layout-2 tr td {
    margin-top: 10px;
    padding: 15px;
    border-left: 1px solid #ddd; }
  .table-layout-2 tr th {
    width: 35%;
    text-align: left;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .table-layout-2 tr th {
        width: 20%; } }
  .table-layout-2 tr td {
    text-align: center;
    vertical-align: middle; }
  .table-layout-2 tr:nth-child(odd) {
    background: #fafafa; }
  .table-layout-2 tr:first-child th, .table-layout-2 tr:first-child td {
    padding: 10px 15px;
    background: #A49440;
    color: #fff;
    font-weight: bold; }

.table-layout-3 {
  width: 100%;
  border: 1px solid #ccc; }
  .table-layout-3 tr th, .table-layout-3 tr td {
    margin-top: 10px;
    padding: 15px;
    border-bottom: 1px solid #ccc; }
  .table-layout-3 tr th {
    width: 35%;
    background: #171E62;
    color: #fff;
    text-align: center;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .table-layout-3 tr th {
        width: 24%;
        font-size: 1.2rem; } }
  .table-layout-3 tr td {
    text-align: left;
    vertical-align: middle;
    background: #fff; }

.table-layout-4 {
  width: 100%;
  border: 1px solid #eee; }
  @media only screen and (max-width: 767px) {
    .table-layout-4 {
      width: 600px; } }
  .table-layout-4 tr th, .table-layout-4 tr td {
    margin-top: 10px;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd; }
  .table-layout-4 tr th {
    width: 35%;
    background: #A49440;
    color: #fff;
    text-align: left;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .table-layout-4 tr th {
        width: 20%; } }
  .table-layout-4 tr td {
    text-align: center;
    vertical-align: middle; }

/*-------------------------------------------------------

imgレイアウト

----------------------------------------------------------*/
.img-layout-1 figure {
  position: relative;
  overflow: hidden; }
  .img-layout-1 figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    transition-duration: .2s; }
  .img-layout-1 figure:hover figcaption {
    transform: translateY(100%); }

.img-layout-2 figcaption {
  margin-top: 10px;
  text-align: center;
  font-weight: bold; }

.img-layout-3 li {
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    .img-layout-3 li {
      margin-top: 30px; } }
  .img-layout-3 li figure {
    position: relative; }
    .img-layout-3 li figure figcaption {
      position: absolute;
      transition-duration: .2s;
      bottom: 0;
      left: 0;
      transform: translateY(50%);
      padding: 30px;
      width: 80%;
      font-size: 1.8rem;
      font-weight: bold;
      background: #fff; }
      .img-layout-3 li figure figcaption::after {
        content: "";
        position: absolute;
        display: block;
        top: 48%;
        transform: translateY(-50%);
        right: 30px;
        width: 8px;
        height: 8px;
        border-top: solid 2px #A49440;
        border-right: solid 2px #A49440;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      @media only screen and (max-width: 767px) {
        .img-layout-3 li figure figcaption {
          padding: 20px 20px 0;
          font-size: 1.4rem;
          transform: translateY(0); }
          .img-layout-3 li figure figcaption::after {
            top: 58%;
            right: 20px; } }
  .img-layout-3 li:hover figcaption {
    opacity: .6; }

/*-------------------------------------------------------

カラー

----------------------------------------------------------*/
.bg-Light-gray {
  background: #fafafa; }

.border-top-gray {
  border-top: 1px solid #ddd; }

.border-top-base {
  border-top: 1px solid #fff; }

.color-red {
  color: red; }

.color-black {
  color: red; }

/*-------------------------------------------------------

topへ戻るボタン

----------------------------------------------------------*/
#page-top {
  position: fixed;
  right: 60px;
  bottom: 60px;
  width: 60px;
  height: 60px;
  display: inline-block;
  cursor: pointer;
  opacity: 0;
  transition: all .2s; }
  @media only screen and (max-width: 767px) {
    #page-top {
      right: 20px;
      bottom: 30px; } }
  #page-top.top-anchor {
    opacity: 1;
    z-index: 99;
    transition: all .2s;
    transition: all .2s; }
  #page-top a {
    text-decoration: none;
    display: flex;
    color: #a1a1a1;
    position: relative;
    width: 100%;
    height: 100%;
    bottom: 10px;
    left: 0;
    font-size: 1rem;
    justify-content: center;
    align-items: flex-end;
    z-index: 1;
    color: #A49440; }
  #page-top::before, #page-top::after {
    position: absolute;
    width: 60px;
    height: 60px;
    margin: auto;
    content: "";
    vertical-align: middle; }
  #page-top::before {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    border: 1px solid #171E62;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9); }
  #page-top::after {
    top: 30px;
    left: 20px;
    width: 16px;
    height: 16px;
    border-top: 1px solid #171E62;
    border-right: 1px solid #171E62;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    animation: arrow 1.2s infinite; }

@keyframes arrow {
  50% {
    top: 13px;
    opacity: 1; }
  100% {
    top: 5px;
    opacity: 0; } }
.nav-active {
  color: #A49440;
  font-weight: bold; }

/*-------------------------------------------------------

タブ

----------------------------------------------------------*/
.tab-box .tab-name li {
  width: calc( 4 * (100% / 12) );
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  border-bottom: 2px solid #ddd; }
  .tab-box .tab-name li a {
    width: 100%;
    line-height: 40px;
    display: block; }
  .tab-box .tab-name li.current {
    border-bottom: 2px solid #A49440; }
.tab-box .tab-content {
  margin-top: 30px; }
  .tab-box .tab-content li {
    display: none; }
  .tab-box .tab-content .current {
    display: block; }

.accordion-box {
  cursor: pointer;
  position: relative;
  border: 1px solid #ddd;
  padding: 20px; }
  .accordion-box::before {
    position: absolute;
    top: 0;
    right: 20px;
    height: 0;
    content: "";
    display: block;
    height: 1px;
    width: 16px;
    background: #333;
    top: 30px;
    transform: translateY(-50%);
    transition: all .1s; }
  .accordion-box::after {
    position: absolute;
    top: 0;
    right: 27px;
    height: 0;
    content: "";
    display: block;
    height: 16px;
    width: 1px;
    background: #333;
    top: 30px;
    transform: translateY(-50%);
    transition: all .1s; }
  .accordion-box .nav-menu-child li {
    background: #eee; }
  .accordion-box.active::after {
    -webkit-transform: translateY(-10px) rotate(-90deg);
    transform: translateY(-10px) rotate(-90deg);
    opacity: 0; }
  .accordion-box dd {
    display: none; }

/*-------------------------------------------------------

お知らせ一覧/詳細/サイトマップ

----------------------------------------------------------*/
.link-list li {
  border-bottom: 1px dashed #ccc;
  padding: 25px 10px; }
  .link-list li:first-child {
    border-top: 1px solid #ccc; }
  .link-list li:last-child {
    border-bottom: 1px solid #ccc; }
  .link-list li span {
    display: inline-block;
    max-width: 140px;
    width: 100%; }
  .link-list li.second-link {
    padding-left: 25px;
    position: relative; }
    .link-list li.second-link:before {
      content: "";
      position: absolute;
      width: 12px;
      height: 2px;
      background: #ddd;
      left: 0;
      top: calc(50% - 3px); }
  .link-list li a {
    display: inline-block; }
  .link-list li:hover, .link-list li:hover a {
    color: #A49440; }

/*-------------------------------------------------------

ページネーション

----------------------------------------------------------*/
.wp-pagenavi {
  margin-top: 60px;
  display: flex;
  /*.nextpostslink::after{
    content: "→";
    font-size: 1.8rem;
    margin-left:10px; 
  }*/
  /*.previouspostslink::before{
    content: "←";
    font-size: 1.8rem;
    margin-right:10px; 
  }*/ }
  .wp-pagenavi a.page, .wp-pagenavi span.current {
    text-decoration: none;
    margin: 2px;
    border: none;
    color: #A49440;
    transition: .3;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .wp-pagenavi a:hover {
    color: #fff;
    transition: .1s;
    background: #171E62; }
  .wp-pagenavi a.page.smaller, .wp-pagenavi a.page.larger {
    background: #8395BC;
    color: #fff;
    border-radius: 100%; }
    .wp-pagenavi a.page.smaller:hover, .wp-pagenavi a.page.larger:hover {
      background: #171E62; }
  .wp-pagenavi span.current {
    font-weight: bold;
    background: #171E62;
    margin: 2px;
    color: #fff;
    border-radius: 100%; }
  .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    border: none;
    display: flex;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    color: #171E62; }

/*-------------------------------------------------------

商品(BEM化済み)

----------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .cosme-item:nth-child(n +2) {
    margin-top: 30px; } }
.cosme-item__img {
  max-height: 150px;
  width: auto; }
  @media only screen and (max-width: 767px) {
    .cosme-item__img {
      margin: 0 auto;
      max-height: 200px; } }
.cosme-item__text {
  margin-top: 15px;
  padding: 15px;
  background: #fafafa; }
.cosme-item__img--1 {
  height: 250px;
  width: auto; }
  @media only screen and (max-width: 767px) {
    .cosme-item__img--1 {
      margin: 0 auto;
      max-height: 200px; } }

/*-------------------------------------------------------

QA 質問(BEM化済み)

----------------------------------------------------------*/
.qa-container {
  padding: 15px 30px;
  background: #f9f4f0; }
  .qa-container:nth-child(n + 2) {
    margin-top: 15px; }
  .qa-container__q, .qa-container__a {
    width: 100%;
    position: relative;
    padding: 20px 0 20px 50px; }
  .qa-container__q::before {
    content: "Q";
    position: absolute;
    color: #7aa5fe;
    left: 0;
    top: 10px;
    transform: translate(50%, 0);
    font-family: 'Trebuchet MS', san-serif;
    font-size: 2.8rem; }
  .qa-container__a::before {
    content: "A";
    position: absolute;
    color: #A49440;
    left: 0;
    top: 10px;
    font-family: 'Trebuchet MS', san-serif;
    font-size: 2.8rem;
    transform: translate(50%, 0); }
  .qa-container__a {
    border-top: 1px solid #ddd; }

/*-------------------------------------------------------

タイムライン

----------------------------------------------------------*/
.timeline {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #A49440; }
  .timeline__ttl {
    width: 20%;
    background: #A49440;
    color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .timeline__ttl {
        width: 100%; } }
  .timeline__content {
    display: block;
    padding: 15px;
    width: 80%; }
    @media only screen and (max-width: 767px) {
      .timeline__content {
        width: 100%; } }

/*-------------------------------------------------------

パンくずリスト

----------------------------------------------------------*/
.breadcrumb {
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  top: 40px;
  padding: 0 4%;
  box-sizing: content-box; }
  @media only screen and (max-width: 767px) {
    .breadcrumb {
      top: 30px; } }
  .breadcrumb__list:nth-child(n + 2) {
    margin-left: 10px; }
    .breadcrumb__list:nth-child(n + 2)::before {
      display: inline-block;
      content: "<";
      margin-right: 10px;
      color: #666; }
  .breadcrumb__list:not(:last-child) a {
    text-decoration: underline; }

/*-------------------------------------------------------

blog

----------------------------------------------------------*/
.blog__text-box {
  margin-top: 15px; }
.blog__text {
  margin-top: 10px; }
.blog__desc {
  display: flex; }
  .blog__desc--tag {
    margin-left: 15px; }

/*-------------------------------------------------------

under-mv

----------------------------------------------------------*/
.under-mv-container {
  margin-top: 94px;
  padding: 50px 0;
  background: transparent url(../images/material/under-mv.png) no-repeat center bottom;
  background-size: cover; }
  @media only screen and (max-width: 1079px) {
    .under-mv-container {
      margin-top: 70px;
      padding: 40px 0; } }
  @media only screen and (max-width: 767px) {
    .under-mv-container {
      margin-top: 60px;
      padding: 30px 0; } }
  .under-mv-container h2.ttl-L {
    font-size: 3.8rem;
    text-shadow: 0px 3px 6px #333;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal; }
    @media only screen and (max-width: 1079px) {
      .under-mv-container h2.ttl-L {
        margin: auto;
        /*上下左右中央に*/
        width: auto;
        /*widthの指定は必須*/
        font-size: 2.6rem; } }
    @media only screen and (max-width: 767px) {
      .under-mv-container h2.ttl-L {
        font-size: 2.2rem; } }

/*-------------------------------------------------------

about

----------------------------------------------------------*/
.about-copy {
  font-size: 2.4rem;
  color: #A49440; }

.about-card {
  background-color: #fff;
  padding: 30px; }

/*-------------------------------------------------------

contact

----------------------------------------------------------*/
.clr-yellow {
  color: #A49440; }

/*-------------------------------------------------------

for br

----------------------------------------------------------*/
@media only screen and (min-width: 1080px) {
  .only-sp {
    display: none; } }
@media only screen and (max-width: 1079px) {
  .only-sp {
    display: none; } }
@media only screen and (max-width: 767px) {
  .only-sp {
    display: block; } }

/*# sourceMappingURL=common.css.map */
