@charset "UTF-8";
/**
 * Default Setting
 */
/**
 * SuperGradient
 * SASS MULTI-COLOR GRADIENT MIXIN (LINEAR & RADIAL)
 * Options
 * $type: linear*, radial
 * $from: top*, left, top left, top right, bottom right, bottom left, center (radial)
 * $colors: hex, rgba
 * *default
 *
 * Include: bower install super-gradient
 *
 * Demo: http://super-gradient.ib.gs/
 */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #fff; }

::-webkit-scrollbar-track {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2); }

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2); }

/**
 * CSS Reset
 * Default StyleSheet Normalize
 *
 * @since 0.1
 * @author MIRAI Inc.
 */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 62.5%;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

html, body {
  width: 100%; }

body {
  min-width: 300px;
  margin: 0;
  padding: 0;
  font-family: "A1明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", serif;
  font-size: 1.6rem;
  color: #323232;
  background-color: white;
  -webkit-text-size-adjust: 100%; }

header,
footer,
nav,
figure,
figcaption,
main,
article,
section,
aside {
  display: block; }

main {
  width: 100%; }

a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 0.5em 1em;
  border: 1px solid #ccc; }

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="color"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px; }

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px; }

button {
  cursor: pointer; }

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

a {
  color: #D9CFB0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

ul, ol {
  padding-left: 40px; }

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

.sr-only {
  display: none; }

@media (min-width: 922px) {
  [sp],
  .sp {
    display: none; } }

@media (max-width: 921px) {
  [pc],
  .pc {
    display: none; } }

@media (min-width: 1200px) {
  [lg-max] {
    display: none; } }

@media (max-width: 1199px) {
  [xl-min] {
    display: none; } }

a[href^="tel:"] {
  pointer-events: none; }
  @media (pointer: fine) {
    a[href^="tel:"] {
      pointer-events: none;
      color: currentColor;
      text-decoration: none; } }
  @media (pointer: coarse) {
    a[href^="tel:"] {
      pointer-events: auto; } }

.heading {
  margin: 0 0 65px;
  line-height: 1;
  text-align: center; }
  .heading .h-img {
    margin: 0 0 16px;
    line-height: 1; }
    @media (min-width: 922px) {
      .heading .h-img {
        margin: 0 0 25px; } }
    .heading .h-img img {
      display: block;
      width: auto;
      height: 17px;
      margin: 0 auto; }
      @media (min-width: 922px) {
        .heading .h-img img {
          height: 21px; } }
  .heading .ja {
    display: block;
    line-height: 1.2;
    font-size: 1.3rem;
    color: currentColor;
    letter-spacing: 4px;
    text-indent: 4px; }
    @media (min-width: 922px) {
      .heading .ja {
        font-size: 1.7rem; } }

.number {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  letter-spacing: 1px; }

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

.text-center {
  text-align: center !important; }

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

.text > * {
  margin-bottom: 2rem; }
  .text > *:first-child {
    margin-top: 0; }
  .text > *:last-child {
    margin-bottom: 0; }

.iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 0; }
  .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }

.en {
  font-family: "Lato", sans-serif; }

.font-copper {
  font-family: Copperplate, "Copperplate Gothic Light", "Balthazar", fantasy; }

.share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -5px;
  padding: 0;
  list-style: none; }
  .share-buttons li {
    height: 100%;
    padding: 5px; }
  .share-buttons .fb-like {
    display: block !important; }
    .share-buttons .fb-like > span {
      display: block;
      vertical-align: top !important; }
  .share-buttons iframe {
    display: block; }

.mlad i {
  font-style: normal; }

.mlad .ad:before {
  content: "info"; }

.mlad .at:before {
  content: "@"; }

.mlad .dom:before {
  content: "minaki-sake"; }

.mlad .dom:after {
  content: ".com"; }

.social-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.needsclick[aria-label="Open Form"] {
  display: none !important; }

/**
 * Layout
 * レイアウト全般に関するものはここに書く
 */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.guide {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .guide > * {
    position: absolute;
    top: 0;
    height: 100%;
    color: #0ff; }
  .guide .guide-center {
    left: 50%;
    width: 1px;
    background-color: currentColor; }
    .guide .guide-center:before, .guide .guide-center:after {
      content: "";
      position: absolute;
      top: 0;
      display: block;
      width: 1px;
      height: 100%;
      background-color: currentColor; }
    .guide .guide-center:before {
      left: -40px; }
    .guide .guide-center:after {
      left: 40px; }
  .guide .guide-container {
    left: 0;
    right: 0;
    max-width: 1074px;
    width: calc(100% - 52px);
    margin: 0 auto;
    border-left: 1px solid currentColor;
    border-right: 1px solid currentColor; }

.layout-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1920px;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); }
  @media (min-width: 922px) {
    .layout-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }

body.scrolldown:not(.drawer-active) .layout-header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 235ms ease 350ms;
  transition: 235ms ease 350ms; }

.layout-header {
  top: 0;
  right: 0;
  z-index: 9999;
  background-color: #002128;
  -webkit-transition: 200ms ease;
  transition: 200ms ease; }
  @media (min-width: 922px) {
    .layout-header {
      position: sticky;
      max-width: 226px;
      width: 226px;
      height: 100vh; } }

.layout-main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.layout-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%; }

.container {
  max-width: 472px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 26px;
  padding-left: calc(env(safe-area-inset-left) + 26px);
  padding-left: calc(constant(safe-area-inset-left) + 26px);
  padding-right: 26px;
  padding-right: calc(env(safe-area-inset-right) + 26px);
  padding-right: calc(constant(safe-area-inset-right) + 26px); }
  @media (min-width: 576px) {
    .container {
      max-width: 572px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 732px; } }
  @media (min-width: 922px) {
    .container {
      max-width: 748px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 748px; } }

.row {
  margin-left: -26px;
  margin-right: -26px; }

.header {
  height: 100%;
  padding: 20px 22px;
  text-align: center; }
  @media (min-width: 922px) {
    .header {
      padding: 54px 21px 40px; } }

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%; }
  @media (max-width: 921px) {
    .header-container {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 922px) {
    .header-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .header-container img {
    display: block;
    margin: 0 auto; }

.header-logo {
  margin: 0; }
  @media (max-width: 921px) {
    .header-logo img {
      width: 200px; } }

@media (max-width: 921px) {
  .header-logo-main {
    width: 95px; } }

@media (min-width: 922px) {
  .header-logo-main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 921px) {
  .header-button {
    display: none; } }

.header-button [class*="klaviyo-form"] {
  margin: 0 auto; }
  .header-button [class*="klaviyo-form"] p {
    margin-top: -1em !important;
    margin-bottom: -2.5em;
    font-size: 11px !important;
    color: #fff;
    text-align: left !important; }
    .header-button [class*="klaviyo-form"] p a {
      color: currentColor !important; }
  .header-button [class*="klaviyo-form"] input[type="email"] {
    height: 40px !important;
    font-family: "A1明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", serif !important; }
    .header-button [class*="klaviyo-form"] input[type="email"]::-webkit-input-placeholder {
      font-family: "A1明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", serif !important;
      font-size: 10px !important; }
    .header-button [class*="klaviyo-form"] input[type="email"]::-moz-placeholder {
      font-family: "A1明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", serif !important;
      font-size: 10px !important; }
    .header-button [class*="klaviyo-form"] input[type="email"]:-ms-input-placeholder {
      font-family: "A1明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", serif !important;
      font-size: 10px !important; }
    .header-button [class*="klaviyo-form"] input[type="email"]::-ms-input-placeholder {
      font-family: "A1明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", serif !important;
      font-size: 10px !important; }
    .header-button [class*="klaviyo-form"] input[type="email"]::placeholder {
      font-family: "A1明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", serif !important;
      font-size: 10px !important; }
  .header-button [class*="klaviyo-form"] button {
    display: block;
    width: 184px !important;
    height: auto !important;
    padding: 12px 24px !important;
    line-height: 1 !important;
    font-family: "A1明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", serif !important;
    font-size: 15px !important;
    letter-spacing: 0.1em !important; }

.header-button .minaki {
  margin: 10px 0 0;
  font-weight: 300;
  font-size: 11px;
  color: #dbd4b3;
  letter-spacing: 0.1em;
  text-align: center; }

.footer {
  padding: 19px 0 22px;
  background-color: #fff; }
  @media (min-width: 768px) {
    .footer {
      padding: 45px 0 67px; } }
  .footer .copyright {
    margin: 32px 0 0;
    font-weight: 400;
    font-size: 10px;
    color: #dbd4b3;
    letter-spacing: 0.1em;
    text-align: center; }
    @media (min-width: 768px) {
      .footer .copyright {
        display: none; } }

.footer-danger {
  margin: 0 0 1em;
  line-height: 2;
  font-size: 14px;
  color: #B0A380; }
  @media (min-width: 768px) {
    .footer-danger {
      margin-bottom: 3em; } }

.footer-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 768px) {
    .footer-navi {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .footer-navi li {
    margin-right: 32px; }
    .footer-navi li:last-child {
      margin-right: 0; }
  .footer-navi a {
    font-size: 12px;
    color: #646464;
    text-decoration: none; }

.mailmagazine {
  padding: 60px 0 71px;
  background-color: #DEDCDC; }
  .mailmagazine h3 {
    margin: 0 0 21px;
    font-weight: bold;
    font-size: 20px;
    color: #1E6A73;
    text-align: center;
    letter-spacing: 0.2em; }
    @media (min-width: 768px) {
      .mailmagazine h3 {
        font-size: 26px; } }
  .mailmagazine p {
    margin: 0 0 24px;
    line-height: 2;
    font-size: 12px;
    text-align: center; }
    @media (min-width: 768px) {
      .mailmagazine p {
        font-size: 15px; } }
  .mailmagazine .klaviyo-form * {
    font-family: "A1明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", serif !important; }
  .mailmagazine .klaviyo-form input::-webkit-input-placeholder {
    font-family: "A1明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", serif !important; }
  .mailmagazine .klaviyo-form input::-moz-placeholder {
    font-family: "A1明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", serif !important; }
  .mailmagazine .klaviyo-form input:-ms-input-placeholder {
    font-family: "A1明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", serif !important; }
  .mailmagazine .klaviyo-form input::-ms-input-placeholder {
    font-family: "A1明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", serif !important; }
  .mailmagazine .klaviyo-form input::placeholder {
    font-family: "A1明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", serif !important; }
  .mailmagazine .klaviyo-form input[type=email] {
    height: 43px !important;
    border-color: #969494 !important; }
    @media (min-width: 768px) {
      .mailmagazine .klaviyo-form input[type=email] {
        height: 53px !important; } }
  .mailmagazine .klaviyo-form button.needsclick {
    width: 480px !important;
    height: 52px !important;
    padding: 10px 15px 10px !important;
    font-size: 18px !important;
    line-height: 1 !important;
    letter-spacing: 0.2em !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 235ms ease;
    transition: 235ms ease; }
    @media (min-width: 768px) {
      .mailmagazine .klaviyo-form button.needsclick {
        height: 71px !important;
        padding: 16px 15px 16px !important;
        font-size: 26px !important; } }
    .mailmagazine .klaviyo-form button.needsclick:hover {
      opacity: 0.8; }
  .mailmagazine .kl-private-reset-css-Xuajs1 {
    text-align: center; }
    .mailmagazine .kl-private-reset-css-Xuajs1 p {
      font-weight: bold !important;
      font-size: 11px !important;
      color: rgba(0, 0, 0, 0.5) !important; }
      @media (min-width: 768px) {
        .mailmagazine .kl-private-reset-css-Xuajs1 p {
          font-size: 13px !important; } }
      .mailmagazine .kl-private-reset-css-Xuajs1 p a {
        color: currentColor;
        text-underline-offset: 2px; }
        .mailmagazine .kl-private-reset-css-Xuajs1 p a:hover {
          text-decoration: none; }

.front-visual {
  position: relative; }
  .front-visual__image img {
    max-width: none;
    max-height: 100svh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 82%;
       object-position: 50% 82%; }
    @media (max-width: 767px) {
      .front-visual__image img {
        max-height: calc(100svh - 65px); } }
  .front-visual__text {
    position: absolute; }
    @media (max-width: 767px) {
      .front-visual__text {
        top: 20px;
        left: 15px; } }
    @media (min-width: 768px) {
      .front-visual__text {
        bottom: 40%;
        left: 5%; } }
    .front-visual__text .title {
      margin: 0;
      line-height: 1.6;
      font-size: 20px;
      color: #fff;
      text-shadow: 1px 1px 3px #9E8A73; }
      @media (min-width: 1200px) {
        .front-visual__text .title {
          line-height: 2;
          font-size: 28px;
          font-size: 2vw;
          letter-spacing: 0.1em; } }
      @media (min-width: 1920px) {
        .front-visual__text .title {
          font-size: 39px; } }
  .front-visual__scroll {
    position: absolute;
    width: 14px;
    height: 191px; }
    @media (max-width: 767px) {
      .front-visual__scroll {
        left: 16px;
        bottom: 68px;
        width: 13px;
        height: 178px;
        overflow: hidden; } }
    @media (min-width: 768px) {
      .front-visual__scroll {
        left: 1%;
        bottom: -32px; } }
    .front-visual__scroll img {
      display: block; }
    .front-visual__scroll .scroll-text {
      height: 55px;
      display: none;
      overflow: hidden; }
    .front-visual__scroll .scroll-bar {
      color: #fff; }
      .front-visual__scroll .scroll-bar svg {
        width: 100%;
        height: 100%; }
      .front-visual__scroll .scroll-bar__scroll {
        width: 14px;
        height: 55px;
        margin-bottom: 8px; }
        .front-visual__scroll .scroll-bar__scroll svg {
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
      .front-visual__scroll .scroll-bar__bar {
        position: relative;
        width: 1px;
        height: 133px;
        margin-left: 5px; }
        .front-visual__scroll .scroll-bar__bar .bar-anim {
          animation: strokeOffset 2.5s ease-in-out 0s infinite reverse forwards; }
        .front-visual__scroll .scroll-bar__bar .bar-large {
          stroke-width: 1;
          stroke-dasharray: 141;
          stroke-dashoffset: 0; }
        .front-visual__scroll .scroll-bar__bar .bar-min-wrap {
          position: absolute;
          left: 0;
          bottom: 0;
          display: block;
          width: 1px;
          height: 37px;
          overflow: hidden; }
        .front-visual__scroll .scroll-bar__bar .bar-min {
          position: absolute;
          left: 0;
          bottom: 0;
          height: 141px;
          color: #002128;
          stroke-width: 1;
          stroke-dasharray: 141;
          stroke-dashoffset: 0; }
          @media (max-width: 767px) {
            .front-visual__scroll .scroll-bar__bar .bar-min {
              display: none; } }

@-webkit-keyframes strokeOffset {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 282; } }

@keyframes strokeOffset {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 282; } }

@media (max-width: 921px) {
  .sticky-visual-link {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 15px 16px;
    text-align: center;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease; }
    .sticky-visual-link.overflow {
      opacity: 0;
      pointer-events: none; }
    .sticky-visual-link a {
      display: block;
      max-width: 350px;
      height: 37px;
      margin: 0 auto;
      padding: 5px 15px;
      font-weight: bold;
      font-size: 17px;
      color: #002128;
      text-decoration: none;
      text-align: center;
      letter-spacing: 0.2em;
      background-image: url(../img/side_button_large@2x.png);
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .sticky-visual-link a:hover {
        opacity: 0.8; } }

@media (min-width: 922px) {
  .sticky-visual-link {
    display: none; } }

.mincho {
  font-family: "A1明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", serif; }

.contents {
  padding: 81px 17px 40px;
  line-height: 2;
  font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "メイリオ", "ＭＳ Ｐゴシック", Robot, "Droid Sans", sans-serif;
  font-size: 15px; }
  @media (min-width: 768px) {
    .contents {
      font-size: 16px; } }
  .contents > *:not(.full-width) {
    max-width: 696px;
    margin-left: auto;
    margin-right: auto; }
  .contents > *:first-child {
    margin-top: 0; }
  .contents .full-width {
    margin-left: -17px;
    margin-right: -17px; }
  @media (max-width: 767px) {
    .contents .award {
      margin-left: -17px;
      margin-right: -17px; } }
  .contents a {
    color: currentColor;
    text-underline-offset: 3px;
    -webkit-transition: 235ms ease;
    transition: 235ms ease; }
    .contents a:hover {
      opacity: .8;
      text-decoration: none; }
  .contents > h2 {
    position: relative;
    margin-top: 30px;
    margin-bottom: 29px;
    padding-left: 24px;
    line-height: 1.7;
    font-family: "A1明朝", "游明朝", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", serif;
    font-weight: bold;
    font-size: 21px;
    color: #9e8a73; }
    @media (min-width: 768px) {
      .contents > h2 {
        margin-top: 45px;
        margin-bottom: 24px;
        padding-left: 32px;
        line-height: 2;
        font-size: 26px; } }
    .contents > h2:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 2px;
      height: 75%;
      background-color: currentColor;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .contents ul {
    padding-left: 1.4em; }
  .contents p {
    margin-top: 1em;
    margin-bottom: 1em; }
  .contents .block-image {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .contents .block-image {
        margin-top: 48px;
        margin-bottom: 48px; } }
    .contents .block-image img {
      display: block;
      margin: 0 auto; }
    .contents .block-image .right-bottom-pos {
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 12px 5px;
      line-height: 1.4;
      font-size: 9px;
      color: #fff; }
      @media (min-width: 768px) {
        .contents .block-image .right-bottom-pos {
          font-size: 11px; } }
      .contents .block-image .right-bottom-pos p {
        margin: 0 0 1em; }
        .contents .block-image .right-bottom-pos p:last-child {
          margin-bottom: 0; }
    .contents .block-image.full-width img {
      max-width: none;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .contents .block-image.full_1 {
      height: 212px; }
      @media (min-width: 768px) {
        .contents .block-image.full_1 {
          height: 412px; } }
    .contents .block-image.full_2 {
      height: 212px; }
      @media (min-width: 768px) {
        .contents .block-image.full_2 {
          height: 495px; } }
  .contents .block-col {
    margin-top: 36px;
    margin-bottom: 36px; }
    @media (min-width: 768px) {
      .contents .block-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 48px;
        margin-bottom: 48px; } }
    .contents .block-col .quote-svg {
      margin-bottom: 10px; }
      .contents .block-col .quote-svg img {
        display: block; }
    .contents .block-col .col-image {
      max-width: 330px; }
      @media (max-width: 767px) {
        .contents .block-col .col-image {
          margin-bottom: 4px;
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 768px) {
        .contents .block-col .col-image {
          width: 48%;
          margin-right: 18px; } }
    .contents .block-col .col-text {
      color: #9E8A73; }
      @media (max-width: 767px) {
        .contents .block-col .col-text {
          padding-left: 1em; } }
      @media (min-width: 768px) {
        .contents .block-col .col-text {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 0%;
                  flex: 1 1 0%; } }
      .contents .block-col .col-text p {
        margin: 0 0 1em; }
        .contents .block-col .col-text p:last-child {
          margin-bottom: 0; }
      .contents .block-col .col-text .name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        font-size: 13px;
        color: #5D574B;
        letter-spacing: 0.1em; }
        .contents .block-col .col-text .name .bar {
          display: block;
          width: 66px;
          height: 1px;
          margin-right: 10px;
          background-color: #646464; }
  .contents .block-quote {
    margin-top: 21px;
    margin-bottom: 19px;
    padding: 21px 18px 17px;
    font-size: 13px;
    color: #5D574B;
    background-color: #DBD4B3; }
    @media (min-width: 768px) {
      .contents .block-quote {
        margin-top: 26px;
        margin-bottom: 25px; } }
    .contents .block-quote h3 {
      margin: 0 0 20px;
      font-size: 15px; }
      .contents .block-quote h3 span {
        display: inline-block;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff; }
    .contents .block-quote p {
      margin: 0 0 1em; }
      .contents .block-quote p:last-child {
        margin-bottom: 0; }
  .contents .voice-list {
    line-height: 1.6; }
    .contents .voice-list li {
      margin-bottom: 10px; }
    .contents .voice-list .age {
      margin-left: 0.6em; }
/*# sourceMappingURL=main.css.map */