@charset "UTF-8";
/*
Theme Name:古着屋ふたごSHOP
Description:古着屋ふたごSHOP | アメカジファッション古着専門店
Version: 1.0
License:古着屋ふたごSHOP
License URI:https://www.futago913.com
*/
@import url("https://fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=Forum&family=Zen+Old+Mincho&display=swap");
/****************************************

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
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,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
.g_navi blockquote:after {
  content: "";
  content: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: inline-block;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #F1EBDC;
  background: #1A1915;
  font-weight: normal;
  min-width: 1240px;
  font-size: 1.6rem;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
body li,
body tt,
body tr,
body dt,
body dd,
body p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  body li,
  body tt,
  body tr,
  body dt,
  body dd,
  body p {
    font-size: 1.4rem;
  }
  body h1 {
    font-size: 2.4rem;
  }
  body h2 {
    font-size: 2rem;
  }
  body h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover,
a:active {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover img.img_up {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a img.img_up {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 強調 */
.bold {
  font-weight: 600;
}

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.tc {
  text-align: center;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .tc2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 50px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .w1200 {
    width: 100%;
    padding: 0 3%;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
  }
}

.header_wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 30px 0 30px 30px;
  align-items: center !important;
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 10px 3%;
  }
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .header_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  .h_logo {
    width: 180px;
    line-height: 1;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: right;
}
#mv_top .top_catch {
  position: absolute;
  left: 5%;
  bottom: 100px;
  width: 54%;
  max-width: 1036px;
}
@media screen and (max-width: 767px) {
  #mv_top .top_catch {
    left: 3%;
    bottom: 10px;
    width: 65%;
  }
}
#mv_top .top_catch img {
  width: 100%;
  height: auto;
}

.topicon_container {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
@media screen and (max-width: 767px) {
  .topicon_container {
    flex-direction: row;
    align-items: center;
    right: 5%;
    top: revert;
    bottom: 5px;
    transform: revert;
    gap: 20px;
  }
}

#mv_page .topicon_container {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 30px;
  top: revert;
  bottom: 50px;
  right: 40px;
  transform: revert;
}
@media screen and (max-width: 767px) {
  #mv_page .topicon_container {
    flex-direction: row;
    align-items: center;
    right: 5%;
    top: revert;
    bottom: 5px;
    transform: revert;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sp_icon1 {
    width: 20px;
  }
  .sp_icon2 {
    width: 24px;
    padding-top: 3px;
  }
}
.slider {
  width: 100%;
}
.slider img {
  width: 100%;
  height: auto;
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.page_title {
  font-family: "Forum", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 5.2rem;
  position: absolute;
  top: 55px;
  left: 0;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page_title {
    font-size: 3.5rem;
    top: 20px;
  }
}

#mv_page .mv_img {
  position: relative;
  width: 1920px;
  left: calc(50% - 960px);
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
  }
  #mv_top .mv_img {
    width: 110%;
    position: relative;
    left: -5%;
  }
  #mv_page {
    width: 100%;
  }
  #mv_page .mv_img {
    position: relative;
    width: 200%;
    left: -100%;
  }
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  main#page_main {
    width: 100%;
    margin: 0px auto 0;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
    margin: 25px auto 0;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  margin-top: 40px;
}

.single_text {
  width: 100%;
}

.single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: auto;
}

a.page-numbers {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #F1EBDC;
  border: 1px solid #F1EBDC;
  text-decoration: none;
}

a.page-numbers:hover {
  background: #D0A34F;
}

.pager .current {
  background: #F1EBDC;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  border: solid 1px #F1EBDC;
  color: #1A1915;
}

.nav-below {
  margin: 50px 0 20px;
  text-align: center;
}

.nav-below a {
  margin: 0 5px;
  text-decoration: none;
  color: #F1EBDC;
  position: relative;
}

/* 前へ、次へのホバー時 */
.nav-below a:hover {
  color: #D0A34F;
}

/* 前へ、次へのホバー時 */
.nav-below a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #D0A34F;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-below a:hover::after {
  opacity: 0.8;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-top: 40px;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
  .single_text img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #1A1915;
  border-radius: 8px;
  background-color: #1A1915;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #1A1915;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

input[type=radio i] {
  margin: 3px 3px 3px 5px;
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    margin: 10px auto 0 0px;
  }
  .wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
  }
}
.aside {
  display: flex;
}
@media screen and (max-width: 767px) {
  .aside {
    flex-direction: column;
  }
}

.aside_content {
  width: 33.3333333333%;
  height: 400px;
  padding: 0 0 0 60px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .aside_content {
    width: 100%;
    height: 250px;
    padding: 0 0 0 30px;
  }
}
.aside_content:hover {
  opacity: 0.8;
}
.aside_content:hover::before {
  scale: 1.1;
}
.aside_content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aside_content p {
  font-size: clamp(1.4rem, 1vw, 1.8rem);
  letter-spacing: 0.04em;
}
.aside_content::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/bnr3_line.png) bottom 20px center no-repeat, url(images/arrow.png) bottom 40px right 9.375% no-repeat;
  background-size: 93.75%, 50px;
  transition: 0.5s;
  z-index: -5;
}
@media screen and (max-width: 767px) {
  .aside_content::after {
    background-size: 93.75%, 40px;
  }
}

.bnr_faq::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/top_bnr1.jpg) center no-repeat;
  background-size: cover;
  transition: 0.5s;
  z-index: -5;
}

.bnr_store::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/top_bnr2.jpg) center no-repeat;
  background-size: cover;
  transition: 0.5s;
  z-index: -5;
}

.bnr_contact::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/top_bnr3.jpg) center no-repeat;
  background-size: cover;
  transition: 0.5s;
  z-index: -5;
}

@media screen and (max-width: 1830px) {
  .aside_content {
    padding: 0 0 0 40px;
  }
  .aside_content img {
    height: 130px;
    width: auto;
  }
}
@media screen and (max-width: 1830px) and (max-width: 767px) {
  .aside_content img {
    height: 100px;
  }
}
/****************************************

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
}

.pagetop {
  display: none;
  position: fixed;
  right: 0px;
  bottom: 50px;
  z-index: 999;
}

.footer_sp {
  display: none;
}

.footer_container {
  background: url(images/f_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer_container {
    padding: 60px 0;
  }
}

.footer_address {
  color: #1A1915;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .footer_address {
    margin: 0 0 40px;
  }
}
.footer_address a {
  color: #C67059;
  text-decoration: none;
  position: relative;
}
.footer_address a::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #C67059;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
}
.footer_address a:hover {
  color: #D0A34F;
}
.footer_address a:hover::after {
  display: none;
}

.footer_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.f_icon {
  margin-top: 5px;
}

.map {
  width: 100%;
  position: relative;
  height: 400px;
  filter: grayscale(70%);
}
@media screen and (max-width: 767px) {
  .map {
    height: 300px;
  }
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sitemap {
  text-align: center;
  padding: 60px 0 40px;
}

.sitemap a {
  margin-bottom: 15px;
  text-decoration: none;
  color: #F1EBDC;
}
.sitemap a:hover {
  color: #D0A34F;
}

/* サイトマップホバー時のアンダーライン */
.copyright_block {
  text-align: center;
  background-color: #1A1915;
  padding: 0px 0 60px;
}

.copyright {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .copyright_block {
    padding: 8px 3%;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 5;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 25%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    border-top: 1px solid #fff;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  /* フローティングバナーの色 */
  .sp_footer__btn ul li a {
    background: #D0A34F;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 32px;
    line-height: 1.4;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 15px);
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .icon_tel::after {
    background-image: url(images/icon_tel.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_insta::after {
    background-image: url(images/icon_insta.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_line::after {
    background-image: url(images/icon_line.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_shop::after {
    background-image: url(images/icon_cart.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 70px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
    background: #1A1915;
    border: 1px solid #F1EBDC;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #F1EBDC;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 10px;
  }
  #toggle span:nth-child(3) {
    top: 20px;
  }
  .open_navi #toggle span {
    background: #F1EBDC;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    -ms-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    -ms-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #1A1915;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビのホバー時 */
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビ下層のホバー時 */
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
    background: #1A1915;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

#g_navi .menu {
  width: auto;
  margin: auto;
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

#g_navi .menu:before {
  content: "";
  display: table;
}

#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}

#g_navi .menu > li {
  position: relative;
  margin: 0 20px;
  transition: 0.3s;
}
@media screen and (max-width: 1290px) {
  #g_navi .menu > li {
    margin: 0 15px;
  }
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 10px 0;
  color: #F1EBDC;
  font-family: "Caudex", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  cursor: pointer;
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #1A1915;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #494741;
  color: #F1EBDC;
  opacity: 0.6;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #F1EBDC;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  margin: 20px auto;
}

.breadcrumb p {
  text-align: right;
  font-size: 1.4rem;
}

.breadcrumb a {
  color: #F1EBDC;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #C67059;
}

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1A1915;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.breadcrumb a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
    padding: 0 5%;
    margin: 10px auto 0;
  }
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb p {
    font-size: 1rem;
  }
  .sp_none {
    display: none !important;
  }
  main#top_main {
    width: 100%;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.top_ttl1 {
  font-family: "Forum", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 5.2rem;
  color: #F1EBDC;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .top_ttl1 {
    font-size: 4rem;
  }
}

.top_ttl2 {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-align: center;
  font-size: 4.6rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .top_ttl2 {
    font-size: 2.6rem;
  }
}
.top_ttl2 span {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .top_ttl2 span {
    font-size: 2.2rem;
  }
}

.top_ttl2_container {
  width: 950px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .top_ttl2_container {
    width: 100%;
    justify-content: center;
    margin: 0 auto 30px;
  }
}
.top_ttl2_container::before, .top_ttl2_container::after {
  display: block;
  content: "";
  width: 125px;
  height: 1px;
  background-color: rgba(241, 235, 220, 0.2588235294);
}
@media screen and (max-width: 767px) {
  .top_ttl2_container::before, .top_ttl2_container::after {
    display: none;
  }
}

.top_ttl3 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.headline {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 3.4rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.6rem;
  }
}
.headline span {
  font-family: "Caudex", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  display: block;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .headline span {
    font-size: 1.4rem;
  }
}

.ttl1 {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 0 0 20px 20px;
  border-bottom: 1px solid rgba(241, 235, 220, 0.2823529412);
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 1.8rem;
    padding: 0 0 10px 10px;
  }
}

.ttl1_1 {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 0 0 20px 0px;
  border-bottom: 1px solid rgba(241, 235, 220, 0.2823529412);
}
@media screen and (max-width: 767px) {
  .ttl1_1 {
    font-size: 1.8rem;
    padding: 0 0 10px 10px;
  }
}

.ttl2 {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  color: #D0A34F;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 2.5rem;
  }
}

/* ボタン */
.btn1 {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .btn1 {
    width: 140px;
  }
}
.btn1 a {
  color: #F1EBDC;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Forum", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  position: relative;
  transition: 0.3s;
  text-decoration: none;
  letter-spacing: 0;
  border-bottom: 1px solid #F1EBDC;
  width: 100%;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.8rem;
    padding: 15px 0;
  }
}
.btn1 a::before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #F1EBDC;
  top: 50%;
  right: 0px;
  border-radius: 50vh;
  transform: translateY(-50%);
  transition: 0.3s;
}
.btn1 a::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #1A1915;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.btn1 a:hover {
  color: #D0A34F;
  border-bottom: 1px solid #D0A34F;
}
.btn1 a:hover::before {
  background-color: #D0A34F;
}

.btn2 {
  width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn2 {
    width: 200px;
  }
}
.btn2 a {
  color: #F1EBDC;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Forum", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  position: relative;
  transition: 0.3s;
  text-decoration: none;
  letter-spacing: 0.004em;
  border-bottom: 1px solid #F1EBDC;
  width: 100%;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .btn2 a {
    font-size: 1.8rem;
    padding: 15px 0;
  }
}
.btn2 a::before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #F1EBDC;
  top: 50%;
  right: 0px;
  border-radius: 50vh;
  transform: translateY(-50%);
  transition: 0.3s;
}
.btn2 a::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #1A1915;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.btn2 a:hover {
  color: #D0A34F;
  border-bottom: 1px solid #D0A34F;
}
.btn2 a:hover::before {
  background-color: #D0A34F;
}

.btn2_1 {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .btn2_1 {
    width: 200px;
    margin: 0 auto;
  }
}
.btn2_1 a {
  color: #F1EBDC;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Forum", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  position: relative;
  transition: 0.3s;
  text-decoration: none;
  letter-spacing: 0.004em;
  border-bottom: 1px solid #F1EBDC;
  width: 100%;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .btn2_1 a {
    font-size: 1.8rem;
    padding: 15px 0;
  }
}
.btn2_1 a::before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #F1EBDC;
  top: 50%;
  right: 0px;
  border-radius: 50vh;
  transform: translateY(-50%);
  transition: 0.3s;
}
.btn2_1 a::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #1A1915;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.btn2_1 a:hover {
  color: #D0A34F;
  border-bottom: 1px solid #D0A34F;
}
.btn2_1 a:hover::before {
  background-color: #D0A34F;
}

.btn_container {
  display: flex;
  align-items: self-end;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .btn_container {
    flex-direction: column;
    gap: 20px;
  }
}

.btn2_2 {
  width: 240px;
  margin: 20px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .btn2_2 {
    width: 200px;
    margin: 20px auto 0;
  }
}
.btn2_2 a {
  color: #F1EBDC;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Forum", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  position: relative;
  transition: 0.3s;
  text-decoration: none;
  letter-spacing: 0.004em;
  border-bottom: 1px solid #F1EBDC;
  width: 100%;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .btn2_2 a {
    font-size: 1.8rem;
    padding: 15px 0;
  }
}
.btn2_2 a::before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #F1EBDC;
  top: 50%;
  right: 0px;
  border-radius: 50vh;
  transform: translateY(-50%);
  transition: 0.3s;
}
.btn2_2 a::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #1A1915;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.btn2_2 a:hover {
  color: #D0A34F;
  border-bottom: 1px solid #D0A34F;
}
.btn2_2 a:hover::before {
  background-color: #D0A34F;
}

/****************************************

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .news_post {
    gap: 30px 4%;
  }
}

.news_post article {
  width: 285px;
}
@media screen and (max-width: 767px) {
  .news_post article {
    width: 48%;
  }
}
.news_post article figure {
  width: 100%;
  height: auto;
  aspect-ratio: 285/214;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .news_post article figure {
    margin-bottom: 15px;
  }
}
.news_post article figure a {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: bottom;
}

.news_cate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_cate, .news_cate2 {
  margin-bottom: 15px;
}
.news_cate .news, .news_cate2 .news {
  background-color: #494741;
}
.news_cate .event, .news_cate2 .event {
  background-color: #D0A34F;
}
.news_cate .other, .news_cate2 .other {
  border: 1px solid #F1EBDC;
}

.cate {
  width: 100px;
  font-size: 1.3rem;
  text-align: center;
  padding: 3px;
}
@media screen and (max-width: 767px) {
  .cate {
    width: 70px;
    font-size: 1.2rem;
  }
}

.news_post article h3 a {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.8;
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
.news_post article h3 a:hover {
  color: #D0A34F;
}
@media screen and (max-width: 767px) {
  .news_post article h3 a {
    font-size: 1.4rem;
  }
}

.news_post article .date {
  font-size: 1.5rem;
  color: #F1EBDC;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .news_post article .date {
    font-size: 1.3rem;
  }
}

.object-fit-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.overview_tbl {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .overview_tbl tr {
    display: flex;
    flex-direction: column;
  }
}
.overview_tbl th {
  text-align: left;
  padding: 15px 20px;
  background-color: #494741;
  width: 25%;
  font-weight: 400;
  border: 1px solid #F1EBDC;
}
@media screen and (max-width: 767px) {
  .overview_tbl th {
    padding: 10px 20px;
    width: 100%;
    margin-top: -1px;
  }
}
.overview_tbl td {
  padding: 15px 20px;
  width: 75%;
  border: 1px solid #F1EBDC;
}
@media screen and (max-width: 767px) {
  .overview_tbl td {
    margin-top: -1px;
    padding: 10px 20px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .un_line th, .un_line td {
    border-bottom: none;
    padding-bottom: 0;
  }
  .up_line th, .up_line td {
    border-top: none;
    padding-top: 0;
  }
}
.overview_box02_container {
  display: flex;
}

.map2 {
  width: 620px;
  position: relative;
  height: 380px;
}
@media screen and (max-width: 767px) {
  .map2 {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
  }
}

.map2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inzai {
  background: url(images/partnership.png) top -1px right no-repeat, #fe64c2;
  padding: 40px 60px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .inzai {
    padding: 40px 20px;
    background-size: contain;
  }
}
.inzai .flex {
  align-items: center;
}

.txt3 {
  width: 740px;
}
@media screen and (max-width: 767px) {
  .txt3 {
    width: 100%;
  }
}
.txt3 p {
  font-size: 2.5rem;
  color: #fff;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .txt3 p {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.7;
  }
}
.txt3 p span {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .txt3 p span {
    font-size: 3rem;
  }
}

.overview_icon {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .overview_icon {
    justify-content: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .fig3 {
    max-width: 280px;
    width: 70%;
    margin: 0 auto 20px;
  }
}

/****************************************

contentトップ用

*****************************************/
.top_box01 {
  padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 50px 3% 70px;
  }
}

.top_box01_container1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_box01_container1 {
    margin-bottom: 20px;
  }
}

.shadow {
  position: relative;
  display: inline-block;
}
.shadow::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 4px;
  left: 4px;
  background-color: #000;
  z-index: -1;
}

.top_box02 {
  background: url(images/letter1.png) top center no-repeat, url(images/top_sec2_bg.jpg) center bottom no-repeat;
  padding: 450px 0 160px;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 150px 3% 60px;
    background-size: contain, cover;
  }
}
.top_box02 p {
  line-height: 2.4;
}

.w1600 {
  width: calc(100% - 40px);
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .w1600 {
    width: 100%;
    padding: 0 3%;
  }
}

.top_box03 {
  padding: 250px 0 220px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 60px 0;
  }
}
.top_box03::before {
  display: block;
  content: "";
  position: absolute;
  width: 661px;
  height: 255px;
  background: url(images/letter2.png);
  top: 160px;
  right: 50%;
  transform: translateX(960px);
}
@media screen and (max-width: 767px) {
  .top_box03::before {
    display: none;
  }
}
.top_box03 .flex {
  justify-content: left;
}

.fig1 {
  width: 62.5%;
  max-width: 1000px;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .fig1 {
    width: 100%;
    height: auto;
    margin-top: 100px;
  }
}
.fig1 figure {
  overflow: hidden;
}
.fig1 figure img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.txt1 {
  width: 300px;
  margin-left: 100px;
  padding-top: 230px;
}
@media screen and (max-width: 767px) {
  .txt1 {
    width: 100%;
    margin-left: 0px;
    padding-top: 20px;
  }
}
.txt1 p {
  font-size: 1.4rem;
  letter-spacing: 0;
}

.top_box04 {
  position: relative;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    margin-bottom: 60px;
  }
}
.top_box04::before {
  display: block;
  content: "";
  position: absolute;
  width: 932px;
  height: 323px;
  background: url(images/letter3.png);
  top: -60px;
  left: 50%;
  transform: translateX(-960px);
}
@media screen and (max-width: 767px) {
  .top_box04::before {
    display: none;
  }
}
.top_box04 .flex_r {
  justify-content: right;
}
.top_box04 .txt1 {
  margin-left: 0px;
  margin-right: 100px;
  padding-top: 330px;
}
@media screen and (max-width: 767px) {
  .top_box04 .txt1 {
    margin-right: 0px;
    padding-top: 20px;
  }
}
.top_box04 .fig1 {
  height: revert;
}

@media screen and (max-width: 767px) {
  .deco_letter {
    position: relative;
  }
  .deco_letter::before {
    display: block;
    content: "";
    position: absolute;
    width: 661px;
    height: 60px;
    background: url(images/letter2.png) top right no-repeat;
    background-size: contain;
    top: -80px;
    right: -3%;
  }
}

.figure_container {
  display: flex;
  justify-content: right;
  align-items: flex-end;
  margin-bottom: 20px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .figure_container {
    width: 80%;
    margin: 0 0 20px auto;
  }
}

@media screen and (max-width: 767px) {
  .deco_letter2 {
    position: relative;
  }
  .deco_letter2::before {
    display: block;
    content: "";
    position: absolute;
    width: 932px;
    height: 70px;
    background: url(images/letter3.png) top left no-repeat;
    background-size: contain;
    top: -50px;
    left: -3%;
  }
}

.top_box05 {
  text-align: center;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .top_box05 {
    margin-bottom: 80px;
  }
}

.sec_mb {
  margin-bottom: 50px;
}

.sec_mb_l {
  margin-bottom: 80px;
}

.concept_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .concept_container {
    flex-direction: column;
    gap: 30px;
  }
}

.concept_content {
  background: url(images/concept_bg.jpg);
  padding: 40px 30px;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .concept_content {
    width: 100%;
  }
}
.concept_content p {
  font-size: 1.4rem;
}
.items_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .items_container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 4%;
  }
}
@media screen and (max-width: 767px) {
  .items_container figure {
    width: 48%;
  }
}

.txt2 {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.fig2 {
  display: block;
}

.items_container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.items_box01 {
  width: 580px;
}
@media screen and (max-width: 767px) {
  .items_box01 {
    width: 100%;
  }
  .items_box01 figure {
    display: block;
  }
}

.brand_container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .brand_container {
    gap: 0px 2%;
  }
}
.brand_container article {
  border: 1px solid rgba(241, 235, 220, 0.2823529412);
  padding: 5px;
  width: 380px;
  aspect-ratio: 380/260;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .brand_container article {
    width: 49%;
    margin-bottom: 20px;
  }
}
.brand_container article a {
  width: 100%;
  height: 100%;
  position: relative;
}

.object-fit-img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.workshop_flow {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 70px;
}
@media screen and (max-width: 767px) {
  .workshop_flow {
    flex-direction: column;
    gap: 70px;
  }
}

.flow1, .flow2 {
  width: 330px;
  border: 1px solid #F1EBDC;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 10px;
  height: 90px;
}
.flow1 span, .flow2 span {
  font-size: 1.2rem;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .flow1, .flow2 {
    width: 100%;
  }
}

.flow1 {
  position: relative;
}
.flow1::after {
  display: block;
  content: url(images/arrow2.png);
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .flow1::after {
    top: revert;
    bottom: -50px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
}

.price {
  width: 100%;
}
.price th {
  background-color: #494741;
  border: 1px solid #F1EBDC;
  font-weight: 400;
  text-align: left;
  padding: 10px 30px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .price th {
    padding: 10px;
  }
}
.price td {
  border: 1px solid #F1EBDC;
  text-align: center;
  width: 40%;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .price td {
    padding: 10px;
  }
}

.sml {
  font-size: 1.5rem;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .sml {
    font-size: 1.3rem;
  }
}

.faq_box01 dl {
  border: 1px solid #F1EBDC;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .faq_box01 dl {
    padding: 20px 10px;
  }
}
.faq_box01 dt {
  font-size: 2.2rem;
  padding-left: 40px;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  border-bottom: 1px solid rgba(241, 235, 220, 0.2823529412);
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq_box01 dt {
    font-size: 1.8rem;
    padding-left: 30px;
  }
}
.faq_box01 dt::before {
  display: block;
  content: "Q.";
  position: absolute;
  top: 0;
  left: 5px;
}
.faq_box01 dd {
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq_box01 dd {
    padding-left: 30px;
  }
}
.faq_box01 dd::before {
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  display: block;
  content: "A.";
  position: absolute;
  top: -5px;
  left: 5px;
}
@media screen and (max-width: 767px) {
  .faq_box01 dd::before {
    font-size: 1.8rem;
  }
}

.topics_box01 .fig2 {
  width: 440px;
  aspect-ratio: 440/310;
  height: auto;
}
@media screen and (max-width: 767px) {
  .topics_box01 .fig2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.topics_box01 .fig2 a {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.news_cate2 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact_box01 .btn_container {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact_box01 .btn_container {
    flex-direction: column;
    gap: 30px;
  }
}

.pp {
  border: 1px solid #F1EBDC;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .pp {
    padding: 30px 20px;
  }
}
.pp h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-align: center;
}

/* End Hack *//*# sourceMappingURL=style.css.map */