@charset "utf-8";
/*====================================================
   HTML5 display definitions
====================================================*/

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,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%;
	vertical-align: baseline;
}

abbr[title] { border-bottom: 1px dotted; }
strong { font-weight: bold; }
dfn { font-style: italic; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; clear:both; }
mark {background: #ff0;color: #000}
code,kbd,pre,samp { font-family: monospace, serif ; font-size: 1em; }
pre { white-space: pre-wrap; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; max-width: 100%; height:auto; }
svg:not(:root) { overflow: hidden; }
figure,figcaption { margin: 0;padding:0; }
table { border-collapse: collapse; border-spacing: 0; }

/*====================================================
size style
====================================================*/
.clear { clear: both!important; }
.hide { display: none; }
.vlnT { vertical-align: top!important; }
.vlnM { vertical-align: middle!important; }
.vlnB { vertical-align: bottom!important; }
.vlnL { vertical-align: baseline!important; }
.fltL { float: left!important; }
.fltR { float: right!important; }
.imgL { float: left; margin: 0 15px 15px 0; }
.imgR { float: right; margin: 0 15px 15px; }

/*====================================================
TEXT
====================================================*/
.gth { font-family: "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; }
.bold { font-weight: bold; }
.red { color: #BB0003; }
.alnR { text-align: right!important; }
.alnL { text-align: left!important; }
.alnC { text-align: center!important; }

/*====================================================
settings
====================================================*/
:root {
  --fontFamiry: "Inter","Noto Sans JP", sans-serif;
  --fontSize: 15px;
  --lineHeight: 1.8em;
  --txtColor: #fff;
  --linkColor: #fff;
  --mainColor: #B39636;
}

/*====================================================
Links
====================================================*/
a {
	background: transparent;
	color: var(--linkColor);
	outline: none;
}
a:focus { outline: none; }
a:active,a:hover { outline: 0; opacity:0.8; }
a:link,a:visited {
	color: var(--linkColor);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:hover,a:active {
  opacity: .8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a img {
  border-style: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a:hover img {
	opacity: 0.8;
}
a.no_hvr:hover, a.no_hvr:hover img {
  opacity: 1!important;
}

/*====================================================
common hack style
====================================================*/
/* */
.cf:after { content: ''; display: block; clear: both; height: 0; visibility: hidden; }
/* for IE6,7 */
.cfi {zoom: 1;display: inline-table;min-height: 1%; }
/* number bug IE6 */
ul, ol, li { zoom: normal; }
img { vertical-align: bottom; }
* {
  word-break: break-all;
  box-sizing: border-box;
}

/*====================================================
Common
====================================================*/
h1,h2,h3,h4,h5,p {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
ul,li,dl,dt,dd,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bold { font-weight: bold; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
.size15 { font-size: 15px; }
.size16 { font-size: 16px; }
.size17 { font-size: 17px; }
.size18 { font-size: 18px; }
.size19 { font-size: 19px; }
.size20 { font-size: 20px; }
.size21 { font-size: 21px; }
.size22 { font-size: 22px; }
.size23 { font-size: 23px; }
.size24 { font-size: 24px; }
.size25 { font-size: 25px; }
.size26 { font-size: 26px; }
.size27 { font-size: 27px; }
.size28 { font-size: 28px; }
.size29 { font-size: 29px; }
.size30 { font-size: 30px; }
.red { color: #D60003; }

.mb0 { margin-bottom: 0 !important; }
.mb3 { margin-bottom: 3px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

.mt0 { margin-top: 0 !important; }
.mt3 { margin-top: 3px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }

.mr0 { margin-right: 0 !important; }
.mr3 { margin-right: 3px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }

.ml0 { margin-left: 0 !important; }
.ml3 { margin-left: 3px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }

.pb0 { padding-bottom: 0 !important; }
.pb3 { padding-bottom: 3px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }

.pt0 { padding-top: 0 !important; }
.pt3 { padding-top: 3px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }

.pl0 { padding-left: 0 !important; }
.pl3 { padding-left: 3px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl50 { padding-left: 50px !important; }

.pr0 { padding-right: 0 !important; }
.pr3 { padding-right: 3px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr50 { padding-right: 50px !important; }

/*====================================================
Base css
====================================================*/
html {
	height:100%;
	margin: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: var(--fontFamiry);
  background: #000;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
  opacity: 0;
  font-size: var(--fontSize);
  line-height: var(--lineHeight);
  color: var(--txtColor);
}
main {
	width: 100%;
	margin: 0;
	padding: 0;
  position: relative;
}
section {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.cts_box {
	width: 100%;
	margin: 0;
	padding: 0;
}
iframe {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
img {
	max-width: 100%;
	width:auto;
	height: auto;
	vertical-align: bottom;
}

/*フェードイン アニメーション*/
/* .fade-up{
	opacity: 0;
	transform: translate3d(0, 100px, 0);
	transition-duration: .8s;
  transition-timing-function: ease;
  transition-property: opacity, transform;
}
.fade-up.is-show{
	opacity: 1;
	transform: translateZ(0);
} */

/*リンクボタン*/
.btnBox {
  width: 100%;
	margin: 25px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 30px;
}
.linkBtn {
	justify-content: flex-start;
  margin-top: calc(.03125 * clamp(0px, 100vw, 1536px));
  padding-left: calc(.0533333333 * clamp(0px, 100vw, 601px));
  width: calc(.1953125 * clamp(0px, 100vw, 1536px));
  height: calc(.046875 * clamp(0px, 100vw, 1536px));
  border: 1px solid #B39636;
  font-family: Inter Variable, Noto Sans JP, sans-serif;
  font-size: min(calc(.0125 * clamp(0px, 100vw, 1536px)), 16px);
  line-height: 1.9;
  letter-spacing: calc(.00234375 * clamp(0px, 100vw, 1536px));
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background: #000;
}
.linkBtn:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--mainColor);
  border-right: 1px solid var(--mainColor);
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0,-50%) rotate(45deg);
}
.linkBtn:hover {
  opacity: .5;
}
.btnBox .linkBtn {
  margin-top: 0;
}

/*パンくず*/
#b_listBox {
  width: calc(.84375 * clamp(0px, 100vw, 1536px));
  margin: 0 auto;
  position: relative;
  top: calc(-.03256 * clamp(0px, 100vw, 1536px));
  z-index: 10;
}
#b_listBox ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0;
}
#b_listBox ul li {
  color: #B99515;
}
#b_listBox ul li a {
  color: #808080;
  text-decoration: none;
}
#b_listBox ul li a:after {
  content: '/';
  display: inline-block;
  margin: 0 .25em;
}
#b_listBox ul li:first-child span {
  position: relative;
  padding-left: 36px;
}
#b_listBox ul li:first-child span:before {
  content: '';
  width: 26px;
  height: 26px;
  background: url(../images/b_list-logo.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: calc(50% - 13px);
}

/*ページトップ*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	height: 60px;
	width: 60px;
	z-index:999;
}
.pagetop a img {
	background-color: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.pagetop a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*共通スタイル*/
.flex {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex.center {
  justify-content: center;
}

#ovr.fixed {
  position: fixed;
  width: 100%;
  height: 200%;
  top: 0;
  left: 0;
  transition: .3s linear;
  background-color:rgba(0,0,0,0.75);
  z-index: 99998;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 120%;
}


/*====================================================
Header
====================================================*/
header {
  width: 100%;
  height: calc(.078125 * clamp(0px, 100vw, 1536px));
  position: fixed;
  top: 0;
  left: 0;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  transition: background-color .5s ease-in-out;
  z-index: 9999;
}
header.scroll,
#lower header {
  background: #000;
}
header .wrap {
  width: calc(.9375 * clamp(0px, 100vw, 1536px));
  justify-content: space-between;
  align-items: center;
}
header #h_logo .logo {
  display: flex;
  align-items: center;
}
header #h_logo .logo img {
  width: calc(.16953125 * clamp(0px, 100vw, 1536px));
  height: calc(.03828125 * clamp(0px, 100vw, 1536px));
}

/* ====================================================
nav
==================================================== */
header nav {
  width: auto!important;
  align-items: flex-end;
  position: relative;
  z-index: 9999;
}
ul.g_nav {
  width: auto;
  position: relative;
	padding: 0;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
  gap: calc(.03125 * clamp(0px, 100vw, 1536px));
}
ul.g_nav a {
  display: flex;
  align-items: center;
  padding-top: calc(.0078125 * clamp(0px, 100vw, 1536px));
  padding-bottom: calc(.0078125 * clamp(0px, 100vw, 1536px));
}
ul.g_nav li img {
  height: calc(.01171875 * clamp(0px, 100vw, 1536px));
  min-height: 15px;
}

/* ====================================================
Footer
==================================================== */
footer {
	width: 100%;
  background: linear-gradient(180deg, #b99515 -13.44%, #000 52.44%);
}
footer .wrap {
	width: calc(.84375 * clamp(0px, 100vw, 1536px));
  height: calc(.36953125 * clamp(0px, 100vw, 1536px));
  justify-content: space-between;
  padding-top: calc(.078125 * clamp(0px, 100vw, 1536px));
}
footer ul.f_menu {
	width: auto;
  justify-content: flex-start;
  flex-direction: column;
  gap: calc(.0171875 * clamp(0px, 100vw, 1536px));
}
footer ul.f_menu a {
  display: flex;
  align-items: center;
}
footer ul.f_menu img {
  width: auto;
  max-height: calc(.0110465 * clamp(0px, 100vw, 1536px));
}
footer .infoBox {
	width: auto;
  justify-content: flex-start;
  flex-direction: column;
	gap: calc(.021875 * clamp(0px, 100vw, 1536px));
}
footer .infoBox img {
	width: calc(.16953125 * clamp(0px, 100vw, 1536px));
  height: calc(.03828125 * clamp(0px, 100vw, 1536px));
}
#copyright {
  font-size: 12px;
  line-height: 1.5em;
}

/*pop up*/
#popUp {
  position: fixed;
  width: calc(.84375 * clamp(0px, 100vw, 1536px));
  display: flex;
  z-index: 10;
  left: 50%;
  transform: translate(-50%,0);
  transition: all .5s ease-in-out;
  bottom: 0;
}
#popUp .popup-content {
  position: relative;
  z-index: 10;
  display: flex;
  transition: all .5s ease-in-out;
  transform: translateY(0);
  pointer-events: none;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: calc(.84375 * clamp(0px, 100vw, 1536px));
  height: calc(.214546875 * clamp(0px, 100vw, 1536px));
  padding-top: calc(.0267734375 * clamp(0px, 100vw, 1536px));
  padding-bottom: calc(.028375 * clamp(0px, 100vw, 1536px));
}
#popUp .popup-content .bgc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #b99515 -3.21%, #927510 -1.42%, #6b560c .59%, #4a3b08, #2f2505 5.06%, #1a1502, #0b0901 10.42%, #020200 13.77%, #000 19.14%);
  opacity: .8;
  z-index: -1;
}
#popUp .popup-content .border-center {
  border-left: 1px solid #fff;
  height: 100%;
}
#popUp .popup-content .title img {
  margin-right: calc(.0408828125 * clamp(0px, 100vw, 1536px));
  width: calc(.4484375 * clamp(0px, 100vw, 1536px));
  height: calc(.16015625 * clamp(0px, 100vw, 1536px));
  display: block;
}
#popUp .popup-content .text {
  width: calc(.2288125 * clamp(0px, 100vw, 1536px));
  margin-left: calc(.037 * clamp(0px, 100vw, 1536px));
}
#popUp .popup-content .text p {
  color: #fff;
}
#popUp .popup-content .text p.info {
  width: calc(.2296875 * clamp(0px, 100vw, 1536px));
  height: calc(.0984375 * clamp(0px, 100vw, 1536px));
}
#popUp .popup-content .text p.info img {
  display: block;
  width: 100%;
}
#popUp .popup-content .text .contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 10;
  pointer-events: all;
}
#popUp .popup-content .text .contact-wrap {
  display: flex;
  gap: calc(.00546875 * clamp(0px, 100vw, 1536px));
  margin-top: calc(.01171875 * clamp(0px, 100vw, 1536px));
  gap: calc(.00546875 * clamp(0px, 100vw, 1536px));
  margin-top: calc(.01171875 * clamp(0px, 100vw, 1536px));
}
#popUp .popup-content .text .contact-text {
  width: calc(.0441484375 * clamp(0px, 100vw, 1536px));
  height: calc(.010734375 * clamp(0px, 100vw, 1536px));
  display: flex;
  justify-content: center;
  align-items: center;
}
#popUp .popup-content .text .contact .tel {
  position: relative;
  z-index: 10;
  pointer-events: all;
}
#popUp .popup-content .text .contact .tel img {
  margin-top: 0;
  width: calc(.0885234375 * clamp(0px, 100vw, 1536px));
  height: calc(.0106796875 * clamp(0px, 100vw, 1536px));
  display: block;
}
#popUp .popup-content .text .contact .mail {
  position: relative;
  z-index: 10;
  pointer-events: all;
  margin-top: calc(.01171875 * clamp(0px, 100vw, 1536px));
  margin-left: calc(-.003125 * clamp(0px, 100vw, 1536px));
}
#popUp .popup-content .text .contact .mail img {
  width: calc(.223625 * clamp(0px, 100vw, 1536px));
  height: calc(.0158359375 * clamp(0px, 100vw, 1536px));
  display: block;
}
#popUp .popup-content #closeBtn {
  pointer-events: all;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15.4px;
  right: 15.4px;
  transition: opacity .3s;
  cursor: pointer;
}
#popUp.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 200%);
}
#popUp.disabled {
  opacity: 0!important;
  pointer-events: none!important;
  transform: translate(-50%, 200%)!important;
}
#lower #popUp {
  opacity: 0!important;
  pointer-events: none!important;
  transform: translate(-50%, 200%)!important;
  display: none;
}

.pc {display: inline-block!important;}
.sp {display: none!important;}


/* ========================================================================================================
   1023px以下
   ========================================================================================================*/
@media screen and (max-width: 1023px) {
  header {
    height: calc(.16 * clamp(0px, 100vw, 601px));
  }
  header .wrap {
    width: calc(.8986666667 * clamp(0px, 100vw, 601px));
  }
  header #h_logo .logo img {
    width: calc(.2666666667 * clamp(0px, 100vw, 601px));
    height: calc(.0605333333 * clamp(0px, 100vw, 601px));
  }
  ul.g_nav {
    gap: calc(.0533333333 * clamp(0px, 100vw, 601px));
  }
  ul.g_nav li a {
    padding-top: calc(.0213333333 * clamp(0px, 100vw, 601px));
    padding-bottom: calc(.0213333333 * clamp(0px, 100vw, 601px));
  }
  ul.g_nav li a img {
    height: calc(.0266666667 * clamp(0px, 100vw, 601px));
    min-height: inherit;
  }
  ul.g_nav li:first-child {
    display: none;
  }
  footer .wrap {
    width: calc(.7546666667 * clamp(0px, 100vw, 601px));
    height: calc(.95 * clamp(0px, 100vw, 601px));
    justify-content: flex-start;
    padding-top: calc(.1127733333 * clamp(0px, 100vw, 601px));
    padding-bottom: calc(.1127733333 * clamp(0px, 100vw, 601px));
  }
  footer .infoBox {
    width: 100%;
    gap: calc(.026 * clamp(0px, 100vw, 601px));
  }
  footer .infoBox img {
    width: calc(.3386666667 * clamp(0px, 100vw, 601px));
    height: calc(.0768 * clamp(0px, 100vw, 601px));
  }
  footer ul.f_menu {
    width: 100%;
    gap: calc(.0613333333 * clamp(0px, 100vw, 601px));
    margin-top: calc(.08 * clamp(0px, 100vw, 601px));
  }
  footer ul.f_menu li {
    height: calc(.032 * clamp(0px, 100vw, 601px));
  }
  footer ul.f_menu li img {
    height: calc(.032 * clamp(0px, 100vw, 601px));
    max-height: none;
  }
  .linkBtn {
    justify-content: center;
    margin-top: calc(.1066666667 * clamp(0px, 100vw, 601px));
    width: calc(.76 * clamp(0px, 100vw, 601px));
    height: calc(.16 * clamp(0px, 100vw, 601px));
    border: 1px solid #B39636;
    font-size: calc(.0426666667 * clamp(0px, 100vw, 601px));
    line-height: 1.9;
    letter-spacing: calc(.00008 * clamp(0px, 100vw, 601px));
    font-weight: 600;
    padding-left: 0;
  }
  #popUp {
    width: calc(.8986666667 * clamp(0px, 100vw, 601px));
  }
  #popUp .popup-content {
    flex-direction: column;
    justify-content: center;
    padding: calc(.0533333333 * clamp(0px, 100vw, 601px));
    width: calc(.8986666667 * clamp(0px, 100vw, 601px));
    height: calc(.60944 * clamp(0px, 100vw, 601px));
  }
  #popUp .popup-content .title {
    align-items: center;
  }
  #popUp .popup-content .title img {
    width: calc(.788 * clamp(0px, 100vw, 601px));
    height: calc(.2801333333 * clamp(0px, 100vw, 601px));
  }
  #popUp .popup-content .border-center {
    border-top: 1px solid #fff;
    width: 100%;
    height: auto;
    margin-top: calc(.04 * clamp(0px, 100vw, 601px));
    margin-bottom: calc(.04 * clamp(0px, 100vw, 601px));
  }
  #popUp .popup-content .text {
    margin-top: 0;
    margin-left: 0;
    width: calc(.78552 * clamp(0px, 100vw, 601px));
  }
  #popUp .popup-content .text p.info {
    width: calc(.7893333333 * clamp(0px, 100vw, 601px));
    height: calc(.0853333333 * clamp(0px, 100vw, 601px));
  }
  #popUp .popup-content .text .contact {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-top: calc(.0293333333 * clamp(0px, 100vw, 601px));
  }
  #popUp .popup-content .text .contact-wrap {
    gap: calc(0 * clamp(0px, 100vw, 601px));
  }
  #popUp .popup-content .text .contact-text {
    width: calc(.0904266667 * clamp(0px, 100vw, 601px));
    height: calc(.022 * clamp(0px, 100vw, 601px));
  }
  #popUp .popup-content .text .contact .tel img {
    width: calc(.18128 * clamp(0px, 100vw, 601px));
    height: calc(.0218666667 * clamp(0px, 100vw, 601px));
  }
  #popUp .popup-content .text .contact .mail {
    margin-left: calc(.032 * clamp(0px, 100vw, 601px));
  }
  #popUp .popup-content .text .contact .mail img {
    width: calc(.4533333333 * clamp(0px, 100vw, 601px));
    height: calc(.032 * clamp(0px, 100vw, 601px));
  }
  #popUp .popup-content #closeBtn {
    top: 4.16px;
    right: 4.16px;
  }
  #popUp .popup-content #closeBtn img {
    width: calc(.0415466667 * clamp(0px, 100vw, 601px));
    height: calc(.0415466667 * clamp(0px, 100vw, 601px));
  }
  #copyright {
    font-size: calc(.02698 * clamp(0px, 100vw, 601px));
    line-height: 1.5em;
  }
  #b_listBox {
    width: calc(.7546666667 * clamp(0px, 100vw, 601px));
    top: calc(-.16256 * clamp(0px, 100vw, 601px));
    font-size: calc(.0266666667 * clamp(0px, 100vw, 601px));
    line-height: 1.5;
  }
  #b_listBox ul li:first-child span {
    padding-left: calc(calc(.042826 * clamp(0px, 100vw, 601px)) + 5px);
  }
  #b_listBox ul li:first-child span:before {
    width: calc(.042826 * clamp(0px, 100vw, 601px));
    height: calc(.042826 * clamp(0px, 100vw, 601px));
    top: calc(50% - calc(calc(.042826 * clamp(0px, 100vw, 601px))/2));
  }




  .pc {display: none!important;}
  .sp {display: inline-block!important;}
}
