@charset "UTF-8";
/*
Theme Name:green spot
Theme URL:https://greenspot.co.jp/
Description:flower obje green spot Webサイト
Author:ZenK Link
Version:1.0.0
*/
/* ==================================================
   RESET
================================================== */
/* --------------------------------------------------
   BOX MODEL
-------------------------------------------------- */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
/* --------------------------------------------------
   DOCUMENT
-------------------------------------------------- */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* --------------------------------------------------
   SECTIONS
-------------------------------------------------- */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* --------------------------------------------------
   VERTICAL RHYTHM
-------------------------------------------------- */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
/* --------------------------------------------------
   HEADINGS
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/* --------------------------------------------------
   LISTS
-------------------------------------------------- */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* --------------------------------------------------
   DEFINITION LISTS
-------------------------------------------------- */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* --------------------------------------------------
   GROUPING CONTENT
-------------------------------------------------- */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* --------------------------------------------------
   TEXT SEMANTICS
-------------------------------------------------- */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* --------------------------------------------------
   REPLACED CONTENT
-------------------------------------------------- */
/**
 * Prevent vertical alignment issues.
 */
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
/* --------------------------------------------------
   FORMS
-------------------------------------------------- */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
/**
 * Correct cursors for clickable elements.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default;
}
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */ :-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* --------------------------------------------------
   INTERACTIVE
-------------------------------------------------- */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}
/* --------------------------------------------------
   TABLES
-------------------------------------------------- */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
/* ==================================================
   COMMON
================================================== */
/* --------------------------------------------------
   WEB FONTS
-------------------------------------------------- */
@font-face {
  font-family: "LINE Seed";
  src: url("assets/fonts/LINESeedJP_TTF_Rg.eot");
  src: url("assets/fonts/LINESeedJP_TTF_Rg.eot?iefix") format("eot"), url("assets/fonts/LINESeedJP_OTF_Rg.woff") format("woff"), url("assets/fonts/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("assets/fonts/LINESeedJP_TTF_Rg.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "LINE Seed";
  src: url("assets/fonts/LINESeedJP_TTF_Bd.eot");
  src: url("assets/fonts/LINESeedJP_TTF_Bd.eot?iefix") format("eot"), url("assets/fonts/LINESeedJP_OTF_Bd.woff") format("woff"), url("assets/fonts/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("assets/fonts/LINESeedJP_TTF_Bd") format("truetype");
  font-weight: 700;
}
/* --------------------------------------------------
   BASE UTILITIES
-------------------------------------------------- */
html {
  scroll-behavior: smooth;
}
.screen_reader_text {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  margin: -1px;
  padding: 0;
  border: 0;
}
/* ==================================================
   SMARTPHONE（〜767px）
================================================== */
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    position: relative;
    background: #FFF;
    font-family: "LINE Seed", sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1em;
    letter-spacing: 0.08em;
    color: #231815;
    margin: 0;
  }
  .en {
    font-family: avenir-lt-pro, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1rem;
    line-height: 1em;
    letter-spacing: 0.02em;
  }
  .sp_none {
    display: none !important;
  }
  .cloudsecure-wp-captcha-block label {
    display: block !important;
    padding-bottom: 3vw !important;
  }
  .cloudsecure-wp-captcha-block input {
    width: 100% !important;
    box-sizing: border-box;
  }
  #cn-notice-text {
    text-align: left;
  }
  /* --------------------------------------------------
     HEADER
  -------------------------------------------------- */
  #header {
    position: absolute;
    z-index: 9999;
    width: 60%;
    margin: 8.5vw 0 0 5%;
  }
  .header_wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .header_logo {
    width: 100%;
    display: block;
  }
  #header h1 {
    font-weight: 700;
    font-size: 0.55rem;
    line-height: 1.4em;
    color: #FFF;
    white-space: nowrap;
    padding-bottom: 2vw;
  }
  .header_logo a {
    display: block;
  }
  .header_logo a img {
    width: 100%;
    height: auto;
  }
  .openbtn {
    position: fixed;
    top: 8vw;
    right: 5%;
    z-index: 9999;
    cursor: pointer;
    width: 55px;
    height: 55px;
  }
  .openbtn_inner {
    width: 70%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .openbtn_inner span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #FFF;
    transition: all 0.4s;
  }
  .openbtn_inner span:nth-of-type(1) {
    width: 145%;
    top: 0;
    left: -45%;
  }
  .openbtn_inner span:nth-of-type(2) {
    display: none;
  }
  .openbtn_inner span:nth-of-type(3) {
    top: 18px;
  }
  .openbtn.is-show span, .openbtn.transform span {
    background: #231815;
  }
  .openbtn.active span {
    background: #FFF;
  }
  .openbtn.active span:nth-of-type(1) {
    width: 100%;
    left: 0;
    transform: translateY(9px) rotate(-45deg);
  }
  .openbtn.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  /* --------------------------------------------------
     GLOBAL NAVIGATION
  -------------------------------------------------- */
  #gnav.panelactive {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100dvh;
    margin-left: -5%;
  }
  .circle_bg {
    position: fixed;
    z-index: 99;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #231815;
    transform: scale(0);
    top: calc(50% - 27.5px);
    left: calc(50% - 27.5px);
    transition: all 0.6s;
  }
  .circle_bg.circleactive {
    transform: scale(55);
  }
  #gnav_list {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #gnav.panelactive #gnav_list {
    display: block;
  }
  .gnav_list_wrapper {
    width: 80%;
    position: relative;
    z-index: 999;
    top: auto;
    left: auto;
    transform: none;
    margin: 25vw auto 15vw;
  }
  .gnav_list_inner {
    width: 100%;
    display: block;
  }
  .gnav_list_inner:nth-of-type(2) {
    border-top: 2px solid #FFF;
    margin-top: 10vw;
    padding-top: 5vw;
  }
  .gnav_list_inner:last-of-type {
    width: 100%;
    border: none;
    margin-top: 10vw;
    padding: 0;
  }
  .gnav_list_menu {
    width: 100%;
    margin-top: 10vw;
  }
  .gnav_list_menu:first-of-type {
    margin-top: 0;
  }
  .gnav_list_inner:nth-of-type(2) .gnav_list_menu {
    width: 100%;
  }
  .gnav_list_inner:nth-of-type(2) .gnav_list_menu ul {
    display: block;
  }
  .gnav_list_menu li {
    margin-top: 5vw;
  }
  .gnav_list_menu li:first-of-type, .gnav_list_inner:nth-of-type(2) .gnav_list_menu li:first-of-type {
    margin-top: 0;
  }
  .gnav_list_inner:nth-of-type(2) .gnav_list_menu li {
    margin: 5vw 0 0;
  }
  .gnav_list_menu li p {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 2.0em;
    color: #FFF;
    border-bottom: 2px solid #FFF;
  }
  .gnav_list_menu li a {
    display: block;
    font-weight: 700;
    line-height: 1.6em;
    color: #FFF;
  }
  .link_top_wrapper {
    width: 100%;
    margin-top: 10vw;
  }
  .link_top_wrapper a {
    display: block;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
    color: #FFF;
    border: 2px solid #FFF;
    padding: 5vw 5%;
  }
  .gnav_list_sns {
    width: 100%;
  }
  .gnav_list_sns ul {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .gnav_list_sns li {
    width: calc((100% - 25%) / 2);
    margin-right: 25%;
  }
  .gnav_list_sns li:last-of-type {
    margin-right: 0;
  }
  .gnav_list_sns li a {
    display: block;
  }
  .gnav_list_sns li a img {
    width: 100%;
    height: auto;
  }
  /* --------------------------------------------------
     COMMON LAYOUT
  -------------------------------------------------- */
  section {
    width: 100%;
    margin: 20vw 0 0;
    padding: 0;
  }
  .common_wrapper {
    width: 85%;
    margin: 0 auto;
    padding: 0;
  }
  .common_inner h2 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.6em;
  }
  .common_inner h2 span {
    display: block;
    font-size: 2.2rem;
    line-height: 1.4em;
    padding-bottom: 10vw;
  }
  .common_inner p {
    line-height: 1.8em;
    margin-top: 7.5vw;
  }
  .common_inner p:first-of-type {
    margin-top: 10vw;
  }
  .common_linkbtn_wrapper {
    width: 100%;
    min-width: 0;
    margin-top: 12vw;
  }
  .common_linkbtn_wrapper a {
    box-sizing: border-box;
    width: 100%;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
    display: block;
    background: #FFF;
    border: 2px solid #231815;
    padding: 5vw 7.5%;
  }
  .common_img_wrapper {
    width: 92.5%;
    margin: 0 0 0 auto;
    padding-top: 12vw;
  }
  .common_img_wrapper img, .common_fullimg_wrapper img, .common_video_wrapper video {
    width: 100%;
    height: auto;
  }
  .common_fullimg_wrapper, .common_video_wrapper {
    width: 100%;
    margin-top: 12vw;
  }
  /* --------------------------------------------------
     COMMON MEDIA
  -------------------------------------------------- */
  .common_media_wrapper, .common_media_wrapper:last-of-type {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 15vw;
  }
  .common_media_wrapper:last-of-type {
    margin-top: 15vw;
  }
  .common_media_image_wrapper, .common_media_txt_wrapper {
    width: 100%;
  }
  .common_media_image_wrapper img {
    width: 100%;
    height: auto;
  }
  .common_media_txt_wrapper {
    box-sizing: border-box;
    padding: 10vw 7.5% 0;
  }
  .common_media_txt_wrapper h3 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.6em;
    text-align: left;
  }
  .common_media_txt_wrapper p {
    width: 100%;
    line-height: 1.8em;
    margin: 7.5vw 0 0;
  }
  .common_media_txt_wrapper a {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
    display: block;
    background: #FFF;
    border: 2px solid #231815;
    margin: 10vw auto 0;
    padding: 5vw 7.5%;
  }
  .common_media_txt_wrapper a.line {
    color: #06C755;
    border-color: #06C755;
  }
  .common_media_txt_wrapper a.ig {
    color: #FF30C4;
    border-color: #FF30C4;
  }
  /* --------------------------------------------------
     FIRST VIEW
  -------------------------------------------------- */
  #fv {
    width: 100%;
    position: relative;
    margin-top: 0;
  }
  .fv_wrapper, .fv {
    width: 100%;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  .fv_logo_wrapper {
    width: 55%;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .fv_logo_wrapper img {
    width: 100%;
    height: auto;
  }
  .fv_ttl_wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgb(35 24 21 / 50%);
    transform: translate(-50%, -50%);
  }
  .fv_ttl_wrapper h1 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.6em;
    color: #FFF;
    text-align: center;
    padding: 6vw 5%;
  }
  /* --------------------------------------------------
     INFORMATION
  -------------------------------------------------- */
  .common_info_wrapper {
    width: 95%;
    position: absolute;
    bottom: -9vw;
    left: 0;
    z-index: 10;
    background: #FFF;
    box-shadow: 5px 0 20px rgb(0 0 0 / 25%);
  }
  .common_info_inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
  }
  .common_info_ttl {
    width: 18%;
    flex-shrink: 0;
    font-size: 1.2rem;
    line-height: 1.6em;
    text-align: center;
    border-right: 2px solid #231815;
    margin: 5vw 0;
    padding: 0;
  }
  .common_info_inner #slider02 {
    width: 85%;
    min-width: 0;
    overflow: hidden;
    padding: 0 5%;
  }
  .common_info_inner #slider02.slick-initialized {
    display: block;
  }
  .common_info_inner #slider02 .slick-list {
    width: 100%;
    overflow: hidden;
  }
  .common_info_inner #slider02 .slick-track {
    display: flex;
    align-items: center;
  }
  .common_info_inner #slider02 .slick-slide {
    height: auto;
  }
  .common_info_inner #slider02 .slick-slide > div {
    width: 100%;
  }
  .common_info_item_wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  .common_info_item_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 0;
  }
  .common_info_item_ttl {
    width: 100%;
    min-width: 0;
  }
  .common_info_item_ttl a {
    width: 100%;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.6em;
    display: block;
    color: #231815;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .common_info_item_ttl a:hover {
    opacity: 0.3;
  }
  .common_info_item_date {
    width: 100%;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #231815;
    padding: 0 0 0.5vw;
    display: block;
  }
  .common_info_nopost {
    width: 100%;
    box-sizing: border-box;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #231815;
    text-align: center;
    padding: 4vw 5%;
  }
  /* --------------------------------------------------
     CONTACT
  -------------------------------------------------- */
  #common_contact {
    border-top: 2px solid #231815;
    border-bottom: 2px solid #231815;
  }
  #common_contact .common_wrapper {
    padding: 12vw 0;
  }
  .common_contact_linkbtn_wrapper {
    width: 100%;
    margin: 12vw auto 0;
  }
  .common_contact_linkbtn_wrapper ul {
    display: block;
  }
  .common_contact_linkbtn_wrapper li {
    width: 100%;
    margin: 10vw 0 0;
  }
  .common_contact_linkbtn_wrapper li:first-of-type {
    margin-top: 0;
  }
  .common_contact_linkbtn_wrapper li a {
    box-sizing: border-box;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
    display: block;
    background: #FFF;
    border: 2px solid #231815;
    padding: 5vw 7.5%;
  }
  .common_contact_linkbtn_wrapper li:first-of-type a {
    color: #06C755;
    border-color: #06C755;
  }
  .common_contact_linkbtn_wrapper li span {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.8em;
    text-align: left;
    display: block;
    padding-top: 3vw;
  }
  .common_contact_linkbtn_wrapper li:last-of-type span {
    padding-left: 1em;
    text-indent: -1em;
  }
  /* --------------------------------------------------
     FOOTER
  -------------------------------------------------- */
  #footer {
    margin-top: 25vw;
    line-height: 0;
  }
  .footer_wrapper {
    width: 100%;
    display: block;
  }
  .footer_inner, .footer_inner:last-of-type {
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 15vw 7.5% 7.5vw;
  }
  .footer_inner {
    background: #231815;
  }
  .footer_inner:last-of-type {
    background: #908B89;
  }
  .footer_logo {
    width: 65%;
  }
  .footer_logo a, .footer_logo a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .footer_menu_wrapper {
    width: 100%;
    display: block;
  }
  .footer_menu_wrapper:last-of-type {
    display: block;
    border-top: 2px solid #231815;
    margin-top: 12vw;
    padding-top: 8vw;
  }
  .footer_menu {
    width: 100%;
    margin-top: 10vw;
  }
  .footer_menu:first-of-type {
    margin-top: 0;
  }
  .footer_menu_wrapper:last-of-type .footer_menu ul {
    display: block;
  }
  .footer_menu li, .footer_menu_wrapper:last-of-type .footer_menu li {
    margin-top: 4vw;
  }
  .footer_menu li:first-of-type, .footer_menu_wrapper:last-of-type .footer_menu li:first-of-type {
    margin-top: 0;
    margin-right: 0;
  }
  .footer_menu li p {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 2.0em;
    border-bottom: 2px solid #231815;
  }
  .footer_menu li a {
    display: block;
    font-weight: 700;
    line-height: 1.6em;
    color: #FFF;
  }
  .footer_sns {
    margin-top: 12vw;
  }
  .footer_sns ul {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer_sns li {
    width: calc((100% - 25%) / 2);
    margin-right: 25%;
  }
  .footer_sns li:last-of-type {
    margin-right: 0;
  }
  .footer_sns li a img {
    width: 100%;
    height: auto;
  }
  .footer_copyright {
    width: 100%;
    text-align: left;
    margin-top: 10vw;
  }
  .footer_copyright p {
    font-size: 0.8rem;
    line-height: 1.6em;
    color: #FFF;
  }
}
/* ==================================================
   TABLET（768px〜1024px）
================================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    width: 100%;
    position: relative;
    background: #FFF;
    font-family: "LINE Seed", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: #231815;
    margin: 0;
  }
  .en {
    font-family: avenir-lt-pro, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1rem;
    line-height: 1em;
    letter-spacing: 0.02em;
  }
  .tablet_none {
    display: none !important;
  }
  .cloudsecure-wp-captcha-block label {
    display: block !important;
    padding-bottom: 2vw !important;
  }
  .cloudsecure-wp-captcha-block input {
    width: 100% !important;
    box-sizing: border-box;
  }
  #cn-notice-text {
    text-align: left;
  }
  /* --------------------------------------------------
     HEADER
  -------------------------------------------------- */
  #header {
    position: absolute;
    z-index: 9999;
    margin: 5vw 0 0 5%;
  }
  .header_wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .header_logo {
    width: 42%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }
  #header h1 {
    font-weight: 700;
    font-size: 0.65rem;
    line-height: 1.4em;
    color: #FFF;
    padding-bottom: 1vw;
  }
  .header_logo a {
    display: block;
    transition: all 0.5s ease-in-out;
  }
  .header_logo a img {
    width: 100%;
    height: auto;
  }
  .openbtn {
    position: fixed;
    top: 5vw;
    right: 5%;
    z-index: 9999;
    cursor: pointer;
    width: 72px;
    height: 72px;
  }
  .openbtn_inner {
    width: 72%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .openbtn_inner span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #FFF;
    transition: all 0.4s;
  }
  .openbtn_inner span:nth-of-type(1) {
    width: 150%;
    top: 0;
    left: -50%;
  }
  .openbtn_inner span:nth-of-type(2) {
    display: none;
  }
  .openbtn_inner span:nth-of-type(3) {
    top: 22px;
  }
  .openbtn.is-show span, .openbtn.transform span {
    background: #231815;
  }
  .openbtn.active span {
    background: #FFF;
  }
  .openbtn.active span:nth-of-type(1) {
    width: 100%;
    left: 0;
    transform: translateY(11px) rotate(-45deg);
  }
  .openbtn.active span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
  /* --------------------------------------------------
     GLOBAL NAVIGATION
  -------------------------------------------------- */
  #gnav.panelactive {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100dvh;
    margin-left: -5%;
  }
  .circle_bg {
    position: fixed;
    z-index: 99;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #231815;
    transform: scale(0);
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    transition: all 0.6s;
  }
  .circle_bg.circleactive {
    transform: scale(50);
  }
  #gnav_list {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #gnav.panelactive #gnav_list {
    display: block;
  }
  .gnav_list_wrapper {
    width: 84%;
    position: relative;
    z-index: 999;
    top: auto;
    left: auto;
    transform: none;
    margin: 13vw auto 8vw;
  }
  .gnav_list_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .gnav_list_inner:nth-of-type(2) {
    border-top: 2px solid #FFF;
    margin-top: 5vw;
  }
  .gnav_list_inner:last-of-type {
    width: 100%;
    border: none;
    margin-top: 5vw;
    padding: 0;
  }
  .gnav_list_menu {
    width: 47%;
  }
  .gnav_list_menu:nth-of-type(3) {
    margin-top: 5vw;
  }
  .gnav_list_inner:nth-of-type(2) .gnav_list_menu {
    width: 100%;
  }
  .gnav_list_inner:nth-of-type(2) .gnav_list_menu ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .gnav_list_menu li {
    margin-top: 3vw;
  }
  .gnav_list_menu li:first-of-type {
    margin-top: 0;
  }
  .gnav_list_inner:nth-of-type(2) .gnav_list_menu li:first-of-type {
    margin: 3vw 5% 0 0;
  }
  .gnav_list_inner:nth-of-type(2) .gnav_list_menu li {
    margin-top: 3vw;
    margin-right: 5%;
  }
  .gnav_list_menu li p {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.8em;
    color: #FFF;
    border-bottom: 2px solid #FFF;
  }
  .gnav_list_menu li a {
    display: block;
    font-weight: 700;
    line-height: 1.6em;
    color: #FFF;
  }
  .link_top_wrapper {
    width: 100%;
    margin-top: 5vw;
  }
  .link_top_wrapper a {
    display: block;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
    color: #FFF;
    border: 2px solid #FFF;
    padding: 3vw 0;
  }
  .gnav_list_sns {
    width: 100%;
  }
  .gnav_list_sns ul {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .gnav_list_sns li {
    width: calc((100% - 20%) / 2);
    margin-right: 20%;
  }
  .gnav_list_sns li:last-of-type {
    margin-right: 0;
  }
  .gnav_list_sns li a {
    display: block;
  }
  .gnav_list_sns li a img {
    width: 100%;
    height: auto;
  }
  /* --------------------------------------------------
     COMMON LAYOUT
  -------------------------------------------------- */
  section {
    width: 100%;
    margin: 10vw 0 0;
    padding: 0;
  }
  .common_wrapper {
    width: 84%;
    margin: 0 auto;
    padding: 0;
  }
  .common_inner h2 {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.6em;
  }
  .common_inner h2 span {
    display: block;
    font-size: 3rem;
    line-height: 1.3em;
    padding-bottom: 4.5vw;
  }
  .common_inner p {
    line-height: 1.8em;
    margin-top: 3vw;
  }
  .common_inner p:first-of-type {
    margin-top: 4.5vw;
  }
  .common_linkbtn_wrapper {
    width: fit-content;
    max-width: 100%;
    min-width: 280px;
    margin-top: 5.5vw;
  }
  .common_linkbtn_wrapper a {
    box-sizing: border-box;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
    display: block;
    background: #FFF;
    border: 2px solid #231815;
    padding: 2vw 25px;
    transition: all 0.5s ease-in-out;
  }
  .common_img_wrapper {
    width: 92%;
    margin: 0 0 0 auto;
    padding-top: 6vw;
  }
  .common_img_wrapper img, .common_fullimg_wrapper img, .common_video_wrapper video {
    width: 100%;
    height: auto;
  }
  .common_fullimg_wrapper, .common_video_wrapper {
    width: 100%;
    margin-top: 5.5vw;
  }
  /* --------------------------------------------------
     COMMON MEDIA
  -------------------------------------------------- */
  .common_media_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-top: 5.5vw;
  }
  .common_media_wrapper:last-of-type {
    flex-direction: row-reverse;
    margin-top: 0;
  }
  .common_media_image_wrapper, .common_media_txt_wrapper {
    width: 50%;
  }
  .common_media_image_wrapper img {
    width: 100%;
    height: auto;
  }
  .common_media_txt_wrapper {
    box-sizing: border-box;
    padding: 0 5%;
  }
  .common_media_txt_wrapper h3 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.6em;
    text-align: center;
  }
  .common_media_txt_wrapper p {
    width: fit-content;
    max-width: 100%;
    line-height: 1.8em;
    margin: 3vw auto 0;
  }
  .common_media_txt_wrapper a {
    box-sizing: border-box;
    width: 90%;
    min-width: 0;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
    display: block;
    background: #FFF;
    border: 2px solid #231815;
    margin: 4vw auto 0;
    padding: 1.8vw 3%;
  }
  .common_media_txt_wrapper a.line {
    color: #06C755;
    border-color: #06C755;
  }
  .common_media_txt_wrapper a.ig {
    color: #FF30C4;
    border-color: #FF30C4;
  }
  /* --------------------------------------------------
     FIRST VIEW
  -------------------------------------------------- */
  #fv {
    width: 100%;
    position: relative;
    margin-top: 0;
  }
  .fv_wrapper, .fv {
    width: 100%;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  .fv_logo_wrapper {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .fv_logo_wrapper img {
    width: 100%;
    height: auto;
  }
  .fv_ttl_wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgb(35 24 21 / 50%);
    transform: translate(-50%, -50%);
  }
  .fv_ttl_wrapper h1 {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.6em;
    color: #FFF;
    text-align: center;
    padding: 3.5vw 5%;
  }
  /* --------------------------------------------------
     INFORMATION
  -------------------------------------------------- */
  .common_info_wrapper {
    width: 82%;
    position: absolute;
    bottom: -4vw;
    left: 0;
    z-index: 10;
    background: #FFF;
    box-shadow: 5px 0 20px rgb(0 0 0 / 25%);
  }
  .common_info_inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
  }
  .common_info_ttl {
    width: 18%;
    flex-shrink: 0;
    font-size: 1.4rem;
    line-height: 1em;
    text-align: center;
    border-right: 2px solid #231815;
    margin: 2vw 0;
    padding: 0;
  }
  .common_info_inner #slider02 {
    width: 82%;
    min-width: 0;
    overflow: hidden;
  }
  .common_info_inner #slider02.slick-initialized {
    display: block;
  }
  .common_info_inner #slider02 .slick-list {
    width: 100%;
    overflow: hidden;
  }
  .common_info_inner #slider02 .slick-track {
    display: flex;
    align-items: center;
  }
  .common_info_inner #slider02 .slick-slide {
    height: auto;
  }
  .common_info_inner #slider02 .slick-slide > div {
    width: 100%;
  }
  .common_info_item_wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 1.8vw 1% 1.8vw 0.5%;
  }
  .common_info_item_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 5%;
/*    margin-left: 0;      */
  }
  .common_info_item_ttl {
    width: 100%;
    min-width: 0;
  }
  .common_info_item_ttl a {
    width: 100%;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.6em;
    display: block;
    color: #231815;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .common_info_item_ttl a:hover {
    opacity: 0.3;
  }
  .common_info_item_date {
    width: 100%;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #231815;
    padding: 0 0 0.5vw;
  }
  .common_info_nopost {
    width: 100%;
    box-sizing: border-box;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #231815;
    text-align: center;
    padding: 1.8vw 3%;
  }
  /* --------------------------------------------------
     CONTACT
  -------------------------------------------------- */
  #common_contact {
    border-top: 2px solid #231815;
    border-bottom: 2px solid #231815;
  }
  #common_contact .common_wrapper {
    padding: 6vw 0;
  }
  .common_contact_linkbtn_wrapper {
    width: 100%;
    margin: 5.5vw auto 0;
  }
  .common_contact_linkbtn_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .common_contact_linkbtn_wrapper li {
    width: calc((100% - 5%) / 2);
    margin-right: 5%;
  }
  .common_contact_linkbtn_wrapper li:last-of-type {
    margin-right: 0;
  }
  .common_contact_linkbtn_wrapper li a {
    box-sizing: border-box;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
    display: block;
    background: #FFF;
    border: 2px solid #231815;
    padding: 2.2vw 4%;
  }
  .common_contact_linkbtn_wrapper li:first-of-type a {
    color: #06C755;
    border-color: #06C755;
  }
  .common_contact_linkbtn_wrapper li span {
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.8em;
    display: block;
    padding-top: 1.5vw;
  }
  /* --------------------------------------------------
     FOOTER
  -------------------------------------------------- */
  #footer {
    margin-top: 14vw;
    line-height: 0;
  }
  .footer_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer_inner {
    box-sizing: border-box;
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    background: #231815;
    padding: 6vw 4%;
  }
  .footer_inner:last-of-type {
    box-sizing: border-box;
    width: 68%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #908B89;
    padding: 6vw 4%;
  }
  .footer_logo {
    width: 80%;
  }
  .footer_logo a, .footer_logo a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .footer_menu_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer_menu_wrapper:last-of-type {
    align-items: baseline;
    border-top: 2px solid #231815;
    margin-top: 5vw;
    padding-top: 2vw;
  }
  .footer_menu {
    width: 47%;
  }
  .footer_menu:nth-of-type(3) {
    margin-top: 5vw;
  }
  .footer_menu_wrapper:last-of-type .footer_menu {
    width: 72%;
  }
  .footer_menu_wrapper:last-of-type .footer_menu ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer_menu_wrapper:last-of-type .footer_menu ul li {
    margin-top: 0;
  }
  .footer_menu_wrapper:last-of-type .footer_menu ul li:first-of-type {
    margin-right: 5%;
  }
  .footer_menu li {
    margin-top: 2vw;
  }
  .footer_menu li:first-of-type {
    margin-top: 0;
  }
  .footer_menu li p {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.6em;
    border-bottom: 2px solid #231815;
  }
  .footer_menu li a {
    display: block;
    font-weight: 700;
    line-height: 1.6em;
    color: #FFF;
  }
  .footer_sns ul {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer_sns li {
    width: calc((100% - 25%) / 2);
    margin-right: 25%;
  }
  .footer_sns li:last-of-type {
    margin-right: 0;
  }
  .footer_sns li a img {
    width: 100%;
    height: auto;
  }
  .footer_copyright {
    width: 30%;
    text-align: left;
    margin-top: 5vw;
  }
  .footer_copyright p {
    font-size: 0.9rem;
    line-height: 1.6em;
    color: #FFF;
  }
}
/* ==================================================
   PC（1025px〜）
================================================== */
@media screen and (min-width: 1025px) {
  body {
    width: 100%;
    max-width: 1920px;
    position: relative;
    background: #FFF;
    font-family: "LINE Seed", sans-serif;
    font-weight: 400;
    font-size: 1.0rem;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    color: #231815;
    margin: 0;
  }
  .en {
    font-family: avenir-lt-pro, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1.0rem;
    line-height: 1.0em;
    letter-spacing: 0.02em;
  }
  .pc_none {
    display: none !important;
  }
  .cloudsecure-wp-captcha-block label {
    display: block !important;
    padding-bottom: 1.0vw !important;
  }
  .cloudsecure-wp-captcha-block input {
    width: 100% !important;
  }
  #cn-notice-text {
    text-align: left;
  }
  /* --------------------------------------------------
     HEADER
  -------------------------------------------------- */
  #header {
    position: absolute;
    z-index: 9999;
    margin: 5.5vw 0 0 5%;
  }
  .header_wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0;
    padding: 0;
  }
  .header_logo {
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }
  #header h1 {
    font-weight: 700;
    font-size: 0.65rem;
    color: #FFF;
    padding-bottom: 0.5vw;
  }
  .header_logo img {}
  .header_logo a {
    display: block;
    transition: all 0.5s ease-in-out;
  }
  .header_logo a:hover {
    opacity: 0.3;
  }
  .header_logo a img {
    width: 100%;
    max-width: 1000px;
    height: auto;
  }
  .openbtn {
    position: fixed;
    top: 5vw;
    right: 5%;
    z-index: 9999;
    cursor: pointer;
    width: 100px;
    height: 100px;
  }
  .openbtn_inner {
    width: 80%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .openbtn_inner span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: #FFF;
    width: 100%;
  }
  .openbtn_inner span:nth-of-type(1) {
    width: 160%;
    top: 0;
    left: -60%;
  }
  .openbtn_inner span:nth-of-type(2) {
    display: none;
  }
  .openbtn_inner span:nth-of-type(3) {
    top: 30px;
  }
  .openbtn.is-show span {
    background: #231815;
  }
  .openbtn.transform span {
    background: #231815;
  }
  .openbtn.active span {
    /*background: #FFF;*/
  }
  .openbtn.active {
    /*background: #FFF;*/
  }
  .openbtn.active span {
    background-color: #FFF;
  }
  .openbtn.active span:nth-of-type(1) {
    width: 100%;
    left: 0;
    transform: translateY(15px) rotate(-45deg);
  }
  .openbtn.active span:nth-of-type(2) {
    /*opacity: 0;*/
  }
  .openbtn.active span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
  }
  /* --------------------------------------------------
     GLOBAL NAVIGATION
  -------------------------------------------------- */
  #gnav.panelactive {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
    margin-left: -5%;
  }
  .circle_bg {
    position: fixed;
    z-index: 99;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #231815;
    transform: scale(0);
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    transition: all .6s;
  }
  .circle_bg.circleactive {
    transform: scale(50);
  }
  #gnav_list {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #gnav.panelactive #gnav_list {
    display: block;
  }
  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .gnav_list_wrapper {
    width: 60%;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .gnav_list_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .gnav_list_inner:nth-of-type(2) {
    border-top: 2px solid #FFF;
    margin-top: 2.5vw;
  }
  .gnav_list_inner:last-of-type {
    width: 100%;
    border-top: none;
    border-bottom: none;
    margin-top: 2.5vw;
    padding: 0;
  }
  .gnav_list_menu {
    width: fit-content;
  }
  .gnav_list_menu:last-of-type {
    margin-right: 0;
  }
  .gnav_list_inner:nth-of-type(2) .gnav_list_menu {
    width: 100%;
  }
  .gnav_list_inner:nth-of-type(2) .gnav_list_menu ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .gnav_list_menu ul {}
  .gnav_list_menu li {
    margin-top: 2.5vw;
  }
  .gnav_list_menu li:first-of-type {
    margin-top: 0;
  }
  .gnav_list_inner:nth-of-type(2) .gnav_list_menu li:first-of-type {
    margin: 2.5vw 5% 0 0;
  }
  .gnav_list_menu li p {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.8em;
    color: #FFF;
    border-bottom: 2px solid #FFF;
  }
  .gnav_list_menu li a {
    display: block;
    font-weight: 700;
    line-height: 1.6em;
    color: #FFF;
    transition: all 0.5s ease-in-out;
  }
  .gnav_list_menu li a:hover {
    opacity: 0.3;
  }
  .link_top_wrapper {
    width: 100%;
    margin-top: 2.5vw;
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .link_top_wrapper a {
    display: block;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
    color: #FFF;
    border: 2px solid #FFF;
    transition: all 0.5s ease-in-out;
    padding: 2vw 0;
  }
  .link_top_wrapper a:hover {
    opacity: 0.3;
  }
  .gnav_list_sns {
    width: 100%;
  }
  .gnav_list_sns ul {
    width: 15%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .gnav_list_sns li {
    width: calc(calc(100% - 20%) /2);
    margin-right: 20%;
  }
  .gnav_list_sns li:last-of-type {
    margin-right: 0;
  }
  .gnav_list_sns li a {
    display: block;
    color: #FFF;
    transition: all 0.5s ease-in-out;
  }
  .gnav_list_sns li a:hover {
    opacity: 0.3;
  }
  .gnav_list_sns li a img {
    width: 100%;
    height: auto;
  }
  /* --------------------------------------------------
     COMMON LAYOUT
  -------------------------------------------------- */
  section {
    width: 100%;
    margin: 10vw 0 0;
    padding: 0;
  }
  .common_wrapper {
    width: 70%;
    margin: 0 auto;
    padding: 0;
  }
  .common_inner {}
  .common_inner h2 {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.6em;
  }
  .common_inner h2 span {
    font-size: 4.0rem;
    line-height: 1.6em;
    display: block;
    padding-bottom: 5vw;
  }
  .common_inner p {
    line-height: 1.8em;
    margin-top: 2.5vw;
  }
  .common_inner p:first-of-type {
    margin-top: 5vw;
  }
  .common_linkbtn_wrapper {
    width: fit-content;
    min-width: 280px;
    margin-top: 5vw;
  }
  .common_linkbtn_wrapper a {
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
    display: block;
    background: #FFF;
    border: 2px solid #231815;
    padding: 1.75vw 2.5%;
    transition: all 0.5s ease-in-out;
  }
  .common_linkbtn_wrapper a:hover {
    opacity: 0.3;
  }
  .common_img_wrapper {
    width: 85%;
    margin: 0 0 0 auto;
    padding-top: 5vw;
  }
  .common_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .common_fullimg_wrapper {
    width: 100%;
    margin-top: 5vw;
  }
  .common_fullimg_wrapper img {
    width: 100%;
    height: auto;
  }
  .common_video_wrapper {
    width: 100%;
    margin-top: 5vw;
  }
  .common_video_wrapper video {
    width: 100%;
    height: auto;
  }
  .common_media_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-top: 5vw;
  }
  .common_media_wrapper:last-of-type {
    flex-direction: row-reverse;
    margin-top: 0;
  }
  .common_media_image_wrapper {
    width: 50%;
  }
  .common_media_image_wrapper img {
    width: 100%;
    height: auto;
  }
  .common_media_txt_wrapper {
    width: 50%;
  }
  .common_media_txt_wrapper h3 {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.6em;
    text-align: center;
  }
  .common_media_txt_wrapper p {
    line-height: 1.8em;
    margin: 2.5vw auto 0;
    width: fit-content;
  }
  .common_media_txt_wrapper a {
    width: fit-content;
    min-width: 320px;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
    display: block;
    background: #FFF;
    border: 2px solid #231815;
    margin: 5vw auto 0;
    padding: 1.75vw 2.5%;
    transition: all 0.5s ease-in-out;
  }
  .common_media_txt_wrapper a.line {
    color: #06C755;
    border: 2px solid #06C755;
  }
  .common_media_txt_wrapper a.ig {
    color: #FF30C4;
    border: 2px solid #FF30C4;
  }
  .common_media_txt_wrapper a:hover {
    opacity: 0.3;
  }
  /* --------------------------------------------------
     FIRST VIEW
  -------------------------------------------------- */
  #fv {
    width: 100%;
    position: relative;
    margin-top: 0;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  .fv_logo_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .fv_logo_wrapper img {
    width: 100%;
    height: auto;
  }
  .fv_ttl_wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(35 24 21 / 50%);
  }
  .fv_ttl_wrapper h1 {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.6em;
    color: #FFF;
    text-align: center;
    padding: 2.5vw 0;
  }
  /* --------------------------------------------------
     INFORMATION
  -------------------------------------------------- */
  .common_info_wrapper {
    width: 50%;
    position: absolute;
    bottom: -2.5vw;
    left: 0;
    background: #FFF;
    box-shadow: 5px 0 20px rgb(0 0 0 / .25);
  }
  .common_info_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .common_info_ttl {
    width: 16%;
    font-size: 2.0rem;
    text-align: center;
    border-right: 2px solid #231815;
    margin: 1.5vw 0;
    padding: 0;
  }
  .common_info_inner #slider02 {
    width: 84%;
  }
  .common_info_item_wrapper {
    padding: 0 1%;
  }
  .common_info_item_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 5%;
/*    margin-left: -11%;*/
  }
  .common_info_item_ttl {
    width: 100%;
  }
  .common_info_item_ttl a {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.6em;
    display: block;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .common_info_item_ttl a:hover {
    opacity: 0.3;
  }
  .common_info_item_date {
    font-weight: 700;
    padding-right: 2.5%;
  }
  .common_info_nopost {
    width: 100%;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
  }
  /* --------------------------------------------------
     CONTACT
  -------------------------------------------------- */
  #common_contact {
    border-top: 2px solid #231815;
    border-bottom: 2px solid #231815;
  }
  #common_contact .common_wrapper {
    padding: 5vw 0;
  }
  .common_contact_linkbtn_wrapper {
    width: 90%;
    margin: 5vw auto 0;
  }
  .common_contact_linkbtn_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .common_contact_linkbtn_wrapper li {
    width: calc(calc(100% - 5%) / 2);
    margin-right: 5%;
  }
  .common_contact_linkbtn_wrapper li:last-of-type {
    margin-right: 0;
  }
  .common_contact_linkbtn_wrapper li span {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.8em;
    color: #231815;
    text-align: left;
    display: block;
    padding-top: 1.05vw;
  }
  .common_contact_linkbtn_wrapper li:last-of-type span {
    padding-left: 1em;
    text-indent: -1em;
  }
  .common_contact_linkbtn_wrapper li a {
    font-weight: 700;
    line-height: 1.6em;
    color: #231815;
    text-align: center;
    display: block;
    background: #FFF;
    border: 2px solid #231815;
    padding: 2vw 5%;
    transition: all 0.5s ease-in-out;
  }
  .common_contact_linkbtn_wrapper li:first-of-type a {
    color: #06C755;
    border: 2px solid #06C755;
  }
  .common_contact_linkbtn_wrapper li a:hover {
    opacity: 0.3;
  }
  /* --------------------------------------------------
     FOOTER
  -------------------------------------------------- */
  #footer {
    margin-top: 15vw;
    line-height: 0;
  }
  .footer_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer_inner {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    background: #231815;
    padding: 5vw 5%;
  }
  .footer_inner:last-of-type {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #908B89;
    padding: 5vw 5%;
  }
  .footer_logo {
    width: 75%;
  }
  .footer_logo img {}
  .footer_logo a {
    display: block;
    transition: all 0.5s ease-in-out;
  }
  .footer_logo a:hover {
    opacity: 0.3;
  }
  .footer_logo a img {
    width: 100%;
    height: auto;
  }
  .footer_menu_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer_menu_wrapper:last-of-type {
    align-items: baseline;
    border-top: 2px solid #231815;
    margin-top: 5vw;
    padding-top: 1.5vw;
  }
  .footer_menu {
    width: fit-content;
  }
  .footer_menu_wrapper:last-of-type .footer_menu {
    width: 70%;
  }
  .footer_menu ul {}
  .footer_menu_wrapper:last-of-type .footer_menu ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer_menu li {
    margin-top: 1.5vw;
  }
  .footer_menu li:first-of-type {
    margin-top: 0;
  }
  .footer_menu_wrapper:last-of-type .footer_menu li {
    margin-top: 0;
  }
  .footer_menu_wrapper:last-of-type .footer_menu li:first-of-type {
    margin-right: 5%;
  }
  .footer_menu li p {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6em;
    border-bottom: 2px solid #231815;
  }
  .footer_menu li a {
    display: block;
    font-weight: 700;
    line-height: 1.6em;
    color: #FFF;
    transition: all 0.5s ease-in-out;
  }
  .footer_menu li a:hover {
    opacity: 0.3;
  }
  .footer_sns {}
  .footer_sns ul {
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer_sns li {
    width: calc(calc(100% - 25%) /2);
    margin-right: 25%;
  }
  .footer_sns li:last-of-type {
    margin-right: 0;
  }
  .footer_sns li a {
    display: block;
    color: #FFF;
    transition: all 0.5s ease-in-out;
  }
  .footer_sns li a:hover {
    opacity: 0.3;
  }
  .footer_sns li a img {
    width: 100%;
    height: auto;
  }
  .footer_copyright {
    width: 30%;
    text-align: end;
  }
  .footer_copyright p {
    font-size: 1.1rem;
    line-height: 1.6em;
    color: #FFF;
  }
}