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

html {
  font-size: 62.5%;
  word-break: break-all;
}

body {
  -webkit-text-size-adjust: 100%;
}

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

h1, h2, h3, h4, h5, h6 {
  word-break: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-weight: inherit;
}

ul:not([class]),
ol:not([class]) {
  padding-left: 1.25em;
}

ul[class],
ol[class] {
  list-style: none;
}

span {
  font-weight: inherit;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
}
@media all and (min-width: 751px) {
  a:hover {
    text-decoration: none;
  }
}

a[class] {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

address {
  font-style: normal;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  margin: 1em 0;
  padding: 0;
}

source,
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  vertical-align: middle;
}

/* form
================================================== */
input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  outline: none;
  border: 1px solid;
  border-radius: 0;
  background: none;
}
@media all and (max-width: 750px) {
  input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
    font-size: 1.6rem;
  }
}

input[type=text], input[type=email], input[type=tel], input[type=button], textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  outline: none;
}

input[type=radio], input[type=checkbox] {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

input[type=button],
button {
  cursor: pointer;
  border: none;
  padding: 0;
  width: auto;
}

/* 02_base
================================================ */
html {
  overflow: auto;
}

body {
  position: relative;
  overflow: hidden;
  min-width: 320px;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.85;
  font-weight: 400;
  color: #000;
  background: #fff url(../img/common/bg_footer.png) calc(50% + 360px) calc(100% - 10px)/462px no-repeat;
}
@media all and (max-width: 750px) {
  body {
    padding-top: 60px;
  }
}
@media all and (max-width: 1200px) {
  body {
    background: #fff url(../img/common/bg_footer.png) right calc(100% - 10px)/38.5vw no-repeat;
  }
}
@media all and (min-width: 751px) {
  body {
    min-width: 1200px;
    min-width: auto;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

img {
  vertical-align: center;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a img,
a svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover img,
a:hover svg {
  opacity: 0.7;
}

.font-kozukag {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
}
.font-kozukag.is-bold {
  font-weight: 500;
}

/*Kozuka Gothic Pr6N weight 400 + 500 */
.l-wrapper {
  position: relative;
}

iframe {
  width: 100%;
  display: block;
}

.l-contents {
  padding-top: 20px;
}
@media all and (min-width: 751px) {
  .l-contents {
    padding-top: 60px;
  }
  .l-contents.under {
    position: relative;
    padding-bottom: 5em;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eef3e9));
    background: linear-gradient(to bottom, #ffffff 0%, #eef3e9 100%);
  }
}

body.home .l-contents {
  padding-top: 0;
}

sup {
  position: relative;
  font-size: 0.6em;
  top: -0.5em;
  padding: 0 0.1em;
}

/* utility
================================================ */
/* pc <--> sp
-------------------------------------- */
.u-media-query {
  display: none;
  font-family: "sp";
}
@media all and (min-width: 751px) {
  .u-media-query {
    font-family: "tb";
  }
}
@media all and (min-width: 751px) {
  .u-media-query {
    font-family: "pc";
  }
}
@media all and (max-width: 1200px) {
  .u-media-query {
    font-family: "pc";
  }
}

@media all and (max-width: 750px) {
  .u-view-pc {
    display: none !important;
  }
}

@media all and (min-width: 751px) {
  .u-view-sp {
    display: none !important;
  }
}

/* layout
-------------------------------------- */
.u-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 750px) {
  .u-inner.is-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 751px) {
  .u-inner {
    width: 100%;
    margin: auto;
    max-width: 1200px;
  }
}

.u-inner02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 751px) {
  .u-inner02 {
    width: 100%;
    margin: auto;
    max-width: 1000px;
  }
}
@media all and (max-width: 1200px) {
  .u-inner02 {
    padding: 0 2vw;
  }
}
@media all and (max-width: 750px) {
  .u-inner02 {
    padding: 0 20px;
  }
}

@media all and (min-width: 751px) {
  .u-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-flex-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.is-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.is-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.is-align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.is-align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.u-bg01 {
  color: #fff;
  background: #002067;
}

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

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

/* component
@import "04_component/_cv01.scss";
@import "04_component/_cv02.scss";
@import "04_component/_animation.scss";
@import "04_component/_ico.scss";
@import "04_component/_btn.scss";
@import "04_component/_table.scss";
================================================ */
.c-head01 {
  position: relative;
  margin-bottom: 1em;
  font-size: 1.75em;
  text-align: center;
  color: #7d663b;
}
.c-head01::before, .c-head01::after {
  position: absolute;
  content: "";
}
.c-head01::before {
  left: 8vw;
  right: 8vw;
  bottom: 0;
  height: 1px;
  background: #7d663b;
}
.c-head01::after {
  width: 9px;
  height: 9px;
  background: #fff;
  border-bottom: 1px solid #7d663b;
  border-right: 1px solid #7d663b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: -5px;
  left: calc(50% - 3px);
}
@media all and (min-width: 751px) {
  .c-head01::before {
    left: calc(50% - 220px);
    right: calc(50% - 220px);
  }
}

@media all and (min-width: 751px) {
  .logo {
    width: 11vw;
    height: 2.44vw;
  }
  .ico-basket,
  .ico-account {
    width: 5.56vw;
    height: 5.56vw;
  }
}
.c-head02 {
  position: relative;
  color: #58482a;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media all and (max-width: 750px) {
  .c-head02 {
    font-size: 2.4rem;
    margin-bottom: 1.4em;
    text-align: center;
    padding-bottom: 10px;
  }
  .c-head02::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: calc(50% - 55px);
    width: 110px;
    height: 1px;
    background: #58482a;
  }
}
@media all and (min-width: 751px) {
  .c-head02 {
    font-size: 3rem;
    margin-bottom: 1.8em;
    padding-right: 150px;
    display: inline-block;
  }
  .c-head02::after {
    position: absolute;
    content: "";
    top: calc(50% + 2px);
    right: 0;
    width: 110px;
    height: 1px;
    background: #58482a;
  }
}

.c-head03 {
  margin-bottom: 2em;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  color: #58482a;
  text-align: center;
}
.c-head03_jp {
  font-size: 1.6rem;
}
@media all and (max-width: 750px) {
  .c-head03 {
    margin-bottom: 1em;
  }
}

.c-head04 {
  position: relative;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #58482a;
  border-bottom: 1px solid #58482a;
}
@media all and (max-width: 750px) {
  .c-head04 {
    margin-bottom: 0.5em;
  }
}

.c-archive01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-archive01-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
}
.c-archive01-item__img {
  width: 60vw;
  height: 45vw;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-archive01-item__img img {
  max-width: 200vw;
  width: auto;
  min-height: 45vw;
  max-height: 45vw;
}
.c-archive01-item__text {
  padding: 10px;
}
.c-archive01-item__head {
  line-height: 1.3333333333;
}
.c-archive01-item__description {
  line-height: 1.7142857143;
}
.c-archive01-item__head a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-archive01-item__head a:hover {
  background: #efefef;
}
.c-archive01-cat__list a {
  color: #fff;
  background: #58482a;
  line-height: 1;
  padding: 3px 7px 4px;
  font-size: 0.9em;
}
.c-archive01-cat__list a:hover {
  background: #999;
}
.c-archive01-cat__list li:nth-child(2n) a {
  background: #e5006e;
}
.c-archive01-cat__list li:nth-child(2n) a:hover {
  background: #999;
}
@media all and (max-width: 750px) {
  .c-archive01-item {
    margin: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-archive01-item__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-archive01-item__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-archive01-item__head {
    font-size: 1.2em;
  }
  .c-archive01-item__description {
    margin-top: 0.25em;
    font-size: 0.9em;
  }
  .c-archive01-cat__list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-archive01-cat__list a {
    display: inline-block;
    text-align: center;
  }
}
@media all and (min-width: 751px) {
  .c-archive01-list {
    width: 98vw;
    max-width: 1000px;
    margin: 40px auto;
    gap: 30px;
  }
  .c-archive01-item {
    width: calc((100% - 60px) / 3);
  }
  .c-archive01-item__img {
    width: 100%;
    height: 230px;
  }
  .c-archive01-item__img img {
    min-height: 230px;
    max-height: 230px;
  }
  .c-archive01-item__head {
    padding: 10px 0 5px;
    font-size: 1.8rem;
  }
  .c-archive01-item__description {
    font-size: 1.4rem;
  }
  .c-archive01-cat__list {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
  .c-archive01-cat__list li {
    margin-bottom: 7px;
  }
  .c-archive01-cat__list a {
    display: inline-block;
  }
}

.c-archive02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.c-archive02__item {
  width: calc(50% - 15px);
}
.c-archive02__img {
  display: block;
}
.c-archive02__img img {
  display: block;
  border: 1px solid rgba(204, 204, 204, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-archive02__img img:hover {
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.c-archive02__head {
  font-size: 1.1em;
  line-height: 1.6;
}
.c-archive02__head a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-archive02__head a:hover {
  background: #efefef;
}
@media all and (min-width: 751px) {
  .c-archive02__list {
    gap: 50px;
  }
  .c-archive02__item {
    width: calc((100% - 100px) / 3);
  }
}

/*
<div class="c-pagenav01">
<span aria-current="page" class="page-numbers current">1</span>
<a class="page-numbers" href="https://alphheim.net/cms/column/page/2/">2</a>
<a class="next page-numbers" href="https://alphheim.net/cms/column/page/2/">次へ »</a>
</div>


<nav class="c-pagenav02">
<div class="c-pagenav02__inner">
<div class="next"><a href="https://alphheim.net/cms/2023/02/10/9/" rel="prev">前の記事</a></div>
<div class="list"><a href="https://alphheim.net/cms/blog/">一覧に戻る</a></div>
<div class="prev"></div>
</div>
</nav>
*/
.c-pagenav01 {
  margin-top: 4em;
  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;
  gap: 10px;
}
.c-pagenav01 .page-numbers {
  border: 1px solid #ccc;
  padding: 0.5em;
  display: block;
  line-height: 1;
  font-size: 0.9em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-pagenav01 .current {
  background: #efefef;
}
.c-pagenav01 a:hover {
  background: #efefef;
}

.c-pagenav02 {
  margin-top: 4em;
}
.c-pagenav02__inner {
  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;
  gap: 10px;
}
.c-pagenav02__inner a {
  border: 1px solid #ccc;
  padding: 0.5em 2em;
  display: block;
  line-height: 1;
  font-size: 0.9em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-pagenav02__inner a:hover {
  background: #efefef;
}

body.page-template-default main p + p {
  margin-top: 1.5em;
}

.mainarticle h2:not([class]) {
  font-size: 1.2em;
  font-weight: 700;
}
.mainarticle h3:not([class]) {
  font-size: 1.1em;
  font-weight: 700;
}
.mainarticle * + h2 {
  margin-top: 2em;
}
.mainarticle * + h3 {
  margin-top: 0.5em;
}

@media all and (min-width: 751px) {
  .under .c-head02 {
    margin-left: -40px;
  }
}
@media all and (max-width: 1050px) {
  .under .c-head02 {
    margin-left: 0;
  }
}
.under dl dt {
  position: relative;
  margin-bottom: 0.3em;
  font-weight: 600;
  font-size: 1.1em;
  padding-left: 1.5em;
  line-height: 1.5;
  color: #7d663b;
}
.under dl dt::before {
  position: absolute;
  content: "";
  top: 14px;
  left: 0;
  width: 20px;
  height: 2px;
  background: #7d663b;
}
.under dl dd {
  margin-bottom: 3em;
}
.under table:not([class]) {
  width: auto;
}
.under table:not([class]) th, .under table:not([class]) td {
  padding: 0.3em 1em;
  border: 1px solid #ccc;
  background: #fff;
}
.under table:not([class]) th {
  background: #efefef;
}

.single-content {
  position: relative;
}
.single-content h2 {
  position: relative;
  font-size: 1.35em;
  font-weight: 600;
  color: #58482a;
  padding-left: 1.1em;
  line-height: 1.5;
}
.single-content h2::before {
  position: absolute;
  content: "";
  top: 0.4em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background: #58482a;
}
.single-content h3 {
  position: relative;
  font-size: 1.25em;
  font-weight: 600;
  color: #7d663b;
  padding-left: 1.1em;
  line-height: 1.5;
}
.single-content h3::before {
  position: absolute;
  content: "";
  top: 0.8em;
  left: 0;
  width: 0.8em;
  height: 2px;
  background: #7d663b;
}
.single-content h4 {
  position: relative;
  padding: 0.2em 0.5em;
  font-size: 1.1em;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  background: #7d663b;
}
.single-content h5 {
  position: relative;
  font-size: 1.1em;
  font-weight: 600;
  color: #7d663b;
  line-height: 1.5;
  padding-left: 1em;
}
.single-content h5::before {
  position: absolute;
  content: "";
  top: 0.6em;
  left: 0.5em;
  width: 3px;
  height: 3px;
  background: #7d663b;
}
.single-content h6 {
  position: relative;
  font-size: 1.1em;
  font-weight: 600;
  color: #58482a;
  line-height: 1.5;
}
.single-content p {
  margin-bottom: 2em;
}
.single-content * + * {
  margin-top: 0.5em;
}
.single-content li + li {
  margin-top: 0.2em;
}

.l-contents.under article {
  position: relative;
  background: #fff;
}
.l-contents.under article::before {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: #fff;
}

.single-header__meta {
  margin-bottom: 1em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 6px;
}
@media all and (max-width: 750px) {
  .single-header__meta .c-archive01-cat__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* common
================================================ */
/* .l-header
	<header class="l-header js-header">
	</header>
================================================ */
.l-header {
  width: 100%;
}
@media all and (max-width: 750px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    min-width: 320px;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
  }
  .l-header__inner {
    position: relative;
    padding-top: 5px;
    padding-left: 10px;
  }
  .l-header__logo {
    width: 45px;
  }
}
@media all and (min-width: 751px) {
  .l-header {
    position: relative;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 9;
  }
  .l-header__inner {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* .l-nav-btn
================================================== */
@media all and (max-width: 750px) {
  .l-nav-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 65px;
    height: 60px;
    cursor: pointer;
  }
  .l-nav-btn__line {
    position: absolute;
    right: 15px;
    width: 35px;
    height: 1px;
    border-radius: 4px;
    content: "";
    background: #58482a;
    z-index: 999999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-nav-btn__line:nth-child(1) {
    top: 24px;
  }
  .l-nav-btn__line:nth-child(2) {
    top: 38px;
  }
  .l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
    top: 32px;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
    top: 32px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
}

/* .l-nav

================================================ */
.l-nav {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (max-width: 750px) {
  .l-nav {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99999;
    width: 100%;
    min-width: 320px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    font-size: 1.6rem;
    overflow: auto;
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-nav__wrap {
    position: relative;
    padding-bottom: 30px;
    width: 100%;
    height: calc(100vh - 30px);
    background: #fff;
    z-index: 99999;
  }
}

/* .l-nav-list
================================================== */
.l-nav-list {
  position: relative;
}
.l-nav-list a {
  position: relative;
  display: block;
}
.l-nav-list__item a {
  line-height: 1.3333333333;
  font-size: 1.6rem;
  text-decoration: none;
  color: #58482a;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-nav-list__item a.is-active, .l-nav-list__item a:hover {
  color: #e5006e;
}
@media all and (max-width: 750px) {
  .l-nav-list {
    padding: 20px 20px 15px;
    text-align: left;
  }
  .l-nav-list a {
    padding: 1em;
    text-align: center;
  }
  .l-nav-list__item + .l-nav-list__item {
    border-top: 1px solid #aba79e;
  }
}
@media all and (min-width: 751px) {
  .l-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 0 1.5em;
  }
  .l-nav-list__item a {
    padding: 4px 0;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.025em;
  }
}
@media (min-width: 751px) and (max-width: 900px) {
  .l-nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 15px;
  }
  .l-nav-list__item a {
    font-size: 1.5rem;
  }
}
.l-nav-list .is-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
}
.l-nav-list .btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  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;
  line-height: 1;
  background: #e5006e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-nav-list .btn:hover {
  opacity: 1;
  background: #aba79e;
}
.l-nav-list .btn:hover img {
  opacity: 1;
}
.l-nav-list :hover .btn {
  opacity: 1;
  background: #aba79e;
}
.l-nav-list :hover .btn img {
  opacity: 1;
}
@media all and (max-width: 750px) {
  body.is-open .l-header {
    background: #fff;
  }
}
/* .l-nav-overlay
================================================ */
.l-nav-overlay {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
@media all and (min-width: 751px) {
  .l-nav-overlay {
    display: none !important;
  }
}

.l-footer {
  position: relative;
  margin-top: 150px;
}
.l-footer .btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  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;
  line-height: 1;
  background: #e5006e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-footer .btn img {
  width: 16px;
}
.l-footer .btn:hover {
  opacity: 1;
  background: #aba79e;
}
.l-footer .btn:hover img {
  opacity: 1;
}
.l-footer .btn:hover {
  opacity: 1;
  background: #aba79e;
}
.l-footer .btn:hover img {
  opacity: 1;
}
.l-footer .contact {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.l-footer .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: #7d663b;
}
.l-footer .footer-logo .name {
  font-size: 1.8rem;
}
.l-footer .footer-logo .name span {
  color: #e5006e;
}
.l-footer .footer-logo .address {
  font-size: 1.4rem;
}
.l-footer .footer-logo .tel {
  padding: 2px 0 4px 25px;
  font-size: 2.4rem;
  line-height: 1;
  background: url(../img/common/ico_tel.png) center left/21px no-repeat;
}
.l-footer_nav {
  border-left: 1px solid #7d663b;
  padding: 5px 50px;
  margin-left: 50px;
}
.l-footer_nav a {
  font-size: 1.6rem;
  font-weight: 600;
  color: #7d663b;
  letter-spacing: 0.05em;
}
.l-footer_nav a:hover {
  color: #e5006e;
}
@media all and (max-width: 750px) {
  .l-footer {
    margin-top: 50px;
  }
  .l-footer_nav {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .l-footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer .tb {
    display: none;
  }
}
@media (max-width: 1000px) {
  .l-footer .tb {
    display: block;
  }
}

.copyrights {
  padding: 2em 0;
  font-size: 1.2rem;
  color: #7d663b;
}
.copyrights small {
  display: block;
}
@media all and (max-width: 750px) {
  .copyrights small {
    margin-top: 1em;
  }
}
@media all and (min-width: 751px) {
  .copyrights .copyrights-wrap {
    position: relative;
  }
  .copyrights .copyrights-wrap a {
    position: absolute;
    top: 0;
    left: 0;
    tetx-align: left;
  }
  .copyrights .copyrights-wrap a:hover {
    color: #e5006e;
  }
  .copyrights .copyrights-wrap small {
    text-align: center;
  }
}

.pagetop {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  bottom: 0px;
  right: 30px;
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  cursor: pointer;
  border: 1px solid #58482a;
  border-radius: 50%;
}
@media all and (max-width: 750px) {
  .pagetop {
    right: 10px;
  }
}
.pagetop img {
  width: 25px;
}

.home-mv__wrap {
  position: relative;
}
.home-mv__text h1 {
  line-height: 1.9285714286;
  color: #7d663b;
  text-align: center;
  letter-spacing: 0.05em;
}
.home-mv__text h1 span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(96%, transparent), color-stop(0%, #7d663b));
  background-image: linear-gradient(transparent 96%, #7d663b 0%);
}
.home-mv__text h1 span.red {
  color: #e5006e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(96%, transparent), color-stop(0%, #e5006e));
  background-image: linear-gradient(transparent 96%, #e5006e 0%);
}
.home-mv__text .mark {
  text-align: center;
}
@media all and (min-width: 751px) {
  .home-mv {
    margin-top: -100px;
    margin-bottom: 70px;
    z-index: 1;
  }
  .home-mv__text {
    position: absolute;
    background: rgba(255, 255, 255, 0.73);
    top: 0;
    bottom: 0;
    left: 0;
    width: 42%;
    z-index: 2;
  }
  .home-mv__text h1 {
    padding-top: 160px;
    font-size: 2.8rem;
  }
  .home-mv__text .mark {
    margin-left: 30px;
    margin-top: 130px;
  }
}
@media all and (max-width: 1200px) {
  .home-mv__text h1 {
    padding-top: 13vw;
    font-size: 2.4vw;
  }
  .home-mv__text .mark {
    margin-top: 10vw;
  }
  .home-mv__text .mark img {
    width: 9vw;
  }
}
@media all and (max-width: 750px) {
  .home-mv {
    margin-top: -60px;
    margin-bottom: 40px;
  }
  .home-mv__text {
    background: #fdf8f5;
    padding: 2vw 5vw 5vw;
  }
  .home-mv__text h1 {
    padding-top: 0;
    font-size: 5vw;
  }
  .home-mv__text .mark {
    margin-top: 5vw;
  }
  .home-mv__text .mark img {
    width: 12vw;
  }
}

/* helper
================================================ */
.js-c-toggle-trigger {
  cursor: pointer;
}

.js-c-toggle-content {
  display: none;
}
.js-c-toggle-content.is-active {
  display: block;
}

/* page
@import "06_page/_column.scss";
@import "06_page/_flow.scss";

@import "06_page/_profile.scss";
@import "06_page/_work.scss";
================================================ */
.home .l-header__logo img {
  display: none;
}

.about-main {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eef3e9));
  background: linear-gradient(to bottom, #ffffff 0%, #eef3e9 100%);
}
@media all and (min-width: 751px) {
  .about-main::before {
    position: absolute;
    content: "";
    top: 300px;
    left: 0;
    width: 636px;
    height: 385px;
    background: url(../img/common/bg_wood01.png) 0 0/100% no-repeat;
  }
}
.about-main::after {
  position: absolute;
  content: "";
  bottom: 30px;
  right: 30px;
  width: 358px;
  height: 300px;
  background: url(../img/common/bg_wood02.png) 0 0/100% no-repeat;
}
.about-main div {
  position: relative;
}
.about-main .about-main__txt {
  line-height: 2.3;
}
.about-main .about-main__name {
  text-align: right;
  margin-top: 50px;
}
@media all and (max-width: 750px) {
  .about-main {
    padding: 0 25px 30px;
  }
  .about-main::after {
    bottom: 10px;
    right: 10px;
    width: 179px;
    height: 150px;
    background: url(../img/common/bg_wood02.png) 0 0/100% no-repeat;
  }
}

.about-fees {
  margin-top: 110px;
}
.about-fees .fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-fees .fee table {
  width: auto;
  border-collapse: collapse;
}
.about-fees .fee tr {
  border: 1px solid #eef3e9;
}
.about-fees .fee th {
  padding: 0.5em 2em;
  color: #fff;
  font-size: 1.7rem;
}
.about-fees .fee td {
  padding: 0.5em 1em;
  background: #fff;
}
.about-fees .fee td.td1 {
  padding-left: 2em;
}
.about-fees .fee td.td2 {
  text-align: right;
  padding-right: 2em;
}
.about-fees .fee01 th {
  background: #a5d56c;
}
.about-fees .fee02 th {
  background: #7fcef4;
}
@media all and (max-width: 750px) {
  .about-fees {
    margin-top: 60px;
  }
  .about-fees .fee td.td1 {
    padding-left: 1em;
  }
  .about-fees .fee td.td2 {
    padding-right: 1em;
  }
}

.about-main02 {
  position: relative;
  padding: 0 0 20px 20px;
}
.about-main02::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0px;
  right: 0;
  bottom: 0px;
  background: #f4eae3;
}
.about-main02 img {
  position: relative;
}

@media all and (min-width: 751px) {
  .about-main__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-main01 {
    padding: 20px 35px 0 50px;
  }
  .about-main02 {
    padding: 0 0 50px 50px;
  }
}
@media all and (max-width: 750px) {
  .about-main .about-main__wrap {
    position: relative;
    padding-bottom: 150px;
  }
  .about-main .about-main__wrap::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -20px;
    width: 318px;
    height: 193px;
    background: url(../img/common/bg_wood01.png) 0 0/100% no-repeat;
  }
  .about-main .about-main__name {
    margin: 10px 0;
  }
  .about-main .about-main__name img {
    width: 150px;
  }
}
.about-fixtures {
  margin-top: 60px;
  padding-bottom: 100px;
}
@media all and (max-width: 750px) {
  .about-fixtures {
    margin-top: 60px;
  }
}
.about-fixtures__text {
  width: 80%;
  max-width: 680px;
  margin: auto;
  font-size: 0.9em;
}
@media all and (max-width: 750px) {
  .about-fixtures__list li {
    position: relative;
    padding-left: 1em;
  }
  .about-fixtures__list li::before {
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
  }
}
@media all and (min-width: 751px) {
  .about-fixtures__list li {
    display: inline-block;
  }
  .about-fixtures__list li::after {
    content: " / ";
  }
}

@media all and (min-width: 751px) {
  .wpcf7 table {
    border-collapse: separate;
    border-spacing: 15px;
  }
  .wpcf7 th {
    width: 20%;
    color: #fff;
    background: #7d663b;
    padding: 0.5em 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .wpcf7 td {
    width: 80%;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.wpcf7 .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form-control-wrap textarea {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 1.6rem;
  padding: 0.6em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 750px) {
  .wpcf7 th, .wpcf7 td {
    display: block;
  }
  .wpcf7 td {
    margin-bottom: 1em;
  }
}

.wpcf7cp-btns,
.contact-btn {
  margin-top: 20px;
  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;
  gap: 20px 50px;
}

.wpcf7cp-btns button,
.wpcf7-submit {
  display: block;
  padding: 1em 2em;
  color: #fff;
  background: #e5006e;
  line-height: 1;
  font-size: 1.1em;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.wpcf7cp-cfm-edit-btn {
  font-size: 1em;
  color: #333 !important;
  background: #efefef !important;
}