@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700;900&family=Noto+Serif+JP&family=Roboto:ital,wght@1,500&display=swap");
/*-------------------------------
Reset STYLE
---------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  color: #000;
}
a img {
  border: none;
}

a:hover img.alp {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/*-------------------------------
original STYLE
---------------------------------*/
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  background-image: url(../images/bg_mono.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
  overscroll-behavior: none;
}
body p {
  font-size: 1.4rem;
  line-height: 1.6;
}
body img {
  max-width: 100%;
  height: auto;
}
body .only_pc {
  display: inline;
}
body .only_sp {
  display: none;
}
body .md_up {
  display: inline;
}

/*--- header ---*/
header {
  padding: 0;
}
header#header {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  flex-direction: row;
  flex-wrap: wrap;
}
header#header h1#site_title {
  background-color: transparent;
  height: auto;
  padding: 15px 25px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
  letter-spacing: 1px;
}
header#header h1#site_title::before {
  content: "///";
  display: inline-block;
  margin-right: 10px;
}
header#header h1#site_title::after {
  content: "///";
  display: inline-block;
  margin-left: 10px;
}
header#header nav {
  position: relative;
}
header#header nav a:hover {
  text-decoration: underline;
}
header#header nav .sns_set {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 120px;
  height: auto;
  width: 50px;
  background-color: #000;
  padding: 15px 14px 0;
  border-top-left-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
}
header#header nav .sns_set ul li {
  margin: 0 0 18px 0;
}
header#header nav .sns_set ul li a {
  text-decoration: none;
}

/*--- 01 main visual ---*/
#main_visual {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #ff2849;
}
#main_visual .content_wrap {
  height: calc(100vh - 100px);
  width: calc(100vw - 100px);
  box-sizing: border-box;
  background-image: url(../images/bg_red.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#main_visual .content_wrap .contents {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#main_visual .content_wrap .contents h2.main_title {
  width: 50%;
  margin: -50px 0 0 -30%;
}
#main_visual .content_wrap .contents .info_set {
  display: block;
  width: 30%;
  min-height: 50px;
  height: auto;
  position: absolute;
  border-left: solid 2px #fff;
  bottom: 50px;
  right: 0px;
}
#main_visual .content_wrap .contents .info_set ul li {
  list-style-type: disc;
  color: #fff;
  font-size: 1.4rem;
  margin: 0 5px 5px 25px;
  line-height: 1.6;
}
#main_visual .content_wrap .contents .info_set ul li a {
  color: #fff;
}
#main_visual .content_wrap .contents a.btn_top {
  position: absolute;
  display: block;
  width: 300px;
  height: auto;
  top: 70px;
  right: 50px;
  /*transition: 0.5s;
  transform: rotateZ(0deg);

  &:hover {
    text-decoration: none;
    transform: rotateZ(360deg);
  }
    */
}

/*--- 02 about ---*/
#about {
  background-color: #ff2849;
  height: auto;
  width: 100vw;
  position: relative;
}
#about::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 60px solid transparent; /* 透明 */
  border-left: 50vw solid transparent; /* 透明 */
  border-right: 50vw solid #edddb9;
  border-bottom: 60px solid #edddb9;
}
#about .content_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  min-height: 350px;
  padding-bottom: 220px;
}
#about .content_wrap .content_title {
  width: 15%;
  margin-top: -100px;
}
#about .content_wrap .contents {
  box-sizing: border-box;
  padding: 50px 0 0 50px;
  width: 80%;
  position: relative;
}
#about .content_wrap .contents::before {
  content: "";
  display: block;
  height: 1px;
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
}
#about .content_wrap .contents::after {
  content: "";
  display: block;
  height: 200px;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #fff;
}
#about .content_wrap .contents p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.4;
  letter-spacing: 1px;
}
#about .content_wrap .contents .dashed_line {
  border-bottom: dashed 1px #fff;
}
#about .content_wrap .bus_img {
  display: block;
  position: absolute;
  bottom: 0;
  right: 50px;
  min-width: 300px;
  width: 25%;
  z-index: 10;
}

/*--- 03 special ---*/
#special {
  background-color: #edddb9;
  height: auto;
  width: 100vw;
  position: relative;
}
#special .content_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  height: auto;
}
#special .content_wrap .contents {
  text-align: center;
  box-sizing: border-box;
  padding: 50px 0 80px;
  height: auto;
  width: 70%;
}
#special .content_wrap .contents h2 {
  margin-bottom: 30px;
  font-size: 2.6rem;
  letter-spacing: 1px;
  color: #ff2849;
  padding-bottom: 20px;
  position: relative;
}
#special .content_wrap .contents h2::after {
  content: "";
  display: block;
  height: 2px;
  width: 300px;
  background-color: #ff2849;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0;
}
#special .content_wrap .contents h3 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  color: #ff2849;
}
#special .content_wrap .contents .youtube_blk {
  position: relative;
  margin-bottom: 80px;
  width: 100%;
  padding-top: 56.25%;
  box-shadow: 15px 15px 0px 0 rgb(235, 40, 73);
}
#special .content_wrap .contents .youtube_blk iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#special .content_wrap .contents .link_blk {
  position: relative;
  margin-bottom: 80px;
  width: 100%;
  height: auto;
  box-shadow: 15px 15px 0px 0 rgb(235, 40, 73);
}
#special .content_wrap .contents .slide-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  height: auto;
  background-color: #fff;
  /* 背景が白の場合に表示できるように黒文字としている */
}
#special .content_wrap .contents .slide-wrapper .slide-item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#special .content_wrap .contents .slide-wrapper .slide-item iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#special .content_wrap .contents .slide-wrapper .slick-next:before {
  content: "→";
  color: black;
}
#special .content_wrap .contents .slide-wrapper .slick-prev:before {
  content: "←";
  color: black;
}

/*--- 04 concept ---*/
#concept {
  min-height: 500px;
  width: 100vw;
  position: relative;
  background-image: url(../images/bg_mono.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#concept::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 60px solid transparent; /* 透明 */
  border-left: 50vw solid transparent; /* 透明 */
  border-right: 50vw solid #edddb9; /* むらさき */
  border-top: 60px solid #edddb9; /* むらさき */
}
#concept::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 60px solid transparent; /* 透明 */
  border-left: 50vw solid transparent; /* 透明 */
  border-right: 50vw solid #edddb9;
  border-bottom: 60px solid #edddb9;
}
#concept .content_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  height: auto;
  background-color: rgba(33, 37, 46, 0.8);
}
#concept .content_wrap .inner_content {
  margin-top: 200px;
  max-width: 1000px;
  width: 90%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
#concept .content_wrap .content_title {
  width: 15%;
  margin-top: 0px;
}
#concept .content_wrap .contents {
  text-align: left;
  box-sizing: border-box;
  padding: 50px 0 50px 50px;
  height: auto;
  width: 80%;
  min-height: 800px;
  position: relative;
}
#concept .content_wrap .contents::before {
  content: "";
  display: block;
  height: 1px;
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
}
#concept .content_wrap .contents::after {
  content: "";
  display: block;
  height: 200px;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #fff;
}
#concept .content_wrap .contents h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 2.1;
  margin-bottom: 50px;
  color: #fff;
  letter-spacing: 0.6rem;
}
#concept .content_wrap .contents p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

/*--- 04.5 special ---*/
#numbers {
  background-color: #edddb9;
  height: auto;
  width: 100vw;
  min-height: 300px;
  position: relative;
}
#numbers::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 60px solid transparent; /* 透明 */
  border-left: 50vw solid transparent; /* 透明 */
  border-right: 50vw solid #ff2849;
  border-bottom: 60px solid #ff2849;
}
#numbers .content_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  height: auto;
}
#numbers .content_wrap .contents {
  box-sizing: border-box;
  padding: 50px 0 200px;
  height: auto;
  width: 90%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
#numbers .content_wrap .contents h2 {
  text-align: center;
  color: #21252e;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.5rem;
  padding: 0 50px 0;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.4;
}
#numbers .content_wrap .contents h3.circle {
  border: solid #21252e 2px;
  padding: 10px 30px;
  font-size: 1.8rem;
  border-radius: 20px;
}
#numbers .content_wrap .contents .numbers_flex {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 50px 0 0;
}
#numbers .content_wrap .contents .numbers_flex a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #21252e;
  color: #fff;
  text-decoration: none;
  margin-bottom: 23px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 10px 10px 0px 0 rgb(235, 40, 73);
}
#numbers .content_wrap .contents .numbers_flex a .click {
  display: none;
}
#numbers .content_wrap .contents .numbers_flex a.w30 {
  width: calc(33.3333% - 20px);
  min-height: 200px;
}
#numbers .content_wrap .contents .numbers_flex a.w60 {
  width: calc(67.777% - 20px);
  min-height: 200px;
}
#numbers .content_wrap .contents .numbers_flex a:hover {
  background-color: #ff2849;
  box-shadow: 10px 10px 0px 0 rgb(240, 240, 240);
}
#numbers .content_wrap .contents .numbers_flex a:hover .click {
  position: absolute;
  bottom: 20px;
  display: block;
  background-color: #fff;
  color: #ff2849;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: bold;
}
#numbers .content_wrap .contents .numbers_flex a .count {
  font-size: 5.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#numbers .content_wrap .contents .numbers_flex a .count .yaku {
  font-size: 60%;
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

.modaal-content-container .answer_wrap h4 {
  font-size: 2.6rem;
  padding-bottom: 20px;
  color: #ff2849;
  line-height: 1.4;
  border-bottom: dashed 2px #ff2849;
  margin-bottom: 20px;
}
.modaal-content-container .answer_wrap h5 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.modaal-content-container .answer_wrap .anser_detail {
  background-color: #ff2849;
  color: #fff;
  padding: 15px;
}
.modaal-content-container .answer_wrap .anser_detail p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

/*--- 05 taiken ---*/
#taiken {
  background-color: #ff2849;
  min-height: 500px;
  width: 100vw;
  position: relative;
}
#taiken .content_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  height: auto;
}
#taiken .content_wrap .contents {
  box-sizing: border-box;
  padding: 100px 0 15px;
  height: auto;
  width: 90%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
#taiken .content_wrap .contents h2 {
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.5rem;
  padding: 0 50px 0;
  margin-bottom: 30px;
  position: relative;
}
#taiken .content_wrap .contents h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 30px;
  height: 1px;
  border-top: 2px solid #fff;
  transform: rotate(60deg);
}
#taiken .content_wrap .contents h2::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 30px;
  height: 1px;
  border-top: 2px solid #fff;
  transform: rotate(-60deg);
}
#taiken .content_wrap .contents h3 {
  width: 80%;
  margin-bottom: 30px;
}
#taiken .content_wrap .contents .busimg {
  width: 35%;
  padding: 30px 0 0;
}
#taiken .content_wrap .contents h4 {
  width: 65%;
  padding: 30px 20px 0;
}
#taiken .content_wrap .contents .taiken_info {
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
}
#taiken .content_wrap .contents .taiken_info .img_taiken {
  width: 22%;
}
#taiken .content_wrap .contents .taiken_info .taiken_order_info {
  width: 56%;
  padding: 20px 40px;
}
#taiken .content_wrap .contents .taiken_info .taiken_order_info h5 {
  background-color: #ff2849;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 15px;
  border-radius: 20px;
  font-size: 1.8rem;
}
#taiken .content_wrap .contents .taiken_info .taiken_order_info p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
#taiken .content_wrap .contents .taiken_info .line_info {
  width: 22%;
  text-align: center;
}
#taiken .content_wrap .contents .taiken_info .line_info a {
  font-size: 1.2rem;
}
#taiken .content_wrap .contents .contact {
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
#taiken .content_wrap .contents .contact h6 {
  width: auto;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0 0 5px 0;
  border-bottom: solid 1px #fff;
}
#taiken .content_wrap .contents .contact p {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
#taiken .content_wrap .contents .contact p a {
  text-decoration: underline;
  color: #fff;
}

/*--- 06 recruit ---*/
#recruit {
  background-color: #ff2849;
  height: auto;
  width: 100vw;
  position: relative;
}
#recruit .content_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1000px;
  padding: 30px 0 0;
  margin: 0 auto;
  height: auto;
}
#recruit .content_wrap .rec_img {
  box-sizing: border-box;
  height: auto;
  width: 35%;
  position: relative;
}
#recruit .content_wrap .rec_img img {
  position: absolute;
  bottom: 0;
}
#recruit .content_wrap .contents {
  box-sizing: border-box;
  height: auto;
  width: 65%;
}
#recruit .content_wrap .contents h2 {
  border: solid 8px #fff;
  color: #fff;
  text-align: center;
  font-size: 4.2rem;
  padding: 30px 15px;
  letter-spacing: 1px;
}
#recruit .content_wrap .contents h3 {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 1px;
  margin: 20px 0;
}
#recruit .content_wrap .contents .links {
  display: inline-block;
  padding: 30px 0 50px;
  text-align: center;
  width: 100%;
}
/*-- footer --*/
footer {
  width: 100%;
  height: auto;
  background-color: #812816;
  text-align: left;
  padding: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
footer .content_wrap {
  max-width: 1000px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
footer p {
  margin-bottom: 20px;
}
footer p#credit {
  color: #fff;
  line-height: 1.8;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
footer ul.links li a {
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
}
footer ul.links li a:hover {
  text-decoration: underline;
}
footer ul.links li a::before {
  content: ">";
  display: inline-block;
  margin-right: 5px;
}

/**/
.mb-10 {
  margin-bottom: 30px;
}

.btn-mod,
a.btn-mod {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 13px;
  color: #fff;
  background: #000;
  border: 2px solid transparent;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.btn-mod:hover,
.btn-mod:focus,
a.btn-mod:hover,
a.btn-mod:focus {
  font-weight: 700;
  color: #ff2849;
  background: #fff;
  text-decoration: none;
  outline: none;
}

.btn-mod:active {
  cursor: pointer !important;
}

/* ==============================
 ボタンサイズ
 ============================== */
.btn-mod.btn-small {
  padding: 6px 17px;
  font-size: 12px;
  letter-spacing: 1px;
}

.btn-mod.btn-medium {
  padding: 8px 37px;
  font-size: 1.6rem;
}

.btn-mod.btn-large {
  padding: 12px 45px;
  font-size: 1.6rem;
}

/* ==============================
 border黒枠ボタン
 ============================== */
.btn-mod.btn-border {
  color: #fff;
  border: 2px solid #111;
  background: #111;
}

.btn-mod.btn-border:hover,
.btn-mod.btn-border:focus {
  color: #000;
  border-color: #000;
  background: #fff;
}

/* ==============================
 角丸ボタン
 ============================== */
.btn-mod.btn-circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/*-------------------------------
animation
---------------------------------*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUpTrigger {
  opacity: 0;
}

.delay1 {
  animation-delay: 300ms;
}

.delay2 {
  animation-delay: 600ms;
}

.delay3 {
  animation-delay: 900ms;
}

.delay4 {
  animation-delay: 1200ms;
}

.delay5 {
  animation-delay: 1500ms;
}

.delay6 {
  animation-delay: 1800ms;
}

.delay7 {
  animation-delay: 2100ms;
}

/*** スクロール　アニメーション ***/
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*-------------------------------
keyframes
---------------------------------*/
/*-------------------------------
Media Queries style :: PC first
---------------------------------*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 820px) {
  /*--- 01 main visual ---*/
  #main_visual .content_wrap {
    height: calc(100vh - 100px);
    width: calc(100vw - 60px);
    background-attachment: scroll;
    background-position: center right;
  }
  #main_visual .content_wrap .contents h2.main_title {
    margin: -50px 0 0 0;
    width: 80%;
  }
  #main_visual .content_wrap .contents .info_set {
    width: 80%;
    min-height: 50px;
    bottom: 80px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  #main_visual .content_wrap .contents .info_set ul li {
    font-size: 1.2rem;
    margin: 0 0 10px 30px;
    line-height: 1.6;
  }
  #main_visual .content_wrap .contents a.btn_top {
    width: 160px;
    height: auto;
    top: 15px;
    left: 50px;
    /* transition: 0.5s;
      transform: rotateZ(0deg);

      &:hover {
        text-decoration: none;
        transform: rotateZ(360deg);
      }*/
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  body {
    background: none;
  }
  body::before {
    background: url("../images/bg_mono.jpg") repeat center center;
    background-size: cover;
    display: block;
    position: fixed; /* ★スマホ用にコレで代替。 */
    top: 0;
    right: 0;
    width: 100vw; /* ★サイズ指定。 */
    height: 100vh; /* ★サイズ指定。 */
    content: "\a"; /* ★大事 */
    z-index: -1; /* ★大事 */
  }
  body .only_pc {
    display: none;
  }
  body .only_sp {
    display: none;
  }
  body .md_up {
    display: inline;
  }
  /*--- 03 special ---*/
  #special {
    height: auto;
    width: 100vw;
  }
  #special .content_wrap .contents {
    text-align: center;
    box-sizing: border-box;
    padding: 50px 0 80px;
    height: auto;
    width: 80%;
  }
  #special .content_wrap .contents .youtube_blk {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    box-shadow: 15px 15px 0px 0 rgb(235, 40, 73);
  }
  #special .content_wrap .contents .youtube_blk iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  /*--- 04 concept ---*/
  #concept {
    background: none;
  }
  /*--- 04.5 special ---*/
  #numbers .content_wrap .contents h2 {
    font-size: 3.6rem;
    padding: 0 20px 0;
  }
  #numbers .content_wrap .contents h3.circle {
    font-size: 1.6rem;
    border-radius: 20px;
  }
  #numbers .content_wrap .contents .numbers_flex {
    width: 100%;
    padding: 50px 0 0;
  }
  #numbers .content_wrap .contents .numbers_flex a {
    box-shadow: 10px 10px 0px 0 rgb(235, 40, 73);
  }
  #numbers .content_wrap .contents .numbers_flex a .click {
    display: none;
  }
  #numbers .content_wrap .contents .numbers_flex a.w30 {
    width: calc(49% - 10px);
    min-height: 200px;
  }
  #numbers .content_wrap .contents .numbers_flex a.w60 {
    width: calc(49% - 10px);
    min-height: 200px;
  }
  #numbers .content_wrap .contents .numbers_flex a:hover {
    background-color: #ff2849;
    box-shadow: 10px 10px 0px 0 rgb(240, 240, 240);
  }
  #numbers .content_wrap .contents .numbers_flex a:hover .click {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #numbers .content_wrap .contents .numbers_flex a .count {
    font-size: 4rem;
  }
  #numbers .content_wrap .contents .numbers_flex a .count .yaku {
    font-size: 60%;
  }
  /*--- 05 taiken ---*/
  #taiken .content_wrap .contents h2 {
    font-size: 2rem;
  }
  #taiken .content_wrap .contents h3 {
    width: 80%;
  }
  #taiken .content_wrap .contents .busimg {
    width: 34%;
    padding: 30px 10px 0;
  }
  #taiken .content_wrap .contents h4 {
    width: 65%;
    padding: 10px 0;
  }
  #taiken .content_wrap .contents .taiken_info {
    flex-direction: column;
    justify-content: center;
  }
  #taiken .content_wrap .contents .taiken_info .img_taiken {
    width: 40%;
    text-align: center;
    margin: 0 auto;
  }
  #taiken .content_wrap .contents .taiken_info .taiken_order_info {
    width: 100%;
    padding: 20px 40px;
  }
  #taiken .content_wrap .contents .taiken_info .taiken_order_info h5 {
    background-color: #ff2849;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 15px;
    border-radius: 20px;
    font-size: 1.8rem;
  }
  #taiken .content_wrap .contents .taiken_info .taiken_order_info p {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  #taiken .content_wrap .contents .taiken_info .line_info {
    width: 100%;
    text-align: center;
  }
  #taiken .content_wrap .contents .taiken_info .line_info a {
    font-size: 1.4rem;
  }
  #taiken .content_wrap .contents .contact {
    width: 100%;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  #taiken .content_wrap .contents .contact h6 {
    margin-bottom: 10px;
  }
  /*--- 06 recruit ---*/
  #recruit .content_wrap {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: start;
    width: 90%;
    max-width: 1000px;
    padding: 30px 0 0;
    margin: 0 auto;
    height: auto;
  }
  #recruit .content_wrap .rec_img {
    width: 90%;
    margin: 0 auto;
  }
  #recruit .content_wrap .rec_img img {
    position: relative;
    bottom: 0;
  }
  #recruit .content_wrap .contents {
    box-sizing: border-box;
    height: auto;
    width: 100%;
  }
  #recruit .content_wrap .contents h2 {
    border: solid 6px #fff;
    color: #fff;
    text-align: center;
    font-size: 3.6rem;
    padding: 20px 15px;
    line-height: 1.4;
    letter-spacing: 2px;
  }
  #recruit .content_wrap .contents h3 {
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin: 20px 0;
    line-height: 1.4;
  }
  #recruit .content_wrap .contents .links {
    display: inline-block;
    padding: 30px 0 50px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  body .only_pc {
    display: none;
  }
  body .only_sp {
    display: inline;
  }
  body .md_up {
    display: none;
  }
  /*--- header ---*/
  header {
    padding: 0;
  }
  header#header h1#site_title {
    padding: 10px 15px;
    line-height: 1.4;
  }
  header#header h1#site_title::before {
    display: none;
  }
  header#header h1#site_title::after {
    display: none;
  }
  /*--- 01 main visual ---*/
  #main_visual {
    background-color: #ff2849;
  }
  #main_visual .content_wrap {
    height: calc(100vh - 100px);
    width: calc(100vw - 60px);
    background-attachment: scroll;
    background-position: center right;
  }
  #main_visual .content_wrap .contents h2.main_title {
    margin: -50px 0 0 0;
    width: 80%;
  }
  #main_visual .content_wrap .contents .info_set {
    width: 80%;
    min-height: 50px;
    bottom: 80px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  #main_visual .content_wrap .contents .info_set ul li {
    font-size: 1.2rem;
    margin: 0 0 10px 30px;
    line-height: 1.6;
  }
  #main_visual .content_wrap .contents a.btn_top {
    width: 130px;
    height: auto;
    top: 15px;
    left: 15px;
    /* transition: 0.5s;
    transform: rotateZ(0deg);

    &:hover {
      text-decoration: none;
      transform: rotateZ(360deg);
    }*/
  }
  /*--- 02 about ---*/
  #about .content_wrap {
    flex-direction: column;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 200px;
  }
  #about .content_wrap .content_title {
    width: 26%;
    margin: -20px auto 40px;
  }
  #about .content_wrap .contents {
    padding: 30px 0 0 30px;
    width: 90%;
    margin: 0 auto 0;
  }
  #about .content_wrap .contents::before {
    content: "";
    display: block;
    height: 1px;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #fff;
  }
  #about .content_wrap .contents::after {
    content: "";
    display: block;
    height: 200px;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #fff;
  }
  #about .content_wrap .contents p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.5px;
  }
  #about .content_wrap .contents .dashed_line {
    border-bottom: dashed 1px #fff;
  }
  #about .content_wrap .bus_img {
    bottom: 0;
    right: 50px;
    min-width: 250px;
  }
  /*--- 04 concept ---*/
  #concept {
    background-attachment: fixed;
  }
  #concept .content_wrap {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  #concept .content_wrap .inner_content {
    margin-top: 200px;
    width: 90%;
    flex-direction: column;
    justify-content: center;
  }
  #concept .content_wrap .content_title {
    width: 28%;
    margin: 0 auto 40px;
  }
  #concept .content_wrap .contents {
    padding: 30px 0 60px 30px;
    width: 90%;
    margin: 0 auto 0;
  }
  #concept .content_wrap .contents h3 {
    font-size: 2.2rem;
    line-height: 1.8;
    margin-bottom: 50px;
    letter-spacing: 0.3rem;
  }
  #concept .content_wrap .contents p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  /*--- 04.5 special ---*/
  #numbers .content_wrap .contents h2 {
    font-size: 3.6rem;
    padding: 0 20px 0;
  }
  #numbers .content_wrap .contents h3.circle {
    font-size: 1.6rem;
    border-radius: 20px;
  }
  #numbers .content_wrap .contents .numbers_flex {
    width: 100%;
    padding: 50px 0 0;
  }
  #numbers .content_wrap .contents .numbers_flex a {
    box-shadow: 10px 10px 0px 0 rgb(235, 40, 73);
  }
  #numbers .content_wrap .contents .numbers_flex a .click {
    display: none;
  }
  #numbers .content_wrap .contents .numbers_flex a.w30 {
    width: 100%;
    min-height: 150px;
  }
  #numbers .content_wrap .contents .numbers_flex a.w60 {
    width: 100%;
    min-height: 150px;
  }
  #numbers .content_wrap .contents .numbers_flex a:hover {
    background-color: #ff2849;
    box-shadow: 10px 10px 0px 0 rgb(240, 240, 240);
  }
  #numbers .content_wrap .contents .numbers_flex a:hover .click {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #numbers .content_wrap .contents .numbers_flex a .count {
    font-size: 4rem;
  }
  #numbers .content_wrap .contents .numbers_flex a .count .yaku {
    font-size: 60%;
  }
  /*--- 05 taiken ---*/
  #taiken .content_wrap .contents {
    flex-direction: column;
    margin: 0 auto;
  }
  #taiken .content_wrap .contents h2 {
    margin: 0 auto 20px;
    font-size: 2.4rem;
  }
  #taiken .content_wrap .contents h3 {
    margin: 0 auto;
    width: 80%;
  }
  #taiken .content_wrap .contents .busimg {
    margin: 0 auto;
    width: 90%;
    padding: 30px 0 10px;
  }
  #taiken .content_wrap .contents h4 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #taiken .content_wrap .contents .taiken_info {
    flex-direction: column;
    justify-content: center;
    width: 90%;
    padding: 30px 10px;
    margin: 30px auto 0;
  }
  #taiken .content_wrap .contents .taiken_info .img_taiken {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  #taiken .content_wrap .contents .taiken_info .taiken_order_info {
    width: 100%;
    padding: 20px 10px;
  }
  #taiken .content_wrap .contents .taiken_info .taiken_order_info h5 {
    background-color: #ff2849;
    color: #fff;
    padding: 10px 10px;
    margin-bottom: 15px;
    border-radius: 20px;
    font-size: 1.8rem;
  }
  #taiken .content_wrap .contents .taiken_info .taiken_order_info p {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  #taiken .content_wrap .contents .taiken_info .line_info {
    width: 100%;
    text-align: center;
  }
  #taiken .content_wrap .contents .taiken_info .line_info a {
    font-size: 1.4rem;
  }
  #taiken .content_wrap .contents .contact {
    width: 90%;
    margin: 0 auto;
  }
  #taiken .content_wrap .contents .contact h6 {
    margin-bottom: 10px;
  }
  /*--- 06 recruit ---*/
}