@charset "utf-8";

/*-----------------------------------------------------------------
	基本
-----------------------------------------------------------------*/

* { margin: 0; padding: 0; box-sizing: border-box; word-wrap: break-word; overflow-wrap: break-word;}
ul,ol {list-style: none;}

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

input {
  -webkit-appearance: none;
  border-radius: 0;
}

button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

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

/*-----------------------------------------------------------------
	link
-----------------------------------------------------------------*/

a {
  color: #FFD918;
  text-decoration: none;
  outline: none;
  transition : 0.3s;
}

/* main a:not(a[href^="tel:"]) {
  font-weight: 600;
  text-decoration: underline;
} */

/* 無効 */
a.disabled{
  pointer-events: none;
  color: #aaa;
  opacity: 0.5;
}

a[href^="javascript:void(0)"] {
	cursor: default;
}

a.all_link {	
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 100;
  transition : 0.3s;
}

a[target="_blank"]::after {
  content: "";
  background: url("../images/out_link.png") no-repeat;
  background-size: contain;
  width: 15px;
  height: 10px;
  display: inline-block;
  margin-left: 3px;
}

a.anchor{
    display: block;
    padding-top: 80px;
    margin-top:-80px;
}

a[href^="tel:"] {
	pointer-events: none;
  color: #fff;
  text-decoration: none!important;
}

a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

/* タブレット */
@media only screen and (max-width: 1200px) {


}

/* タブレット */
@media only screen and (max-width: 999px) {

a.anchor{
  padding-top: 60px;
  margin-top:-60px;
}

}

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

a[href^="tel:"] {
	pointer-events: inherit;
}

a[href*="tel:"] {
    pointer-events: inherit;
    cursor: pointer;
}

}

/*-----------------------------------------------------------------
	レスポンシブ用
-----------------------------------------------------------------*/

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

.pc_tab {
	 display: block!important;
}

.tab {
	 display: none!important;
}

.pc_tab_tbl {
  display: table-row!important;
}

.sp,
.sp550,
.sp999,
.sp_tbl {
	 display: none!important;
}

/* タブレット */
@media only screen and (max-width: 1280px) {

.pc {
	 display: none!important;
}

.tab {
	 display: inline-block!important;
}
  
}

@media only screen and (max-width: 999px) {

  .sp999 { display: block!important;}

}

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

.pc_tab,
.pc_tab_tbl {
	 display: none!important;
}

.tab {
	 display: none!important;
}

.sp {
	 display: block!important;
}

.sp_tbl {
  display: table-row!important;
}

}
@media only screen and (max-width: 550px) {

  .pc550 {
    display: none!important;
  }

  .sp550 {
    display: block!important;
  }

}

/*-----------------------------------------------------------------
	共通CSS
-----------------------------------------------------------------*/

html {
	height: 100%;
	background: #000;
	color: #fff;
	overflow-y: auto;
	padding: constant(safe-area-inset-right); 
	padding: constant(safe-area-inset-bottom); 
	padding: constant(safe-area-inset-left); 
	padding: constant(safe-area-inset-top); 
}

body {
  width: 100%;
  height: 100%;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

img {
	max-width: 100%;
	height: auto;
	border:0;
	vertical-align: bottom;
}

.v_middle {
  vertical-align: middle!important;
}

.under {
	text-decoration: underline;
}

.line {
  border: #eee 1px solid
}

.inner {
	width: 90%;
  max-width: 1100px;
	margin: auto;
}

.inner_wide {
  max-width: 1500px;
}

.invisi { display: none;}

.indent {
  padding-left:1em;
	text-indent:-1em;
}
.inline_b { display: inline-block;}

.rotate90 { display: inline-block; transform: rotate( -90deg );}

.pos-re { position: relative;}

/* align */
.a_center { text-align: center!important;}
.a_left { text-align: left!important;}
.a_right { text-align: right!important;}

.txt {
  text-align: center;
}

.txt12 { font-size: 12px;}
.txt14 { font-size: 14px;}
.txt15 { font-size: 15px;}
.txt16 { font-size: 16px;}
.txt18 { font-size: 18px;}
.txt20 { font-size: 20px;}
.txt24 { font-size: 24px;}
.txt28 { font-size: 28px;}
.txt43 { font-size: 43px;}

.mb10 { margin-bottom: 10px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb60 { margin-bottom: 60px!important;}

span.br {
  display: inline-block;
}

.mauto { margin-left: auto!important; margin-right: auto!important;}

@media only screen and (max-width: 1280px) {

.inner {
	width: 90vw;
}

}

@media only screen and (max-width: 999px) {

  .txt18 { font-size: 16px;}
}

/* SP */
@media only screen and (max-width: 768px) {
  
.inner {
	width: 94vw;
}

.txt {
  text-align: left!important;
}

.txt24 { font-size: 18px;}
.txt28 { font-size: 20px;}
.txt43 { font-size: 36px;}

}

/*-----------------------------------------------------------------
	font
-----------------------------------------------------------------*/

body,
button {
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    font-weight: 900;
    font-style: normal;
    -webkit-text-size-adjust: none;
    font-size: 20px;
    line-height: 1.6em; 
}

p { line-height: 2em;}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  
  body,
  button {
      font-size: 14px;
      font-weight: 500; 
  }

  p { line-height: 1.8em;}

}

/*-----------------------------------------------------------------
	input textarea
-----------------------------------------------------------------*/


input[type="text"] {
  vertical-align: middle;
}

input, textarea, select {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  width: 100%;
  font-size: 20px;
  background: #fff;
  border: #B9B9B9 1px solid;
  border-radius: 5px;
  padding: 10px;
  -webkit-appearance: none;
  appearance: none;
}

input[type="radio"] {
    cursor: pointer;
    position: relative;
    background-color: #000;
    border: #fff 2px solid;
    font-weight: 600;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    transition: 0.3s all;
}

input[type="radio"]::before {
    content: "";
    display: block;
    position: absolute;
}

input[type="radio"]::before {
    background-color: #FFD918;
    border-radius: 50%;
    display: none;
    width: 14px;
    height: 14px;
    aspect-ratio: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input[type="radio"]:checked {
    background-color: #000;
    color: #fff;
    border: #FFD918 2px solid;
}

input[type="radio"]:checked {
    /* background-color: #fff; */
    border: 2px solid #FFD918;
}

input[type="radio"]:checked::before {
    display: inline-block;
}

input::placeholder,
textarea::placeholder {
  color: #aaa;
}

textarea {
  width: 100%;
  resize: vertical;
	min-height: 130px;
}
 
select {
  font-size: 100%;
  padding: 10px 30px 10px 20px;
  background-color: transparent;
  -webkit-appearance: inherit;
  appearance: inherit;
}

.select {
  width: 100%;
  position: relative;
  display: inline-block;
  border: #ccc 1px solid;
  border-radius: 10px;
}

.select select {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  padding-right: 30px;
  border: none;
  color: #222;
}

.select::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  position: absolute;
  right: 10px;
  top: 40%;
  transform: translateY(-40%);
  transform: rotate(135deg);
  transition : 0.3s;
}

/* SP */
@media only screen and (max-width: 768px) {
  
input, textarea {
  padding: 10px;
  font-size: 16px;
}

}

/*-----------------------------------------------------------------
	flex
-----------------------------------------------------------------*/

.flex {	
    width: 100%;
    max-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;
    justify-content: space-between;
}

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_left { justify-content: flex-start;}
.flex_right { justify-content:flex-end;}
.flex_center { justify-content:center;}

.flex_top { align-items: flex-start;}
.flex_middle { align-items: center;}
.flex_bottom { align-items: flex-end;}

/*-----------------------------------------------------------------
	color
-----------------------------------------------------------------*/

.white_txt { color: #fff!important;}
.black_txt { color: #000!important;}
.yellow_txt { color: #FFD918!important;}
.red_txt { color: #CA0101!important;}
.blue_txt { color: #88BBE2!important;}
.gray_txt { color: #ccc!important;}

.black_bg { background-color: #000!important;}
.red_bg { background-color: #B00000!important;}
.yellow_bg { background-color: #FFD918!important;}

/*-----------------------------------------------------------------
	wrap
-----------------------------------------------------------------*/

#wrap {
  width: 100%;
  flex-direction: column;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  
#wrap { margin-top: 30px;}

}

@media only screen and (max-width: 768px) {
  
#wrap { margin-top: 40px;}

}

/*-----------------------------------------------------------------
	main
-----------------------------------------------------------------*/

#main {
  width: 100%;
  min-height: 60vh;
  position: relative;
  overflow: hidden;
}

/* タブレット */
@media only screen and (max-width: 1200px) {
  #main {
    padding-bottom: 0!important;
    position: static;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  #main {
    padding-left: 0;
  }
}

/*-----------------------------------------------------------------
	header
-----------------------------------------------------------------*/

#header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.7);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 0) 100%);
  transition: 0.3s all;
}

.logo {
  left: 20px;
  top: 16px;
  position: absolute;
  z-index: 2;
}

.logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logo img {
  width: 255px;
  margin-right: 5px;
}

.logo_txt {
  font-size: 33px;
  color: #fff;
  line-height: 1em;
}

.hsub {
  position: absolute;
  top: 15px;
  right: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hsub li {
  margin-left: 15px;
}

.htel {
  color: #FFD918;
  font-size: 33px;
  line-height: 1em;
}

.htel span {
  font-size: 54%;
  margin-right: 5px;
}

.htel_txt {
  font-size: 14px;
  text-align: right;
  font-feature-settings: "palt";
  line-height: 1em;
  color: #fff;
}

.otoiawase_btn {
  height: 60px;
  line-height: 60px;
  background-color: #FFD918;
  border-radius: 30px;
  color: #000;
  font-size: 18px;
  display: block;
  text-align: center;
  position: relative;
  padding: 0 40px 0 30px;
}

.otoiawase_btn::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid black;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1200px) {

.logo img {
  width: 200px;
}

.logo_txt {
  font-size: 25px;
}

}

@media only screen and (max-width: 999px) {
  
#header {
  height: 80px;
}

.logo {
  left: 10px;
  top: 4px;
}

.logo a {
  display: block;
}

.logo_txt {
  font-size: 16px;
  display: block;
  text-align: center;
  margin-top: 3px;
}

.hsub {
  top: 6px;
  right: 10px;
}

.htel {
  font-size: 28px;
}

.htel_txt {
  font-size: 12px;
}

.otoiawase_btn {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 30px 0 20px;
}

.hsub .otoiawase_btn::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid black;
    right: 12px;
}

}

@media only screen and (max-width: 768px) {
  
.logo {
  left: 10px;
  top: 4px;
}

.logo img {
  width: 140px;
}

.logo_txt {
  font-size: 12px;
}

.hsub li {
  margin-left: 10px;
}

.htel {
  font-size: 22px;
}

.htel_txt {
  font-size: 11px;
}

.otoiawase_btn {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  padding: 0 25px 0 15px;
}

.hsub .otoiawase_btn::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid black;
    right: 10px;
}

}

@media only screen and (max-width: 550px) {

#header {
  height: 70px;
}
  
.logo {
  left: 5px;
  top: 6px;
}

.logo img {
  width: 100px;
}

.logo_txt {
  font-size: 9px;
}
  
.hsub {
  right: 5px;
}

.hsub li {
  margin-left: 5px;
}

.htel {
  font-size: 18px;
}

.hsub_tel a {
  border: #FFD918 1px solid;
  display: block;
  padding: 5px 8px;
  border-radius: 40px;
}

.htel span {
  font-size: 44%;
  margin-right: 1px;
}

.htel_txt {
  font-size: 8px;
}
  
.hsub .otoiawase_btn {
  height: 40px;
  line-height: 1.3em;
  font-size: 11px;
  padding: 6px 20px 0 12px;
}

.otoiawase_btn::after {
    right: 8px;
}

}

/*-----------------------------------------------------------------
	footer
-----------------------------------------------------------------*/

#pagetop {
	display: none;
}

#pagetop {
	width: 50px;
	height: 50px;
  background: #B00000;
	/* border-radius: 50%; */
	border: #eee 2px solid;
	position: fixed;
	bottom: 30px;
	right: 30px;
	text-align: center;
	z-index: 1000;
  transition:all 0.3s;
  cursor: pointer;
}

#pagetop::before{
  content: '';
  width: 15px;
  height: 15px;
  margin-top: -5px;
  border-top: solid 4px #fff;  
  border-right: solid 4px #fff; 
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 13px;
}

#pagetop a {
	width: 100%;
	height: 100%;
  display: block;
}

#footer {
  text-align: center;
  padding: 0 10px 40px;
}

.flogo {
  width: 166px;
  margin: 0 auto 25px;
}

.fcode {
  width: 100px;
  margin: 30px auto;
}

.copy {
  font-size: 14px;
  color: #ccc;
  text-align: center;
  margin-top: 62px;
}