@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
/* ==================================
    共通箇所
================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
html {
  font-size: 72.5%;
}

body {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-image: url(../images/common/main_bg02.png);
  background-repeat: repeat;
  background-position: left top;
  font-family: "游ゴシック", "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #242524;
  letter-spacing: 0px;
}

.outer {
  max-width: 100%;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #343030;
  text-decoration: none;
}

a:hover {
  opacity: .8;
  transition: all 0.2s ease-out;
}

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

.__sp {
  display: none;
}

object {
  pointer-events: none;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .__sp {
    display: block;
  }
  .__pc {
    display: none;
  }
}

/* ==================================
    MAIN CONTENTS
================================== */
.main-container {
  position: relative;
  z-index: 10;
}

.color_bg_gray {
  background-color: #f0f3f2;
}

.color_bg_write {
  background-color: #fff;
}

.inner-box {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.pageTop {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 5.625vw;
  bottom: 15.9375vw;
  z-index: 100;
}

.fixed-button {
  display: none;
}

@media screen and (max-width: 768px) {
  .pageTop {
    position: fixed;
    width: 10.66667vw;
    height: 10.66667vw;
    right: 8vw;
    bottom: 26.66667vw;
    z-index: 1000;
  }
  .fixed-button {
    display: flex;
    justify-content: flex-start;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
  }
  .fixed-button__style {
    width: 33.3%;
  }
  .fixed-button__style--link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 15.625vw;
    font-size: 3.125vw;
    font-weight: 400;
    color: #ffffff;
  }
  .fixed-button__style.button-style01 {
    padding-left: 9.11458vw;
    background-color: #166fc2;
    background-image: url(../images/icon/tel_icon.svg);
    background-repeat: no-repeat;
    background-position: 4.6875vw center;
    background-size: 3.90625vw 5.20833vw;
  }
  .fixed-button__style.button-style02 {
    padding-left: 9.89583vw;
    background-color: #f2a040;
    background-image: url(../images/icon/mail_icon02.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-position: 4.03646vw center;
    background-size: 4.94792vw 3.51562vw;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .fixed-button__style.button-style03 {
    padding-left: 10.41667vw;
    background-color: #00b900;
    background-image: url(../images/icon/line_icon.svg);
    background-repeat: no-repeat;
    background-position: 3.51562vw center;
    background-size: 6.25vw 5.98958vw;
  }
}

.marker {
  background-color: #fff29a;
  font-weight: bold;
  color: #1570c5;
}

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

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: sans-serif;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul,
nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  font-size: 0px;
  line-height: 0px;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style: none;
}

input[type="button"],
input[type="submit"],
input[type="text"] {
  -webkit-appearance: none;
}

figure {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

/*utility*/
.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml12 {
  margin-left: 12px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.pt05 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr05 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l,
td.txt_l,
.txt_l td {
  text-align: left;
}

.txt_r,
td.txt_r,
.txt_r td {
  text-align: right;
}

.txt_c,
td.txt_c,
.txt_c td {
  text-align: center;
}

.valign_t,
td.valign_t,
.valign_t td {
  vertical-align: top;
}

.valign_m,
td.valign_m,
.valign_m td {
  vertical-align: middle;
}

.valign_b,
td.valign_b,
.valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.ft_b {
  font-weight: bold;
}

.ft_13px {
  font-size: 1.3rem;
}

.ft_14px {
  font-size: 1.4rem;
}

.ft_15px {
  font-size: 1.5rem;
}

.ft_16px {
  font-size: 1.6rem;
}

.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0em !important;
}

/* ページ　画像 */
.alignright {
  float: right;
  margin: 0 0 5% 30px;
}

.alignright:after {
  float: right;
  margin: 0 0 5% 30px;
}

.alignleft {
  float: left;
  margin: 0 30px 1% 0px;
}

.alignleft:after {
  float: left;
  margin: 0 30px 5% 0px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.red_txt {
  color: #fa6b88;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.page-titleHeader {
  margin-top: 94px;
}

.page-titleHeader__text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.page-titleHeader__text--english {
  font-family: "Marcellus", "游ゴシック", "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 5.4rem;
  line-height: 1.1;
  letter-spacing: 1.89px;
  color: #5b774f;
}

.page-titleHeader__text--japanese {
  display: block;
  margin-top: 23px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.36px;
  color: #242524;
}

.category-titleHeader {
  width: 100%;
  border-top: 2px solid #677f5d;
  border-bottom: 1px solid #677f5d;
  margin-top: 120px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}

.category-titleHeader:first-of-type {
  margin-top: 0px;
}

.category-titleHeader__text {
  font-family: "Marcellus", "游ゴシック", "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
  letter-spacing: 3.5px;
  color: #5b774f;
}

@media screen and (max-width: 1480px) {
  .page-titleHeader {
    margin-top: 6.35135vw;
  }
  .page-titleHeader__text--english {
    font-size: 5.4rem;
  }
  .page-titleHeader__text--japanese {
    margin-top: 23px;
    font-size: 1.8rem;
  }
  .category-titleHeader {
    margin-top: 8.10811vw;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .category-titleHeader__text {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .page-titleHeader {
    margin-top: 7.83333vw;
  }
  .page-titleHeader__text--english {
    font-size: 4.5vw;
  }
  .page-titleHeader__text--japanese {
    margin-top: 1.91667vw;
    font-size: 1.5vw;
  }
  .category-titleHeader {
    margin-top: 10vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  .category-titleHeader__text {
    font-size: 2.91667vw;
  }
}

@media screen and (max-width: 992px) {
  .page-titleHeader {
    margin-top: 9.47581vw;
  }
  .page-titleHeader__text--english {
    font-size: 5.44355vw;
  }
  .page-titleHeader__text--japanese {
    margin-top: 2.31855vw;
    font-size: 1.81452vw;
  }
  .category-titleHeader {
    margin-top: 12.09677vw;
    padding-top: 2.41935vw;
    padding-bottom: 2.41935vw;
  }
  .category-titleHeader__text {
    font-size: 3.52823vw;
  }
}

@media screen and (max-width: 768px) {
  .page-titleHeader {
    margin-top: 12.23958vw;
  }
  .page-titleHeader__text--english {
    font-size: 7.03125vw;
  }
  .page-titleHeader__text--japanese {
    margin-top: 2.99479vw;
    font-size: 4.16667vw;
  }
  .category-titleHeader {
    margin-top: 15.625vw;
    padding-top: 5.46875vw;
    padding-bottom: 5.46875vw;
  }
  .category-titleHeader__text {
    font-size: 6.25vw;
  }
}

/* ==================================
    ボタンデザイン
================================== */
.nav_button {
  display: none;
}

.nav-button {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  width: 50px;
  margin-left: 17px;
  z-index: 1000;
}

.nav-button__panelText {
  display: block;
  position: relative;
  margin-top: 11px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  color: #242524;
  word-break: keep-all;
}

.nav-button__panel {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.nav-button__panel:hover {
  opacity: 1;
}

.nav-button__iconBox {
  display: block;
  position: relative;
  width: 40px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.nav-button__iconBox--icon {
  z-index: 2000;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #242524;
}

.nav-button__iconBox--icon::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #242524;
  transition: .5s;
}

.nav-button__iconBox--icon::after {
  display: block;
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #242524;
  transition: .5s;
}

.open .nav-button__iconBox--icon {
  background: transparent;
  transition: .3s;
}

.open .nav-button__iconBox--icon::before {
  top: 0px;
  bottom: 0px;
  margin: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.open .nav-button__iconBox--icon::after {
  top: 0px;
  bottom: 0px;
  margin: auto;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.viewButton {
  display: flex;
  justify-content: center;
}

.viewButton__style {
  position: relative;
  padding-bottom: 15px;
  padding-left: 13px;
  padding-right: 13px;
  font-family: "Lato", "游ゴシック", "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.9px;
  text-align: left;
  color: #7d9274;
}

.viewButton__style::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7d9274;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.viewButton__style:hover::after {
  transform-origin: right top;
  transform: scale(0, 1);
}

@media screen and (max-width: 768px) {
  .open .nav_button {
    top: 11.71875vw;
    bottom: auto;
  }
  .open .nav_button__panel--icon {
    background-color: transparent;
  }
  .open .nav_button__panel--icon::before {
    top: 3.125vw;
    height: 0.52083vw;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .open .nav_button__panel--icon::after {
    top: 3.125vw;
    height: 0.52083vw;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .nav-button {
    width: auto;
    height: 9.76562vw;
    margin-left: 2.21354vw;
  }
  .nav-button__panel {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    width: auto;
    height: 100%;
  }
  .nav-button__panel:hover {
    opacity: 1;
  }
  .nav-button__panelText {
    margin-top: auto;
    font-size: 2.60417vw;
  }
  .nav-button__iconBox {
    width: 7.8125vw;
    height: 4.16667vw;
  }
  .nav-button__iconBox--icon {
    height: 2px;
  }
  .nav-button__iconBox--icon::before {
    top: 2.08333vw;
  }
  .nav-button__iconBox--icon::after {
    top: 4.16667vw;
    height: 2px;
  }
  .open .nav-button {
    width: auto;
    margin-left: 2.21354vw;
  }
  .open .nav-button__iconBox--icon::before {
    top: 0px;
    bottom: 0px;
    margin: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .open .nav-button__iconBox--icon::after {
    top: 0px;
    bottom: 0px;
    margin: auto;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}

.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  top: 0;
  left: 0;
}

.zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 2px;
  margin: 10px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  height: 100vh;
  transition: all 0.2s;
  transform: translateY(-100%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  padding-bottom: 13.33333vw;
  background-image: url(../images/common/main_bg.png);
  background-repeat: repeat;
  background-position: left top;
  overflow-y: auto;
  overflow-x: hidden;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translateY(0%);
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper .nav_cnt {
  display: block;
  width: 100%;
}

.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.sp-nav {
  position: absolute;
  width: 100%;
  top: calc(50% - 50px);
  transform: translateY(-50%);
}

.sp-nav__logo {
  width: 52.21354vw;
  margin-left: auto;
  margin-right: auto;
}

.sp-nav__list {
  width: 100%;
  margin-top: 7.8125vw;
}

.sp-nav__item {
  width: 100%;
  margin-top: 5.20833vw;
  text-align: center;
}

.sp-nav__item--link {
  position: relative;
  font-size: 4.6875vw;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.54px;
  color: #494949;
}

.sp-nav-Instagram {
  margin-top: 7.8125vw;
  width: 180px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
}

.sp-nav-Instagram__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-top: 1px solid #a8b7a7;
  border-bottom: 1px solid #a8b7a7;
}

.sp-nav-Instagram__button--text {
  display: inline-block;
  padding-left: 34px;
  background-image: url(../images/icon/insta_icon.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 21px auto;
  font-family: "Marcellus", "游ゴシック", "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 24px;
  letter-spacing: 0em;
  color: #557a53;
}

.lower .sp-nav {
  position: absolute;
  width: 100%;
  top: calc(50% - 50px);
  transform: translateY(-50%);
}

.lower .sp-nav__logo {
  width: 298px;
  margin-left: auto;
  margin-right: auto;
}

.lower .sp-nav__list {
  width: 100%;
  margin-top: 60px;
}

.lower .sp-nav__item {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.lower .sp-nav__item--link {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.54px;
  color: #494949;
}

.lower .sp-nav-Instagram {
  margin-top: 50px;
  width: 180px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
}

.lower .sp-nav-Instagram__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-top: 1px solid #a8b7a7;
  border-bottom: 1px solid #a8b7a7;
}

.lower .sp-nav-Instagram__button--text {
  display: inline-block;
  padding-left: 34px;
  background-image: url(../images/icon/insta_icon.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 21px auto;
  font-family: "Marcellus", "游ゴシック", "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 24px;
  letter-spacing: 0em;
  color: #557a53;
}

@media screen and (max-width: 1200px) {
  .lower .sp-nav__logo {
    width: 298px;
  }
  .lower .sp-nav__list {
    margin-top: 5vw;
  }
  .lower .sp-nav__item {
    margin-top: 1.66667vw;
  }
  .lower .sp-nav__item--link {
    font-size: 1.6rem;
  }
  .lower .sp-nav-Instagram {
    margin-top: 3.33333vw;
    width: 180px;
    height: 44px;
  }
  .lower .sp-nav-Instagram__button--text {
    padding-left: 34px;
    background-size: 21px auto;
    font-size: 1.7rem;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .lower .sp-nav__logo {
    width: 52.21354vw;
  }
  .lower .sp-nav__list {
    margin-top: 7.8125vw;
  }
  .lower .sp-nav__item {
    margin-top: 3.25521vw;
  }
  .lower .sp-nav__item--link {
    font-size: 4.16667vw;
  }
  .lower .sp-nav-Instagram {
    margin-top: 5.20833vw;
    width: 180px;
    height: 44px;
  }
  .lower .sp-nav-Instagram__button--text {
    padding-left: 34px;
    background-size: 21px auto;
    font-size: 1.7rem;
    line-height: 24px;
  }
}

/* ==================================
    共通箇所
================================== */
