@charset "UTF-8";
html {
  line-height: 1;
  font-family: "Zen Kaku Gothic New", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  color: #000;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  font-weight: 400;
  width: 100%;
  height: 100%;
}
html * {
  font-weight: inherit;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

body {
  width: 100%;
}

a, a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img {
  width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
}

em {
  font-style: italic;
}

/*font
-----------------------------------------------------------------------------*/
.fw_regular {
  font-weight: 400;
}
.fw_medium {
  font-weight: 500;
}
.fw_bold {
  font-weight: 700;
}
.fw_semibold {
  font-weight: 600;
}
.fwblack {
  font-weight: 900;
}

.fs_italic {
  font-style: italic;
}

.Tenor {
  font-family: "Tenor Sans", "Zen Kaku Gothic New", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/*PC 共通
-----------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  html {
    font-size: 1vw;
  }
  .sp {
    display: none;
  }
  .inner {
    width: 75%;
    margin: auto;
  }
  .flex_box, .flex_box_pc {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  a {
    outline: none;
  }
  a:focus {
    outline: none;
  }
  a:hover.link_line::before, a:hover .link_line::before {
    scale: 1 1;
  }
  a:hover.readMore_btn, a:hover .readMore_btn {
    letter-spacing: 0.25em;
  }
  a:hover.readMore_btn:after, a:hover .readMore_btn:after {
    scale: 1.1 1;
  }
  .link_line {
    position: relative;
    display: inline-block;
  }
  .link_line::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
    transform-origin: 0 50%;
    scale: 0 1;
  }
}
/*--------------------------endPC--------------------------------*/
/*SP共通
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  html {
    font-size: 4.2vw;
  }
  .inner {
    width: 100%;
    margin: auto;
  }
  .pc {
    display: none;
  }
  .flex_box, .flex_box_sp {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/*--------------------------endSP--------------------------------*/
/*js
-----------------------------------------------------------------------------*/
.tran, .scrollListItem, .scrollItem, .scrollAllList > * {
  -webkit-transition: all 0.8s ease-in-out 0s;
  -ms-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}

.fadein {
  opacity: 0;
}
.fadein.scrollActive {
  opacity: 1;
}
.fadeout {
  opacity: 1;
}
.fadeout.scrollActive {
  opacity: 0;
}
.fadeTop {
  translate: 0 1.5625rem;
}
.fadeTop.scrollActive {
  translate: 0 0;
}
.fadeBottom {
  translate: 0 -1.5625rem;
}
.fadeBottom.scrollActive {
  translate: 0 0;
}
.fadeRight {
  translate: 1.5625rem 0;
}
.fadeRight.scrollActive {
  translate: 0 0;
}
.fadeRight100 {
  translate: 100% 0;
}
.fadeRight100.scrollActive {
  translate: 0 0;
}
.fadeLeft {
  translate: -1.5625rem 0;
}
.fadeLeft.scrollActive {
  translate: 0 0;
}
.fadeLeft100 {
  translate: -100% 0;
}
.fadeLeft100.scrollActive {
  translate: 0 0;
}

.scaleUp {
  scale: 0.97 0.97;
}
.scaleUp.scrollActive {
  scale: 1 1;
}
.scaleUp00 {
  scale: 0 0;
}
.scaleUp00.scrollActive {
  scale: 1 1;
}
.scaleUp02 {
  scale: 0.8 0.8;
}
.scaleUp02.scrollActive {
  scale: 1 1;
}
.scaleX00 {
  scale: 0 1;
}
.scaleX00.scrollActive {
  scale: 1 1;
}
.scaleY00 {
  scale: 1 0;
}
.scaleY00.scrollActive {
  scale: 1 1;
}
.scaleDown {
  scale: 1.1 1.1;
}
.scaleDown.scrollActive {
  scale: 1 1;
}

.panelX {
  scale: 0 1;
}
.panelX.scrollActive {
  scale: 1 1;
}

.panel {
  -webkit-transform: translate(0, 1.25rem) rotate(0deg) scale(0, 0.9) skew(0deg, 7.5deg);
  -ms-transform: translate(0, 1.25rem) rotate(0deg) scale(0, 0.9) skew(0deg, 7.5deg);
  transform: translate(0, 1.25rem) rotate(0deg) scale(0, 0.9) skew(0deg, 7.5deg);
}
.panel.scrollActive {
  -webkit-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg);
  -ms-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg);
  transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg);
}

.scrollAllList.allFadeIn > * {
  opacity: 0;
}
.scrollAllList.allFadeIn > *.scrollActive {
  opacity: 1;
}
.scrollAllList.allFadeTop > * {
  translate: 0 1.5625rem;
}
.scrollAllList.allFadeTop > *.scrollActive {
  translate: 0 0;
}
.scrollAllList.allFadeRight > * {
  translate: 1.5625rem 0;
}
.scrollAllList.allFadeRight > *.scrollActive {
  translate: 0 0;
}
.scrollAllList.allFadeLeft > * {
  translate: -1.5625rem 0;
}
.scrollAllList.allFadeLeft > *.scrollActive {
  translate: 0 0;
}
.scrollAllList.allFadeRight100 > * {
  translate: 100% 0;
}
.scrollAllList.allFadeRight100 > *.scrollActive {
  translate: 0 0;
}
.scrollAllList.allFadeLeft100 > * {
  translate: -100% 0;
}
.scrollAllList.allFadeLeft100 > *.scrollActive {
  translate: 0 0;
}
.scrollAllList.allScaleDown > * {
  scale: 1.1 1.1;
}
.scrollAllList.allScaleDown > *.scrollActive {
  scale: 1 1;
}

.scrollScaleImg {
  overflow: hidden;
}

/*sec_tit_area
-------------------------*/
.sec_tit_area {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
.sec_tit_area .sec_tit {
  text-align: center;
  white-space: nowrap;
  scale: 0.9 1;
  color: #c87e40;
}
.sec_tit_area .sec_tit::after {
  content: "";
  display: block;
  background-color: #c87e40;
}
@media print, screen and (min-width: 768px) {
  .sec_tit_area {
    margin-bottom: 5rem;
  }
  .sec_tit_area .sec_tit {
    font-size: 2.5rem;
  }
  .sec_tit_area .sec_tit::after {
    width: 3.125rem;
    height: 2px;
    margin: 1.5625rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec_tit_area {
    margin-bottom: 13.037809648vw;
  }
  .sec_tit_area .sec_tit {
    font-size: 1.875rem;
    line-height: 1.3333333333;
    margin-top: calc(0px - (((1em *1.3333333333) - 1em) / 2));
    margin-bottom: calc(0px - (((1em *1.3333333333) - 1em) / 2));
  }
  .sec_tit_area .sec_tit::after {
    width: 9.778357236vw;
    height: 0.3911342894vw;
    margin: 3.9113428944vw auto 0;
  }
}

/*insta_btn
-------------------------*/
.insta_btn {
  border: 1px solid #c87e40;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .insta_btn {
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
  }
  .insta_btn img, .insta_btn::after {
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
    width: 1.34955rem;
  }
  .insta_btn::after {
    content: "";
    display: block;
    background-size: 100% 100%;
    aspect-ratio: 1/1;
    background-image: url("../img/common/instagram_icon_wh.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    translate: -50% -50%;
    opacity: 0;
  }
  .insta_btn:hover {
    background: #c87e40;
  }
  .insta_btn:hover img {
    opacity: 0;
  }
  .insta_btn:hover::after {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .insta_btn img {
    width: 4.2228422425vw;
  }
}

/*header
-------------------------*/
header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
}
header .cart_btn {
  display: block;
}
header .h_nav_btn {
  background-image: url("../img/common/h_nav_btn_bg.png");
  background-size: 100% 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
header .h_nav_btn span, header .h_nav_btn::before {
  background-color: #fff;
}
header .h_nav_btn::before {
  content: "";
  display: block;
}
header .h_nav_btn::after {
  content: "MENU";
}
@media print, screen and (min-width: 768px) {
  header {
    padding: 0.875rem 1.5625% 0.875rem 0;
  }
  header .cart_btn {
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
    width: 1.875rem;
    margin-right: 2.125rem;
  }
  header .cart_btn:hover {
    opacity: 0.7;
  }
  header .h_nav_btn {
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
    width: 6.875rem;
    height: 4.640625rem;
  }
  header .h_nav_btn:hover {
    opacity: 0.7;
  }
  header .h_nav_btn span {
    margin: 0.375rem 0 0.5rem;
  }
  header .h_nav_btn span, header .h_nav_btn::before {
    width: 3.125rem;
    height: 2px;
  }
  header .h_nav_btn::after {
    font-size: 0.875rem;
    letter-spacing: 0.3em;
    font-family: "Tenor Sans", "Zen Kaku Gothic New", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  header {
    padding: 4.0417209909vw 2.0860495437vw 4.0417209909vw 0;
  }
  header .cart_btn {
    width: 5.6773924381vw;
    margin-right: 4.4328552803vw;
  }
  header .h_nav_btn {
    width: 20.0782268579vw;
    height: 13.5528031291vw;
  }
  header .h_nav_btn span {
    margin: 0.9126466754vw 0 1.5645371578vw;
  }
  header .h_nav_btn span, header .h_nav_btn::before {
    width: 9.1264667536vw;
    height: 0.3650586701vw;
  }
  header .h_nav_btn::after {
    font-size: 0.625rem;
    letter-spacing: 0.15em;
    font-family: "Tenor Sans", "Zen Kaku Gothic New", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    color: #fff;
  }
}

/*#online_shop_area
-------------------------*/
#online_shop_area .online_shop_area_btn, .online_shop_area .online_shop_area_btn {
  aspect-ratio: 600/405;
  margin: auto;
  background-image: url("../img/common/online_shop_area_btn_bg.png");
  background-size: contain;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
#online_shop_area .online_shop_area_btn .txt_area, .online_shop_area .online_shop_area_btn .txt_area {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  aspect-ratio: 340/160;
  color: #fff;
  background: rgba(124, 46, 30, 0.5);
  position: relative;
}
#online_shop_area .online_shop_area_btn .txt_area .en, .online_shop_area .online_shop_area_btn .txt_area .en {
  width: 100%;
  scale: 0.9 1;
  transform-origin: 0 50%;
}
#online_shop_area .online_shop_area_btn .txt_area .jp, .online_shop_area .online_shop_area_btn .txt_area .jp {
  width: 100%;
}
#online_shop_area .online_shop_area_btn .txt_area .img_txt, .online_shop_area .online_shop_area_btn .txt_area .img_txt {
  position: absolute;
}
#online_shop_area .online_shop_area_btn .txt_area::after, .online_shop_area .online_shop_area_btn .txt_area::after {
  content: "";
  display: block;
  background-size: 100% 100%;
  background-image: url("../img/common/vector01.svg");
  position: absolute;
  top: 50%;
  z-index: 0;
  translate: 0 -50%;
}
@media print, screen and (min-width: 768px) {
  #online_shop_area, .online_shop_area {
    background: repeating-linear-gradient(90deg, #f1da95, #f1da95 14px, #f2dea0 14px, #f2dea0 28px);
  }
  #online_shop_area .online_shop_area_btn, .online_shop_area .online_shop_area_btn {
    width: 50%;
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
  }
  #online_shop_area .online_shop_area_btn:hover, .online_shop_area .online_shop_area_btn:hover {
    scale: 1.05 1.05;
  }
  #online_shop_area .online_shop_area_btn .txt_area, .online_shop_area .online_shop_area_btn .txt_area {
    width: 56.6666666667%;
    border-radius: 1.0625rem;
    padding-left: 5%;
  }
  #online_shop_area .online_shop_area_btn .txt_area .en, .online_shop_area .online_shop_area_btn .txt_area .en {
    font-size: 2.125rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.625rem;
  }
  #online_shop_area .online_shop_area_btn .txt_area .jp, .online_shop_area .online_shop_area_btn .txt_area .jp {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.3em;
  }
  #online_shop_area .online_shop_area_btn .txt_area .img_txt, .online_shop_area .online_shop_area_btn .txt_area .img_txt {
    width: 9.5625rem;
    bottom: -0.19623125rem;
    right: -1.50119375rem;
  }
  #online_shop_area .online_shop_area_btn .txt_area::after, .online_shop_area .online_shop_area_btn .txt_area::after {
    width: 0.6777625rem;
    height: 1.10739375rem;
    right: 7.0588235294%;
  }
}
@media only screen and (max-width: 767px) {
  #online_shop_area, .online_shop_area {
    background: repeating-linear-gradient(90deg, #f1da95, #f1da95 1.8252933507vw, #f2dea0 1.8252933507vw, #f2dea0 3.6505867014vw);
    padding: 2.4771838331vw 0;
  }
  #online_shop_area .online_shop_area_btn, .online_shop_area .online_shop_area_btn {
    width: 78.2268578879vw;
  }
  #online_shop_area .online_shop_area_btn .txt_area, .online_shop_area .online_shop_area_btn .txt_area {
    width: 44.3285528031vw;
    border-radius: 3.9113428944vw;
    padding-left: 3.9113428944vw;
  }
  #online_shop_area .online_shop_area_btn .txt_area .en, .online_shop_area .online_shop_area_btn .txt_area .en {
    font-size: 1.0625rem;
    letter-spacing: 0.05em;
    margin-bottom: 1.1082138201vw;
  }
  #online_shop_area .online_shop_area_btn .txt_area .jp, .online_shop_area .online_shop_area_btn .txt_area .jp {
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.257em;
  }
  #online_shop_area .online_shop_area_btn .txt_area .img_txt, .online_shop_area .online_shop_area_btn .txt_area .img_txt {
    width: 19.9680312907vw;
    bottom: -0.4093481095vw;
    right: -3.131577575vw;
  }
  #online_shop_area .online_shop_area_btn .txt_area::after, .online_shop_area .online_shop_area_btn .txt_area::after {
    width: 1.4138461538vw;
    height: 2.3100782269vw;
    right: 3.1290743155vw;
  }
}

/*#recomend
-------------------------*/
#recomend .recomend_wrap .item .image {
  border: #4d4d4d 1px solid;
}
#recomend .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #c87e40;
  margin: auto;
  color: #c87e40;
  position: relative;
}
#recomend .btn::after {
  content: "";
  display: block;
  background-size: 100% 100%;
  background-image: url("../img/common/vector02.svg");
  position: absolute;
  top: 50%;
  z-index: 0;
  translate: 0 -50%;
}
@media print, screen and (min-width: 768px) {
  #recomend {
    padding: 9.375rem 0;
  }
  #recomend .recomend_wrap {
    width: 91.6666666667%;
    margin: 0 auto 3.75rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #recomend .recomend_wrap .item {
    width: 30.9090909091%;
  }
  #recomend .recomend_wrap .item:not(:nth-child(3n)) {
    margin-right: 3.6363636364%;
  }
  #recomend .recomend_wrap .item:not(:nth-child(-n+3)) {
    margin-top: 3.6363636364%;
  }
  #recomend .recomend_wrap .item a figure {
    overflow: hidden;
  }
  #recomend .recomend_wrap .item a img {
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
  }
  #recomend .recomend_wrap .item a:hover img {
    scale: 1.05 1.05;
  }
  #recomend .recomend_wrap .item a:hover {
    text-decoration: underline;
  }
  #recomend .recomend_wrap .item .image {
    margin-bottom: 1.875rem;
  }
  #recomend .recomend_wrap .item .txt_area .name {
    font-size: 0.9375rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.6666666667;
    margin-top: calc(0px - (((1em *1.6666666667) - 1em) / 2));
    margin-bottom: calc(1.125rem - (((1em *1.6666666667) - 1em) / 2));
  }
  #recomend .recomend_wrap .item .txt_area .price {
    font-size: 1.3125rem;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  #recomend .recomend_wrap .item .txt_area .price strong {
    font-size: 1.1904761905em;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  #recomend .recomend_wrap .item .txt_area .price small {
    font-size: 0.7142857143em;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  #recomend .btn {
    width: 15.625rem;
    height: 3.75rem;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding-right: 1.5rem;
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
  }
  #recomend .btn::after {
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
    width: 0.4242625rem;
    height: 0.70709375rem;
    right: 1.25rem;
  }
  #recomend .btn:hover {
    background: #c87e40;
    color: #fff;
  }
  #recomend .btn:hover::after {
    background-image: url("../img/common/vector02_wh.svg");
  }
}
@media only screen and (max-width: 767px) {
  #recomend {
    padding: 22.1642764016vw 0;
  }
  #recomend .recomend_wrap {
    margin: 0 auto 10.4302477184vw;
  }
  #recomend .recomend_wrap .item {
    width: 66.5906127771vw;
    margin: auto;
  }
  #recomend .recomend_wrap .item:not(:last-child) {
    margin-bottom: 7.8226857888vw;
  }
  #recomend .recomend_wrap .item .image {
    margin-bottom: 4.3024771838vw;
  }
  #recomend .recomend_wrap .item .txt_area .name {
    font-size: 0.8125rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.6826923077;
    margin-top: calc(0px - (((1em *1.6826923077) - 1em) / 2));
    margin-bottom: calc(3.259452412vw - (((1em *1.6826923077) - 1em) / 2));
  }
  #recomend .recomend_wrap .item .txt_area .price {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  #recomend .recomend_wrap .item .txt_area .price strong {
    font-size: 1.1904761905em;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  #recomend .recomend_wrap .item .txt_area .price small {
    font-size: 0.7142857143em;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  #recomend .btn {
    width: 57.1056062581vw;
    height: 13.6897001304vw;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding-right: 5.6062581486vw;
  }
  #recomend .btn::after {
    width: 1.5488005215vw;
    height: 2.58136897vw;
    right: 4.8239895698vw;
  }
}

/*#news
-------------------------*/
#news {
  background: #efeee9;
}
#news .sec_tit_area {
  position: relative;
}
#news .sec_tit_area .news_btn {
  position: absolute;
  top: 100%;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
#news .news_list {
  margin: auto;
}
#news .news_list li {
  border-bottom: #cbcbcb 1px solid;
}
#news .news_list a::after {
  content: "";
  display: block;
  background-size: 100% 100%;
  background-image: url("../img/common/vector02.svg");
}
@media print, screen and (min-width: 768px) {
  #news {
    padding: 9.375rem 0;
  }
  #news .sec_tit_area .news_btn {
    font-size: 0.9375rem;
    font-weight: 300;
    letter-spacing: 0.2em;
    right: 8.3333333333%;
  }
  #news .sec_tit_area .news_btn::after {
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
    content: "";
    display: block;
    width: 3.75rem;
    height: 1px;
    background-color: #000;
    margin-left: 0.9375rem;
  }
  #news .sec_tit_area .news_btn:hover:after {
    scale: 0.5 1;
    transform-origin: 100% 50%;
  }
  #news .news_list {
    width: 83.3333333333%;
  }
  #news .news_list li {
    padding-bottom: 1.875rem;
  }
  #news .news_list li:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  #news .news_list a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    line-height: 2;
  }
  #news .news_list a .date {
    font-size: 1rem;
    font-weight: 200;
    letter-spacing: 0.2em;
    width: 10.625rem;
  }
  #news .news_list a .tit {
    font-size: 0.9375rem;
    font-weight: 200;
    letter-spacing: 0.2em;
  }
  #news .news_list a::after {
    width: 0.4242625rem;
    height: 0.70709375rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-left: auto;
  }
  #news .news_list a:hover .tit {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  #news {
    padding: 22.1642764016vw 0;
  }
  #news .sec_tit_area .news_btn {
    font-size: 0.8203125rem;
    font-weight: 300;
    letter-spacing: 0.2em;
    right: 0;
    margin-top: 4.6936114733vw;
  }
  #news .sec_tit_area .news_btn::after {
    content: "";
    display: block;
    width: 5.3455019557vw;
    height: 1px;
    background-color: #000;
    margin-left: 2.7379400261vw;
  }
  #news .news_list {
    width: 89.5697522816vw;
  }
  #news .news_list li {
    padding-bottom: 5.7366362451vw;
  }
  #news .news_list li:not(:last-child) {
    margin-bottom: 4.6936114733vw;
  }
  #news .news_list a {
    padding-right: 5.4758800522vw;
    position: relative;
    display: block;
  }
  #news .news_list a .date {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin-bottom: 3.6505867014vw;
  }
  #news .news_list a .tit {
    font-size: 0.8125rem;
    font-weight: 200;
    letter-spacing: 0.2em;
    line-height: 1.9230769231;
    margin-top: calc(0px - (((1em *1.9230769231) - 1em) / 2));
    margin-bottom: calc(0px - (((1em *1.9230769231) - 1em) / 2));
  }
  #news .news_list a::after {
    width: 1.5488005215vw;
    height: 2.58136897vw;
    position: absolute;
    top: 50%;
    z-index: 0;
    translate: 0 -50%;
    right: 0;
  }
}

/*#insta
-------------------------*/
#insta .sec_tit_area {
  -webkit-align-items: center;
  align-items: center;
}
#insta .sec_tit_area .insta_btn {
  justify-self: flex-end;
  position: relative;
}
#insta .insta_list {
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#insta .insta_list .insta_item a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  #insta {
    padding: 9.375rem 0;
  }
  #insta .sec_tit_area {
    padding-left: 4.625rem;
  }
  #insta .sec_tit_area .insta_btn {
    width: 4rem;
    margin-left: 0.625rem;
    margin-bottom: 1.5625rem;
  }
  #insta .insta_list {
    width: pcin(1100);
  }
  #insta .insta_list .insta_item {
    width: 20%;
  }
  #insta .insta_list .insta_item:not(:nth-child(5n)) {
    margin-right: 0%;
  }
  #insta .insta_list .insta_item:not(:nth-child(-n+5)) {
    margin-top: 0%;
  }
  #insta .insta_list .insta_item:nth-child(n+6) {
    display: none;
  }
  #insta .insta_list .insta_item a {
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
  }
  #insta .insta_list .insta_item a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  #insta {
    padding: 22.1642764016vw 0;
  }
  #insta .sec_tit_area {
    padding-left: 17.6010430248vw;
  }
  #insta .sec_tit_area .insta_btn {
    width: 12.5162972621vw;
    margin-right: 5.0847457627vw;
    margin-bottom: 3.9113428944vw;
  }
  #insta .insta_list {
    width: 79.1395045632vw;
  }
  #insta .insta_list .insta_item {
    width: 50%;
  }
}

/*#shop
-------------------------*/
#shop {
  background: #efeee9;
}
#shop .shop_name {
  position: relative;
}
#shop .shop_name small {
  display: block;
}
#shop .shop_name::before {
  position: absolute;
  left: 0;
}
#shop .shop_img {
  aspect-ratio: 1/1;
  position: relative;
}
#shop .shop_img > img {
  border-radius: 50%;
  border: 1px solid #4d4d4d;
}
#shop .shop_img .insta_btn {
  position: absolute;
}
#shop .shop_info .open::before {
  content: "● ";
  color: #c87e40;
}
#shop .shop_info .hp a {
  text-decoration: underline;
}
#shop .map iframe {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  #shop {
    padding: 9.375rem 0;
  }
  #shop .shop_wrap {
    width: 91.6666666667%;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    white-space: nowrap;
  }
  #shop .shop_wrap::after {
    content: "";
    display: block;
    width: 2px;
    background-color: #fff;
    height: 49.5625rem;
    align-self: flex-end;
  }
  #shop .shop_area01 {
    width: 63.6363636364%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #shop .shop_area01 .shop_box {
    width: 47.1428571429%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.875rem;
  }
  #shop .shop_area01 .shop_box .shop_info {
    margin-top: auto;
  }
  #shop .shop_area01 .map {
    width: 100%;
  }
  #shop .shop_area02 {
    order: 1;
    width: 30%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #shop .shop_area02 .shop_box {
    width: 100%;
  }
  #shop .shop_name {
    padding-left: 4.375rem;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    min-height: 2.7352875rem;
    margin-bottom: 1.25rem;
  }
  #shop .shop_name small {
    font-size: 0.7222222222em;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-top: 0.9375rem;
  }
  #shop .shop_name::before {
    content: "";
    display: block;
    width: 3.75rem;
    height: 1px;
    background-color: #000;
    top: 0.5625rem;
  }
  #shop .shop_img {
    width: 100%;
  }
  #shop .shop_img .insta_btn {
    width: 3.2rem;
    top: 1.18125rem;
    right: 0.931225rem;
  }
  #shop .address {
    width: 100%;
    font-size: 0.9375rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.6666666667;
    margin-top: calc(1.8125rem - (((1em *1.6666666667) - 1em) / 2));
    margin-bottom: calc(1.375rem - (((1em *1.6666666667) - 1em) / 2));
  }
  #shop .shop_info .open {
    font-size: 0.9375rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 0.5555555556;
    margin-top: calc(0px - (((1em *0.5555555556) - 1em) / 2));
    margin-bottom: calc(0.9375rem - (((1em *0.5555555556) - 1em) / 2));
  }
  #shop .shop_info .contact {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 0.6666666667;
    margin-top: calc(0px - (((1em *0.6666666667) - 1em) / 2));
    margin-bottom: calc(0px - (((1em *0.6666666667) - 1em) / 2));
  }
  #shop .shop_info .contact small {
    font-size: 0.75em;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 0.6666666667;
    margin-top: calc(0px - (((1em *0.6666666667) - 1em) / 2));
    margin-bottom: calc(0px - (((1em *0.6666666667) - 1em) / 2));
  }
  #shop .shop_info .hp {
    font-size: 0.9375rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 0.5555555556;
    margin-top: calc(0.9375rem - (((1em *0.5555555556) - 1em) / 2));
    margin-bottom: calc(0px - (((1em *0.5555555556) - 1em) / 2));
  }
  #shop .shop_info .hp a:hover {
    text-decoration: none;
  }
  #shop .map {
    height: 18.75rem;
    overflow: hidden;
    border-radius: 1.4375rem;
    margin-top: 1.3125rem;
  }
  #shop #shop_box01 .shop_info, #shop #shop_box01 .address {
    margin-left: 12.1212121212%;
  }
  #shop #shop_box02 .shop_info {
    margin-left: 15.4545454545%;
  }
  #shop #shop_box02 .address {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #shop {
    padding: 22.1642764016vw 0;
  }
  #shop .shop_box:not(:last-of-type) {
    margin-bottom: 10.4302477184vw;
  }
  #shop .shop_name {
    margin-left: 10.4302477184vw;
    padding-left: 15.9061277705vw;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin-bottom: 4.3024771838vw;
  }
  #shop .shop_name small {
    font-size: 0.6875em;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-top: 2.7379400261vw;
  }
  #shop .shop_name::before {
    content: "";
    display: block;
    width: 13.6897001304vw;
    height: 1px;
    background-color: #000;
    top: 2.0860495437vw;
  }
  #shop .shop_img {
    width: 66.4928292047vw;
    margin: 0 auto 5.0847457627vw;
  }
  #shop .shop_img .insta_btn {
    width: 10.0130378096vw;
    top: 2.6858148631vw;
    right: 5.32589309vw;
  }
  #shop .address {
    margin-left: 10.4302477184vw;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 0.8203125rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.6666666667;
    margin-top: calc(0px - (((1em *1.6666666667) - 1em) / 2));
    margin-bottom: calc(5.2151238592vw - (((1em *1.6666666667) - 1em) / 2));
  }
  #shop .shop_info {
    margin-left: 10.4302477184vw;
  }
  #shop .shop_info .open {
    font-size: 0.8203125rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.6666666667;
    margin-top: calc(0px - (((1em *1.6666666667) - 1em) / 2));
    margin-bottom: calc(2.998696219vw - (((1em *1.6666666667) - 1em) / 2));
  }
  #shop .shop_info .contact {
    font-size: 1.09375rem;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 0.6666666667;
    margin-top: calc(0px - (((1em *0.6666666667) - 1em) / 2));
    margin-bottom: calc(0px - (((1em *0.6666666667) - 1em) / 2));
  }
  #shop .shop_info .contact small {
    font-size: 0.75em;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 0.6666666667;
    margin-top: calc(0px - (((1em *0.6666666667) - 1em) / 2));
    margin-bottom: calc(0px - (((1em *0.6666666667) - 1em) / 2));
  }
  #shop .shop_info .hp {
    font-size: 0.8203125rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 0.5555555556;
    margin-top: calc(3.9113428944vw - (((1em *0.5555555556) - 1em) / 2));
    margin-bottom: calc(0px - (((1em *0.5555555556) - 1em) / 2));
  }
  #shop .map {
    height: 65.4498044329vw;
    margin-top: 5.2151238592vw;
  }
  #shop .shop_area01 {
    margin-bottom: 13.037809648vw;
  }
}

/*footer
-------------------------*/
footer {
  background-color: #c87e40;
  color: #fff;
}
footer .footer_bg {
  width: 100%;
}
footer .footer_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit:cover; object-position:50% 50%; ";
  vertical-align: unset;
}
footer .f_nav01 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
footer .nav_list01 {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
footer .nav_list01 li {
  scale: 0.85 1;
}
footer .nav_list01 li:nth-child(3n+1) {
  transform-origin: 0 50%;
}
footer .nav_list01 li:nth-child(3n) {
  transform-origin: 100% 50%;
}
footer .f_nav02 {
  margin: auto;
}
footer .nav_list02, footer .nav_list03 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .f_bottom .sns_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
}
footer .f_logo_area {
  position: relative;
}
footer .fixed_btn_area {
  bottom: 0;
  position: absolute;
}
footer .fixed_btn_area .pageTotop_btn {
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
footer .fixed_btn_area .scroll_btn, footer .fixed_btn_area .pageTotop_btn {
  display: block;
  width: 100%;
}
footer .fixed_btn_area .scroll_btn {
  scale: 0 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
footer .fixed_btn_area.scroll .scroll_btn {
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  scale: 1 1;
  pointer-events: auto;
}
footer .fixed_btn_area.scroll .pageTotop_btn {
  pointer-events: none;
  scale: 0 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
footer .fixed_btn_area.fixed {
  position: fixed;
}
@media print, screen and (min-width: 768px) {
  footer .footer_bg {
    aspect-ratio: 1600/500;
  }
  footer .f_map {
    width: 83.3333333333%;
    margin: -6.25rem auto 4.1875rem;
  }
  footer .f_logo {
    width: 34.0152166667%;
    margin: 0 auto;
  }
  footer .nav_list01 {
    width: 91.6666666667%;
    height: 5rem;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  footer .nav_list01 li a {
    display: block;
    text-align: center;
    position: base_pos;
  }
  footer .nav_list01 li a::after {
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 0 50%;
    scale: 0 1;
  }
  footer .nav_list01 li a:hover::after {
    scale: 1 1;
  }
  footer .nav_list01 li a span {
    font-size: 1rem;
  }
  footer .f_nav02 {
    width: 91.6666666667%;
    padding: 3.125rem 0 3.75rem;
  }
  footer .nav_list02 .list_item:nth-child(5n+1), footer .nav_list02 .list_item:nth-child(5n+2), footer .nav_list02 .list_item:nth-child(5n+3), footer .nav_list03 .list_item:nth-child(5n+1), footer .nav_list03 .list_item:nth-child(5n+2), footer .nav_list03 .list_item:nth-child(5n+3) {
    width: 17%;
    margin-right: 5.7272727273%;
  }
  footer .nav_list02 .list_item:nth-child(4n), footer .nav_list03 .list_item:nth-child(4n) {
    width: 17%;
  }
  footer .nav_list02 .list_item:nth-child(5n), footer .nav_list03 .list_item:nth-child(5n) {
    margin-left: auto;
  }
  footer .nav_list02 .list_item:not(:nth-child(-n+5)), footer .nav_list03 .list_item:not(:nth-child(-n+5)) {
    margin-top: 1.25rem;
  }
  footer .nav_list02 .list_item a, footer .nav_list03 .list_item a {
    position: base_pos;
  }
  footer .nav_list02 .list_item a::after, footer .nav_list03 .list_item a::after {
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 0 50%;
    scale: 0 1;
  }
  footer .nav_list02 .list_item a:hover::after, footer .nav_list03 .list_item a:hover::after {
    scale: 1 1;
  }
  footer .nav_list02 {
    margin-bottom: 1.5625rem;
    font-size: 0.9375rem;
    letter-spacing: 0.2em;
  }
  footer .nav_list03 {
    margin-bottom: 2.6875rem;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
  }
  footer .f_bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  footer .f_bottom .sns_list {
    order: 1;
    justify-content: flex-end;
  }
  footer .f_bottom .sns_tit {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    margin-right: 1rem;
  }
  footer .f_bottom .sns_link {
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
  }
  footer .f_bottom .sns_link:hover {
    opacity: 0.7;
  }
  footer .f_bottom .sns_link:not(:last-child) {
    margin-right: 1.8125rem;
  }
  footer .f_bottom .sns_link.instagram {
    width: 1.124625rem;
  }
  footer .f_bottom .sns_link.twitter {
    width: 1.171875rem;
  }
  footer .f_bottom .sns_link.facebook {
    width: 0.5680625rem;
  }
  footer .f_bottom .copyright.Tenor {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }
  footer .f_logo_area {
    padding-bottom: 4.1875rem;
  }
  footer .fixed_btn_area {
    width: 7.5rem;
    right: 3.125rem;
    margin-bottom: 3.125rem;
  }
  footer .fixed_btn_area a {
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
  }
  footer .fixed_btn_area a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  footer .f_map {
    width: 100%;
    height: 68.4485006519vw;
    margin: -26.075619296vw auto 13.037809648vw;
  }
  footer .f_map img {
    width: 195.5671447197%;
    height: 100%;
    object-fit: cover;
    object-position: 38% 50%;
    font-family: "object-fit:cover; object-position:38% 50%; ";
    vertical-align: unset;
  }
  footer .f_logo {
    width: 53.2180704042vw;
    margin: 0 auto;
  }
  footer .nav_list01 {
    width: 78.8787483703vw;
    height: 15.6453715776vw;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
  footer .nav_list01 li a {
    display: block;
    text-align: center;
  }
  footer .nav_list01 li a span {
    font-size: 3.1290743155vw;
  }
  footer .f_nav02 {
    width: 78.8787483703vw;
    padding: 7.8226857888vw 0 10.4302477184vw;
  }
  footer .nav_list02 .list_item, footer .nav_list03 .list_item {
    width: 50%;
    white-space: nowrap;
  }
  footer .nav_list02 .list_item:not(:nth-child(-n+2)), footer .nav_list03 .list_item:not(:nth-child(-n+2)) {
    margin-top: 4.6936114733vw;
  }
  footer .nav_list02 {
    margin-bottom: 5.7366362451vw;
    font-size: 0.8125rem;
    letter-spacing: 0.2em;
  }
  footer .nav_list03 {
    margin-bottom: 7.8226857888vw;
    font-size: 0.6875rem;
    letter-spacing: 0.2em;
  }
  footer .f_bottom {
    text-align: center;
  }
  footer .f_bottom .sns_list {
    justify-content: center;
    margin-bottom: 7.8226857888vw;
  }
  footer .f_bottom .sns_tit {
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
    margin-right: 5.0847457627vw;
  }
  footer .f_bottom .sns_link:not(:last-child) {
    margin-right: 7.0404172099vw;
  }
  footer .f_bottom .sns_link.instagram {
    width: 4.3401434159vw;
  }
  footer .f_bottom .sns_link.twitter {
    width: 4.5224902216vw;
  }
  footer .f_bottom .sns_link.facebook {
    width: 2.1922555411vw;
  }
  footer .f_bottom .copyright.Tenor {
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
  }
  footer .f_logo_area {
    padding-bottom: 8.7353324641vw;
  }
  footer .fixed_btn_area {
    width: 23.4680573664vw;
    right: 5.2151238592vw;
    margin-bottom: 28.6831812256vw;
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
  }
  footer .fixed_btn_area.fixed {
    margin-bottom: 5.2151238592vw;
  }
}

/*add header
-------------------------*/
header .cart_btn, header .h_nav_btn {
  z-index: 1;
}
header .h_nav_btn > * {
  -webkit-transition: all 0.8s ease-in-out 0s;
  -ms-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}
@media print, screen and (min-width: 768px) {
  header .h_nav_btn:hover {
    cursor: pointer;
  }
}
header.open .h_nav_btn span {
  rotate: -190deg;
  translate: 0 -0.25rem;
}
@media only screen and (max-width: 767px) {
  header.open .h_nav_btn span {
    translate: 0 -0.6518904824vw;
  }
}
header.open .h_nav_btn::before {
  rotate: 190deg;
  translate: 0 0.25rem;
}
@media only screen and (max-width: 767px) {
  header.open .h_nav_btn::before {
    translate: 0 0.6518904824vw;
  }
}
header.open .h_nav_btn::after {
  content: "CLOSE";
}
@media only screen and (max-width: 767px) {
  header.open .gnav {
    transform: translateX(0);
  }
}

.gnav {
  position: fixed;
  inset: 0;
  height: 85vh;
  width: 100vw;
  background-color: rgba(200, 126, 64, 0.95);
  overflow: hidden scroll;
  padding-top: 14.375rem;
}
@media print, screen and (min-width: 768px) {
  .gnav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .gnav {
    padding-top: 31.2907431551vw;
    height: 100vh;
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
    transform: translateX(100%);
  }
}
.gnav::before {
  width: 14.375rem;
  height: 10.625rem;
  content: "";
  display: block;
  background-color: #d39866;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .gnav::before {
    width: 25.4237288136vw;
    height: 29.9869621904vw;
  }
}
.gnav__wrapper {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .gnav__wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .gnav__wrapper {
    width: 89.5697522816vw;
    padding: 0 5%;
    margin-top: -4.5632333768vw;
  }
}
.gnav__list {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .gnav__list .item:not(.sns_list) a:hover {
    border-bottom: 2px solid white;
  }
}
.gnav__list .item:not(.sns_list) a span {
  position: relative;
  top: -0.375rem;
  font-size: 1.125rem;
  padding-left: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .gnav__list .item:not(.sns_list) a span {
    font-size: 3.1290743155vw;
    padding-left: 2.6075619296vw;
    letter-spacing: 0;
    top: -0.7822685789vw;
  }
}
.gnav__list.left {
  font-size: 3.125rem;
  font-weight: 700;
  font-family: "Tenor Sans", "Zen Kaku Gothic New", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .gnav__list.left {
    font-size: 7.1707953064vw;
  }
}
.gnav__list.left .item:not(:first-child) {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .gnav__list.left .item:not(:first-child) {
    margin-top: 10.4302477184vw;
  }
}
.gnav__list.left .subitem.large-order-link {
  margin-top: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .gnav__list.left .subitem.large-order-link {
    margin-top: 1.3037809648vw;
  }
}
.gnav__list.left .subitem a {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .gnav__list.left .subitem a {
    font-size: 4.1720990874vw;
  }
}
.gnav__list.right {
  font-size: 1.125rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.5rem 0;
}
@media print, screen and (min-width: 768px) {
  .gnav__list.right {
    padding-left: 19%;
  }
}
@media only screen and (max-width: 767px) {
  .gnav__list.right {
    font-size: 3.6505867014vw;
    margin-top: 10.4302477184vw;
    gap: 5.2151238592vw 0;
  }
}
.gnav__list.right .item {
  width: 13.125rem;
}
@media only screen and (max-width: 767px) {
  .gnav__list.right .item {
    width: 66%;
  }
}
@media only screen and (max-width: 767px) {
  .gnav__list.right .item:nth-child(2n) {
    width: 34%;
  }
}
@media print, screen and (min-width: 768px) {
  .gnav__list.right .item:nth-child(3n) {
    width: 8.125rem;
  }
}
.gnav__list.right .item.last {
  margin-bottom: 1.25rem;
}
.gnav__list.right .item.small {
  font-size: 0.875rem;
  width: 13.125rem;
}
@media only screen and (max-width: 767px) {
  .gnav__list.right .item.small {
    width: 100%;
    font-size: 3.1290743155vw;
  }
}
.gnav__list.right .item.small::nth-child(2) {
  margin-top: 0;
}
.gnav__list.right .item.sns_list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .gnav__list.right .item.sns_list {
    margin-top: 9.1264667536vw;
  }
}
.gnav__list.right .item.sns_list::before {
  content: "";
  height: 1px;
  width: 63.5%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .gnav__list.right .item.sns_list::before {
    width: 50%;
    left: -15%;
  }
}
.gnav__list.right .item .sns_tit {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-right: 1rem;
}
.gnav__list.right .item .sns_link {
  -webkit-transition: all 0.8s ease-in-out 0s;
  -ms-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}
.gnav__list.right .item .sns_link:hover {
  opacity: 0.7;
}
.gnav__list.right .item .sns_link:not(:last-child) {
  margin-right: 1.8125rem;
}
@media only screen and (max-width: 767px) {
  .gnav__list.right .item .sns_link:not(:last-child) {
    margin-right: 7.0404172099vw;
  }
}
.gnav__list.right .item .sns_link.instagram {
  width: 1.124625rem;
}
@media only screen and (max-width: 767px) {
  .gnav__list.right .item .sns_link.instagram {
    width: 4.3401434159vw;
  }
}
.gnav__list.right .item .sns_link.twitter {
  width: 1.171875rem;
}
@media only screen and (max-width: 767px) {
  .gnav__list.right .item .sns_link.twitter {
    width: 4.5224902216vw;
  }
}
.gnav__list.right .item .sns_link.facebook {
  width: 0.5680625rem;
}
@media only screen and (max-width: 767px) {
  .gnav__list.right .item .sns_link.facebook {
    width: 2.1922555411vw;
  }
}

/*add news
-------------------------*/
@media print, screen and (min-width: 768px) {
  #news .news_list a .tit {
    width: calc(100% - 10.625rem);
    padding-right: 1.25rem;
  }
}

/*# sourceMappingURL=base.css.map */