@charset "UTF-8";
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

RESET CSS

html5doctor.com Reset Stylesheet

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  padding: 0;
}

img {
  width: 100%;
}

/*
  Base
-----------------------------------------------------*/
*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*font-size: clamp(0.813rem, 0.754rem + 0.251vw, 1rem);*/
  /*
   @include mq(lap) {
     font-size: 85%;
   }
   @include mq(vr) {
     font-size: initial;
   }*/
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

body {
  color: #1C1C1C;
  background-color: #f8c6b5;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a,
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}

a:active,
a:hover {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

ul,
ol,
li {
  list-style-type: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  line-height: 0;
  vertical-align: bottom;
}

svg {
  vertical-align: bottom;
}

hr {
  display: none;
}

table {
  margin: 0;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
  margin: 0;
}

td {
  margin: 0;
}

em {
  font-weight: bold;
  font-style: normal;
}

form {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
  padding: 0;
}

input.btn {
  margin: 0 0.5em;
  padding: 0 1em;
}

/* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

/*
 l-container
-----------------------------------------------------*/
.l-container {
  margin: 0 auto;
}
.l-container.-sp-l {
  width: 91vw;
}
.l-container.-sp-m {
  width: 82vw;
}
@media screen and (min-width: 1024px) {
  .l-container.-sp-l {
    width: 95vw;
  }
  .l-container.-sp-m {
    width: 77vw;
  }
  .l-container.-pc-l {
    width: 83vw;
  }
  .l-container.-pc-ll {
    width: 95vw;
  }
}

/*
  Section
-----------------------------------------------------*/
/*
  Main
-----------------------------------------------------*/
/*
  header .l-header
-----------------------------------------------------*/
.l-header {
  height: 20vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*ハンバーガーボタンー*/
  /*背景*/
}
.l-header .l-header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.l-header .l-header_inner .l-nav-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 74vw;
}
.l-header .l-header_inner .l-nav-area .wrap {
  width: 50%;
}
.l-header .l-header_inner .l-nav-area .wrap .cont:not(:first-of-type) {
  margin-top: 1em;
}
.l-header .l-header_inner .l-nav-area .wrap .cont {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
.l-header .l-header_inner .l-nav-area .wrap .cont  {
    color:#fff;
	font-weight: bold;
  }
}
.l-header .l-header_inner .l-nav-area .wrap .cont span {
  line-height: 1.5em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header .l-header_inner .l-nav-area .wrap .cont span:nth-of-type(2) {
  position: absolute;
  top: 1.5em;
  left: 0;
  line-height: 1.5;
  opacity: 0;
}
.l-header .l-header_inner .l-nav-area .wrap .cont a {
  display: block;
  line-height: 1.5;
  -webkit-transition: 0.4s cubic-bezier(0.26, 0.06, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.26, 0.06, 0.28, 0.99);
}
.l-header .l-header_inner .l-nav-area .cont.-icon {
  width: 1.2em;
  line-height: 1.5;
  -webkit-transition: 0.2s cubic-bezier(0.26, 0.06, 0.28, 0.99);
  transition: 0.2s cubic-bezier(0.26, 0.06, 0.28, 0.99);
}
.l-header .l-header_inner .l-nav-area .cont.-icon svg {
  width: 100%;
}
.l-header .l-header_inner .l-logo_area {
  width: 51%;
  max-width: 327px;
  width: 51vw;
  z-index: 3;
  position: relative;
}
.l-header .l-header_inner .l-logo_area img {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header .l-header_inner .l-logo_area .menu-open {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 9.5vw;
  position: fixed;
  width: 51vw;
  max-width: 327px;
  display: block;
}
.l-header .l-header_inner .l-menu-area {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 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;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .l-menu-area:before {
  content: "";
  /*background-image: url("../img/common/menu-bg.svg");*/
  width: 180vw;
  position: absolute;
  height: auto;
  aspect-ratio: 94/63;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .l-hamburger {
  position: fixed;
  width: 91vw;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .l-hamburger__inner {
  width: 14vw;
  height: 14vw;
  position: absolute;
  background-color: #e75141;
  border-radius: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .l-hamburger .text-area {
  font-size: 1.1em;
  color: #fff;
  overflow: hidden;
  height: 1em;
  position: relative;
}
.l-header .l-hamburger .text-area span {
  line-height: 1;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header .bg-scale {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
.l-header .bg-scale_inner {
  height: 20vw;
  width: 91vw;
  position: relative;
  margin: 0 auto;
}
.l-header .bg-scale_inner:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 14vw;
  height: 14vw;
  background-color: #efb44e;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 50vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}
@media screen and (min-width: 768px) {
  .l-header .l-hamburger__inner {
    width: 10vw;
    height: 10vw;
  }
  .l-header .bg-scale_inner:after {
    width: 10vw;
    height: 10vw;
  }
  .l-header .l-header_inner .l-nav-area {
    max-width: 28rem;
  }
  .l-header .l-menu-area:before {
    width: 120vw;
  }
}
@media screen and (min-width: 1024px) {
  .l-header {
    height: 9vw;
  }
  .l-header .l-hamburger__inner {
    width: 5vw;
    height: 5vw;
  }
  .l-header .l-menu-area::before {
    opacity: 0;
    width: 70vw;
  }
  .l-header .l-header_inner {
    /*ハンバーガーボタンー*/
    /*背景*/
  }
  .l-header .l-header_inner .l-logo_area .menu-open {
    width: 19vw;
  }
  .l-header .l-header_inner:after {
    width: 5vw;
    height: 5vw;
  }
  .l-header .l-header_inner .l-hamburger {
    opacity: 0;
    pointer-events: none;
    width: 95vw;
  }
  .l-header .l-header_inner .bg-scale {
    opacity: 0;
    pointer-events: none;
  }
  .l-header .l-header_inner .bg-scale_inner {
    height: 9vw;
    width: 95vw;
  }
  .l-header .l-header_inner .bg-scale_inner:after {
    width: 5vw;
    height: 5vw;
  }
  .l-header .l-header_inner .l-menu-area {
    position: relative;
    opacity: 1;
    pointer-events: auto;
  }
  .l-header .l-header_inner .l-menu-area.-open:before {
    width: 60vw;
    opacity: 1;
  }
  .l-header .l-header_inner .l-menu-area .l-nav-area {
    color: initial;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
    max-width: initial;
  }
  .l-header .l-header_inner .l-menu-area .l-nav-area .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: initial;
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
  }
  .l-header .l-header_inner .l-menu-area .l-nav-area .wrap .cont:not(:first-of-type) {
    margin-top: initial;
    font-size: 0.8rem;
  }
  .l-header .l-header_inner .l-menu-area .l-nav-area .wrap .cont.-icon svg * {
    fill: #4e4b49;
  }
}

/*メニュー展開*/
body.-open {
  overflow: hidden;
}

.l-header.-open .bg-scale_inner:after {
  -webkit-transform: translate(-50%, -50%) scale(50);
          transform: translate(-50%, -50%) scale(50);
}

.l-header.-open .l-hamburger .text-area span {
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
}

.l-header.-open .l-logo_area .menu-open {
  opacity: 1;
  pointer-events: auto;
}
.l-header.-open .l-logo_area .menu-close {
  display: none;
}

.l-header.-open .l-menu-area {
  pointer-events: auto;
  opacity: 1;
}
.l-header.-open .l-menu-area:before {
  opacity: 1;
}
.l-header.-open .l-menu-area .l-nav-area {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: auto;
}
.l-header.-open .bg-scale {
  pointer-events: auto;
}

.js-scroll_header.l-header .bg-scale_inner:after {
  background-color: #efb44e;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/*pc時スクロール展開*/
@media screen and (min-width: 1024px) {
  .js-scroll_header.l-header .l-logo_area .menu-open {
    top: 5vw;
  }
  .js-scroll_header.l-header .l-header_inner .bg-scale {
    opacity: 1;
    pointer-events: none;
  }
  .js-scroll_header.l-header .l-header_inner .l-hamburger {
    opacity: 1;
    pointer-events: auto;
  }
  .js-scroll_header.l-header .l-header_inner .l-menu-area {
    position: fixed;
    pointer-events: none;
  }
  .js-scroll_header.l-header .l-header_inner .l-menu-area .l-nav-area {
    opacity: 0;
    pointer-events: none;
    width: 23vw;
    -webkit-transform: translateY(16%);
            transform: translateY(16%);
  }
  .js-scroll_header.l-header .l-header_inner .l-menu-area .l-nav-area .wrap {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .js-scroll_header.l-header .l-header_inner .l-menu-area .l-nav-area .wrap .cont:not(:first-of-type) {
    margin-top: 1em;
  }
  .js-scroll_header.l-header .l-header_inner .l-menu-area .l-nav-area .wrap .u-bp_off.-lap {
    display: block;
  }
  .js-scroll_header.l-header .l-header_inner .l-menu-area .l-nav-area .wrap .u-bp_on.-lap {
    display: none;
  }
  .js-scroll_header.l-header.-open .l-menu-area {
    pointer-events: auto;
    opacity: 1;
  }
  .js-scroll_header.l-header.-open .l-menu-area:before {
    opacity: 1;
  }
  .js-scroll_header.l-header.-open .l-menu-area .l-nav-area {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    pointer-events: auto;
  }
  .js-scroll_header.l-header.-open .bg-scale {
    pointer-events: auto;
  }
}
@media screen and (min-width: 1200px) {
  .l-header .l-header_inner .l-menu-area .l-nav-area .wrap .cont:not(:first-of-type) {
    font-size: initial;
  }
}
/*
  Footer 
-----------------------------------------------------*/
.l-footer {
  margin-top: 40vw;
}
.l-footer .p-top-footer_lead-wrapper {
  position: relative;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  z-index: -1;
}
.l-footer .p-top-footer_lead-wrapper .p-top-footer_lead-txt {
  width: 80%;
  max-width: 30rem;
}
.l-footer .p-top-footer_lead-wrapper .-cloud_1 {
  position: absolute;
  width: 22vw;
  left: 2%;
  top: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-footer .p-top-footer_lead-wrapper .-cloud_2 {
  position: absolute;
  width: 48vw;
  left: 37%;
  top: 9%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-footer .p-top-footer_lead-wrapper .-cloud_3 {
  position: absolute;
  width: 42vw;
  left: 100%;
  top: 23%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-footer .p-top-footer_lead-wrapper .-cloud_4 {
  position: absolute;
  top: 69%;
  left: 2%;
  width: 53vw;
  ransform: translateX(-50%);
}
.l-footer .p-top-footer_lead-wrapper .-cloud_5 {
  position: absolute;
  width: 43vw;
  left: 114%;
  top: 58%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-footer .p-top-footer_lead-wrapper .-cloud_6 {
  position: absolute;
  width: 26vw;
  top: 72%;
  left: 92%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-footer .l-footer_inner {
  background-color: #f0f0f1;
}
.l-footer .l-footer_img {
  position: relative;
}
.l-footer .l-footer_img .-people {
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 42vw;
  max-width: 21rem;
}

@media screen and (max-width: 767px) {
.l-footer .l-footer_img .-people {
    width: 22vw;
  }
}


.l-footer .l-footer_img:after {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 25/1;
  display: block;
  top: -3.5vw;
  position: absolute;
  z-index: -1;
  background-size: cover;
}
.l-footer .l-footer_img .l-footer_tree {
  overflow: hidden;
  position: absolute;
  -webkit-transform: translateY(-22vw);
          transform: translateY(-22vw);
  aspect-ratio: 3/1;
  width: 100%;
  top: 0;
}
.l-footer .l-footer_img .l-footer_tree .-tree-1 {
  left: 6%;
  position: absolute;
  width: 22vw;
  max-width: 12rem;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-footer .l-footer_img .l-footer_tree .-tree-2 {
  left: 78%;
  position: absolute;
  width: 22vw;
  max-width: 10rem;
  z-index: -1;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-footer .l-footer_img .l-footer_tree .-tree-3 {
  left: 99%;
  position: absolute;
  width: 20vw;
  max-width: 10rem;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-footer .l-footer_menu {
  padding: 32vw 0 8vw;
}
.l-footer .l-footer_menu .l-footer_logo-area {
  max-width: 20rem;
  width: 84%;
}
.l-footer .l-footer_menu .l-footer_info-wrapper {
  margin-top: 2em;
}
.l-footer .l-footer_menu .l-footer_info-wrapper .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer .l-footer_menu .l-footer_info-wrapper .l-footer_nav {
  width: 50%;
}
.l-footer .l-footer_menu .l-footer_info-wrapper .l-footer_nav .-item:not(:first-of-type) {
  margin-top: 0.8em;
}
.l-footer .l-footer_menu .l-footer_info-wrapper .-item {
  position: relative;
  overflow: hidden;
}
.l-footer .l-footer_menu .l-footer_info-wrapper .-item span {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.l-footer .l-footer_menu .l-footer_info-wrapper .-item span:nth-of-type(2) {
  position: absolute;
  top: 1.5em;
  left: 0;
  line-height: 1.5;
  opacity: 0;
}
.l-footer .l-footer_menu .l-footer_info-wrapper .-item a {
  display: block;
  line-height: 1.5;
  -webkit-transition: 0.2s cubic-bezier(0.26, 0.06, 0.28, 0.99);
  transition: 0.2s cubic-bezier(0.26, 0.06, 0.28, 0.99);
}
.l-footer .l-footer_menu .l-copy {
  margin-top: 2.5em;
  display: block;
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  .l-footer .p-top-footer_lead-wrapper {
    aspect-ratio: 1.2/1;
  }
  .l-footer .l-footer_img .-people {
    width: 32vw;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer {
    margin-top: 8vw;
  }
  .l-footer .p-top-footer_lead-wrapper {
    aspect-ratio: 2/1;
  }
  .l-footer .p-top-footer_lead-wrapper .p-top-footer_lead-txt {
    width: 31vw;
    max-width: initial;
  }
  .l-footer .p-top-footer_lead-wrapper .-cloud_1 {
    width: 30vw;
    left: -2%;
    top: 28%;
  }
  .l-footer .p-top-footer_lead-wrapper .-cloud_2 {
    width: 43vw;
    left: 34%;
    top: 5%;
  }
  .l-footer .p-top-footer_lead-wrapper .-cloud_3 {
    width: 42vw;
    left: 90%;
    top: 15%;
  }
  .l-footer .p-top-footer_lead-wrapper .-cloud_4 {
    top: 63%;
    width: 32vw;
    left: 3%;
  }
  .l-footer .p-top-footer_lead-wrapper .-cloud_5 {
    width: 45vw;
    top: 44%;
  }
  .l-footer .p-top-footer_lead-wrapper .-cloud_6 {
    width: 24vw;
    left: 88%;
    top: 64%;
  }
  .l-footer .l-footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 14vw 0 4vw;
  }
  .l-footer .l-footer_menu .l-footer_info-wrapper {
    margin-top: 0;
    font-size: 0.8em;
  }
  .l-footer .l-footer_menu .l-footer_info-wrapper .l-footer_nav {
    width: initial;
  }
  .l-footer .l-footer_menu .l-footer_info-wrapper .l-footer_nav:first-of-type {
    margin-right: 4.5rem;
  }
  .l-footer .l-footer_img .-people {
    width: 17vw;
    max-width: initial;
    top: 20%;
  }
  .l-footer .l-footer_img .l-footer_tree {
    aspect-ratio: 5/1;
    -webkit-transform: translateY(-14vw);
            transform: translateY(-14vw);
  }
  .l-footer .l-footer_img .l-footer_tree .-tree-1 {
    width: 12vw;
    left: 8%;
    max-width: initial;
  }
  .l-footer .l-footer_img .l-footer_tree .-tree-2 {
    width: 10vw;
    left: 85%;
    max-width: initial;
  }
  .l-footer .l-footer_img .l-footer_tree .-tree-3 {
    width: 11vw;
    left: 95%;
    bottom: 0;
    max-width: initial;
  }
}

/*
 l-mv
-----------------------------------------------------*/
/*
  Drawer
-----------------------------------------------------*/
.c-hamburger[aria-expanded=true] .c-hamburger__line {
  background-color: transparent;
}

.c-hamburger[aria-expanded=true] .c-hamburger__line::before,
.c-hamburger[aria-expanded=true] .c-hamburger__line::after {
  top: 0;
  background-color: #ccc;
}

.c-hamburger[aria-expanded=true] .c-hamburger__line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger[aria-expanded=true] .c-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*
  title
-----------------------------------------------------*/
.c-title {
  font-weight: 400;
}
.c-title .en {
  line-height: 1;
  text-transform: uppercase;
  font-family: "Zen Maru Gothic", serif;

}
.c-title .jp {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .c-title .jp {
    line-height: 1.5;
    font-size: 2.5rem;
  }
}

.en_title {
  line-height: 1;
  text-transform: uppercase;
  font-family: "Zen Maru Gothic", serif;

  font-size: 1.5em;
  font-size: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .en_title {
    font-size: 4vw;
  }
}

.c-title {
  font-weight: 400;
}
.c-title.-tac {
  text-align: center;
}
.c-title.-x-small {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .c-title.-x-small {
    font-size: 1.953125vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-title.-x-small {
    font-size: 1.7578125vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-title.-x-small {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1366px) {
  .c-title.-x-small {
    font-size: 1.4641288433vw;
  }
}
@media screen and (min-width: 1568px) {
  .c-title.-x-small {
    font-size: 1.2755102041vw;
  }
}
@media screen and (min-width: 1700px) {
  .c-title.-x-small {
    font-size: 1.3em;
  }
}
.c-title.-small {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .c-title.-small {
    font-size: 2.4739583333vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-title.-small {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-title.-small {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1366px) {
  .c-title.-small {
    font-size: 1.9033674963vw;
  }
}
@media screen and (min-width: 1568px) {
  .c-title.-small {
    font-size: 1.6581632653vw;
  }
}
@media screen and (min-width: 1700px) {
  .c-title.-small {
    font-size: 1.6em;
  }
}
.c-title.-medium {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-title.-medium {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-title.-medium {
    font-size: 2.5390625vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-title.-medium {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1366px) {
  .c-title.-medium {
    font-size: 2.2693997072vw;
  }
}
@media screen and (min-width: 1568px) {
  .c-title.-medium {
    font-size: 2.0408163265vw;
  }
}
@media screen and (min-width: 1700px) {
  .c-title.-medium {
    font-size: 1.6em;
  }
}
.c-title.-large {
  font-size: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .c-title.-large {
    font-size: 5.2083333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-title.-large {
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-title.-large {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1366px) {
  .c-title.-large {
    font-size: 4.0995607613vw;
  }
}
@media screen and (min-width: 1568px) {
  .c-title.-large {
    font-size: 4.0816326531vw;
  }
}
@media screen and (min-width: 1700px) {
  .c-title.-large {
    font-size: 4em;
  }
}
.c-title.-x-large {
  font-size: 6.4vw;
}
@media screen and (min-width: 768px) {
  .c-title.-x-large {
    font-size: 3.6458333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-title.-x-large {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-title.-x-large {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-title.-x-large {
    font-size: 3.0612244898vw;
  }
}
@media screen and (min-width: 1700px) {
  .c-title.-x-large {
    font-size: 3em;
  }
}

/*
  button
-----------------------------------------------------*/
.c-button-wrap {
  background-color: #D94F5C;
  border-radius: 50vw;
  text-align: center;
  width: 69vw;
  margin: 2rem auto 0;
  border: none;
  display: block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.c-button-wrap.-type2 {
  width: 100%;
  margin: 1rem 0 0;
}
.c-button-wrap.-type2 a {
  padding: 0.5rem;
}
.c-button-wrap a {
  padding: 0.8em;
  display: block;
  color:#F5F5F5;
}
.c-button-wrap .link {
  padding: 0.8em;
}
.c-button-wrap span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-button-wrap {
    margin: 5vw auto 0;
    width: 50vw;
  }
  .c-button-wrap a {
    padding: 1em;
  }
  .c-button-wrap .link {
    padding: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .c-button-wrap {
    width: 20vw;
  }
}

.c-pagenation {
  max-width: 46em;
  margin: 18vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.c-pagenation .c-pagenation__num-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.c-pagenation .c-pagenation__num-wrapper .item a {
  content: "";
  width: 2em;
  height: 2em;
  border-radius: 50vw;
  display: block;
  position: relative;
}
.c-pagenation .c-pagenation__num-wrapper .item a:before {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.c-pagenation .c-pagenation__num-wrapper .item:nth-of-type(1) a:before {
  content: "1";
}
.c-pagenation .c-pagenation__num-wrapper .item:nth-of-type(2) a:before {
  content: "2";
}
.c-pagenation .c-pagenation__num-wrapper .item:nth-of-type(3) a:before {
  content: "3";
}
.c-pagenation .c-pagenation__num-wrapper .item:nth-of-type(4) a:before {
  content: "4";
}
.c-pagenation .c-pagenation__num-wrapper .item:nth-of-type(5) a:before {
  content: "5";
}
.c-pagenation .c-pagenation__num-wrapper .item.-active a {
  background-color: #fff;
}
.c-pagenation.-type-2 {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3/1;
}
.c-pagenation.-type-2 .c-button-wrap {
  margin: 0;
  position: absolute;
  width: calc(50% - 2.5vw);
  bottom: 0;
}
.c-pagenation.-type-2 .c-button-wrap.-left {
  left: 0;
}
.c-pagenation.-type-2 .c-button-wrap.-right {
  right: 0;
}
.c-pagenation .c-pagenation_button {
  width: 3.5em;
  height: 3.5em;
  background-color: #DED6D1;
  border-radius: 50vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-pagenation .c-pagenation_button.-left {
  left: 0;
}
.c-pagenation .c-pagenation_button.-right {
  right: 0;
}
.c-pagenation .c-pagenation_button.-left:after {
  background-image: url("../img/common/pagenation/arrow-left.svg");
}
.c-pagenation .c-pagenation_button.-right:after {
  background-image: url("../img/common/pagenation/arrow-right.svg");
}
.c-pagenation .c-pagenation_button:after {
  content: "";
  position: absolute;
  aspect-ratio: 9/16;
  width: 0.5em;
  background-size: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-pagenation .c-pagenation_center {
  position: relative;
  overflow: hidden;
}
.c-pagenation .c-pagenation_center div {
  -webkit-transition: 0.4s cubic-bezier(0.26, 0.06, 0.28, 0.99);
  transition: 0.4s cubic-bezier(0.26, 0.06, 0.28, 0.99);
  line-height: 1.5;
}
.c-pagenation .c-pagenation_center div span {
  line-height: 1.5em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-pagenation .c-pagenation_center div span:nth-of-type(2) {
  position: absolute;
  top: 1.5em;
  left: 0;
  line-height: 1.5;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .c-pagenation.-type-2 {
    aspect-ratio: initial;
  }
  .c-pagenation.-type-2 .c-button-wrap {
    width: 26vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: initial;
  }
}
@media screen and (min-width: 1024px) {
  .c-pagenation {
    max-width: 48vw;
    margin: 10vw auto 0;
  }
  .c-pagenation .c-pagenation__num-wrapper {
    font-size: 1.25em;
  }
  .c-pagenation .c-pagenation__num-wrapper .item a {
    width: 2.6em;
    height: 2.6em;
  }
  .c-pagenation .c-pagenation_button {
    width: 4.5em;
    height: 4.5em;
  }
  .c-pagenation.-type-2 .c-button-wrap {
    width: 20vw;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #DED6D1;
  border-radius: 50vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 0;
}
.wp-pagenavi .nextpostslink:after, .wp-pagenavi .previouspostslink:after {
  content: "";
  position: absolute;
  aspect-ratio: 9/16;
  width: 0.5rem;
  background-size: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wp-pagenavi .previouspostslink {
  left: 0;
}
.wp-pagenavi .previouspostslink:after {
  background-image: url("../img/common/pagenation/arrow-left.svg");
}
.wp-pagenavi .nextpostslink {
  right: 0;
}
.wp-pagenavi .nextpostslink:after {
  background-image: url("../img/common/pagenation/arrow-right.svg");
}
.wp-pagenavi .current, .wp-pagenavi .page {
  width: 2em;
  height: 2em;
  border-radius: 50vw;
  display: block;
  position: relative;
  border: none;
  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;
}
.wp-pagenavi .current {
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    width: 4.5rem;
    height: 4.5rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .wp-pagenavi .current, .wp-pagenavi .page {
    width: 3.5rem;
    height: 3.5rem;
  }
  .wp-pagenavi .page {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .wp-pagenavi .page:not(.current):hover {
    background: #fff;
  }
  .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover {
    background-color: #e8dcd4;
  }
}

/*
  contact
-----------------------------------------------------*/
/*
list
-----------------------------------------------------*/
.c-list__wrapper .c-list__item + .c-list__item {
  margin-top: 3rem;
}
.c-list__wrapper .c-list__item .img-area img {
  margin-bottom: 1.5em;
}
.c-list__wrapper .c-list__item p {
  margin-top: 0.4em;
}
@media screen and (min-width: 1024px) {
  .c-list__wrapper .c-list__item + .c-list__item {
    margin-top: 3.5em;
  }
}

/*
 lower
-----------------------------------------------------*/
.c-lower-mv.-type-1 {
  min-height: calc(var(--vh, 1vh) * 100 - 20vw);
  position: relative;
  margin: 10vw 0 0 0;
}
.c-lower-mv.-type-1 .l-container {
  height: 100%;
}
.c-lower-mv.-type-1 .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: calc(var(--vh, 1vh) * 100 - 20vw);
}
.c-lower-mv.-type-1 .-flex .c-lower-mv__title-area {
  line-height: 1.8;
}
.c-lower-mv.-type-1 .-flex .c-lower-mv__img-area {
  width: 64vw;
  max-width: 28rem;
  margin: auto 0 20vw auto;
  padding-top: 10vw;
}
@media screen and (min-width: 768px) {
  .c-lower-mv.-type-1 .-flex .c-lower-mv__img-area {
    margin: auto 0 10vw auto;
    padding-top: 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-lower-mv.-type-1 {
    margin-top: 3vw;
    min-height: calc(var(--vh, 1vh) * 100 - 12vw);
  }
  .c-lower-mv.-type-1 .-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: initial;
  }
  .c-lower-mv.-type-1 .-flex .c-lower-mv__img-area {
    width: 48%;
    position: relative;
    right: 0;
    bottom: 0;
    max-width: initial;
    margin: initial;
    padding-top: initial;
  }
  .c-lower-mv.-type-1 .c-lower-mv__title-area {
    margin-top: 12vw;
  }
}

.c-lower-mv.-type-2 {
  margin-bottom: 14vw;
  margin-top: 10vw;
}
.c-lower-mv.-type-2 .c-lower-mv__copy-area {
  margin-top: 10vw;
}
.c-lower-mv.-type-2 .c-lower-mv__title-area .info-area .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-lower-mv.-type-2 .c-lower-mv__title-area .info-area .desc .cat {
  background-color: #fff;
  padding: 0.2em 1.2em;
  border-radius: 50vw;
  margin-left: 1.2em;
  font-size: 0.8em;
}
@media screen and (min-width: 1024px) {
  .c-lower-mv.-type-2 {
    margin-bottom: 7vw;
    margin-top: 9vw;
  }
  .c-lower-mv.-type-2 .c-lower-mv__copy-area {
    margin-top: 2.5em;
    font-size: 1.5em;
  }
}

.c-lower-mv__title-area .u-en {
  color: #D94F5C;
  font-size: 1em;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .c-lower-mv__title-area .u-en {
    font-size: 1.5em;
  }
}

.c-lower-mv__cloud {
  overflow: hidden;
  margin-top: calc(var(--vh, 1vh) * -108);
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
.c-lower-mv__cloud .-cloud-1 {
  position: absolute;
  bottom: 19vw;
  left: 6%;
  width: 69vw;
  z-index: -1;
  max-width: 41em;
  /*transform: translateX(-50%);*/
}
.c-lower-mv__cloud .-cloud-2 {
  position: absolute;
  bottom: 39vw;
  left: 85%;
  width: 61vw;
  z-index: -1;
  max-width: 30em;
  /*transform: translateX(-50%);*/
}
.c-lower-mv__cloud .-cloud-3 {
  position: absolute;
  bottom: 13vw;
  left: 79%;
  width: 60vw;
  max-width: 39em;
  /*translateX(-50%);*/
}
@media screen and (min-width: 768px) {
  .c-lower-mv__cloud {
    margin-top: calc(var(--vh, 1vh) * -100);
  }
}
@media screen and (min-width: 1024px) {
  .c-lower-mv__cloud .-cloud-1 {
    bottom: 18vw;
    left: 10%;
  }
  .c-lower-mv__cloud .-cloud-2 {
    bottom: 27vw;
    left: 45%;
  }
  .c-lower-mv__cloud .-cloud-3 {
    bottom: 16vw;
    left: 80%;
  }
}

.c-lower-section:first-of-type {
  margin-top: 9vw;
}
.c-lower-section + .c-lower-section {
  margin-top: 20vw;
}
.c-lower-section .-lead-img {
  aspect-ratio: 2/1;
  margin-top: 1.8rem;
}
.c-lower-section .-lead-img .img {
  height: 100%;
}
.c-lower-section .-lead-img .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-lower-section .-lead-img {
    margin-top: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .c-lower-section:first-of-type {
    margin-top: 11vw;
  }
  .c-lower-section + .c-lower-section {
    margin-top: 17vw;
  }
  .c-lower-section .-lead-img {
    aspect-ratio: 2/1;
    margin-top: 5rem;
  }
}

.c-lower-section__detail {
  margin-top: 8vw;
}
.c-lower-section__detail > .text-area p {
  margin-top: 3vw;
}
.c-lower-section__detail .c-title.-small {
  margin-bottom: 0.5em;
}
.c-lower-section__detail .sub-area {
  margin: 6vw 0 0 0;
}
.c-lower-section__detail .sub-area .c-lower-section__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
  /*flex-direction: column;row-gap:4vw; */
}
.c-lower-section__detail .sub-area .c-lower-section__flex .img {
  width: 24vw;
}
.c-lower-section__detail .sub-area .c-lower-section__flex .text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-lower-section__detail .sub-area .c-lower-section__flex + .c-lower-section__flex {
  margin-top: 10vw;
}
.c-lower-section__detail .sub-area .c-lower-section__flex .c-title.-x-small {
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  .c-lower-section__detail .sub-area {
    margin: 6vw 0 0 0;
  }
  .c-lower-section__detail .sub-area .c-lower-section__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
            column-gap: 6%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-lower-section__detail .sub-area .c-lower-section__flex .img {
    width: 23%;
  }
  .c-lower-section__detail .sub-area .c-lower-section__flex + .c-lower-section__flex {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-lower-section__detail {
    margin-top: 6vw;
  }
  .c-lower-section__detail .sub-area {
    margin: 5vw 0 0 4vw;
  }
}

.c-related-link {
  overflow: hidden;
  margin-bottom: 30vw;
  margin-top: 10vw;
}
.c-related-link .c-related__cloud {
  position: relative;
  aspect-ratio: 4/1;
}
.c-related-link .c-related__cloud .cloud_1 {
  position: absolute;
  width: 85vw;
  max-width: 71rem;
  left: 7%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-related-link .c-related__cloud .cloud_2 {
  position: absolute;
  width: 67vw;
  max-width: 57rem;
  left: 106%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-related-link .c-related-list {
  margin: 2rem 4vw 0;
}
.c-related-link .c-related-list .item + .item {
  margin-top: 1.2rem;
}
.c-related-link .c-related-list .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10%;
     -moz-column-gap: 10%;
          column-gap: 10%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-related-link .c-related-list .item .img {
  width: 46%;
}
.c-related-link .c-related-list .item p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .c-related-link {
    margin-bottom: 16vw;
  }
  .c-related-link .c-related__cloud {
    margin-bottom: -12vw;
  }
  .c-related-link .c-related__cloud .cloud_1 {
    max-width: initial;
    width: 62vw;
    left: 3%;
    top: 16%;
  }
  .c-related-link .c-related__cloud .cloud_2 {
    top: 18%;
    left: 107%;
  }
  .c-related-link .c-related-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3vw;
       -moz-column-gap: 3vw;
            column-gap: 3vw;
    margin: 3vw 0 0;
  }
  .c-related-link .c-related-list .item {
    width: 33.3333333333%;
  }
  .c-related-link .c-related-list .item + .item {
    margin-top: initial;
  }
  .c-related-link .c-related-list .item .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-related-link .c-related-list .item .img {
    width: 100%;
  }
  .c-related-link .c-related-list .item p {
    margin-top: 1em;
    font-size: 1.2em;
  }
  .c-related-link .c-title.-medium {
    text-align: center;
  }
}

/* Loading背景画面設定　*/
#c-open-animation {
  /*fixedで全面に固定*/
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #f8c6b5;
  text-align: center;
}

/* Loading画像中央配置　*/
#c-open-animation_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
}

/* Loading アイコンの大きさ設定　*/
#c-open-animation img {
  width: 50vw;
  max-width: 20em;
}
@media screen and (min-width: 1024px) {
  #c-open-animation img {
    width: 21vw;
  }
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* さまざまな条件で現れるコンテンツ */
.c-fade-content {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.c-fade-content.-type-b {
  -webkit-transition: 3s;
  transition: 3s;
}

.c-fade-content.-open {
  opacity: 1;
}

body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8c6b5;
  /* 色を変えたい場合はこちら */
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  /* 変化させる時間はこちら */
}

body.fadeout:after {
  opacity: 1;
}

.fade {
  -webkit-animation: fadein 2s ease 2s 1 forwards;
          animation: fadein 2s ease 2s 1 forwards;
}

@-webkit-keyframes fadein {
  100% {
    opacity: 0;
  }
}

@keyframes fadein {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*** bodyに反映させる ***/
body {
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
}

.c-lower-mv__cloud .-cloud-1 {
  -webkit-transform: translateX(-90%);
          transform: translateX(-90%);
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: -1;
}
.c-lower-mv__cloud .-cloud-2 {
  -webkit-transform: translateX(-130%);
          transform: translateX(-130%);
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: -1;
}
.c-lower-mv__cloud .-cloud-3 {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.c-lower-mv__cloud.-active .-cloud-1 {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}
.c-lower-mv__cloud.-active .-cloud-2 {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}
.c-lower-mv__cloud.-active .-cloud-3 {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.8;
}

.u-bp_on {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-bp_on.-tab {
    display: block;
  }

  .u-bp_off.-tab {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .u-bp_on.-lap {
    display: block;
  }

  .u-bp_off.-lap {
    display: none;
  }

  .u-bp_off.-lap_on {
    display: block;
  }
}
/*
  Screen Reader Text
-----------------------------------------------------*/
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

/*
  Text
-----------------------------------------------------*/
body, input, textarea, select {
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  body, input, textarea, select {
    font-size: 1.953125vw;
  }
}
@media screen and (min-width: 1024px) {
  body, input, textarea, select {
    font-size: 1.3671875vw;
  }
}
@media screen and (min-width: 1200px) {
  body, input, textarea, select {
    font-size: 1.1666666667vw;
  }
}
@media screen and (min-width: 1568px) {
  body, input, textarea, select {
    font-size: 1.0204081633vw;
  }
}
@media screen and (min-width: 1700px) {
  body, input, textarea, select {
    font-size: fullvw(16);
  }
}

.u-text.-center {
  text-align: center;
}
.u-text.-inline-block {
  display: inline-block;
}
.u-text.-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-link-text {
  border-bottom: 1px solid #4e4b49;
  display: inline-block;
}

.u-en {
  font-family: "Zen Maru Gothic", serif;

  font-weight: 400;
  /*letter-spacing: 0.08em;*/
}

.u-en-light {
  font-family: "Zen Maru Gothic", serif;

  font-weight: 300;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-inline-b {
  display: inline-block;
}

.u-text-area p:not(:first-of-type) {
  margin-top: 1em;
}

@media screen and (min-width: 1024px) {
  .u-stickey {
    position: sticky;
    top: 5vw;
  }

  .u-text-area p:not(:first-of-type) {
    margin-top: 1.5em;
  }
}
.u-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10vw;
}

.u-flex-wrap.-gap_medium {
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
}

@media screen and (min-width: 1024px) {
  .u-flex-wrap.-fire_middle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .u-flex-wrap.-fire_middle.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.u-flex-box.-type-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .u-flex-box.-type-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 12vw;
       -moz-column-gap: 12vw;
            column-gap: 12vw;
  }
  .u-flex-box.-type-1 .u-flex-item:first-of-type {
    width: 32%;
    margin-top: -0.8em;
  }
  .u-flex-box.-type-1 .u-flex-item:last-of-type {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 3vw 0 0;
  }
}

.u-section + .u-section {
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .u-section + .u-section {
    margin-top: 11vw;
  }
}

.u-lower-section + .u-lower-section {
  margin-top: 6rem;
}
@media screen and (min-width: 1024px) {
  .u-lower-section + .u-lower-section {
    margin-top: 16rem;
  }
}

.u-compact-section {
  margin: 0 0 0 4vw;
}
.u-compact-section.-type-2 {
  -webkit-transform: initial;
          transform: initial;
  margin: 0 0 0 4vw;
}
.u-compact-section.-type-3 {
  -webkit-transform: initial;
          transform: initial;
  margin: 0 0 0 4vw;
}
@media screen and (min-width: 1024px) {
  .u-compact-section {
    margin: initial;
    -webkit-transform: initial;
            transform: initial;
  }
  .u-compact-section.-type-2 {
    margin: 0 0 0 3.5vw;
  }
  .u-compact-section.-type-3 {
    margin: 0;
  }
  .u-compact-section.-compact-pc {
    margin: 3vw;
  }
}

.c-gap-wrap {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 1024px) {
  .c-gap-wrap {
    -ms-grid-columns: 1fr 2vw 1fr 2vw 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
  }
}

.u-rounded-corner .img {
  border-radius: 1.7em;
  overflow: hidden;
}
.u-rounded-corner .img img {
  border-radius: 1.7em;
}
.u-rounded-corner.-small .img, .u-rounded-corner.-small img {
  border-radius: 1.2em;
}
.u-rounded-corner.-x-small .img, .u-rounded-corner.-x-small img {
  border-radius: 0.6em;
}
@media screen and (min-width: 1024px) {
  .u-rounded-corner .img img {
    border-radius: 2.5em;
  }
  .u-rounded-corner.-small .img, .u-rounded-corner.-small img {
    border-radius: 2em;
  }
  .u-rounded-corner.-x-small .img, .u-rounded-corner.-x-small img {
    border-radius: 0.5em;
  }
}

.c-related-link .u-rounded-corner .img, .c-related-link .u-rounded-corner img {
  border-radius: 1em;
}
@media screen and (min-width: 1024px) {
  .c-related-link .u-rounded-corner .img, .c-related-link .u-rounded-corner img {
    border-radius: 1.7em;
  }
}

/*
  hover
-----------------------------------------------------*/
@media screen and (min-width: 1024px) {
  .c-button-wrap:hover {
    background-color: #e8dcd4;
    letter-spacing: 0.2em;
  }

  .l-header .l-nav-area .cont:not(.-icon):hover a {
    -webkit-transform: translateY(-1.5em);
            transform: translateY(-1.5em);
  }
  .l-header .l-nav-area .cont:not(.-icon):hover a span:nth-of-type(2) {
    opacity: 1;
  }
  .l-header .l-nav-area .cont:not(.-icon):hover a span:nth-of-type(1) {
    opacity: 0;
  }
  .l-header .l-nav-area .cont.-icon:hover {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }

  .l-footer_info-wrapper .-item:hover a {
    -webkit-transform: translateY(-1.5em);
            transform: translateY(-1.5em);
  }
  .l-footer_info-wrapper .-item:hover a span:nth-of-type(1) {
    opacity: 0;
  }
  .l-footer_info-wrapper .-item:hover a span:nth-of-type(2) {
    opacity: 1 !important;
  }

  .u-hover_img .img {
    overflow: hidden;
  }

  .u-hover_img img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .u-hover_img:hover .c-button-wrap {
    background-color: #e8dcd4;
    letter-spacing: 0.2em;
  }
  .u-hover_img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  .u-hover_img.-type2:hover img {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }

  .c-pagenation_center:hover div {
    -webkit-transform: translateY(-1.5em);
            transform: translateY(-1.5em);
  }
  .c-pagenation_center:hover div span:nth-of-type(1) {
    opacity: 0;
  }
  .c-pagenation_center:hover div span:nth-of-type(2) {
    opacity: 1;
  }
}
.u-scroll-animation.-type-1 {
  opacity: 0;
}

.u-scroll-animation.-type-1.-active {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes text-focus-in {
  0% {
    /*filter: blur(48px);*/
    opacity: 0;
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
  }
  100% {
    /*filter: blur(0px);*/
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes text-focus-in {
  0% {
    /*filter: blur(48px);*/
    opacity: 0;
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
  }
  100% {
    /*filter: blur(0px);*/
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-related-list .item {
  opacity: 0;
}

.c-related-list.-active .item {
  -webkit-animation: img-focus-in 0.8s both;
          animation: img-focus-in 0.8s both;
}
.c-related-list.-active .item:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.c-related-list.-active .item:nth-of-type(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes img-focus-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes img-focus-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*
  top
-----------------------------------------------------*/
body.-active {
  overflow: hidden;
}

.p-top-mv {
  position: relative;
  height: calc(100vh - 20vw);
  height: calc(var(--vh, 1vh) * 100 - 20vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-top-mv {
    height: calc(100vh - 9vw);
  }
}

.p-top-mv_img-area {
  position: relative;
  /*padding: 10vw 1rem 0 1rem;*/
  margin: 0 auto -5vw;
  z-index: -1;
}
.p-top-mv_img-area .-lead-area {
  width: 90%;
  max-width: 28rem;
  position: absolute;
  top: -25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}


@media screen and (max-width: 767px) {
.p-top-mv_img-area .-lead-area {
    top: -75%;
	left: 33%;
  }
}





.p-top-mv_img-area .video {
  width: 100%;
  height: 100%;
  /* aspect-ratio: 15/13;*/
  aspect-ratio: 6/4;
  border-radius: 2.2em;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-top-mv_img-area .video video {
  /*-webkit-mask-image: url("../img/common/ellipse_mask.svg");-webkit-mask-size: cover;*/
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .p-top-mv_img-area .video {
    border-radius: 4rem;
  }
}

.p-top-mv_flex-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 1rem;
  width: 95.5vw;
  right: 0;
}
.p-top-mv_flex-area .-jas-area {
  width: 43vw;
  max-width: 16rem;
}
.p-top-mv_flex-area .-link-area {
  width: 44vw;
  position: relative;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.p-top-mv_flex-area .-link-area.-active {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.p-top-mv_flex-area .-link-area .img {
  aspect-ratio: 1.5/1;
  border-radius: 0.6em 0 0 0.6em;
}
.p-top-mv_flex-area .-link-area span {
  position: absolute;
  font-size: 0.9em;
  top: 1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  white-space: nowrap;
  line-height: 1.6;
  font-weight: 500;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-mv_flex-area .-link-area span:after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-right: 1px solid #1C1C1C;
  border-top: 1px solid #1C1C1C;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 1em;
}
.p-top-mv_flex-area .-link-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.6em 0 0 0.6em;
}
@media screen and (min-width: 1024px) {
  .p-top-mv_flex-area .-link-area {
    position: fixed;
  }
}

@media screen and (min-width: 480px) {
  .p-top-mv_img-area {
    /*max-width: 22em;*/
  }
  .p-top-mv_img-area .-lead-area {
    /*top: 24%;*/
  }
}
@media screen and (min-width: 768px) {
  .p-top-mv_img-area {
    max-width: 38em;
    margin: 0 auto;
  }

  .p-top-mv_flex-area {
    bottom: 2.5vw;
  }
  .p-top-mv_flex-area span {
    font-size: 1em;
  }
  .p-top-mv_flex-area .-link-area {
    width: 30vw;
  }
  .p-top-mv_flex-area .-link-area .img {
    aspect-ratio: 1.8/1;
    border-radius: 0.5em 0 0 0.5em;
  }
  .p-top-mv_flex-area .-link-area .img img {
    border-radius: 0.5em 0 0 0.5em;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-mv_img-area {
    max-width: initial;
    margin: 0 2vw 2.5vw 32vw;
    padding: initial;
    width: initial;
  }
  .p-top-mv_img-area .-lead-area {
        left: -24vw;
        width: 17vw;
        max-width: initial;
        top: 74%;
    }

  .p-top-mv_flex-area {
    width: 97.5vw;
    bottom: 2vw;
  }
  .p-top-mv_flex-area .-link-area {
    max-width: 20em;
  }
  .p-top-mv_flex-area .-link-area .img {
    aspect-ratio: 72/31;
  }
  .p-top-mv_flex-area .-link-area span {
    font-size: 0.8em;
    top: 2em;
  }
  .p-top-mv_flex-area .-jas-area {
    max-width: initial;
    width: 16vw;
  }
}
.p-top-concept_cloud {
  position: relative;
  overflow: hidden;
  margin: -8vw 0 -72vw 0;
  z-index: -1;
  aspect-ratio: 7/6;
}
.p-top-concept_cloud .-cloud_1 {
  position: absolute;
  width: 89vw;
  max-width: 57rem;
  left: -15%;
  top: 28%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-top-concept_cloud .-cloud_2 {
  position: absolute;
  width: 90vw;
  max-width: 31rem;
  left: 80%;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-top-concept_cloud .-cloud_3 {
  position: absolute;
  width: 100vw;
  max-width: 72rem;
  left: 108%;
  top: 42%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-top-concept_cloud .-cloud_1 {
    top: 21%;
  }
  .p-top-concept_cloud .-cloud_3 {
    width: 80vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-concept_cloud {
    margin: -9vw 0 -72vw 0;
  }
  .p-top-concept_cloud .-cloud_1 {
    top: 12%;
    left: 3%;
    max-width: initial;
    width: 38vw;
  }
  .p-top-concept_cloud .-cloud_2 {
    top: 0%;
    width: 38vw;
    max-width: initial;
  }
  .p-top-concept_cloud .-cloud_3 {
    top: 23%;
    max-width: initial;
    left: 107%;
    width: 38vw;
  }
}

/*コンセプト*/
.p-top-concept_text-area {
  margin-top: 1.7rem;
  text-align: center;
}
.p-top-concept_text-area .p-top-concept__title {
  margin-bottom: 1rem;
  color: #D94F5C;
}
.p-top-concept_text-area p + p {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-top-concept_text-area {
    margin-top: 7vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-concept_text-area p + p {
    margin-top: 2em;
  }
}

/*こだわり・環境保護*/
.p-top-quality.u-section {
  position: relative;
  margin-top: 22vw;
  padding-top: 22vw;
}
.p-top-quality:after {
  content: "";
  /*background-image: url("../img/top/top-mountain.svg");*/
  width: 100%;
  aspect-ratio: 4.2/1;
  position: absolute;
  top: 0;
  z-index: -1;
  background-size: 110%;
  background-position: 50% 0;
}
.p-top-quality .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 51/48;
  position: relative;
}
.p-top-quality .img img:first-of-type {
  width: 58%;
  margin-right: auto;
  position: absolute;
}
.p-top-quality .img img:last-of-type {
  width: 58%;
  margin: 18% 0 0 0;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .p-top-quality.u-section {
    margin-top: 5vw;
    padding-top: 20vw;
  }
}

.p-top-quality .-text-area, .p-top-enviroment .-text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1rem;
}
.p-top-quality .-text-area p, .p-top-enviroment .-text-area p {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-top-quality .img, .p-top-enviroment .img {
    width: 69vw;
    margin: 0 auto;
  }
  .p-top-quality .-text-area, .p-top-enviroment .-text-area {
    width: 69vw;
    margin: 0 auto;
  }
  .p-top-quality .c-button-wrap, .p-top-enviroment .c-button-wrap {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-quality .img, .p-top-enviroment .img {
    width: 35vw;
    margin: initial;
  }
  .p-top-quality .-text-area, .p-top-enviroment .-text-area {
    padding: initial;
    margin: initial;
  }
  .p-top-quality .c-button-wrap, .p-top-enviroment .c-button-wrap {
    margin: 4vw 0 0 0;
    width: 20vw;
  }
}

/*取り扱い商品*/
.p-top-product {
  overflow: hidden;
}
.p-top-product .p-top-product__bg {
  background-color: #f0f0f1;
  border-radius: 24px;
  padding: 2.8rem 0;
}
.p-top-product .p-top-product_gallery__wrap {
  margin-top: 6vw;
  position: relative;
  overflow: hidden;
  width: 105vw;
  margin-left: -12vw;
}
.p-top-product .p-top-product_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2vw;
     -moz-column-gap: 2vw;
          column-gap: 2vw;
  /*position: absolute;*/
}
.p-top-product .slick-slide {
  margin-right: 2vw;
}
.p-top-product .c-title.-large {
  margin-top: 3.5rem;
  color: #D94F5C;
}
@media screen and (min-width: 1024px) {
  .p-top-product .p-top-product_gallery__wrap {
    margin-top: 5vw;
  }
  .p-top-product .p-top-product__bg {
    padding: 5vw 0;
    border-radius: 4rem;
  }
}

.p-top-product_gallery-item .-caption-area {
  padding: 0.8rem 0.8rem 3rem;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-top-product_gallery-item .-caption-area .-num {
  font-size: 2.4em;
  line-height: 1;
  font-weight: bold;
  margin-top: -0.2em;
}
.p-top-product_gallery-item .-caption-area .-name {
  margin-left: 1em;
  line-height: 1.6;
  font-weight: 500;
}
.p-top-product_gallery-item .-text-area {
  margin-top: 1.25em;
}
.p-top-product_gallery-item .-text-area .-lead {
  font-size: 1.25em;
  margin-top: 0.5em;
  line-height: 1.5;
  height: 4em;
}
.p-top-product_gallery-item .-text-area p {
  font-size: 0.9em;
}
@media screen and (min-width: 1024px) {
  .p-top-product_gallery-item .-caption-area {
    padding: 2vw 2vw 3vw;
  }
  .p-top-product_gallery-item .-caption-area .-num {
    font-size: 4.5em;
  }
  .p-top-product_gallery-item .-text-area .-lead {
    font-size: 1.25em;
    margin-top: 1em;
  }
  .p-top-product_gallery-item .-text-area p {
    font-size: 1em;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-product_list .c-button-wrap {
    margin: 0;
  }
  .p-top-product_list .u-flex-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/**テイストガイド**/
.p-top-tasteguide .u-flex-wrap {
  row-gap: 3vw;
}
.p-top-tasteguide .u-flex-wrap .img {
  width: 45%;
  max-width: 13rem;
  margin: 0 auto;
}
.p-top-tasteguide .u-flex-wrap .text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-tasteguide .u-flex-wrap .text-area .c-title {
  margin-bottom: 0.4em;
}
@media screen and (min-width: 1024px) {
  .p-top-tasteguide .l-container.-sp-m {
    width: 58vw;
  }
  .p-top-tasteguide .l-container.-sp-m .c-button-wrap {
    margin: 3vw 0 0;
  }
  .p-top-tasteguide .u-flex-wrap .img {
    width: 23%;
    max-width: initial;
  }
}

/*お客様の声*/
.p-top-voice .c-gap-wrap {
  margin-top: 1.5rem;
}
.p-top-voice .p-top-voice_cont .img {
  aspect-ratio: 3/2;
}
.p-top-voice .p-top-voice_cont .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-top-voice .p-top-voice_cont .-text-area {
  margin-top: 0.6rem;
}
.p-top-voice .p-top-voice_cont .-text-area p {
  margin-top: 0.2rem;
}
@media screen and (min-width: 1024px) {
  .p-top-voice .u-flex-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top-voice .u-flex-wrap .c-button-wrap {
    margin: 0;
  }
  .p-top-voice .c-gap-wrap {
    margin-top: 5vw;
  }
}

/*ブログ*/
.p-top-blog .p-top-blog_wrap, .p-blog .p-top-blog_wrap {
  margin-top: 1.5rem;
}
.p-top-blog .p-top-blog_item .img, .p-blog .p-top-blog_item .img {
  width: 30%;
  height: 100%;
  min-width: 8rem;
  aspect-ratio: 15/13;
}
.p-top-blog .p-top-blog_item .img img, .p-blog .p-top-blog_item .img img {
  width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /* -webkit-mask-image: url(../img/common/ellipse_mask.svg); */
    /* mask-image: url(../img/common/ellipse_mask.svg); */
    /* -webkit-mask-size: cover; */
    border-radius: 40px;
}
.p-top-blog .p-top-blog_item .-link, .p-blog .p-top-blog_item .-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6vw;
     -moz-column-gap: 6vw;
          column-gap: 6vw;
}
.p-top-blog .p-top-blog_item + .p-top-blog_item, .p-blog .p-top-blog_item + .p-top-blog_item {
  margin-top: 1.5rem;
}
.p-top-blog .p-top-blog_item_txt-area, .p-blog .p-top-blog_item_txt-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-blog .p-top-blog_item_txt-area .-cat, .p-blog .p-top-blog_item_txt-area .-cat {
  font-size: 0.8em;
  background-color: #fff;
  padding: 0.3em 1em;
  border-radius: 50vw;
  margin-left: 1em;
}
.p-top-blog .p-top-blog_item_txt-area p, .p-blog .p-top-blog_item_txt-area p {
  margin-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-top-blog .c-title.-medium, .p-blog .c-title.-medium {
    text-align: center;
  }
  .p-top-blog .p-top-blog_wrap, .p-blog .p-top-blog_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.6vw;
    margin-top: 5vw;
  }
  .p-top-blog .p-top-blog_item, .p-blog .p-top-blog_item {
    width: calc(50% - 1.3vw);
  }
  .p-top-blog .p-top-blog_item .-link, .p-blog .p-top-blog_item .-link {
    -webkit-column-gap: 1.7vw;
       -moz-column-gap: 1.7vw;
            column-gap: 1.7vw;
  }
  .p-top-blog .p-top-blog_item + .p-top-blog_item, .p-blog .p-top-blog_item + .p-top-blog_item {
    margin-top: initial;
  }
}

/*店舗情報*/
.p-top-info .p-top-info_list .c-title.-medium {
  margin-bottom: 1.2em;
}
.p-top-info .p-top-info_list .-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-info .p-top-info_list .-item + .-item {
  margin-top: 1.2rem;
}
.p-top-info .p-top-info_list .-head {
  width: 37%;
}
.p-top-info .p-top-info_list .-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-info .p-top-info_img {
  aspect-ratio: 59/40;
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  /*img:first-of-type{width: 50%;position: absolute;margin-top: 38%;    z-index: 1;}
  img:last-of-type{width: 66%;position: absolute;right: 0;}*/
}
@media screen and (min-width: 1024px) {
  .p-top-info .u-flex-wrap {
    -webkit-column-gap: 4vw;
       -moz-column-gap: 4vw;
            column-gap: 4vw;
  }
  .p-top-info .p-top-info_list {
    width: 40%;
  }
  .p-top-info .p-top-info_list .c-title.-medium {
    margin-bottom: 1em;
  }
}

.p-top-info_test .c-title.-medium {
  margin-bottom: 1rem;
}
.p-top-info_test .p-top-info_img img {
  width: 100% !important;
  position: initial !important;
  margin: initial !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-info_test .u-flex-wrap:not(:first-of-type) {
  margin-top: 4rem;
}
.p-top-info_test .u-flex-wrap {
  row-gap: 5vw;
}
.p-top-info_test .u-flex-wrap .c-title {
  margin-bottom: 1rem;
  font-size: 1.2em;
}
.p-top-info_test .p-top-info_list .small {
  font-size: 0.8em;
  line-height: 2;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-top-info_test .c-title.-medium {
    margin-bottom: 2rem;
  }
  .p-top-info_test .u-flex-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-info_test .u-flex-wrap .c-title {
    margin-bottom: 1.5rem;
  }
  .p-top-info_test .u-flex-wrap:not(:first-of-type) {
    margin-top: 3rem;
  }
  .p-top-info_test .p-top-info_img {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 38%;
  }
}

/*
product
-----------------------------------------------------*/
.p-product {
  /*.p-product_item{
  	&.-product_1 .p-product_visual-area{    background-color: #DDB9C5;}
  	&.-product_2 .p-product_visual-area{background-color: #CAD18D;}
  	&.-product_3 .p-product_visual-area{background-color: #A69D98;}
  	&.-product_4 .p-product_visual-area{background-color: #E8B8AE;}
  	&.-product_5 .p-product_visual-area{    background-color: #BED39A;}
  	&.-product_6 .p-product_visual-area{background-color:#DECD3F;}
  	&.-product_7 .p-product_visual-area{background-color: #AFC6D6;}
  	&.-product_8 .p-product_visual-area{background: rgb(204,200,227);background: linear-gradient(27deg, rgba(204,200,227,1) 0%, rgba(199,215,234,1) 100%);}
  }*/
}
.p-product .main-img {
  aspect-ratio: 6/4;
}
.p-product .main-img .img {
  height: 100%;
}
.p-product .main-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.p-product .p-product_list-wrapper {
  margin-top: 20vw;
}
.p-product .p-product_list {
  display: -ms-grid;
  display: grid;
  gap: 15vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
.p-product .p-product_visual-area {
  padding: 6vw 4vw;
  border-radius: 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 6vw;
     -moz-column-gap: 6vw;
          column-gap: 6vw;
}
.p-product .p-product_visual-area .num {
  font-size: 4.3em;
  line-height: 1;
  font-weight: bold;
}
.p-product .p-product_visual-area .text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-product .p-product_visual-area .text-area .name {
  font-size: 1.3em;
  line-height: 1.5;
  font-weight: 500;
}
.p-product .p-product_visual-area .text-area .p-product_graph-list {
  margin-top: 4vw;
  position: relative;
}
.p-product .p-product_visual-area .text-area .p-product_graph-list .sub-img {
  position: absolute;
  top: 0;
  width: 4em;
  left: calc(-4em - 6vw);
}
.p-product .p-product_visual-area .text-area .p-product_graph-item + .p-product_graph-item {
  margin-top: 2vw;
}
.p-product .p-product_visual-area .text-area .p-product_graph-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-product .p-product_visual-area .text-area .p-product_graph-item .title {
  width: 28%;
}
.p-product .p-product_visual-area .text-area .p-product_graph-item img {
  width: 72%;
  display: none;
}
.p-product .p-product_visual-area .text-area .p-product_graph-item.-one img:nth-of-type(1) {
  display: block;
}
.p-product .p-product_visual-area .text-area .p-product_graph-item.-two img:nth-of-type(2) {
  display: block;
}
.p-product .p-product_visual-area .text-area .p-product_graph-item.-three img:nth-of-type(3) {
  display: block;
}
.p-product .p-product_visual-area .text-area .p-product_graph-item.-four img:nth-of-type(4) {
  display: block;
}
.p-product .p-product_visual-area .text-area .p-product_graph-item.-five img:nth-of-type(5) {
  display: block;
}
.p-product .p-product_info-area {
  margin-top: 1em;
}
.p-product .p-product_info-area p + p {
  margin-top: 0.5em;
}
.p-product .p-product_info-area span {
  margin-left: 2em;
}
.p-product .p-product_tasteguide {
  margin-top: 24vw;
}
.p-product .p-product_tasteguide .p-top-tasteguide {
  padding: 12vw 4vw 6vw;
  background-color: #fff;
  border-radius: 5vw;
  position: relative;
}
.p-product .p-product_tasteguide .c-title.-large {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -0.5em;
  line-height: 1;
  width: 100%;
  color: #D94F5C;
}
@media screen and (min-width: 768px) {
  .p-product .p-product_list {
    gap: 5vw;
    -ms-grid-columns: 1fr 5vw 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-product .p-product_visual-area {
    padding: 3vw;
    -webkit-column-gap: 3vw;
       -moz-column-gap: 3vw;
            column-gap: 3vw;
  }
  .p-product .p-product_visual-area .num {
    font-size: 3.5em;
  }
  .p-product .p-product_visual-area .text-area .p-product_graph-list {
    margin-top: 1em;
  }
  .p-product .p-product_visual-area .text-area .p-product_graph-list .sub-img {
    left: calc(-4em - 3vw);
  }
  .p-product .p-product_visual-area .text-area .p-product_graph-item + .p-product_graph-item {
    margin-top: 1vw;
  }
  .p-product .p-product_visual-area .text-area .name {
    height: 7.5vw;
  }
  .p-product .p-product_visual-area .p-product_info-area {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .p-product .main-img {
    aspect-ratio: 7/3;
  }
  .p-product .p-product_list {
    gap: 5vw;
    -ms-grid-columns: 1fr 5vw 1fr 5vw 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-product .p-product_list-wrapper {
    margin-top: 5vw;
  }
  .p-product .p-product_visual-area {
    padding: 2vw 1.5vw;
    border-radius: 2vw;
    -webkit-column-gap: 2vw;
       -moz-column-gap: 2vw;
            column-gap: 2vw;
  }
  .p-product .p-product_visual-area .num {
    font-size: 5vw;
  }
  .p-product .p-product_visual-area .text-area .cat {
    font-size: 0.8em;
  }
  .p-product .p-product_visual-area .text-area .name {
    font-size: 1.1em;
    height: 3em;
  }
  .p-product .p-product_visual-area .text-area .p-product_graph-list .sub-img {
    left: calc(-4em - 2vw);
  }
  .p-product .p-product_visual-area .text-area .p-product_graph-item + .p-product_graph-item {
    margin-top: 0;
  }
  .p-product .p-product_visual-area .text-area .p-product_graph-item .title {
    font-size: 0.8em;
  }
  .p-product .p-product_tasteguide {
    margin-top: 11vw;
  }
  .p-product .p-product_tasteguide .l-container {
    width: 58vw;
  }
  .p-product .p-product_tasteguide .p-top-tasteguide {
    padding: 6vw 0 3vw 0;
  }
  .p-product .p-product_tasteguide .c-button-wrap {
    margin: 5vw 0 0 0;
  }
}

/*
voice
-----------------------------------------------------*/
.p-voice .p-voice_latest-area .img {
  border-radius: 1.7em 1.7em 0 0;
  aspect-ratio: 3/2;
}
.p-voice .p-voice_latest-area .img img {
  border-radius: 0;
}
.p-voice .p-voice_latest-area .text-area {
  background-color: #fff;
  margin-top: 0;
  padding: 4vw;
  border-radius: 0 0 1.7em 1.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-voice .p-voice_latest-area .text-area .c-button-wrap {
  margin: 12vw auto 0 auto;
  width: 100%;
}
.p-voice .p-voice_latest-area .day {
  position: relative;
}
.p-voice .p-voice_latest-area .day:after {
  content: "New!";
  color: #DED6D1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50vw;
  font-size: 1.2em;
  line-height: 1;
  margin-left: 0.8em;
}
.p-voice .p-voice_list-area {
  margin-top: 20vw;
}
.p-voice .p-voice_list {
  display: -ms-grid;
  display: grid;
  gap: 10vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
.p-voice .p-voice_list .item .text-area {
  margin-top: 1.5em;
}
.p-voice .p-voice_list .item .img {
  aspect-ratio: 3/2;
}
.p-voice .c-title.-x-small {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-voice .p-voice_list {
    gap: 5vw;
    -ms-grid-columns: 1fr 5vw 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-voice .p-voice_list-area {
    margin-top: 14vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-voice .p-voice_latest-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-voice .p-voice_latest-area .img {
    width: 50%;
    border-radius: 2.5em 0 0 2.5em;
  }
  .p-voice .p-voice_latest-area .text-area {
    width: 40%;
    margin-top: initial;
    padding: 3.5vw 4vw;
    width: 50%;
    border-radius: 0 2.6em 2.6em 0;
  }
  .p-voice .p-voice_latest-area .text-area .c-button-wrap {
    margin: auto 0 0 auto;
    width: 20vw;
  }
  .p-voice .p-voice_list {
    gap: 2.5vw;
    -ms-grid-columns: 1fr 2.5vw 1fr 2.5vw 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-voice .p-voice_list .item .c-title {
    font-size: 1.1em;
  }
  .p-voice .p-voice_list-area {
    margin-top: 7vw;
  }
}

.p-voice_single__title-area .c-title.-medium {
  margin-bottom: 1.5em;
}
.p-voice_single__title-area .img {
  margin-bottom: 1.5em;
  aspect-ratio: 3/2;
}
.p-voice_single__title-area .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.p-voice_single__title-area .intro-area {
  background-color: #fff;
  border-radius: 1.8em;
  padding: 5vw 4vw;
}
.p-voice_single__title-area .intro-area span {
  margin-bottom: 2em;
  display: block;
  font-weight: 500;
  font-size: 0.9em;
}
.p-voice_single__title-area .intro-area .person + .person {
  margin-top: 1em;
}
.p-voice_single__title-area .intro-area .person dt {
  margin-bottom: 0.2em;
  font-size: 1.1em;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-voice_single__title-area .img {
    margin-bottom: 2em;
  }
  .p-voice_single__title-area .info-area .date {
    font-size: 1.5em;
  }
  .p-voice_single__title-area .intro-area {
    border-radius: 2.5em;
    padding: 2.5vw 3.5vw;
  }
  .p-voice_single__title-area .intro-area .person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-voice_single__title-area .intro-area .person dt {
    margin-bottom: initial;
    width: 20%;
  }
  .p-voice_single__title-area .intro-area .person dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-voice__article .c-title.-x-small {
  margin-bottom: 2em;
  margin-top: 5em;
  font-weight: 500;
}
.p-voice__article .wp-block-lazyblock-voice-article:first-of-type .c-title.-x-small {
  margin-top: 0;
}
.p-voice__article .p-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-voice__article .p-voice__item + .p-voice__item {
  margin-top: 1em;
}
.p-voice__article .wp-block-lazyblock-voice-interviewer, .p-voice__article .wp-block-lazyblock-voice-guest {
  margin-top: 1em;
}
.p-voice__article .lazyblock-voice-interviewer-Z2bvDBl, .p-voice__article .lazyblock-voice-guest-1OodK6 {
  margin-top: 1em;
}
.p-voice__article .link-block {
  margin: 1em 0 1.5em 29%;
}
.p-voice__article .link-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background-color: #DED6D1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  border-radius: 0.4em;
}
.p-voice__article .link-block img {
  width: 30%;
  max-width: 7rem;
}
.p-voice__article .link-block p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-decoration: underline;
}
.p-voice__article .wp-block-lazyblock-voice-conversation {
  margin-top: 1em;
}
.p-voice__article .wp-block-lazyblock-voice-article + .wp-block-lazyblock-voice-conversation {
  margin-top: initial;
}
.p-voice__article .p-voice__item dt {
  width: 25%;
  font-weight: 500;
}
.p-voice__article .p-voice__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-voice__article .wp-block-image {
  margin: 2em 0 2em 4vw;
  border-radius: 1.7em;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-voice__article .wp-block-image {
    margin: 3em 8vw 3em calc(3.5vw + 13%);
  }
  .p-voice__article .p-voice__item + .p-voice__item {
    margin-top: 1.5em;
    border-radius: 2.5em;
  }
  .p-voice__article .wp-block-lazyblock-voice-interviewer, .p-voice__article .wp-block-lazyblock-voice-guest {
    margin-top: 1.5em;
  }
  .p-voice__article .lazyblock-voice-interviewer-Z2bvDBl, .p-voice__article .lazyblock-voice-guest-1OodK6 {
    margin-top: 1.5em;
  }
  .p-voice__article .wp-block-lazyblock-voice-conversation {
    margin-top: 1.5em;
  }
  .p-voice__article .c-title.-x-small {
    margin-bottom: 2em;
    margin-top: 5em;
  }
  .p-voice__article .p-voice__item dt {
    width: 13%;
  }
  .p-voice__article .link-block {
    margin: 1.2em 0 2em calc(3.5vw + 13%);
    width: 32%;
  }
  .p-voice__article .link-block a {
    padding: 0.8em;
  }
}

/*
guide
-----------------------------------------------------*/
.p-coffee-guide .p-coffee-guide__section + .p-coffee-guide__section {
  margin-top: 20vw;
}
.p-coffee-guide .p-coffee-guide_list-area {
  width: 100vw;
  -webkit-transform: translateX(-13vw);
          transform: translateX(-13vw);
  overflow: scroll;
}
.p-coffee-guide .p-coffee-guide_list-area .p-coffee-guide_list {
  padding: 0 9vw 0 13vw;
  width: 656vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4vw 1fr 4vw 1fr 4vw 1fr 4vw 1fr 4vw 1fr 4vw 1fr 4vw 1fr;
  grid-template-columns: repeat(8, 1fr);
  gap: 4vw;
  counter-reset: number 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-coffee-guide .p-coffee-guide_item {
  overflow: hidden;
  border-radius: 0 0 1.8em 1.8em;
}
.p-coffee-guide .p-coffee-guide_item .scene-area {
  padding: 1.2em;
  border-radius: 1.8em 1.8em 0 0;
  text-align: center;
}
.p-coffee-guide .p-coffee-guide_item .scene-area .scene {
  background-color: #fff;
  padding: 0.5em 0.5em 1em 0.5em;
  border-radius: 1em;
  font-weight: 500;
  position: relative;
}
.p-coffee-guide .p-coffee-guide_item .scene-area .scene:after {
  content: "";
  width: 1.6em;
  aspect-ratio: 2/1;
  background-image: url("../img/guide/hukidashi.svg");
  position: absolute;
  bottom: -0.8em;
  background-repeat: no-repeat;
  background-size: cover;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.p-coffee-guide .p-coffee-guide_item .scene-area .u-en {
  color: #DED6D1;
}
.p-coffee-guide .p-coffee-guide_item .scene-area .u-en:after {
  counter-increment: number 1;
  content: counter(number);
}
.p-coffee-guide .p-coffee-guide_item .scene-area .name {
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  margin-top: 1em;
  line-height: 1.4;
}
.p-coffee-guide .p-coffee-guide_item .scene-area .name br {
  display: none;
}
.p-coffee-guide .p-coffee-guide_item .info-area {
  background-color: #fff;
  border-radius: 0 0 1.8em 1.8em;
  padding: 1.2em;
  height: 100%;
}
.p-coffee-guide .p-coffee-guide_item .info-area .lead {
  font-weight: 500;
}
.p-coffee-guide .p-coffee-guide_item .info-area .user-area p {
  margin-top: 0.2em;
}
.p-coffee-guide .p-coffee-guide_item .info-area .roster-area {
  margin-bottom: 1.5em;
  position: relative;
}
.p-coffee-guide .p-coffee-guide_item .info-area .roster-area .lead:before {
  content: "";
  width: 23%;
  height: auto;
  background-image: url("../img/guide/roaster-icon.png");
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1.5em;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-coffee-guide .p-coffee-guide_item .info-area .roster-area p {
  margin-top: 1em;
}
.p-coffee-guide .u-flex-box {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .p-coffee-guide .p-coffee-guide_list-area {
    width: initial;
    overflow: initial;
    -webkit-transform: initial;
            transform: initial;
  }
  .p-coffee-guide .p-coffee-guide_list-area .p-coffee-guide_list {
    width: initial;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding: initial;
  }
}
@media screen and (min-width: 1024px) {
  .p-coffee-guide .u-flex-box {
    margin-bottom: 5em;
  }
  .p-coffee-guide .p-coffee-guide__section + .p-coffee-guide__section {
    margin-top: 20vw;
  }
  .p-coffee-guide .p-coffee-guide_item .lead-area .scene-area {
    padding: 1.4em;
  }
  .p-coffee-guide .p-coffee-guide_item .lead-area .scene-area .scene {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2vw;
    border-radius: 50vw;
    -moz-text-align-last: left;
         text-align-last: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-coffee-guide .p-coffee-guide_item .lead-area .scene-area .scene br {
    display: none;
  }
  .p-coffee-guide .p-coffee-guide_item .lead-area .scene-area .scene .u-en {
    width: 16%;
    line-height: 1.5;
  }
  .p-coffee-guide .p-coffee-guide_item .lead-area .scene-area .scene div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-coffee-guide .p-coffee-guide_item .lead-area .scene-area .name {
    font-size: 1.5em;
  }
  .p-coffee-guide .p-coffee-guide_item .lead-area .scene-area .name br {
    display: none;
  }
  .p-coffee-guide .p-coffee-guide_item .info-area {
    padding: 1.4em;
  }
  .p-coffee-guide .p-coffee-guide_item .info-area .roster-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-coffee-guide .p-coffee-guide_item .info-area .roster-area p {
    margin-top: 0.2em;
  }
  .p-coffee-guide .p-coffee-guide_item .info-area .roster-area > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-coffee-guide .p-coffee-guide_item .info-area .roster-area:before {
    content: "";
    height: auto;
    background-image: url("../img/guide/roaster-icon.png");
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1.5em;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-size: cover;
    width: 5vw;
    margin-right: 2vw;
  }
  .p-coffee-guide .p-coffee-guide_item .info-area .roster-area .lead:before {
    display: none;
  }
}

/*
blog
-----------------------------------------------------*/
.post-type-archive-blog .p-blog__cat .p-blog__item:nth-of-type(1) .link {
  background-color: #fff;
  /*border: 1px solid #DED6D1;*/
}

.tax-blog_cat.term-news .p-blog__cat .p-blog__item:nth-of-type(2) .link {
  background-color: #fff;
  /*border: 1px solid #DED6D1;*/
}

.tax-blog_cat.term-coffee .p-blog__cat .p-blog__item:nth-of-type(3) .link {
  background-color: #fff;
  /*border: 1px solid #DED6D1;*/
}

.tax-blog_cat.term-environment .p-blog__cat .p-blog__item:nth-of-type(4) .link {
  background-color: #fff;
  /*border: 1px solid #DED6D1;*/
}

.p-blog .p-blog__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14vw;
}
.p-blog .p-blog__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  margin-top: 1em;
}
.p-blog .p-blog__cat .p-blog__item .link {
  background-color: #efb44e;
  font-size: 0.8em;
  padding: 0.3em 2em;
  border-radius: 50vw;
}
.p-blog .p-blog__cat .link {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-blog .p-blog__cat .link:hover {
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-blog .p-blog__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 4vw;
       -moz-column-gap: 4vw;
            column-gap: 4vw;
  }
  .p-blog .p-blog__flex .p-blog__flex-item:nth-of-type(1) {
    width: 24%;
  }
  .p-blog .p-blog__flex .p-blog__flex-item:nth-of-type(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-blog .p-blog__flex .c-title.-medium {
    text-align: left;
  }
  .p-blog .p-blog__flex .p-top-blog_wrap {
    margin-top: initial;
  }
  .p-blog .p-blog__flex .p-blog__cat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.8em;
  }
  .p-blog .p-blog__flex .p-blog__cat .link {
    font-size: 0.9em;
  }
  .p-blog .p-blog__flex .p-top-blog_item {
    width: 100%;
  }
  .p-blog .p-blog__flex .p-top-blog_item .-link {
    -webkit-column-gap: 2vw;
       -moz-column-gap: 2vw;
            column-gap: 2vw;
  }
  .p-blog .p-blog__flex .p-top-blog_item .-img {
    width: 26%;
  }
  .p-blog .p-blog__flex .p-top-blog_item .p-top-blog_item_txt-area p {
    font-size: 1.4em;
  }
}

.p-blog__article .c-title.-x-small {
  margin-bottom: 1.5em;
}
.p-blog__article .img {
  margin-top: 1em;
}
.p-blog__article p + p {
  margin-top: 2em;
}
@media screen and (min-width: 1024px) {
  .p-blog__article {
    margin: 0 4vw;
  }
  .p-blog__article .img {
    margin-top: 2em;
  }
}

/*
404
-----------------------------------------------------*/
.l-404 {
  margin-top: 26vw;
  position: relative;
  z-index: 1;
}
.l-404 .en_title {
  margin-bottom: 1em;
  text-align: center;
  color: #DED6D1;
}
.l-404 .c-button-wrap {
  margin-top: 2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-404 p {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .l-404 {
    margin-top: 6vw;
  }
  .l-404 .en_title {
    margin-bottom: 0.5em;
  }
}

.l-404_img .img {
  margin-top: 8vw;
}
@media screen and (min-width: 1024px) {
  .l-404_img .img {
    margin-top: -3vw;
  }
}
/*# sourceMappingURL=common.css.map */

/*faq*/

.qa-8 dt {
    margin-bottom: 1em;
    color: #333333;
    font-weight: 600;
}

.qa-8 dt::before,
.qa-8 dd::before {
    margin-right: .4em;
}

.qa-8 dt::before {
    content: "Q.";
}

.qa-8 dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #f2f2f2;
    color: #333333;
}

.qa-8 dd::before {
    content: "A.";
}

/* --- 子犬一覧用 --- */
.home_puppy_items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.home_puppy_items .item {
  width: 33.333%;
  padding-left: 16px;
  padding-right: 16px;
}


.home_puppy_items .item:nth-child(n+4) {
  margin-top: 30px;
}
.home_puppy_items .item .inner {
  height: 100%;
}
.home_puppy_items .item .img {
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #b5b5b5;
  position: relative;
}
.home_puppy_items .item .img:before {
  content: "";
  display: block;
  padding-top: 86.66%;
}
.home_puppy_items .item .img a {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home_puppy_items .item .img .status {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  width: 115px;
  padding: 8px;
  background: #ccc;
}
.home_puppy_items .item .img .status.status0 {
  background: #D0A060;
}
.home_puppy_items .item .img .status.status1 {
  background: #489674;
}
.home_puppy_items .item .img .status.status2 {
  background: #d63638;
}
.home_puppy_items .item .meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.home_puppy_items .item .meta dl {
  display: flex;
}
.home_puppy_items .item .meta dl dt {
  background: #efb44e;
  border-radius: 5px;
  padding: 1px 10px;
  margin-right: 12px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.home_puppy_items .item .meta dl dd {
  font-weight: 500;
  font-size: 16px;
}
.home_puppy_items .item .link {
  width: 100%;
  margin-top: 20px;
}
.home_puppy_items .item .link a {
  display: block;
  background: #efb44e;
  padding: 4px 5px;
  font-size: 14px;
  text-align: center;
  position: relative;
  color: #fff;
  border-radius: 5px;
}
.home_puppy_items .item .link a:after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width:1200px) {
  .home_puppy_items.archive {
    margin-left: -23px;
    margin-right: -23px;
  }
  .home_puppy_items.archive .item {
    padding-left: 23px;
    padding-right: 23px;
  }
  .home_puppy_items.archive .item:nth-child(n+4) {
    margin-top: 50px;
  }
}
.home_puppy_items.archive .item .meta {
  margin-top: 20px;
}
.home_puppy_items.archive .item .meta dl dt {
  font-size: 15px;
  padding: 4px 20px;
}
.home_puppy_items.archive .item .link a {
  padding: 15px 5px;
}
.home_puppy_items.archive .item .link a:after {
  right: 40px;
}

/* --- 子犬詳細ページ用 --- */
p.atten {
  font-size: 1.1em;
  color: #f00;
  background: #fff;
  border-radius: 60px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.puppy_detail_wrap {
  /* ※詳細ラッパー。必要に応じて追加ルールを記述 */
}
.puppy_tt1 {
    background: #FFF;
    color: #8b4513;
    border-radius: 39px;
    /* font-size: 30px; */
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    padding: 15px 10px;
}
.puppy_tt1 span {
  position: relative;
  padding: 0 40px;
  display: inline-block;
}
.puppy_tt1 span:before {
  content: "";
  width: 27px;
  height: 26px;
  background-image: url('/img/puppy_foot.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.puppy_main_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.puppy_main_img .box1 {
  width: 48.92%;
}
.puppy_main_img .box1.no_movie {
  width: 75%;
  margin: 0 auto;
}
.puppy_main_img .box2 {
  width: 48.92%;
}
.puppy_main_img .box1.no_movie + .box2 {
  margin: 0 auto;
}
.puppy_main_img .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.puppy_main_img .guide_link,
.puppy_main_img .reserve_link {
  width: 49.5%;
  margin-top: 20px;
}
.puppy_main_img .guide_link a,
.puppy_main_img .reserve_link a {
  display: block;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 20px 10px;
  position: relative;
}
.puppy_main_img .guide_link a {
  background: #DAA19E;
  color: #FFF;
}
.puppy_main_img .reserve_link a {
  background: #957b5e;
  color: #FFF;
}
.puppy_main_img .guide_link a:after,
.puppy_main_img .reserve_link a:after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.puppy_main_img .sp-bottom-thumbnails {
  margin-top: 20px;
}
.puppy_main_img .movie iframe {
  height: 388px;
}
.puppy_info {
  margin-top: 100px;
}
.puppy_info .title {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  color: #DAA19E;
}
.puppy_info_tbl th,
.puppy_info_tbl td {
  font-weight: 700;
  text-align: center;
  padding: 17px 10px;
  color: #111;
}
.puppy_info_tbl th {
  background: #cfc7ba;
  border-bottom: 2px solid #FFF;
}
.puppy_info_tbl td {
  background: #FFF;
  border-bottom: 2px solid #cfc7ba;
}
.pagination {
  text-align: center;
  margin-top: 65px;
}
.pagination .nav-posts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 19px;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev {
  min-width: 180px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a {
  display: block;
  border: 2px solid #dfd1b9;
  padding: 15px 50px;
  position: relative;
  background: #FFF;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pagination .nav-posts .page-next a:before {
  content: "←";
  left: 10px;
}
.pagination .nav-posts .page-prev a:after {
  content: "→";
  right: 10px;
}
.pagination .nav-posts .page-archive a {
  display: block;
  background: #8A8277;
  color: #fff;
  padding: 15px 120px;
}


table.puppy_info_tbl {
    width: 100%;
}



  div#sec1 {
    margin-top: 9vw;
  }


@media only screen and (max-width:1023px) {
  .home_puppy_items {
    margin-left: -5px;
    margin-right: -5px;
  }
  .home_puppy_items .item {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
  .home_puppy_items .item:nth-child(n+2) {
    margin-top: 30px;
  }
  .home_puppy_items .item .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home_puppy_items .item .img {
    width: 40%;
  }
  .home_puppy_items .item .img .status {
    padding: 3px 5px;
    font-size: 13px;
    width: 80px;
  }
  .home_puppy_items .item .meta {
    width: 55%;
    align-items: flex-start;
    align-content: space-between;
    margin-top: 0;
  }
  .home_puppy_items .item .meta dl {
    align-items: center;
  }
  .home_puppy_items .item .meta dl dt {
    padding: 4px 10px;
  }
  .home_puppy_items.archive .item .meta {
    margin-top: 0;
  }
  .home_puppy_items.archive .item .meta dl dt,
  .home_puppy_items.archive .item .meta dl dd {
    font-size: 13px;
  }
  .home_puppy_items.archive .item .link a {
    padding: 5px 10px;
  }
}


@media only screen and (max-width: 1023px) {
    .home_puppy_items .item .meta dl dt {
        padding: 4px 10px !important;
    }
}
@media only screen and (max-width: 1023px) {
    .home_puppy_items .item .meta dl {
        align-items: center;
        margin-top: 10px;
    }
	.home_puppy_items .item .link {
    margin-top: 10px;
}
}

