@charset "utf-8";
html {
  scroll-behavior: smooth;
}
body {
  display: none;
}

html,body {
  font-family: YuGothic, "Zen Kaku Gothic New", "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  color: #231205;
}
html,body,
:where(p, h1, h2, h3, h4, h5, h6) {
  line-height: 1.3;
  letter-spacing: .02em;
  font-size: 20px;
}
#main {
	overflow: hidden;
}
@media screen and (max-width : 767px){
  main {
    overflow: hidden;
  }
}

@media screen and (max-width : 1500px){
  html,body,
  :where(p, h1, h2, h3, h4, h5, h6) {
    font-size: 19px;
  }
}
@media screen and (max-width : 1400px){
  html,body,
  :where(p, h1, h2, h3, h4, h5, h6) {
    font-size: 18px;
  }
}
@media screen and (max-width : 1200px){
  html,body,
  :where(p, h1, h2, h3, h4, h5, h6) {
    font-size: 17px;
  }
}
@media screen and (max-width : 1000px){
  html,body,
  :where(p, h1, h2, h3, h4, h5, h6) {
    font-size: 16px;
  }
}
@media screen and (max-width : 768px){
  html,body,
  :where(p, h1, h2, h3, h4, h5, h6) {
    font-size: 14px;
  }
}
@media screen and (max-width : 414px){
  html,body,
  :where(p, h1, h2, h3, h4, h5, h6) {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
body{
  min-width: 1210px;
}
@media all and (max-width: 767px){
  body{
    min-width: 100%;
  }
}
body {
  background: url("../images/common/bg_shine.jpg") no-repeat fixed;
  background-size: cover;
}
/*---------- link ----------*/
a {
  color: inherit;
  text-decoration: none;
}
a.underline {
  border-bottom: #231205 1px solid;
  transition: .3s;
}
a.underline:hover {
  border-bottom: transparent 1px solid;
}


/*---------- マウスオーバー ----------*/
.ov{
  display:inline-block;
}
@media screen and (min-width : 835px){
  .ov{
    -webkit-transition:.3s;
    transition: .3s;
    cursor: pointer;
  }
  .ov:hover{
    opacity: .6;
    text-decoration: none;
  }
}
/*---------- font ----------*/
.font_regular {
  font-weight: 400;
}
.font_medium {
  font-weight: 400;
  font-weight: 500;
}
.font_bold {
  font-weight: 600;
  font-weight: 700;
}
.font_akshar { /*google font*/
  font-family: 'Akshar', "Zen Kaku Gothic New", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.font_kurenaido { /*google font*/
  font-family: "Zen Kurenaido", "Zen Kaku Gothic New", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.font_gothic { /*google font*/
  font-family: "Zen Kaku Gothic New", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.font_mincho { /*google font*/
  font-family: "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.font_size50 {
  font-weight: inherit;
  font-size: 50%;
}
.font_size60 {
  font-weight: inherit;
  font-size: 60%;
}
.font_size70 {
  font-weight: inherit;
  font-size: 70%;
}
.font_size80 {
  font-weight: inherit;
  font-size: 80%;
}
.font_size85 {
  font-weight: inherit;
  font-size: 85%;
}
.font_size90 {
  font-weight: inherit;
  font-size: 90%;
}
.font_size95 {
  font-weight: inherit;
  font-size: 95%;
}
.font_size100 {
  font-weight: inherit;
  font-size: 100%;
}
.font_size110 {
  font-weight: inherit;
  font-size: 110%;
}
.font_size120 {
  font-weight: inherit;
  font-size: 120%;
}
.font_size130 {
  font-weight: inherit;
  font-size: 130%;
}
.font_size140 {
  font-weight: inherit;
  font-size: 140%;
}
.font_size150 {
  font-weight: inherit;
  font-size: 150%;
}
.font_size160 {
  font-weight: inherit;
  font-size: 160%;
}
.font_size170 {
  font-weight: inherit;
  font-size: 170%;
}
.font_size180 {
  font-weight: inherit;
  font-size: 180%;
}
.font_size200 {
  font-weight: inherit;
  font-size: 200%;
}
/*---------- text ----------*/
.text_center {
  text-align: center;
}

/*---------- color ----------*/
.color_red {
  color: red;
}
.color_green {
  color: #154328;
}
.color_333 {
  color: #333;
}
.color_666 {
  color: #666666;
}

/*---------- indent ----------*/
.ind_1em {
  text-indent: -1em;
  margin-left: 1em;
}

/*---------- display ----------*/
.display_none {
  display: none;
}
.display_block {
  display: block;
}
.inline_block {
  display: inline-block;
}
/*---------- flex ----------*/
.flex {
  display: flex;
  flex-grow: 1;
}

/*---------- margin ----------*/
.mt_00 {
  margin-top: 0 !important;
}
.mt_06em {
  margin-top: .6em !important;
}
.mt_1em {
  margin-top: 1em !important;
}
.mt_2em {
  margin-top: 2em !important;
}
.mt_3em {
  margin-top: 3em !important;
}
.mt_4em {
  margin-top: 4em !important;
}
.mt_5em {
  margin-top: 5em !important;
}
.ml_1em {
  margin-left: 1em !important;
}

/* -----------------------------------------------------------------
 for_sp / for_pc
----------------------------------------------------------------- */
@media print, screen and (max-width: 767px) {
  :where(.for_sp) {
    display: block;
  }
  .for_pc {
    display: none;
  }
  .for_pc_inline {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .for_sp {
    display: none;
  }
  .for_sp_inline {
    display: none;
  }
  :where(.for_pc) {
    display: block;
  }


}
