@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 18px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
/*=====ウェブアクセシビリティ=====*/
a:focus-visible {
  outline: 4px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 4px white;
}
button:focus-visible {
  outline: 4px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 4px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 100px 0 115px;
  position: relative;
  overflow: hidden;
}
main section.stb {
  padding: 120px 0;
}
@media (max-width: 550px) {
  main section {
    padding: 60px 0 70px;
  }
  main section.stb {
    padding: 65px 0;
  }
}
/* 画像 */
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
/* テキスト */
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.45em;
  text-decoration-color: rgba(255, 239, 135, 0.55);
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}
/*見出し01*/
.maintitle {
  margin-bottom: 75px;
  display: block;
  text-align: center;
  line-height: 0.75;
  position: relative;
  font-size: clamp(1.9rem, 1.025rem + 2.8vw, 2.6rem);
  font-weight: 700;
  color: #e5001c;
  padding: 1% 2% 0.7%;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.maintitle .mf {
  font-family: "Notable", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.025em;
  position: relative;
}
.maintitle .sf {
  font-size: 50%;
}
.maintitle span {
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
.maintitle::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/title.svg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  opacity: 0.7;
}
.maintitle.mtleft {
  text-align: left;
  margin-left: 0;
}
.txtmgb {
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .maintitle.spcenter {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 45px;
  }
  .maintitle span {
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  }
  .txtmgb {
    margin-bottom: 35px;
  }
}
/*見出し02*/
.mtitle {
  background: linear-gradient(60deg, #e5001c 0%, #e5001c 90%, #fce704 90%);
  padding: 12px 20px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: clamp(1.15rem, 0.8375rem + 1vw, 1.4rem);
  border: 2px solid #fff;
}
@media(max-width:550px) {
  .mtitle {
    padding: 7px 10px;
  }
}
/*見出し03*/
.stitle {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  font-size: clamp(1.15rem, 0.8375rem + 1vw, 1.4rem);
  margin-bottom: 15px;
  font-weight: 700;
}
/*ボタン*/
.mainbtn a {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 21px 0;
  transition: .4s;
  display: inline-block;
  width: 90%;
  max-width: 280px;
  z-index: 1;
  overflow: hidden;
  line-height: 1.6;
  border: 2px solid #e5001c;
  text-align: center;
  color: #fff;
  background: #e5001c;
}
.mainbtn a:hover {
  background: #fce704;
  color: #e5001c;
  transition: .4s;
}
section .mainbtn a {
  box-shadow: 4px 6px 0px 0px #fce704;
}
section .mainbtn a:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0px 0px #fce704;
}
section .mainbtn a::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: bold;
  line-height: 1;
  font-size: 0.65rem;
  color: #e5001c;
  background: #fce704;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2px;
  transition: .4s;
  z-index: 2;
  pointer-events: none;
}
section .mainbtn a:hover::before {
  color: #fce704;
  background: #e5001c;
  transform: translateY(-50%) scale(1.3);
}
/**/
.tbtn {
  margin-top: 35px;
}
@media (max-width: 550px) {
  .tbtn {
    margin-top: 27px;
  }
}
/*flex要素*/
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 23px !important;
  }
}
.reverse {
  flex-direction: row-reverse;
}
/*幅*/
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto.w48, .mauto.w43 {
    width: 100%;
  }
}
.w69 {
  width: 69%;
}
.w65 {
  width: 65%;
}
.w52 {
  width: 52%;
}
.w49 {
  width: 49%;
}
.w48 {
  width: 48%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
.w27 {
  width: 27%;
}
/*background*/
.bg_yellow::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fce704;
  z-index: -100;
}
.bg_red::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e5001c;
  z-index: -100;
}
.bg_gradation::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #e5001c, #fce704);
  z-index: -100;
}
.bg_gold::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/gold.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -100;
}
/*Safari*/ ::-webkit-full-page-media, :future, :root .bg_gold::after {
  background-attachment: scroll;
}
@media (max-width: 750px) {
  .bg_gold::after {
    background-attachment: scroll;
  }
}
/*=== 共通部分ここまで ===*/
/* header =======================================*/
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  padding: 12px 5px 10px;
  transition: all .5s;
  box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.25);
}
.topPage .header {
  position: fixed;
  background: transparent;
  box-shadow: none;
}
.change {
  background: #fff !important;
  box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.25) !important;
}
.header_inner {
  position: relative;
  width: 97%;
  margin: 0 auto;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* logo */
.header h1 {
  line-height: 1;
}
.header_title h1 a:hover {
  opacity: 0.6;
}
.header_title {
  width: fit-content;
}
.header_title h1 a {
  display: flex;
  align-items: center;
}
.topPage .header_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transition: .6s;
}
.header_title img {
  width: 125px;
}
.topPage .header_title img {
  width: 205px;
  transition: all .5s;
}
.change .header_title {
  position: initial !important;
}
.change .header_title img {
  width: 125px;
}
/* menu */
.header_nav {
  width: fit-content;
  margin-left: auto;
}
.header_nav ul {
  display: flex;
  text-align: center;
}
.header_nav ul li {
  padding: 2px 13px;
  position: relative;
  line-height: 1.6;
}
.header_nav ul li:last-child {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.header_nav ul li a {
  display: block;
  width: 100%;
  transition: all .3s;
  position: relative;
  top: 0;
  line-height: 1.5;
  font-size: 0.97rem;
  color: #333;
  white-space: nowrap;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.header_nav ul li a span {
  display: block;
  font-size: 130%;
  text-transform: uppercase;
  font-family: "Notable", sans-serif;
  font-weight: 400;
  transition: .3s;
  color: #e5001c;
  letter-spacing: 0.015em;
}
.header_nav ul li a:hover {
  opacity: 0.6;
  transition: .3s;
}
/**/
.header_item {
  display: flex;
  align-items: center;
  margin-left: auto;
  width: fit-content;
  margin-bottom: 15px;
}
.header_item > div {
  margin: 0 3px;
}
.header_item .mainbtn {
  margin-right: 7px;
}
.header_item .mainbtn a {
  width: 215px;
  line-height: 1;
  padding: 12px 0;
  font-size: 0.95rem;
}
/*tel*/
.tel {
  font-size: 1.65rem;
  line-height: 1.45;
}
.tel a {
  font-family: "Notable", sans-serif;
  font-weight: 400;
  color: #333;
  display: flex;
  align-items: center;
  position: relative;
}
.tel a i {
  margin-right: 4px;
  color: #e5001c;
}
.tel a .telnote {
  display: block;
  font-size: 0.8rem;
  text-align: center;
  padding-bottom: 5px;
  margin-right: 10px;
}
.tel a:hover {
  opacity: 0.6;
  transition: .3s;
}
/*icon*/
.iconbtn a {
  font-size: 120%;
  padding: 7px 8px 8px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background: #fce704;
  color: #e5001c;
}
.iconbtn a .fa-instagram {
  font-size: 115%;
}
.iconbtn a:hover {
  opacity: 0.6;
}
/* hamburger ================================= */
.header__inner {
  display: none;
}
.hamburger {
  position: fixed;
  display: block;
  top: 45px;
  right: 21px;
  z-index: 9999;
  height: 33px;
  width: 60px;
  border: none;
  background-color: transparent;
}
.hamburger::before {
  content: "";
  background: #e5001c;
  border-radius: 50px;
  width: 67px;
  height: 67px;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line {
  display: block;
  height: 3px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background: #fff;
}
.hamburger__line:before {
  top: -9px;
}
.hamburger__line:after {
  top: 9px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	font-family: "Notable", sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	color: #e5001c;
	font-size: 0.95rem;
	text-align: center;
}
.hamburger__text::before {
	content: "menu";
	text-transform: uppercase;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
	position: relative;
	bottom: -9px;
}
*/
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh; /* fallback */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  background-size: cover;
  background-position: right;
  overflow-y: scroll;
}
.header__nav-area::after {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #e5001c;
  z-index: -1;
  opacity: 0.55;
}
.header__nav-area::before {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: url(../img/flame.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 85%;
  max-width: 620px;
  padding: 60px 0;
}
.global-navigation__list {
  margin-bottom: 17px;
}
.global-navigation__list li a {
  text-align: center;
  margin: 3px 0;
  font-size: 0.98rem;
  transition: .35s;
  line-height: 1.6;
  display: block;
  padding: 9px 0;
  color: #fff;
}
.global-navigation__list li a span {
  display: block;
  font-size: 130%;
  font-family: "Notable", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  white-space: nowrap;
}
.global-navigation__list a:hover {
  opacity: 0.6;
}
/*btn*/
.global-navigation .mainbtn {
  margin-bottom: 4px;
}
.global-navigation .mainbtn a {
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.global-navigation .mainbtn a i {
  color: #fce704;
}
.global-navigation .mainbtn a:hover i {
  color: #e5001c;
}
/*icons*/
.hamicons {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.hamicons .iconbtn {
  margin: 0 1px;
  display: inline-block;
}
.hamicons .iconbtn a {
  background: #fff;
}
@media (max-width: 1250px) {
  .topPage .header_title {
    position: initial !important;
  }
  .topPage .header_title img {
    width: 125px !important;
  }
  .header_nav ul li {
    padding: 2px 10px;
  }
  .header_nav ul li a {
    font-size: 1.33vw;
  }
}
@media (max-width: 1055px) {
  .header {
    position: fixed;
    padding: 10px 15px;
    box-shadow: none !important;
    background: transparent !important;
  }
  .header_nav, .header_item {
    display: none;
  }
  .header__inner {
    display: block;
  }
  .header_inner {
    width: 100%;
    display: block;
  }
  .topPage .header_title img, .header_title img {
    width: 135px !important;
  }
}
@media (max-width: 550px) {
  .header {
    padding: 8px 10px;
  }
  .hamburger {
    top: 40px;
    right: 14px;
  }
  .topPage .header_title img, .header_title img {
    width: 100px !important;
  }
  .global-navigation__list li a {
    text-align: center;
    font-size: 0.8rem;
    padding: 5px 0;
  }
  .global-navigation .mainbtn a {
    font-size: 0.88rem;
    max-width: 180px;
    padding: 15px 0;
  }
  .hamicons {
    margin-top: 13px;
  }
  .hamicons .iconbtn a {
    font-size: 1rem;
  }
}
/* footer =======================================*/
/**/
.lts {
  letter-spacing: 0.12em;
}
/* フッターお問い合わせリンク */
.footer_contact {
  padding: 80px 0 90px;
  position: relative;
  z-index: 1;
  background: url(../img/gold.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
/*Safari*/ ::-webkit-full-page-media, :future, :root .footer_contact {
  background-attachment: scroll;
}
.footer_contact::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fce704;
  opacity: 0.35;
  z-index: -1;
}
.footer_contact .maintitle {
  margin-bottom: 40px;
}
.footer_contact .maintitle span {
  text-shadow: none;
}
.footer_contact .maintitle::before {
  content: none;
}
.footer_contact .btn_wrap {
  display: flex;
  justify-content: space-around;
  margin: 25px auto 0;
  max-width: 700px;
}
.footer_contact .btn_wrap .btn {
  width: 47%;
  margin: 0 auto;
}
.footer_contact .btn_wrap .btn a {
  text-align: center;
  display: block;
  width: 100%;
  border: 2px solid transparent;
  background: #e5001c;
  color: #fff;
  padding: 23px 5px;
  font-size: 1.2rem;
  white-space: nowrap;
  font-weight: 900;
}
.notable {
  font-family: "Notable", sans-serif !important;
  font-weight: 400 !important;
}
.footer_contact .btn_wrap .btn a:hover {
  border: 2px solid #e5001c;
  color: #e5001c;
  background: #fce704;
}
.footer_contact p {
  font-size: 1.15rem;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .footer_contact {
    padding: 53px 0 50px;
  }
  .footer_contact .btn_wrap {
    display: block;
  }
  .footer_contact .btn_wrap .btn {
    width: 100%;
    max-width: 330px;
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  .footer_contact p {
    font-size: 100%;
  }
  .footer_contact .btn_wrap .btn a {
    padding: 18px 5px;
    font-size: 0.97rem;
  }
  .footer_contact .btn_wrap {
    margin-top: 35px;
  }
  .footer_contact .maintitle {
    margin-bottom: 25px !important;
  }
  .footer_contact {
    background-attachment: scroll;
  }
}
/* ロゴとアドレス */
.fwrap {
  position: relative;
  padding: 43px 0;
}
@media (max-width: 750px) {
  .fwrap {
    padding: 35px 0 17px;
  }
}
.fwrap {
  background: #fce704;
  color: #e5001c;
}
.fwrap h3 {
  line-height: 1;
}
.fwrap .inner {
  width: 92%;
  position: relative;
  z-index: 1;
}
/*logo*/
.flogo {
  width: 100%;
  max-width: 180px;
  margin-bottom: 17px;
}
.footer_address {
  text-align: center;
}
.footer_address p {
  font-size: 0.95rem;
  margin-bottom: 0;
}
.caddress span {
  display: inline-block;
}
.telfax br {
  display: none;
}
/*icon*/
.fwrap .hamicons .iconbtn a {
  font-size: 1.03rem;
}
@media (max-width: 550px) {
  .flogo {
    max-width: 130px;
  }
  .footer_address p {
    margin-bottom: 7px;
  }
  .telfax br {
    display: block;
  }
  .telfax span {
    display: none;
  }
  .fwrap .hamicons .iconbtn a {
    font-size: 1rem;
  }
}
/* コピーライト */
.copyright {
  text-align: center;
  padding: 12px 0 35px;
  background: #fce704;
  color: #e5001c;
  font-size: 0.85rem;
}
@media (max-width: 550px) {
  .copyright {
    font-size: 0.8rem;
  }
}
/* ページ上に戻るボタン */
.tfade {
  position: relative;
  z-index: 9;
}
.page_top {
  position: fixed;
  right: 30px;
  bottom: 15px;
  width: 140px;
  z-index: 50;
  transition: all .4s;
}
.page_top a {
  display: block;
  position: relative;
  z-index: 10;
  width: 100%;
}
.page_top a:hover {
  padding-bottom: 10px;
}
@media (max-width: 750px) {
  .page_top {
    right: 10px;
    bottom: 7px;
    width: 95px;
  }
}
/*============*/
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.aic {
  align-items: center;
}
/* アニメーション ============*/
.flowup {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.8s, transform 1.2s;
  transition-delay: 0.25s;
}
/*上から下*/
.flowup.up_down {
  transform: translateY(-25px);
}
/*右から左*/
.flowup.right_left {
  transform: translate(25px, 0);
}
/*左から右*/
.flowup.left_right {
  transform: translate(-25px, 0);
}
.flowup.inview {
  opacity: 1;
  transform: translate(0, 0);
}
/*delay*/
.delay01 {
  transition-delay: 0.45s;
}
.delay02 {
  transition-delay: 0.6s;
}
/* スライド =====================*/
.topslide {
  overflow: hidden;
  position: relative;
}
/**/
.slide_items {
  position: relative;
  width: 100%;
}
.slide_items img {
  width: 100%;
  object-fit: cover;
  height: 100vh;
  min-height: 600px;
}
/*スライドアニメーション*/
@keyframes fadezoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.slick-animation {
  animation: fadezoom 2s cubic-bezier(0.2, 0, 0.07, 1) 0s normal both;
}
@media (max-width:1025px) {
  .slide_items img {
    height: 700px;
  }
}
@media (max-width:750px) {
  .slide_items img {
    height: 420px;
    min-height: auto;
  }
}
/* 特徴 =============================*/
.features .inner {
  max-width: 1410px;
}
.youtube {
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
/**/
.bgtext::before, .bgtext::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bgtext.svg);
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: auto 450px;
  animation: flow-fontY 8s linear infinite;
  z-index: -98;
  opacity: 0.3;
}
.bgtext::after {
  transform: scaleX(-1) scaleY(-1);
}
@keyframes flow-fontY {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -450px;
  }
}
@media (max-width: 750px) {
  .bgtext::before {
    opacity: 0.07;
  }
  .bgtext::after {
    content: none;
  }
}
/* Pick UP =============================*/
.pickupBox {
  padding: 40px;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 550px) {
  .pickupBox {
    padding: 20px;
  }
}
/* イベント・大会情報 =============================*/
.banner a {
  display: block;
  position: relative;
  max-width: 700px;
  margin: auto;
  background: url(../img/banner.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.banner a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  opacity: .3;
}
.banner a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/banner.png) no-repeat;
  background-size: 110%;
  background-position: bottom center;
  opacity: .35;
}
.banner a:hover {
  transform: scale(1.04);
  transition: .3s;
}
.bcontents {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  transition: .3s;
}
.blogo {
  width: 48%;
}
.xtext {
  padding-left: 3%;
  font-size: 2.5rem;
  text-shadow: 2px 2px 0 #e5001c, -2px -2px 0 #e5001c, -2px 2px 0 #e5001c, 2px -2px 0 #e5001c, 0px 2px 0 #e5001c, 0 -2px 0 #e5001c, -2px 0 0 #e5001c, 2px 0 0 #e5001c;
  color: #fff;
  font-weight: 900;
  line-height: 1.5;
  white-space: nowrap;
  margin-bottom: 2%;
}
.xtext span {
  display: block;
  font-size: 70%;
}
/*
.xtext {
	font-weight: 900;
	font-size: 8rem;
	display: inline-block;
	transform: perspective(600px) rotateY(45deg);
	text-shadow: -1.5px -1.5px 0px #e5001c, 1px 1px 0px #fff, 2px 2px 0px #e5001c, 2px 2px 0px #e5001c;
	white-space: nowrap;
}
*/
.readmore {
  z-index: 2;
  width: 100%;
  padding: 0.7% 0 1%;
  padding-left: 3%;
  position: absolute;
  bottom: 4%;
  left: 0;
  color: #e5001c;
  background: #fce704;
  font-family: "Notable", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.readmore::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0a4";
  font-weight: bold;
  margin-left: 1%;
}
@media (max-width:800px) {
  .xtext {
    font-size: 4.9vw;
  }
  .readmore {
    font-size: 2.2vw;
  }
}
@media (max-width:650px) {
  .xtext {
    text-shadow: 1px 1px 0 #e5001c, -1px -1px 0 #e5001c, -1px 1px 0 #e5001c, 1px -1px 0 #e5001c, 0px 1px 0 #e5001c, 0 -1px 0 #e5001c, -1px 0 0 #e5001c, 1px 0 0 #e5001c;
  }
}
@media (max-width:550px) {
  .blogo {
    width: 38%;
  }
  .xtext {
    font-size: 6vw;
    margin-bottom: 4%;
  }
}
/* link =================*/
.linkswrap {
  margin-top: 75px;
  position: relative;
}
.links {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 102.5%;
  left: 50%;
  transform: translateX(-50%);
}
.link {
  width: 50%;
  clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
}
.link {
  overflow: hidden;
  position: relative;
}
.link a::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, #e5001c, #fce704);
  z-index: 1;
  opacity: 0.7;
  pointer-events: none;
  transition: .6s;
}
.link a:hover::after {
  opacity: 0.5;
}
.link img {
  transition: all .3s;
  object-fit: cover;
  width: 100%;
  height: 350px;
}
.link a:hover img {
  transform: scale(1.04);
}
.link h2 {
  color: #fff;
  position: absolute;
  top: 48%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 2.5rem;
  line-height: 0.95;
  white-space: nowrap;
  font-weight: 700;
}
.link h2 span.ja {
  font-size: 50%;
}
.link h2 span.en {
  font-family: "Notable", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}
@media(max-width:1300px) {
  .link img {
    height: 25vw;
  }
  .link h2 {
    font-size: 3vw;
  }
}
@media(max-width:750px) {
  .links {
    display: block;
  }
  .links .link {
    margin-bottom: 20px;
    width: 95%;
  }
  .link:nth-of-type(2n+1) {
    clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
  }
  .link:nth-of-type(2n) {
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
    margin-left: auto;
    margin-right: 0;
  }
  .links .link:last-child {
    margin-bottom: 0 !important;
  }
  .link img {
    height: 37vw;
  }
  .link h2 {
    font-size: 2rem;
  }
}
@media(max-width:550px) {
  .linkswrap {
    margin-top: 45px;
  }
  .links .link {
    margin-bottom: 10px;
  }
  .link img {
    height: 45vw;
  }
  .link h2 {
    font-size: 1.35rem;
    line-height: 1.15;
  }
  .link h2 span.ja {
    font-size: 77%;
  }
}
/* シャイニング太郎 =============================*/
.shiningtaro {
  padding: 30px 0;
}
.shiningtaro .inner {
  max-width: 925px;
}
/**/
.shiningtaro .bg_red::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/title.svg) no-repeat;
  background-size: cover;
  background-position: bottom center;
  opacity: .35;
  z-index: -99;
}
.bg_rb_flame::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  opacity: 0.2;
  z-index: -99;
}
.bg_rb_flame::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/rb_flame.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -100;
}
/**/
.balloon {
  background: #fff;
  position: relative;
  padding: 30px 30px 40px;
}
.balloon:before {
  content: "";
  position: absolute;
  top: 40px;
  left: -30px;
  border: 10px solid transparent;
  border-right: 20px solid #fff;
}
.shtitle {
  font-weight: 900;
  font-size: clamp(1.8rem, 1.3rem + 1.6vw, 2.2rem);
  line-height: 1.5;
  background: linear-gradient(to right, #e5001c, #fcc604);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 23px;
  /*filter: drop-shadow(-1px -1px 0px #d9828c) drop-shadow(1px 1px 0px #fff) drop-shadow(2px 2px 0px #d9828c) drop-shadow(2px 2px 0px #d9828c);*/
}
@media(max-width:950px) {
  .shiningtaro {
    padding: 8vw 0;
  }
}
@media(max-width:750px) {
  .shiningtaro .bg_red::before {
    background-position: bottom left;
    opacity: .5;
  }
  .balloon {
    margin-top: 20px;
  }
  .shiningtaro {
    padding: 40px 0 70px;
  }
  .taro {
    width: 70% !important;
    max-width: 400px;
    margin: auto;
  }
  .balloon:before {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-bottom: 20px solid #fff;
    content: none;
  }
}
@media(max-width:550px) {
  .balloon {
    padding: 20px 15px 30px;
  }
}
/**/
.bgtexttaro::before, .bgtexttaro::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bgtexttaro_star.svg);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 350px auto;
  animation: flow-fontX 8s linear infinite;
  z-index: -98;
}
.bgtexttaro::after {
  transform: scaleX(-1) scaleY(-1);
}
@keyframes flow-fontX {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -350px 0;
  }
}
/* CONTENTS =============================*/
.contents .inner {
  max-width: 950px;
}
.icflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.imgcard {
  width: 47%;
  margin: 0 1.2% 1.5%;
}
.imgcard img {
  object-fit: cover;
}
.imgcard {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.imgcard a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.imgcard a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #e5001c, #fce704);
  pointer-events: none;
  z-index: -1;
  transition: border-radius .65s, transform .65s, opacity 3.5s;
  opacity: 0;
}
.imgcard a:hover::after {
  opacity: 1;
  border-radius: 50%;
  transform: rotate(120deg);
  transition: border-radius 0.4s, transform 0.9s;
}
.imgcard a img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .65s;
  z-index: -2;
  filter: brightness(80%);
}
.imgcard:hover img {
  border-radius: 50%;
  transform: rotate(120deg);
  filter: brightness(100%);
  transition: border-radius 0.4s, transform 0.9s;
}
.imgcard .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.imgcard h3 {
  font-weight: 700;
  color: #fff;
  height: fit-content;
  font-size: 1.4rem;
  white-space: nowrap;
  line-height: 1.5;
}
.imgcard h3 span {
  display: block;
  font-family: "Notable", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 145%;
}
@media (max-width: 1050px) {
  .imgcard h3 {
    font-size: 1.35rem;
  }
}
@media (max-width: 750px) {
  .icflex {
    display: block;
  }
  .imgcard {
    width: 100%;
    margin: 0 0 10px !important;
  }
  .imgcard:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media (max-width:550px) {
  .imgcard h3 {
    font-size: 1.07rem;
  }
  .imgcard a:hover::after {
    transition: 0;
  }
  .imgcard:hover img {
    transition: 0;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 130px 0 100px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.fv .inner {
  width: 97%;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.webp);
  background-repeat: repeat !important;
  background-size: cover !important;
  background-position: 50% 40%;
  z-index: -1;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, #eb4457, #fcd304);
  opacity: 0.9;
  z-index: 1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 20px !important;
  font-size: clamp(1.35rem, -0.0875rem + 4.6vw, 2.5rem);
  font-weight: 900;
  line-height: 1.1;
  z-index: 1;
  position: relative;
  color: #fff;
}
@media(max-width:1055px) {
  .fv {
    padding: 160px 0 80px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 115px 0 35px;
  }
  .fv h2 {
    margin-bottom: 15px !important;
  }
}
/* breadcrumb */
.binner {
  line-height: 1.6;
  width: 97%;
  font-size: 1.2rem;
  position: relative;
  color: #fff;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
@media(max-width:850px) {
  .binner {
    font-size: 0.75rem;
  }
}
/* 買取情報ページ ===========================================================================================================*/
@media(max-width:400px) {
  .mtlong {
    font-size: 8.5vw;
  }
}
.flow {
  position: relative;
}
.flow::before {
  content: "";
  width: 16px;
  height: 100%;
  background-color: #ddd;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ftitle {
  font-weight: 600;
  margin-bottom: 13px;
  ont-size: clamp(1.1rem, 0.98rem + 0.4267vw, 1.3rem);
  position: relative;
  z-index: 2;
  padding-bottom: 7px;
  border-bottom: 1px solid #e5001c;
  line-height: 1.7;
}
.ftitle span {
  margin-right: 10px;
  font-size: 110%;
  position: relative;
  text-transform: uppercase;
  font-family: "Notable", sans-serif;
  font-weight: 400;
  transition: .3s;
  color: #e5001c;
}
span.note {
  color: #333;
  font-size: 80%;
  margin-right: 0;
}
span.note::after {
  content: none;
}
.flow .flowwrap {
  padding: 25px;
  position: relative;
  z-index: 1;
  background: #fff485;
}
.bg_yellow .flow .flowwrap, .bg_red .flow .flowwrap {
  background: #fff;
}
.flow .flowd {
  margin-bottom: 45px;
}
.flow .flowd:last-child {
  margin-bottom: 0 !important;
}
.flow .flowd::after, .flow .flowd::before {
  content: "";
  display: block;
  position: absolute;
  top: 57px;
}
.flow .flowd {
  padding-left: 80px;
  position: relative;
}
.flow .flowd::before {
  z-index: 1;
  width: 11px;
  height: 11px;
  margin-top: -5px;
  background: #e5001c;
  border-radius: 50%;
  left: 3px;
}
.flow .flowd::after {
  width: 63px;
  border-bottom: 1px dashed #e5001c;
  position: absolute;
  left: 13px;
}
/**/
.note {
  font-size: 90%;
}
.longbtn a {
  max-width: 360px;
}
.longbtn a::before, .flow .flowwrap .mainbtn a::before {
  content: none !important;
}
.acheck li a {
  color: #333;
}
.acheck li a:hover {
  opacity: 0.6;
}
.flowwrap .bdb li {
  border-bottom: 1px dotted #e5001c;
}
.mgb20 {
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .btns .mainbtn {
    width: 49.2%;
    margin-bottom: 7px;
  }
}
@media (max-width: 985px) {
  .fservices {
    padding-bottom: 0;
  }
  .flow .flowd {
    padding-left: 0;
  }
  .flow .flowd::before, .flow .flowd::after {
    content: none;
  }
  .flow::before {
    content: none;
  }
  .flow .flowd {
    margin-bottom: 25px;
  }
  .ftitle span {
    margin-right: 8px;
  }
}
@media (max-width: 1100px) {
  .flow .flexbox {
    align-items: center;
  }
  .btns .mainbtn a {
    white-space: nowrap;
    font-size: 0.87rem;
  }
}
@media(max-width: 835px) {
  .btns .mainbtn a {
    font-size: 0.75rem;
  }
}
@media(max-width: 750px) {
  .flow .flowd {
    margin-bottom: 15px;
  }
  .btns .mainbtn a {
    font-size: 93%;
  }
  .btns .mainbtn {
    margin-bottom: 5px;
  }
  .flow .flowwrap .btns .mainbtn:last-child {
    margin-bottom: 0 !important;
  }
  .flow .flowwrap .btns .mainbtn a {
    padding: 5px 0;
  }
  .flow .flexbox {
    display: block;
  }
  .flow .flexbox img {
    width: 100%;
  }
  .flow .flexbox div {
    width: 100%;
  }
  .flow .flowd .flexbox img {
    margin-bottom: 7px;
  }
  .flow .flex div {
    margin: 0 5px 8px;
  }
  .flowd .flimg img {
    object-fit: cover;
    width: 100%;
    height: 240px;
  }
  .ftitle {
    font-size: 100%;
  }
}
@media(max-width: 600px) {
  .flow .flex {
    display: block;
  }
  .flow .flex img {
    width: 100%;
  }
  .flow .flex div {
    width: 100%;
    margin: 0 0 8px;
  }
  .flowd .flimg img {
    height: 100%;
  }
}
@media(max-width: 550px) {
  .flow .flowwrap {
    padding: 15px;
  }
  .ftitle {
    margin-bottom: 10px;
  }
}
/*買取品の査定・ご連絡 04へのリンク*/
.red {
  color: #e5001c !important;
  font-family: "Notable", sans-serif;
  font-weight: 400;
  font-size: 130%;
}
.yonhe::before {
  top: 53% !important;
  transform: translateY(-50%);
}
/* 身分証明書について */
.bg_red .pickupBox {
  background: #fff;
}
.identification .inner {
  max-width: 1100px;
}
/* フィルター */
.disabled_wrap::after {
  content: '';
  width: 101.5%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 1;
  background: rgba(0, 0, 0, 0.15);
}
.disabled_wrap .disabled_text {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  color: #fff;
  white-space: nowrap;
  font-size: clamp(1.35rem, 0.85rem + 1.6vw, 1.75rem);
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
}
@media (max-width: 600px) {
  .disabled_wrap .disabled_text {
    top: 2%;
  }
}
/* よくある質問・お問い合わせページ ===========================================================================================================*/
/**/
.bgtext_x::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bgtext_x.svg);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  background-size: 1300px auto;
  animation: flow-font-X 10s linear infinite;
  z-index: -98;
  opacity: 0.3;
}
@keyframes flow-font-X {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: -1300px bottom;
  }
}
@media (max-width: 750px) {
  .bgtext_x::before {
    opacity: 0.07;
  }
}
/* よくあるご質問 */
.faq .inner {
  max-width: 1220px;
}
.faq .flexbox {
  flex-wrap: nowrap;
}
.faqtitle {
  width: 350px;
}
.faqboxwrap {
  width: 100%;
}
.faqbox {
  padding: 30px;
  margin-bottom: 25px;
  background: #fff;
}
.faqbox:last-child {
  margin-bottom: 0 !important;
}
/**/
.deck {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  right: 0;
  width: 27%;
}
@media(max-width:990px) {
  .deck {
    position: initial;
    width: 100%;
    max-width: 350px;
    margin: 25px auto 0;
  }
  .deck img {
    object-fit: cover;
    width: 100%;
    height: 320px;
    object-position: top;
  }
  .deckw {
    padding-bottom: 0 !important;
  }
}
@media(max-width:550px) {
  .deck {
    max-width: 90%;
  }
  .deck img {
    height: 70vw;
  }
}
/*text*/
.qt::before, .at::before {
  display: inline-block;
  position: absolute;
  left: 0;
  font-family: "Notable", sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.4rem;
}
.qt {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.7;
  border-bottom: 1px solid #ddd;
  padding-left: 38px;
}
.qt::before {
  content: "Q.";
  top: -0.23em;
  color: #858585;
}
.at {
  position: relative;
  padding-left: 38px;
}
.at::before {
  content: "A.";
  top: -0.35em;
  left: 0.05em;
  color: #e5001c;
}
/*btn*/
.faqbox .tbtn {
  margin-top: 18px;
}
.faqbox .mainbtn a::before {
  content: none;
}
.btnflex a {
  margin: 0 9px 14px;
}
@media (max-width:550px) {
  .qt {
    font-size: 100%;
  }
  .faqbox {
    padding: 20px 15px 25px;
  }
}
/* お問い合わせ =============================================*/
#contact, #email {
  position: relative;
  top: -50px;
}
.contact_sec section .inner {
  max-width: 1120px;
}
/**/
.contop {
  margin-bottom: 60px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 40px;
  }
  .contop, .mailform label, .mnote p {
    font-size: 90%;
  }
}
/* 電話・FAX */
/*box*/
.telboxwrap h3 {
  padding-left: 39px;
  font-weight: 700;
  position: relative;
}
.telboxwrap h3::before {
  background-color: #333;
  position: absolute;
  content: "";
  top: 0.95em;
  left: 0;
  width: 30px;
  height: 1px;
}
.telbox {
  display: flex;
  align-items: center;
}
/*番号*/
.telbox a {
  font-size: 2rem;
  font-family: "Notable", sans-serif;
  font-weight: 400;
  white-space: nowrap;
  color: #e5001c;
  margin-right: 45px;
  line-height: 1.45;
}
.telbox a i {
  font-size: 95%;
}
.telbox a:hover {
  opacity: 0.6;
}
.telwrap {
  margin-top: 0 !important;
}
/*list*/
.acheck li {
  padding-left: 20px;
  position: relative;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #e5001c;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
/*受付時間*/
.telbox div {
  width: 100%;
  margin-bottom: 20px;
}
.telbox div p {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
  margin-bottom: 6px;
}
/**/
.telbox .acheck {
  display: flex;
}
.telbox .acheck li {
  font-size: 90%;
  margin: auto;
}
.telbox .acheck li:first-child {
  margin-left: 0;
}
@media (max-width:1260px) {
  .telbox {
    display: block;
  }
  .telbox div {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .telbox div .acheck {
    max-width: 750px;
  }
}
@media (max-width:850px) {
  .telbox .acheck {
    display: block;
  }
}
@media (max-width:550px) {
  .telbox a {
    font-size: 1.55rem;
  }
  .telboxwrap h3, .telbox div {
    font-size: 90%;
  }
  .telboxwrap h3 {
    padding-left: 33px;
    text-align: left;
  }
  .telboxwrap h3::before {
    content: "";
  }
}
/* メール */
.mnote {
  max-width: 980px;
  margin: auto;
  margin-top: 50px;
}
.mpdb {
  padding-bottom: 45px !important;
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .mnote {
    margin-top: 60px;
    font-size: 95%;
  }
  .mpdb {
    padding-bottom: 35px !important;
  }
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #333;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #e5001c;
  padding: 5px;
  margin-right: 5px;
  font-size: 12px;
}
.mailsp {
  background: #fff !important;
  border: 1px solid #e5001c;
  color: #e5001c !important;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform label {
  color: #333;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
  display: none;
}
.mailform input[type=checkbox] + label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #b5b5b5;
  content: '';
  display: block;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #e5001c;
  border-bottom: 3px solid #e5001c;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 25%;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
@media (max-width: 550px) {
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
/* postal */
.mailform .box.mini {
  width: 120px !important;
}
.mailform .postal_btn {
  padding: 2px 10px;
  background: #f4f4f4;
  border-radius: 2px;
  margin-left: 5px;
  border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
  opacity: 0.7;
}
/* btn */
.mailform button {
  display: block;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #e5001c;
  color: #fff;
  background: #e5001c;
  width: 86%;
  max-width: 280px;
  padding: 21px 0;
  transition: all .4s;
  box-shadow: 4px 6px 0px 0px #fce704;
  position: relative;
}
.mailform button:hover {
  background: #fce704;
  color: #e5001c;
  transform: translateY(6px);
  box-shadow: 0 0 0px 0px #fce704;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mails {
  padding-bottom: 60px;
}
@media (max-width: 800px) {
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row:first-of-type {
    padding-top: 3px;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .mails {
    padding: 60px 0 35px;
  }
}
@media (max-width: 550px) {
  .selection small {
    font-size: 0.8rem;
  }
}
/*個人情報の取り扱いについて*/
.privacy {
  padding-top: 0 !important;
}
.privacy::after {
  height: 150%;
}
.privacy_wrap {
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
}
.privacy_item {
  position: relative;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.privacy_header {
  font-weight: 700;
  font-size: clamp(1rem, 0.4375rem + 1.8vw, 1.45rem);
  transition: ease-in-out 100ms;
}
.privacy_header .fa-lock {
  color: #e5001c;
}
.privacy_text {
  width: 100%;
  display: none;
  padding: 20px 35px 30px;
  line-height: 1.7;
  font-size: 95%;
}
.privacy_text p {
  margin-bottom: 17px;
}
.privacy_text span {
  position: relative;
}
.privacy_text span::before {
  content: "■";
  display: inline-block;
  font-size: 0.7rem;
  margin-right: 0.35em;
  transform: translateY(-3px);
  color: #e5001c;
}
@media(max-width:750px) {
  .privacy_text {
    padding: 20px 15px 30px;
    font-size: 85%;
  }
}
.arrow {
  transition: ease-in-out 300ms;
}
.rotate-fa {
  transform: rotate(180deg);
}
.privacy_header span {
  font-size: 80%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.privacy_gold {
  color: #e5001c;
}
/* シャイニング太郎ページ ===========================================================================================================*/
/* シャイニング太郎 */
/*banner*/
.ytbanner {
  margin-top: 160px;
}
.ytbanner a {
  display: block;
  position: relative;
  max-width: 900px;
  margin: auto;
  background: url(../img/fv.webp);
  background-size: cover;
  background-position: center;
  border: 6px solid #e5001c;
  font-weight: 900;
  padding-top: 180px;
  transition: all .3s;
}
.ytbanner a:hover {
  transform: scale(1.04);
}
/*text*/
.yttext {
  position: absolute;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: #e5001c;
  text-shadow: 1.4px 1.4px 0 #fff, -1.4px -1.4px 0 #fff, -1.4px 1.4px 0 #fff, 1.4px -1.4px 0 #fff, 0px 1.4px 0 #fff, 0 -1.4px 0 #fff, -1.4px 0 0 #fff, 1.4px 0 0 #fff;
}
.yttext p {
  white-space: nowrap;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 1.15;
}
.channel {
  display: block;
  font-size: 189%;
  text-shadow: 1.7px 1.7px 0 #fff, -1.7px -1.7px 0 #fff, -1.7px 1.7px 0 #fff, 1.7px -1.7px 0 #fff, 0px 1.7px 0 #fff, 0 -1.7px 0 #fff, -1.7px 0 0 #fff, 1.7px 0 0 #fff;
}
.channel span {
  font-size: 114%;
}
.yttext p i {
  margin-right: 3px;
}
.ytbanner .readmore {
  text-align: center;
  padding-left: 0;
  position: initial;
  margin-bottom: 0;
}
/*img*/
.ytimg {
  overflow: hidden;
  margin: -300px auto 0;
  width: 50%;
}
.ytimg img {
  position: relative;
  top: 20px;
  transition: all .3s ease;
}
.ytbanner a:hover img {
  top: 1px;
}
@media(max-width:950px) {
  .ytbanner a {
    padding-top: 10vw;
  }
  .yttext p {
    font-size: 2.9vw;
  }
  .ytimg {
    margin-top: -20vw;
    width: 50vw;
  }
}
@media(max-width:550px) {
  .ytbanner {
    margin-top: 100px;
  }
  .ytbanner a {
    padding-top: 7vw;
    border: 3px solid #e5001c;
  }
  .ytimg {
    width: 80%;
  }
  .ytimg img {
    top: 15px;
  }
  .yttext {
    bottom: 12%;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  }
  .channel {
    text-shadow: 1.4px 1.4px 0 #fff, -1.4px -1.4px 0 #fff, -1.4px 1.4px 0 #fff, 1.4px -1.4px 0 #fff, 0px 1.4px 0 #fff, 0 -1.4px 0 #fff, -1.4px 0 0 #fff, 1.4px 0 0 #fff;
  }
  .ytbanner .readmore {
    font-size: 3vw;
  }
}
/* プロフィール */
.profile .inner {
  max-width: 1100px;
}
.profile .pickupBox {
  background: #fff;
}
/* 主要取引先 */
.partners .inner {
  max-width: 1050px;
}
.parlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.parlist li {
  width: 48.5%;
  padding: 10px;
  background: #ffef42;
  color: #e5001c;
  margin-bottom: 12px;
  box-shadow: 5px 5px 0px 0px #e5001c;
}
@media(max-width:1000px) {
  .parlist {
    display: block;
  }
  .parlist li {
    width: 100%;
  }
}
@media(max-width:750px) {
  .parlist {
    margin-bottom: 35px;
  }
}
/* ブログ */
ul#newsList {
  display: flex;
  flex-wrap: wrap;
}
ul#newsList li {
  width: 31%;
  margin: 0 1.15% 28px;
  border: none;
  display: flex;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
ul#newsList li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #333;
}
ul#newsList li a .up_ymd {
  font-size: 87%;
  letter-spacing: 0.05em;
}
ul#newsList li a .up_ymd::before {
  font-family: "Font Awesome 6 Free";
  content: '\f017';
  font-weight: 900;
  padding-right: 0.5em;
  color: #e5001c;
}
ul#newsList li a .newMark {
  margin-left: 8px;
}
ul#newsList li a .title {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 3px;
}
ul#newsList li a .textarea {
  line-height: 1.85;
  width: 100%;
  position: relative;
  z-index: 20;
  margin-top: 0;
  margin-bottom: auto;
  padding: 0 10px;
}
.blog-txt {
  font-size: 12px;
  color: #333;
  opacity: 0.7;
}
.thumbNailWrap {
  position: relative;
  overflow: hidden;
}
.thumbNailWrap::before {
  content: '';
  display: block;
  padding-top: 70%;
}
.thumbNailWrap img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.thumbNailWrap img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
}
ul#newsList li a:hover img {
  transform: scale(1.1);
}
@media (max-width: 750px) {
  ul#newsList {
    display: block;
  }
  ul#newsList li {
    width: 100%;
    margin: 0 0 25px;
  }
  ul#newsList li a .title {
    font-size: 0.9rem;
  }
  ul#newsList li a .up_ymd {
    font-size: 14px;
  }
}
/* SNS */
.psr {
  position: relative;
}
.bg_red .maintitle::before {
  opacity: 0.9;
}
.bg_red .snsbtn a {
  box-shadow: 4px 6px 0px 0px rgba(0, 0, 0, 0.13);
}
.bg_red.sns {
  padding-bottom: 35px !important;
}
/**/
.epicsy {
  padding-top: 45px !important;
}
.clipping {
  z-index: 1;
  width: 80%;
  max-width: 350px;
  margin: auto;
  position: relative;
}
.clippingWrap {
  position: relative;
}
.clippingWrap::after {
  content: '';
  width: 100%;
  height: 62%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e5001c;
  z-index: -100;
}
/**/
.bgtexttaro_star::before, .bgtexttaro_star::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bgtexttaro_star.svg);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 350px auto;
  animation: flow-fontX 8s linear infinite;
  z-index: -98;
}
.bgtexttaro_star::after {
  transform: scaleX(-1) scaleY(-1);
}
.bgtexttaro_star.psr::after {
  bottom: 210px;
}
@media (max-width: 550px) {
  .bg_red.sns {
    padding-bottom: 20px !important;
  }
  .epicsy {
    padding-top: 25px !important;
  }
}
@media (max-width: 450px) {
  .bgtexttaro_star.psr::after {
    bottom: 50vw;
  }
}
/* 店舗概要ページ ===========================================================================================================*/
.shopinfo_item:not(:last-of-type) {
  margin-bottom: 70px;
}
.shopinfo_item .stitle {
  line-height: 1.4;
  font-size: clamp(1.3rem, 1.09rem + 0.7467vw, 1.65rem);
  padding-bottom: 13px;
}
.shopinfo_item .stitle .en {
  font-family: "Notable", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 72%;
  margin-left: 10px;
  color: #e5001c;
  display: inline-block;
}
.shopinfo_item .stitle .en::before {
  content: "─";
  margin-right: 5px;
  font-weight: 900;
}
@media (max-width: 550px) {
  .shopinfo_item:not(:last-of-type) {
    margin-bottom: 55px;
  }
  .shopinfo_item .stitle .en {
    display: block;
  }
}
/* SNS */
.snsbtn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1030px;
  margin: auto;
}
.snsbtn a {
  text-align: center;
  width: 22%;
  margin: 0 1.5% 15px;
  padding: 7px 8px 8px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  line-height: 1.5;
  background: #fce704;
  color: #e5001c;
  box-shadow: 4px 6px 0px 0px #e5001c;
  font-size: 1.35rem;
}
.snsbtn a:hover {
  background: #fce704;
  color: #e5001c;
  transform: translateY(6px);
  box-shadow: 0px 0px 0px 0px #fce704;
}
.snsbtn a i {
  font-size: 270%;
}
.snsbtn a span {
  display: block;
}
@media (max-width:1200px) {
  .snsbtn a {
    font-size: 2vw;
  }
}
@media (max-width:750px) {
  .snsbtn a {
    width: 45%;
    margin: 0 2.5% 15px;
    box-shadow: 3px 4px 0px 0px #e5001c;
  }
  .snsbtn a {
    font-size: 4vw;
  }
}
@media (max-width: 550px) {
  .sns {
    padding-bottom: 45px;
  }
}
/*img*/
.fimgflex {
  display: flex;
  position: relative;
  z-index: -99;
}
.fimgflex div {
  width: 50%;
}
.fimgflex div img {
  object-fit: cover;
  width: 100%;
  height: 395px;
}
@media (max-width: 1625px) {
  .fimgflex div img {
    height: 23vw;
  }
}
@media (max-width:1135px) {
  .fimgflex div img {
    height: 30vw;
  }
}
@media (max-width:550px) {
  .fimgflex {
    z-index: 0;
  }
  .fimgflex div img {
    height: 140px;
  }
}
/* map */
.map_item:not(:last-of-type) {
  margin-bottom: 60px;
}
.map_item .mtitle {
  margin-bottom: 10px;
}
.map iframe {
  width: 100%;
  height: 450px;
}
@media(max-width:550px) {
  .map_item:not(:last-of-type) {
    margin-bottom: 45px;
  }
  .map iframe {
    height: 250px;
  }
}
/* 会社概要ページ ===========================================================================================================*/
/*img*/
.twflex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
}
.twflex div {
  width: 48.5%;
  position: relative;
}
.twflex div:last-child {
  top: 20px;
}
@media(max-width: 550px) {
  .twflex {
    margin-bottom: 40px;
  }
  .twflex div {
    width: 48%;
  }
  .twflex div:first-child {
    top: -7px;
  }
  .twflex div:last-child {
    top: 7px;
  }
}
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-weight: 700;
}
.info_table tr {
  border: 2px solid #f5f5f5;
}
.info_table th, .info_table td {
  padding: 19px 0;
}
.info_table th {
  background: #d1001a;
  color: #fff;
  width: 33%;
  border-right: 2px solid #f5f5f5;
}
.info_table td {
  padding-left: 13px;
  padding-right: 10px;
  background: #fff;
  width: 67%;
  border-right: 2px solid #f5f5f5;
  border-left: 2px solid #f5f5f5;
}
.ib {
  display: inline-block;
}
.info_table a {
  color: #333;
  overflow-wrap: anywhere;
}
.info_table a:hover {
  opacity: 0.6;
}
.bdb li {
  border-bottom: 1px dotted #a3a3a3;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.bdb li span {
  display: inline-block;
}
@media (max-width:750px) {
  .info_table {
    border-collapse: collapse;
  }
  .info_table td, .info_table th {
    width: 100%;
    padding: 8px 10px;
    display: block;
    border: none;
    text-align: left;
  }
  .info_table th {
    border-bottom: 2px solid #f5f5f5;
  }
  .info_table td {
    padding-bottom: 10px !important;
  }
  .bdb li {
    font-size: 90%;
  }
}
@media (max-width:950px) {
  .ytbanner {
    margin-top: 90px;
  }
}
@media (max-width:750px) {
  .ytbanner {
    margin-top: 60px;
  }
}
@media (max-width:750px) {
  .ytbanner {
    margin-top: 14vw;
  }
}
/* 251204有料更新 イベント事業ページ追加 ======================================================*/
/* サービス内容 */
.event_management .flexbox:not(:last-of-type) {
  margin-bottom: 70px;
}
.event_management .flexbox .mtitle {
  margin-bottom: 12px;
}
@media (max-width:750px) {
  .event_management .flexbox:not(:last-of-type) {
    margin-bottom: 65px;
  }
  .event_management .flexbox .spmgb {
    margin-bottom: 25px !important;
  }
}
/* SNS */
.event_management_sns .maintitle {
  margin-bottom: 20px;
}
/* お問い合わせ */
.event_management_contact .maintitle {
  margin-bottom: 20px;
}
.event_management_contact .mainbtn a::before {
  content: none;
}
.mainbtn a.yellow {
  border: 2px solid #fce704;
  color: #e5001c;
  background: #fce704;
}
.mainbtn a.yellow:hover {
  background: #e5001c;
  color: #fce704;
}
section .mainbtn a.yellow {
  box-shadow: 4px 6px 0px 0px rgba(0, 0, 0, 0.2);
}
section .mainbtn a.yellow:hover {
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.2);
}
section .mainbtn a.yellow::before {
  color: #fce704;
  background: #e5001c;
}
section .mainbtn a.yellow:hover::before {
  color: #e5001c;
  background: #fce704;
}