@charset "UTF-8";
/*
Theme Name: kosajiya
Description: kosajiya theme
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css?family=Elms+Sans:100,400,700|Zen+Kaku+Gothic+New:400,700&display=swap&subset=japanese,latin-ext");
/* ===================================================================
// 基本スタイル
// ===================================================================*/
html {
  font-size: 62.5%;
  font-family: "Elms Sans", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-feature-settings: "pkna" 1;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  color: #000000;
  font-weight: 300;
  overflow-x: hidden;
  height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

/* ボックスサイズ */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 行間 */
p, li {
  line-height: 1.75;
}

div, h1, h2, h3, h4, h5 {
  line-height: 1.5;
}

/* リンク */
a {
  text-decoration: none;
  transition: 0.3s;
  color: #D2E68E;
}
@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
    color: #000;
  }
}

/* img */
img {
  max-width: 100%;
}

.object_fit_img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/* flex */
.flex_wrap {
  display: flex;
  justify-content: space-between;
}
.flex_wrap.col {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .flex_wrap {
    flex-wrap: wrap;
  }
}

/* width */
.inner {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .inner {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    overflow: hidden;
  }
}
/* ===================================================================
// ヘッダー, グローバルナビゲーション, MV
// ===================================================================*/
header {
  position: relative;
  z-index: 1;
  padding: 60px;
  z-index: 3;
}
header h1 {
  text-align: center;
}
header p.lead {
  text-align: center;
  font-style: italic;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  header {
    padding: 20px;
  }
}

.index {
  position: relative;
}
.index::before {
  position: fixed;
  content: "";
  display: block;
  background-image: url(../images/img-bg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.bg-w {
  background-color: #fff;
  width: 100%;
  height: 100vh;
}

#mainimg {
  background-image: url(../images/img-mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: auto;
  width: 80%;
  min-width: 800px;
  max-width: 1600px;
  height: 50vh;
  max-height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#mainimg .mainlogo {
  fill: #ffffff;
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  #mainimg {
    height: 40vh;
    min-width: auto;
  }
  #mainimg .mainlogo {
    width: 120px;
  }
}

.maincatch {
  letter-spacing: 0.4em;
  font-size: 2rem;
  margin-top: 80px;
  text-align: center;
}
.maincatch br {
  display: none;
}
@media screen and (max-width: 768px) {
  .maincatch {
    font-size: 1.6rem;
  }
}

.scroll_down {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
}

.scroll_down a {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 2;
  width: 14px;
  padding: 10px 11px 70px;
  color: #000;
  font-size: 11px;
  font-family: "Elms Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
  margin: auto;
}

.scroll_down a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70%;
  width: 1px;
  height: 60px;
  background: #ddd;
  border-radius: 2px;
}

.scroll_down a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70%;
  width: 1px;
  height: 60px;
  background: #000;
  border-radius: 2px;
}

.scroll_down a:hover {
  opacity: 0.5;
}

#type01 a:after {
  animation: sdl01 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* ===================================================================
// フッター
// ===================================================================*/
footer .contact {
  background-image: url(../images/img-footer.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 40px 0 20px;
}
footer .contact .logo {
  text-align: center;
}
footer .contact p {
  text-align: center;
  margin: 40px auto 0;
  font-size: 1.6rem;
}
footer .contact a.btn {
  border-color: #fff;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .contact {
    padding: 40px 2% 20px;
  }
  footer .contact p {
    font-size: 1.2rem;
  }
}

.btn_area {
  display: flex;
  justify-content: center;
}
.btn_area p {
  text-align: center;
}
.btn_area p span {
  display: block;
}
.btn_area.last {
  margin-bottom: 7rem;
}

.btn {
  border: 2px solid #25292B;
  text-align: center;
  color: #25292B;
  padding: 0 80px;
  line-height: 52px;
  font-size: 1.5rem;
  letter-spacing: 0.4em;
  transition: 0.3s;
}
.btn:hover {
  background-color: #64CBC2;
}
.btn.b_y:hover {
  background-color: #D6D677;
}
.btn.b_b:hover {
  background-color: #fff;
  color: #25292B;
}
@media screen and (max-width: 768px) {
  .btn {
    max-width: 90%;
  }
}

.label {
  border-radius: 20px;
  border: 1px solid #000000;
  color: #000000;
  background-color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
}

/* ===================================================================
// main
// ===================================================================*/
main.index-main {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  main.index-main {
    padding: 40px 0;
  }
}
main .mtb-80 {
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  main .mtb-80 {
    margin: 20px auto;
  }
}

h2.main-ttl {
  text-align: center;
  font-size: 80px;
  font-family: "Elms Sans", sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #fff;
}
h2.main-ttl span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.6em;
  margin-top: 12px;
  font-style: normal;
}
h2.main-ttl br {
  display: none;
}
@media screen and (max-width: 768px) {
  h2.main-ttl {
    font-size: 40px;
  }
  h2.main-ttl span {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    margin-top: 8px;
  }
  h2.main-ttl br {
    display: block;
  }
}

h3.main-ttl {
  text-align: center;
  font-size: 40px;
  font-family: "Elms Sans", sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #fff;
}
h3.main-ttl span {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.6em;
  margin-top: 12px;
  font-style: normal;
}
h3.main-ttl br {
  display: none;
}
@media screen and (max-width: 768px) {
  h3.main-ttl {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }
  h3.main-ttl span {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    margin-top: 8px;
  }
  h3.main-ttl br {
    display: block;
  }
}

p.center {
  text-align: center;
  margin-bottom: 4rem;
}

table {
  width: 85%;
  margin: 0 auto;
}
table tr {
  border-bottom: 1px solid #999;
}
table tr:last-of-type {
  border: none;
}
table th, table td {
  padding: 32px 20px;
}
table th {
  font-weight: bold;
  text-align: left;
  width: 220px;
}
table th span {
  background-color: #64CBC2;
  color: #fff;
  text-align: center;
  padding: 0.1em 0.4em;
  margin-left: 1em;
  font-weight: normal;
  border-radius: 10px;
  font-size: 1.2rem;
}
table td {
  text-align: left;
}
@media screen and (max-width: 768px) {
  table {
    width: 90%;
    font-size: 1.4rem;
  }
  table th, table td {
    display: block;
    width: 100%;
    padding: 12px;
  }
  table th {
    padding-bottom: 0;
    width: 100%;
  }
}

/* ===================================================================
// input ------
// ===================================================================*/
input[type=text],
input[type=email],
input[type=url],
textarea {
  border: 1px solid #AAB5BA;
  padding: 0.3em 0.5em;
  font-size: 1.6rem;
  width: 450px;
}
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=url],
  textarea {
    width: 100%;
    font-size: 1.2rem;
  }
}

.post-password-form {
  text-align: center;
}
.post-password-form p {
  margin: 0 auto 40px;
  line-height: 1;
}
.post-password-form input[type=password] {
  border: 1px solid #AAB5BA;
  padding: 0 0.5em;
  font-size: 1.6rem;
  width: 280px;
  line-height: 32px;
}
.post-password-form input[type=submit] {
  background-color: #f1f1f1;
  border: 1px solid #AAB5BA;
  text-align: center;
  color: #25292B;
  padding: 0 20px;
  line-height: 32px;
  font-size: 1.4rem;
  letter-spacing: 0.4em;
  vertical-align: bottom;
}

/* ===================================================================
// fadein ------
// ===================================================================*/
.fadein {
  opacity: 0;
  transition: 1s;
  transform: translateY(100px);
}

.fadein.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.scalein {
  transform: scale(1.2);
}

.scalein.scrollin {
  transform: scale(1);
}

.top-fadein {
  animation-name: top-fadein;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}

.top-easy-fadein {
  animation-name: top-easy-fadein;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fedenum01 {
  animation-delay: 0;
}

.fedenum02 {
  animation-delay: 0.2s;
}

.fedenum03 {
  animation-delay: 0.4s;
}

.fedenum04 {
  animation-delay: 0.6s;
}

.fedenum05 {
  animation-delay: 0.8s;
}

.fedenum06 {
  animation-delay: 1s;
}

.fedenum07 {
  animation-delay: 1.2s;
}

.fedenum08 {
  animation-delay: 1.5s;
}

@keyframes top-fadein {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes top-easy-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sample {
  padding: 80px 0 0;
}
.sample .sample_set {
  display: flex;
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
}
.sample .sample_set img {
  width: 50%;
  height: auto;
  border-right: 1px solid #eee;
}
.sample .sample_set .sample_detail {
  padding: 60px;
}
.sample .sample_set .sample_detail h3 {
  font-family: "Elms Sans", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 70px;
}
.sample .sample_set .sample_detail h4 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 40px;
}
.sample .sample_set .sample_detail h5 {
  border-left: 16px solid #D2E68E;
  padding-left: 8px;
  line-height: 1;
  font-weight: 0;
  margin-top: 40px;
}
.sample .sample_set .sample_detail ul.detail-tag {
  margin: 60px 0 0;
}
.sample .sample_set .sample_detail ul.detail-tag li {
  list-style-type: "#";
  padding-left: 0.5em;
  margin-left: 1em;
}
.sample .sample_set .sample_detail ul.list {
  margin: 10px 0 0 20px;
}
.sample .sample_set .sample_detail ul.list li {
  list-style-type: "・";
  padding-left: 0.25em;
  margin-left: 1em;
}
.sample .sample_set .sample_detail ul.play_tag {
  margin: 40px 0 0;
  padding: 30px 0 30px 1em;
  display: flex;
  justify-content: left;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.sample .sample_set .sample_detail ul.play_tag li {
  list-style-type: "#";
  padding-left: 0.1em;
  margin-right: 1.5em;
  font-weight: 400;
}
.sample .sample_set .sample_detail .view_link {
  margin: 40px 0 0;
  position: relative;
  display: inline-block;
}
.sample .sample_set .sample_detail .view_link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #D2E68E;
  width: 0;
  height: 8px;
  opacity: 0;
  transition: 0.3s;
}
.sample .sample_set .sample_detail .view_link a {
  position: relative;
  display: inline-block;
  color: #000;
  padding-right: 1.25em;
}
.sample .sample_set .sample_detail .view_link a::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 14px;
  height: 1px;
  margin-top: 4.3px;
  border-radius: 9999px;
  background-color: #000000;
  transition: 0.3s;
}
.sample .sample_set .sample_detail .view_link a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0px);
  right: 0;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .sample {
    padding: 40px 0 0;
  }
  .sample .sample_set {
    display: block;
    width: 92%;
    max-width: auto;
    margin: auto;
  }
  .sample .sample_set img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    border-right: none;
  }
  .sample .sample_set .sample_detail {
    padding: 20px 20px 30px;
  }
  .sample .sample_set .sample_detail h3 {
    font-size: 40px;
    text-align: center;
  }
  .sample .sample_set .sample_detail h4 {
    margin-top: 30px;
  }
  .sample .sample_set .sample_detail h5 {
    margin-top: 30px;
  }
  .sample .sample_set .sample_detail ul.detail-tag {
    margin: 30px 0 0;
  }
  .sample .sample_set .sample_detail ul.detail-tag li {
    list-style-type: "#";
    padding-left: 0.5em;
    margin-left: 1em;
  }
  .sample .sample_set .sample_detail ul.list {
    margin: 10px 0 0 20px;
  }
  .sample .sample_set .sample_detail ul.play_tag {
    margin: 30px 0 0;
    padding: 20px 0 20px 1em;
  }
  .sample .sample_set .sample_detail .view_link {
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .sample .sample_set .sample_detail .view_link:hover::before {
    width: calc(100% + 0.25em);
    opacity: 1;
  }
  .sample .sample_set .sample_detail .view_link a:hover::before, .sample .sample_set .sample_detail .view_link a:hover::after {
    right: -0.25em;
  }
}

.index_works {
  padding: 120px 0 140px;
  color: #ffffff;
}
.index_works .works_set {
  margin: 40px auto 80px;
  position: relative;
  color: #000000;
  background-color: #adb1b5;
  padding: 80px 10px;
}
.index_works .works_set p {
  text-align: center;
  margin: 0 auto 40px;
}
.index_works .works_set h3 {
  color: #000000;
}
.index_works .works_set ul.list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.4rem;
  margin-bottom: 60px;
}
.index_works .works_set ul.list:last-child {
  margin-bottom: 0;
}
.index_works .works_set ul.list li {
  list-style-type: "#";
  margin: 1em 1em 0;
}
@media screen and (max-width: 768px) {
  .index_works {
    padding: 60px 4%;
  }
  .index_works p {
    margin: 20px auto 0;
  }
  .index_works .works_set {
    margin: 20px auto;
    padding: 40px 20px;
  }
  .index_works .works_set ul.list {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  .index_works .works_set ul.list li {
    margin: 0.75em 1em 0;
  }
}

.index_message {
  padding: 0 0 120px;
  color: #ffffff;
}
.index_message p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: 0.15em;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .index_message {
    padding: 40px 4%;
  }
  .index_message p {
    font-size: 1.2rem;
    text-align: left;
    margin: 40px auto 0;
  }
}

.tbl_wrap {
  margin: 40px auto;
  position: relative;
  color: #000000;
  background-color: #adb1b5;
  padding: 60px 10px;
}
@media screen and (max-width: 768px) {
  .tbl_wrap {
    width: 100%;
    margin: 20px auto;
    padding: 30px 0;
  }
}

.index_service {
  margin: 0 auto;
  flex-wrap: wrap;
}
.index_service .service_box {
  width: 30%;
  margin-top: 60px;
}
.index_service .service_box figure {
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #adb1b5;
}
.index_service .service_box figure img {
  transform: scale(0.5);
}
.index_service .service_box h3 {
  font-size: 1.7rem;
  text-align: center;
  margin: 20px auto;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
}
.index_service .service_box p {
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .index_service .service_box {
    width: 90%;
    margin: 40px auto 0;
  }
  .index_service .service_box figure {
    height: 160px;
    width: 75%;
    margin: auto;
  }
  .index_service .service_box h3 {
    font-size: 1.4rem;
    margin: 20px auto 10px;
  }
  .index_service .service_box p {
    font-size: 1.2rem;
  }
}