@charset "utf-8";
/*
Theme Name: 築地そらつき - ブリキトタン
Theme URI: 
Author: eitostyle
Author URI: https://eito.style/
Description: エイトスタイル制作のオリジナルテンプレートです
Version: 1.0
*/
/*-----------------------------
google font
-----------------------------------*/
.f_robo {
  font-family: "Roboto Condensed", sans-serif;
}
/*-----------------------------
リキャプチャ消す
-----------------------------------*/
.grecaptcha-badge {
  visibility: hidden;
}
/*-----------------------------
reset
-----------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body * {
  line-height: 1.6;
  box-sizing: border-box;
  text-align: justify;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  opacity: 0.6;
  transition: all 0.5s ease-out 0s;
}
/*---------------------------------
共通 common
-----------------------------------*/
html {
  font-size: 18px;
  color: #333;
  font-family: "Yu Gothic", YuGothic, "游ゴシック体", "游ゴシック",
    "Yu Gothic UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Arial, Helvetica, "ＭＳ Ｐゴシック", sans-serif !important;
}
main {
  width: 100%;
  padding: 0;
}
br.sp {
  display: none;
}
.sp {
  display: none !important;
}
.inner {
  max-width: 1200px;
  margin: 0 auto 0;
}
p + p {
  margin: 1em 0 0;
}
.w100 {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 90%;
    margin: 0 auto;
  }
  html {
    font-size: 14px;
  }
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
  img {
    height: auto;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/*---------------------------------
ローディング
-----------------------------------*/
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}
.loding_rogo {
  width: 300px;
}
/*ローディングのテキスト1文字ずつ下から表示*/
.loding_txt {
}
@keyframes ldtxt-anim {
  0% {
    transform: translateY(110%);
  }
  10% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.loding_txt {
  display: flex;
  overflow: hidden;
  color: #333; /*ローディングアニメの文字カラー*/
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 0;
  justify-content: center;
  letter-spacing: 0.4ex;
}
.loding_txt span {
  transform: translateY(110%);
  display: block;
  animation: 5s ldtxt-anim linear forwards;
}
.loding_txt span:nth-child(1) {
  animation-delay: 1.1s;
}
.loding_txt span:nth-child(2) {
  animation-delay: 1.15s;
}
.loding_txt span:nth-child(3) {
  animation-delay: 1.2s;
}
.loding_txt span:nth-child(4) {
  animation-delay: 1.25s;
}
.loding_txt span:nth-child(5) {
  animation-delay: 1.3s;
}
.loding_txt span:nth-child(6) {
  animation-delay: 1.35s;
}
.loding_txt span:nth-child(7) {
  animation-delay: 1.4s;
}
.loding_txt span:nth-child(8) {
  animation-delay: 1.45s;
}
.loding_txt span:nth-child(9) {
  animation-delay: 1.5s;
}
/*FVのテキストのみ遅延させる※初回のみ*/
.fv.a .slider_txt {
  animation-delay: 3.5s;
}
.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #f8b500; /*ローディング背景*/
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loading-animation > div {
  margin: 0 0 70px;
  text-align: center;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .loading-animation img {
    width: 100%;
  }
}
/*---------------------------------
アニメーション
-----------------------------------*/
.an_wrap {
  overflow: hidden;
}
.an-slidein {
  opacity: 0;
  overflow: hidden;
}
.animate-on-scroll {
  opacity: 0;
  transition: opacity 0.5s ease-in-out; /* スムーズな表示のための遷移 */
}
/*マスク要素をスライドアウトする*/
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
/*スライドインを動作するclass*/
.isPlay {
  position: relative;
  opacity: 1 !important;
}
/*isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
.isPlay:before {
  animation: maskOut 0.5s ease-in-out 0.5s forwards;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 102%;
  height: 100%;
  background-color: #f8b500; /*スライドする色*/
}
.red.hd-slidein_delay.isPlay:before,
.red.an-slidein_delay.isPlay:before,
.red.an-slidein.isPlay:before {
  animation: maskOut 0.5s ease-in-out 0.5s forwards;
  background-color: #231f20;
}
/*メインスライドの1文字ずつ表示されるテキスト*/
.main-slide_txt {
  opacity: 0;
}
.main-slide_txt {
  opacity: 0;
  position: relative;
  top: -50px; /* 初期位置を上に配置 */
  animation: fadeInbk 2s ease-in-out forwards;
}
/* フェードインアニメーション */
@keyframes fadeInbk {
  from {
    opacity: 0;
    top: 0; /* 開始時の位置（上方向に移動） */
  }
  to {
    opacity: 1;
    top: 50px; /* 終了時の位置（元の位置に戻る） */
  }
}
/* アニメーションを適用するクラス */
.main-slide_txt span,
.main-slide_txt.left span {
  opacity: 0;
}
.main-slide_txt.on span {
  opacity: 0;
  animation: fadeIn 1.5s ease-in-out forwards;
  display: inline-flex;
  align-items: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 6px 0 0;
  color: #111;
  position: relative;
  z-index: 2;
  background-color: #fff;
  margin: 5px 0;
  box-shadow: 0 0 7px 6px #fff;
}
/* フェードインアニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 各文字の遅延1行目 */
.main-slide_txt.on span:nth-child(1) {
  animation-delay: 0.5s;
}
.main-slide_txt.on span:nth-child(2) {
  animation-delay: 0.8s;
}
.main-slide_txt.on span:nth-child(3) {
  animation-delay: 1.1s;
}
/* 各文字の遅延2行目 */
.main-slide_txt.left.on span:nth-child(1) {
  animation-delay: 1.4s;
}
.main-slide_txt.left.on span:nth-child(2) {
  animation-delay: 1.7s;
}
.main-slide_txt.left.on span:nth-child(3) {
  animation-delay: 2s;
}
.main-slide_txt.left.on span:nth-child(4) {
  animation-delay: 2.3s;
}
.main-slide_txt.left.on span:nth-child(5) {
  animation-delay: 2.6s;
}
.main-slide_txt.left.on span:nth-child(6) {
  animation-delay: 2.9s;
}
/*------ scroll Down ------*/
.scroll-down {
  position: absolute;
  right: 45px;
  bottom: 190px;
  padding-left: 52px;
  margin-left: 81px;
  z-index: 201;
  transform: rotateZ(-90deg);
  transform-origin: right bottom;
}
@keyframes scroll-down-line {
  0% {
    transform-origin: 0% 50%;
    transform: scale(1, 1);
  }
  20% {
    transform-origin: 0% 50%;
    transform: scale(0.001, 1);
  }
  20.01% {
    transform-origin: 100% 50%;
  }
  38% {
    transform-origin: 100% 50%;
    transform: scale(1, 1);
  }
}
@keyframes bounce {
  0%,
  15%,
  38%,
  60%,
  75% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(10px);
  }
  45% {
    transform: translateX(5px);
  }
}
.scroll-down__line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 44px;
  height: 0px;
  margin-top: -1px;
}
.scroll-down__line:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #fff;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0s linear 0.5s;
  transform-origin: right center;
  transform: scale(0.001, 1);
  opacity: 0;
}
.scroll-down__text {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.2em;
  font-family: "Replica-Bold", sans-serif;
  overflow: hidden;
  width: 30px;
}
.scroll-down__text span {
  display: block;
  transform: translate3d(0, 100%, 0);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.scroll-down .scroll-down__text {
  animation: bounce 2.5s infinite;
}
.scroll-down .scroll-down__text span {
  transform: none;
}
.scroll-down .scroll-down__line {
  animation: scroll-down-line 2.5s infinite 851ms;
}
.scroll-down .scroll-down__line:after {
  transform: none;
  opacity: 1;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0s linear;
}
@media screen and (max-width: 768px) {
  .scroll-down {
    bottom: 130px;
    right: 20px;
  }
}
/*---------------------------------
パララックス
-----------------------------------*/
.parallax-container {
  position: relative;
  height: 300px; /* セクションの高さ */
  overflow: hidden;
}

.parallax-content {
  position: relative;
  z-index: 2; /* 前面に表示 */
  text-align: center;
  color: white;
}

.parallax-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px; /* スクロール効果を出すために少し大きくする */
  background-image: url("../img/itk_img_pararax.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
  transform: translateY(0); /* 初期位置 */
}
@media screen and (max-width: 768px) {
  .parallax-container {
    height: 160px; /* セクションの高さ */
  }
  .parallax-background {
    height: 440px;
  }
}
/*---------------------------------
ブリキトタン
-----------------------------------*/
#brt {
  color: #231f20;
}
/*---------------------------------
ヘッダ
-----------------------------------*/
.brt_hed {
  position: absolute;
  z-index: 8888;
  width: 100%;
  top: 0;
  padding: 30px 30px 0;
}
.brt_hed h1 {
  width: 130px;
}

/*---------------------------------------------------------------
各ブランドナビ　※ブランドごとに多少差あり
-------*/
.bl-outer-menu {
}
.bl-outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.bl-hamburger.active > div {
  transform: rotate(135deg);
}
.bl-hamburger.active > div:before,
.bl-hamburger.active > div:after {
  top: 0;
  transform: rotate(90deg);
}
.bl-hamburger.active > div:after {
  opacity: 0;
}
.bl-hamburger.active {
  padding: 10px;
}
.bl-outer-menu .bl-menu_wrap.active {
  pointer-events: auto;
  visibility: visible;
  height: 100vh;
}
.bl-outer-menu .bl-menu_wrap.active.on > div {
  transform: scale(1);
  transition-duration: 0.75s;
  opacity: 1;
}
.bl-outer-menu .bl-menu_wrap.active.on > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
.bl-hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 0px 16px 10px 16px;
  background: #f8b500;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl-hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #231815;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl-hamburger > div:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -10px;
  left: 0;
  width: 70%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
}

.bl-outer-menu .bl-hamburger > div:after {
  top: 10px;
}
.bl-hamburger.active > div:before {
  top: 0;
  width: 100%;
}
.bl-outer-menu .bl-menu_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.bl-outer-menu .bl-menu_wrap > div {
  width: 250vw;
  height: 250vw;
  color: #fefefe;
  background: #f8b500;
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl-outer-menu .bl-menu_wrap > div > div {
  text-align: center;
  width: 90vw;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* gap: 30px; */
  padding: 100px 0;
}
.bl-outer-menu .bl-menu_wrap > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.bl-outer-menu .bl-menu_wrap > div > div > ul > li {
  padding: 0;
  margin: 1em;
  /* font-size: 24px; */
  display: block;
}
.bl-outer-menu .bl-menu_wrap > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s ease;
  font-size: 3rem;
}
.bl-outer-menu .bl-menu_wrap > div > div > ul > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #e5e5e5;
  transition: width 0.4s ease;
}
.bl-menu_wrap li a span {
  font-size: 20px;
}
/*--bl-menuの中身--*/
.blmenu-txt {
  display: flex;
  /* height: 100%; */
  width: 60%;
  gap: 50px;
  align-items: center;
}
.blmenu_logo {
  width: 30%;
  text-align: center;
}
.blmenu_logo img {
  max-width: 200px;
}
.blmenu-txt ul {
  width: 60%;
}
.blmenu-txt ul li {
  padding: 10px;
  text-align: center;
}
.blmenu-txt ul li a {
  font-size: 2rem;
  color: #231815;
}
.solatsuki-menu {
  display: flex;
  height: 100%;
  width: 60%;
  gap: 50px;
  align-items: center;
}
.solatsuki-menu_logo {
  width: 30%;
  text-align: center;
}
.solatsuki-menu_logo span {
  display: block;
  color: #231815;
  text-align: center;
  font-weight: bold;
}
.solatsuki-menu_logo img {
  max-width: 80px;
  margin: 0 0 10px;
}
.solatsuki-menu ul {
  width: 60%;
}
.solatsuki-menu ul li {
  text-align: center;
  /* margin: 0 0 10px; */
  padding: 10px;
}
.solatsuki-menu ul li a {
  font-size: 2rem;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .brt_hed h1 {
    display: none;
  }
  .blmenu-txt {
    display: block;
  }
  .blmenu_logo {
    margin: 0 auto;
    width: 70%;
  }
  .blmenu-txt ul {
    width: 100%;
  }
  .blmenu-txt ul li {
    text-align: center;
  }
  .blmenu-txt ul li a {
    font-size: 1.2rem;
  }
  .solatsuki-menu {
    display: block;
    background: none;
    border: none;
    height: initial;
  }
  .solatsuki-menu_logo {
    width: 100%;
    margin: 10% auto 20px;
  }
  .solatsuki-menu ul {
    margin: 0 auto;
  }
  .solatsuki-menu ul li {
  }
  .solatsuki-menu ul li.bt {
    width: 100%;
  }
  .solatsuki-menu ul li a {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    box-sizing: border-box;
  }
  .bl-outer-menu .bl-menu_wrap > div > div {
    padding: 0;
  }
}

/*---------------------------------
トップメインスライド
-----------------------------------*/
.slick-img video {
  width: 100%;
}
.main-slide_wrap {
  position: relative;
}
.main-slide_sns {
  position: absolute;
  top: 50%;
  left: 0;
}
.main-slide_sns_txt {
  transform: translateY(-50%) rotate(90deg); /* 90度回転して、画面中央に配置 */
  font-size: 13px;
  font-weight: 600;
  color: #f8b500;
  letter-spacing: 0.3ex;
  margin: 0 0 0 -19px;
}
.main-slide_insta {
  width: 16px;
  margin: 30px 0 0 16px;
}
/* トップスライダー */
.sliderpage {
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  position: relative;
}
.slick-img img {
  width: 110%;
}
/* アニメーションのキー フレーム */
@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.3); /* 拡大率 */
  }
}
.zoom {
  animation: zoomUp 10s linear 0s normal both;
}

.main-slide {
  position: relative;
  padding: 40px 2px 10px 50px;
}
.sliderpage {
  margin-bottom: 0 !important;
  overflow: hidden;
  padding: 15px;
  background-color: #f8b500;
  position: relative;
}

.slick-img {
  width: 100%;
  max-height: 800px;
}
.slick-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 200vh;
  position: absolute;
  top: 0;
  background-color: rgb(0 0 0 / 10%);
}

@media screen and (max-width: 768px) {
  .main-slide_wrap {
    height: calc(90vh - 60px);
    border-radius: 0 0 50px 50px;
    overflow: hidden;
  }
  .slider {
    pointer-events: none;
    border-radius: initial;
  }
  .slick-img picture {
    /*スマホ画像チェンジ*/
  }
  .slick-img .zoom-img {
    height: 350px; /*モバイルメインスライドサイズ*/
    width: auto;
    margin: 0 0 0 10px;
  }
  .slider_box {
    width: 100%;
  }
  .slider_txt {
    font-size: 28px;
    text-align: center;
  }
  .main-slide {
    padding: 0;
    margin: 60px 0 0;
  }
  .slick-img {
    border-radius: initial;
  }
  .main-slide_copyaria {
    display: none;
  }
  .main-slide_txt {
    right: 40px;
  }
  .main-slide_txt.left {
    right: 100px;
  }
}
/*---------------------------------
メインコピー
-----------------------------------*/
.main_copy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-color: #000;
  padding: 0 0 80px;
}
.main_copy::after {
  content: "";
  display: block;
  position: absolute;
  top: -230px;
  left: -10%;
  z-index: 1;
  width: 120%;
  height: 600px;
  background: #f8b500;
  border-radius: 50%;
}
.main_copy_logo {
  display: block;
  width: 200px;
  margin: 0;
  position: relative;
  z-index: 2;
}

.main_copy_txt {
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
  margin: 0;
}
.main_copy_txt_sb {
  margin: 140px 0 0;
  text-align: center;
  line-height: 2.2;
  color: #f8b500;
}
@media screen and (max-width: 768px) {
  .main_copy {
  }
  .main_copy::after {
    top: -320px;
  }
  .main_copy_logo {
    width: 150px;
    /* margin: 5% 0; */
  }

  .main_copy_txt {
    font-size: 18px;
  }
  .main_copy_txt_sb {
    margin: 20% 5% 0;
    font-size: 13px;
    text-align: justify;
  }
}

/*---------------------------------
visual
-----------------------------------*/
.visual {
  background-color: #f8b500; /* セクションの背景色 */
  padding: 100px 0;
  position: relative;
}

.visual .inner {
  /* display: flex; */
  /* flex-wrap: wrap; */
  max-width: 1000px;
  /* justify-content: space-between; */
}

.visual_img01 {
  margin: 0 0 90px;
}

.visual_txt {
  background-color: #000; /* 幅を 45% に設定 */
  width: 55%;
  height: max-content;
  padding: 60px 40px;
  color: #f8b500;
}
.visual_txt h3 {
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 20px;
}
.visual_txt p {
  text-align: justify;
  line-height: 1.7;
  font-size: 1rem;
}
.visual_txt.l {
}
.visual_txt dt {
  /* font-weight: bold; */
  line-height: 2.5;
  text-align: center;
}
.visual_txt dd {
  font-size: 0.8rem;
  margin: 0 0 10px;
}
.visual_txt.last {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.visual_img02 {
  width: 35%;
  margin: -190px 0 80px;
}
.visual_img02 .top {
  margin: 0 0 50px;
}
.visual_img03 {
}
.bk_nami {
  background: url(../img/itk_nami.png) repeat-x 0px 0px;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -10px;
}
.vs_box {
  display: flex;
  justify-content: space-between;
}
.vs_box.tuke {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .visual {
    padding: 15% 0;
  }

  .visual_img01 {
    width: 80%;
    margin: 0 auto 5%;
  }
  .visual .inner {
    flex-wrap: wrap;
  }
  .visual_txt {
    padding: 0;
    width: 80%;
    padding: 5%;
    order: 2;
    margin: 0 auto;
  }
  .visual_txt h3 {
    font-size: 16px;
    margin: 0 0 5%;
  }
  .visual_txt p {
    font-size: 14px;
    line-height: 1.7;
    /* white-space: nowrap; */
  }
  .visual_txt.l {
    margin: 5% auto;
  }
  .visual_txt.last {
  }
  .visual_img02 {
    display: flex;
    margin: 10% auto 0;
    width: 80%;
  }
  .visual_img02 img {
  }
  .visual_img02 .top {
    margin: 0 0 5%;
  }
  .visual_img03 {
    width: 80%;
    margin: 0 auto 5%;
  }
  .vs_box {
    flex-wrap: wrap;
  }
  .vs_box.tuke {
    margin: 5% 0 0;
  }
}
/*---------------------------------
sweet
-----------------------------------*/
#sweet {
  background-color: #000;
  padding: 0 0 100px;
}
#sweet .inner {
  max-width: 800px;
  padding: 30px 0 0;
}
.brt_ttl {
  color: #f8b500;
  text-align: center;
  font-size: 2rem;
  margin: 0 0 30px;
  letter-spacing: 0.2ex;
  font-weight: bold;
}
.sweet_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 80px;
  gap: 70px;
}
.sweet_wrap.onecol {
  display: block;
}
.sweet_img {
  padding: 15px;
  background-color: #f8b500;
}

.sweet_txt {
  color: #f8b500;
}
.sweet_txt dt {
  font-size: 1.3rem;
  text-align: center;
  margin: 0 0 20px;
}
.sweet_txt dd {
  font-size: 1rem;
  /* text-align: center; */
  line-height: 2;
}
.sweet_wrap.onecol dt {
  margin: 30px 0 20px;
}
.sweet_wrap.onecol dd {
}
.sweet_wrap:last-child {
  margin: 0;
}
.tblink {
  text-align: center;
}
.tblink a {
  color: #f8b500;
  text-decoration: underline;
  position: relative;
  padding: 0 0 0 10px;
}
.tblink a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  border-left: 6px solid #f8b500;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}

@media screen and (max-width: 768px) {
  #sweet {
    padding: 0 0 10%;
  }
  .brt_ttl {
    margin: 0 0 10%;
  }
  .sweet_wrap {
    gap: 5%;
    margin: 0 0 20%;
  }

  .sweet_img {
    width: 80%;
    padding: 2%;
    margin: 0 auto 5%;
  }

  .sweet_txt {
    width: 70%;
    margin: 0 auto;
  }
  .sweet_txt dt {
    font-size: 16px;
    margin: 0 0 5%;
  }
  .sweet_txt dd {
    font-size: 14px;
    line-height: 1.6;
  }
  .sweet_wrap:last-child {
  }
  .sweet_wrap.onecol {
  }
  .onecol .sweet_img {
    width: 80%;
  }
  .sweet_wrap.onecol .sweet_txt {
    width: 80%;
  }

  .sweet_wrap.onecol dt {
  }
  .sweet_wrap.onecol dd {
  }
  .sweet_wrap:last-child {
  }
  .sweet_wrap {
    flex-wrap: wrap;
  }
}
/*---------------------------------
product
-----------------------------------*/
#product {
  background-color: #f8b500;
  padding: 30px 0 100px;
}
.product_wrap {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.product_list {
  width: 30%;
}
.product_list dt {
  color: #333;
  text-align: center;
  margin: 20px 0;
  font-size: 1.2rem;
}
.product_list dd {
  color: #333;
}
@media screen and (max-width: 768px) {
  #product {
    padding: 0 0 5%;
  }
  .product_wrap {
    gap: initial;
    flex-wrap: wrap;
    padding: 0 10%;
  }

  .product_list {
    width: 100%;
    margin: 0 0 15%;
  }
  .product_list dt {
    margin: 2% 0;
  }
  .product_list dd {
  }
}
/*---------------------------------
store
-----------------------------------*/
#store {
  background-color: #f8b500;
  padding: 50px 0;
}
#store .brt_ttl {
  color: #000;
}
.store_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.store_city {
  background-color: #f8b500;
  text-align: center;
  padding: 10px;
  margin: 0 0 40px;
  color: #fff;
  border-radius: 20px 20px 0 0;
}
.store_wrap li {
  width: 45%;
  margin: 0 0 50px;
}
.store_name {
  border-bottom: solid 1px #000;
  font-size: 1rem;
  margin: 0 0 30px;
  color: #000;
}
.store_imgbox {
  width: 40%;
}
.store_img {
  width: 100%;
}
.store_inbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.store_adress {
  width: 55%;
}
.store_adress p {
  margin: 0 0 20px;
  font-size: 0.8rem;
  color: #000;
}
.map {
  height: 100%;
}
.map iframe {
  width: 100%;
  min-height: 200px;
}
.store_imgclick {
  display: none;
}
.modal {
  display: none;
}
@media screen and (max-width: 768px) {
  #store {
  }
  #store .brt_ttl {
  }
  .store_wrap {
    flex-wrap: wrap;
    gap: initial;
    margin: 0 5%;
  }
  .store_wrap li {
    width: 100%;
    margin: 0 0 10%;
  }
  .store_name {
    margin: 0 0 5%;
  }
  .store_inbox img {
    width: 100%;
  }
  .store_inbox {
    gap: 0;
    align-items: flex-start;
  }

  .store_adress {
    width: 70%;
  }

  /*-----------------------------
ストアモーダル SPのみのみ
-----------------------------------*/
  .store_imgbox {
    width: 25%;
  }

  .store_img {
    width: 200px;
    /* margin: 10px; */
    cursor: pointer;
    border-radius: 8px;
  }

  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    text-align: center;
  }

  .modal img {
    max-width: 90%;
    max-height: 80%;
    margin-top: 5s;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .close {
    position: absolute;
    top: 40px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
  }
  .store_imgclick {
    display: block;
    background-color: #eee;
    border: solid 1px #aaa;
    text-align: center;
    margin: 10px 0 0;
    border-radius: 5px;
  }
  .store_imgclick i {
    padding: 0 3px 0 0;
  }
}
/*---------------------------------
SNS
-----------------------------------*/
#sns {
  background-color: #000;
  padding: 60px 0;
}

.insta_logo {
  text-align: center;
  margin: 0 auto 50px;
  width: 40px;
}
#sb_instagram #sbi_load .sbi_follow_btn a {
  background-color: #fff !important;
  color: #2c3338;
}
@media screen and (max-width: 768px) {
  #sns {
    padding: 10% 5%;
  }

  .insta_logo {
    width: 50px;
    margin: 0 auto 5%;
  }
}
/*---------------------------------
footer
-----------------------------------*/
#footer {
  background-color: #f6f1ea;
}
.top-ft {
}
.top-ft_adress_wrap {
  display: flex;
  margin: 40px 380px 40px 90px;
  justify-content: space-between;
}
.top-ft_logo_wrap {
  display: flex;
  align-items: center;
}
.top-ft_logo {
  width: 50px;
}
.top-ft_logo_txt {
  margin: 0 0 0 30px;
  color: #f8b500;
  font-weight: bold;
  letter-spacing: 0.2ex;
}
.top-ft_adress {
}
.top-ft_company {
  width: 180px;
}
.top-ft_adress .ad {
  font-size: 14px;
  margin: 10px 0 0;
}
.reserved {
  text-align: center;
  font-size: 16px;
}
.top-ft_redaria {
  background-color: #000;
  padding: 50px 50px 10px;
}
.ft-menu_one {
  display: flex;
  flex-wrap: wrap;
}
.ft-menu_one li {
  margin: 0 10px;
}
.ft-menu_one li a {
  color: #f8b500;
  display: block;
  text-align: center;
  font-size: 14px;
}
.ft-menu_brand {
  display: flex;
  margin: 20px 0 0;
  /* justify-content: center; */
}
.ft-menu_brand a {
  color: #000;
  font-size: 14px;
}
.ft-menu_brand_ttl {
  padding: 0 20px;
  border-right: solid 1px #000;
}
.ft-menu_brand_list {
  margin: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.ft-menu_brand_list li {
  padding: 0 20px;
}
.copyright {
  color: #f8b500;
  text-align: right;
  font-size: 12px;
  margin: 40px 0 0;
}
.ft-menu_other {
  margin: 10px 0 0;
  display: flex;
}
.ft-menu_other li a {
  color: #f8b500;
  font-size: 0.8rem;
  padding: 0 10px;
  border-left: solid 1px #f8b500;
  border-right: solid 1px #f8b500;
}
@media screen and (max-width: 768px) {
  .top-ft {
  }
  .top-ft_adress_wrap {
    display: block;
    margin: 0;
    border-top: solid 2px #f8b500;
    padding: 10% 10% 10%;
  }
  .top-ft_logo_wrap {
    justify-content: center;
    margin: 0 0 15%;
  }
  .top-ft_logo_txt {
    font-size: 16px;
    text-align: center;
  }
  .top-ft_company {
    margin: 0 auto;
  }
  .top-ft_adress .ad {
    text-align: center;
  }
  .top-ft_redaria {
    margin: 0;
    padding: 0;
  }
  .ft-menu_one {
    padding: 5%;
    justify-content: center;
  }
  .ft-menu_one li {
    margin: 0 10px 10px;
  }
  .ft-menu_one li a {
  }
  .ft-menu_brand {
    margin: 0;
    justify-content: center;
  }
  .ft-menu_brand_list {
    display: block;
  }
  .copyright {
    text-align: center;
    padding: 0 0 10px;
  }
  .ft-menu_other {
    justify-content: center;
  }
}
/*---------------------------------
トップへ戻る
-----------------------------------*/
#page-top {
  position: fixed;
  bottom: 30px;
  /* right: 110px; */
  width: 110px;
  right: 0;
  z-index: 999;
}
#page-top a {
  display: block;
  color: #333;
  font-size: 50px;
  text-align: center;
  text-decoration: none;
}
#page-top.on a {
  color: #fff;
}
#page-top a:hover {
  opacity: 0.8;
  transition: all 0.2s ease-out 0s;
}
@media screen and (max-width: 768px) {
  #page-top {
    bottom: 20px;
    right: 10px;
    width: initial;
  }
  #page-top a {
    font-size: 40px;
  }
}

/*---------------------------------
**
-----------------------------------*/
@media screen and (max-width: 768px) {
}
