@charset "UTF-8";
/*
Theme Name: oct-webdesign
Description: oct webdesignポートフォリオサイト
Version: 1.0
Author: oct-webdesign
*/
/* フォント読み込み */
/* Futura */
@import url('https://use.typekit.net/izb1zds.css');

html {
  font-size: 62.5%;
  background: #fcfcfc;
  color: #181b39;
  font-family: 'Noto Sans JP', sans-serif;
  /* letter-spacing: 0.1em; */
}

/* テキスト設定 ----------------------------------*/
main,
header,
footer,
h2 {
  font-size: 1.4rem;
  line-height: 1.8;
}
.small_text {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  main,
  header,
  footer,
  h2 {
    font-size: 1.6rem;
    line-height: 2;
  }
  .small_text {
    font-size: 1.4rem;
  }
}
.contents_name {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 1rem;
  color: #999;
}
.headline {
  margin-top: 1rem;
  writing-mode: vertical-rl;
  font-size: 2rem;
  font-family: 'Shippori Mincho', serif;
  letter-spacing: 0.1em;
  display: inline-block;
  /* font-weight: bold; */
}
.font_style{
  font-family: 'Shippori Mincho', serif;
}
/* 共通 ----------------------------------------------*/
.wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 6%;
}
.wide_wrap {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 4%;
}
.contents_wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 8%;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #181b39;
}
nav {
  letter-spacing: 0.2rem;
  font-family: futura-pt, sans-serif;
}
h1,
h2 {
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.link {
  color: #999;
  border-bottom: #d3d3d3 dotted 1px;
}
/* .aboutPage2 h2 {
  font-size: 1.5rem;
  font-family: 'Zen Old Mincho', serif;
  margin-bottom: 2rem;
} */
.headline_area {
  text-align: center;
  margin-bottom: 10rem;
  /* border: #181b39 1px solid; */
  position: relative;
  z-index: 0;
}
/* fontawesome */
.fa-angle-right {
  content: 'f105';
  font-family: 'Font Awesome 5 Free';
  font-size: 0.8rem;
  vertical-align: 1px;
  margin-left: 0.8rem;
}
.fa-angle-left {
  content: 'f104';
  font-family: 'Font Awesome 5 Free';
  font-size: 0.8rem;
  vertical-align: 1px;
  margin-right: 0.8rem;
}
.fa-circle-check {
  content: 'f058';
  font-family: 'Font Awesome 5 Free';
  margin-right: 0.5rem;
}
.fa-arrow-up-right-from-square {
  content: 'f08e';
  font-family: 'Font Awesome 5 Free';
  margin-right: 0.5rem;
  font-size: 1.4rem;
  /* vertical-align: 1px; */
  margin-left: 0.5rem;
}
#home_contact .fa-arrow-up-right-from-square {
  vertical-align: 1.5px;
  font-size: 0.8rem;
}
.breadcrumb {
  margin-top: 60px;
  display: flex;
  justify-content: end;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
}
/* 余白 ----------------------------------------------- */
.section_space {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

/* ボタン --------------------- */
.link_area {
  display: inline-block;
  line-height: normal;
  font-size: 1.4rem;
  padding: 1.6rem;
  width: 24rem;
  text-align: center;
  border: #d3d3d3 1px solid;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  background: #fff;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.fa-arrow-up-right-from-square,
.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 2rem;
}
.link_area span {
  position: relative;
  letter-spacing: 0.2em;
}
.btn_slide:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-10%);
  transform: translateX(0%);
  background: #181b39;
}
.btn_slide:hover:before {
  width: 100%;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.link_area:hover {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.btn {
  width: 50%;
  text-align: center;
  border: #e2e2e2 1px solid;
  background: #fff;
  border-radius: 50px;
}
.btn a {
  color: #181b39;
}
.bgleft {
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.2em;
  /* クリック領域広げる */
  display: block;
  color: #181b39;
}
.bgleft span {
  /* font-size: 1.6rem; */
}
.btn-area {
  display: inline-block;
  /* 高さ調整 */
  padding: 0.8rem;
}
.btn {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*アニメーションの指定*/
  transition: ease 0.3s;
}
/*ボタン内spanの形状*/
.bgleft {
  position: relative;
  z-index: 3; /*文字を背景よりも上に表示*/
}
/*== 背景が左から右に流れる */
.bgleft:before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /*色や形状*/
  background: #181b39; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1); /* 背景x軸方向に拡大 */
  transform-origin: right;
}
/*hoverした際の形状*/
.bgleft:hover:before {
  transform: scale(1, 1); /* 背景x軸方向に拡大 */
  transform-origin: left;
}

.header_navi a:hover,
.sp-navi-box a:hover,
.footer_navi a:hover,
.servicePage-navi a:hover {
  color: #999;
  transition: ease 0.3s;
}

/* header ---------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  /* background: #f3efdf; */
}
.header_box {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homeicon img {
  height: 2rem;
  width: auto;
}
/* header_navi ---------- */
.header_navi_area {
  display: none;
}
@media (min-width: 1080px) {
  .header_navi_area {
    display: inline-block; /* display:none;から表示させる */
  }
  .header_navi {
    display: flex;
    column-gap: 2.4rem;
  }
}
/* spボタン ---------- */
.sp-btn {
  width: 40px;
  height: 40px;
  /* background: #777; */
  position: relative;
  z-index: 999;
}
.sp-btn1,
.sp-btn2,
.sp-btn3 {
  display: block;
  background: #181b39;
  width: 24px;
  height: 1px;
  border-radius: 50px;
  position: absolute;
  right: 0;
  transition: all 0.3s;
}
.sp-btn1 {
  top: 6px;
}
.sp-btn2 {
  top: 14px;
}
.sp-btn3 {
  top: 22px;
}
.sp-btn3::after {
  content: 'MENU';
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: #181b39;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
}
.sp-btn.open .sp-btn1,
.sp-btn.open .sp-btn2,
.sp-btn.open .sp-btn3 {
  height: 24px;
  width: 24px;
  border-radius: 50px;
  top: 6px;
}
.sp-btn.open .sp-btn3::after {
  content: 'CLOSE';
}
@media (min-width: 1080px) {
  .sp-btn,
  .sp_navi_area {
    display: none; /* pc画面で消す */
  }
  .homeicon img {
    height: 3rem;
  }
}
/* spメニュー中身 ---------- */
.sp_navi_area {
  position: fixed;
  top: 0%;
  left: 120%; /* スタート位置 */
  right: 0;
  height: 100vh; /*前面表示*/
  background: #fcfcfc;
  border-left: #181b39 0.5px solid;
  transition: all 0.3s;
  z-index: 99;
  text-align: center;
}
.sp_navi_area.slide {
  left: 20%; /* 表示位置 */
}
.sp-navi-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  line-height: 2.4;
}
.sp-navi li {
  font-size: 1.8rem;
  text-align: left;
  /* margin-bottom: 1.8rem; */
}
/* SNS */
.sns {
  text-align: left;
  margin-top: 2rem;
  /* display: flex;
  gap: 2rem; */
}
.fa-instagram {
  margin-right: 0.5rem;
}
.fa-line {
  margin-right: 0.5rem;
}

/* fv ------------------------------ */
.first_section {
  width: 100%;
  height: 100vh;
  min-height: -webkit-fill-available;
  position: relative;
}
.main_logo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  width: 92%;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.main_logo img {
  width: 100%;
}
@media (min-width: 768px) {
  .main_logo {
    flex-direction: row;
    align-items: end;
    gap: 2%;
  }
  .main_logo img {
    width: 49%;
  }
}
.scroll_down {
  position: absolute;
  left: 50%;
  top: 100px;
  width: 0.5px;
  height: 25vh;
}
/* 線 */
.scroll_down::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  background-color: #d3d3d3;
  animation-name: lineMove;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
@keyframes lineMove {
  0% {
    top: 0;
    height: 0;
  }
  70% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 0;
  }
}
.first_box {
  width: 100%;
  height: 100vh;
  position: relative;
}
.logo {
  /* height: 30vh; */
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: #999; */
  text-align: center;
}
.logo img {
  height: 16rem;
  width: auto;
}
.first_box_text {
  writing-mode: vertical-rl;
  line-height: 3;
  margin-top: 4rem;
  letter-spacing: 0.4rem;
  text-align: left;
}

@media (min-width: 1080px) {
  .logo img {
    height: 16rem;
    width: auto;
  }
}
.scrolldown {
  position: absolute;
  left: 50%;
  bottom: -100px;
  width: 0.5px;
  height: 200px;
  /* background-color: #fff; */
}
/* 線 */
.scrolldown::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 0.5px;
  background-color: #181b39;
  animation-name: lineMove;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
@keyframes lineMove {
  0% {
    top: 0;
    height: 0;
  }
  70% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 0;
  }
}
/* gsap・右からフェードインしたとき横ブレ防止 =====================*/
.home_works,
.top-service,
#home_about,
#home_contact,
.hidden {
  /* overflow: hidden; */
}

/* main---------------------------------------- */
#concept {
  text-align: center;
}
#concept div {
  line-height: 2.5;
}
#concept span {
  color: #999;
  font-size: 1.2rem;
}
#concept h3 {
  font-size: 2.4rem;
  margin-bottom: 5rem;
}
#consept p {
  line-height: 3;
}
/* home_works ---------- */
.home_works_container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 5rem;
  padding: 0 0 5rem;
}
@media (min-width: 1080px) {
  .home_works_container {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10rem;
    padding: 0 0 10rem;
  }
}
.home_works_box img {
  object-fit: cover;
  /* 縦横比固定 */
  aspect-ratio: 1920 / 1080;
  /* border: #e2e2e2 1px solid; */
}
.shadow:hover {
  transform: translate(0, -8px);
  transition: ease 0.5s;
}
.home_works_category ul {
  display: flex;
  column-gap: 1rem;
}
.home_works_category a {
  font-family: futura-pt, sans-serif;
  /* font-weight: bold; */
  letter-spacing: 0.1em;
  color: #999;
  border-bottom: #999 1px solid;
  padding-bottom: 0.2em;
}

/* top-service ---------- */
.top-service-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4rem 6%;
  background: #b0a282;
  /* background: #181B39; */
  color: #f3f3f3;
}
.top-service h2 {
  text-align: left;
}
.top-service img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: right;
}
.top-service p {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.top-service .btn {
  border: #f3f3f3 1px solid;
  background: #b0a282;
}

@media (min-width: 1080px) {
  .top-service {
    display: flex;
    flex-direction: row-reverse;
  }
  .top-service img {
    max-width: 55%;
    height: auto;
  }
}

/* home_about ---------- */
#home_about {
  border-top: #d3d3d3 1px solid;
}
.home_about {
  padding: 0 8%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  flex-direction: center;
}
.home_about_text {
  text-align: center;
}
.home_about img {
  max-width: 60%;
  object-fit: cover;
  /* 縦横比固定 */
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}
.home_about h3 {
  letter-spacing: 0.2em;
}
.home_about p {
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 1080px) {
  .home_about {
    /* flex-direction: row; */
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 6%;
  }
  #home_about h2 {
    text-align: center;
  }
  .home_about img {
    max-width: 100%;
  }
  .home_about_text {
    text-align: left;
  }
}

/* home_contact -------------------- */
#home_contact {
  background: #f3efdf;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
  /* border: #181b39 1px solid; */
}
.home_contact p {
  margin-bottom: 5rem;
  text-align: center;
}
.home_contact_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 1080px) {
  .home_contact_link {
    flex-direction: row;
    justify-content: center;
    gap: 4%;
  }
}
/* about.php ================================================ */
#aboutPage h2 {
  font-size: 2rem;
  margin-bottom: 4rem;
}
.aboutPage_box,
.aboutPage_box2 {
  line-height: 2.4;
  display: flex;
  gap: 4rem;
}
.aboutPage_box {
  flex-direction: column-reverse;
}
.aboutPage_box2 {
  margin-top: 8rem;
  flex-direction: column;
}
/* SP改行 */
.sp_only {
  display: none;
  @media (max-width: 1080px) {
    display: inline-block;
  }
}
@media (min-width: 600px) {
  .aboutPage_box,
  .aboutPage_box2 {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 2rem;
  }
  #aboutPage img {
    max-width: 100%;
    height: auto;
    width: 40%;
  }
}
/* index.php ================================================ */
#post_category {
  width: 100%;
  background: #181b39;
  height: 5rem;
}
.type {
  padding: 0 8%;
  position: fixed;
  bottom: 0;
  z-index: 3;
}
.type ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.type li {
  text-align: center;
  letter-spacing: 0.2rem;
}
.type a {
  font-family: futura-pt, sans-serif;
  display: block;
  color: #f3f3f3;
  border-top: #181b39 solid 1px;
  border-bottom: #181b39 solid 1px;
  transition: ease 0.3s;
}
.type a:hover {
  border-top: #f3f3f3 solid 1px;
  border-bottom: #f3f3f3 solid 1px;
}
.type .current-menu-item a {
  border-top: #f3f3f3 solid 1px;
  border-bottom: #f3f3f3 solid 1px;
}
.works_index img {
  object-fit: cover;
  /* 縦横比固定 */
  aspect-ratio: 1920 / 1080;
}
@media (min-width: 1080px) {
  .type {
    width: calc(100% - 160px);
  }
  .type ul {
    width: 40%;
  }
  .works_index {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
  }
}
/* 投稿ページ ページネーション設定 */
.nav-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.pagination .current {
  color: #d3d3d3;
}
.pagination .prev {
  padding-right: 1rem;
}
.pagination .next {
  padding-left: 1rem;
}
.categoryName {
  margin-bottom: 4rem;
  text-align: center;
}
.categoryName p {
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  display: inline-block;
  border-top: #999 solid 1px;
  border-bottom: #999 solid 1px;
  padding: 0 1rem;
  color: #999;
}

/* Works_body.html================================================ */
.works_main {
  width: 100%;
  line-height: 2.4;
}
.works_body_text a {
  border-bottom: dotted 1px #181b39;
}
.works_body_img {
  margin-top: 10rem;
  margin-bottom: 8rem;
}
.works_body_title {
  text-align: center;
}
.works_body_title .home_works_category ul {
  justify-content: center;
  margin-bottom: 4rem;
}
.home_works_copy p {
  color: #999;
}
.works_body_text div {
  line-height: 2;
}
.works_navi {
  margin-top: 10rem;
}
.works_navi a {
  color: #999;
}
/* service.php================================================ */
.service_name {
  font-size: 1.8rem;
}
.service_small_text {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: #999;
}
.service_bg {
  border-left: #d3d3d3 2px solid;
  /* border-radius: 4px; */
  padding: 0 1.6rem;
}
.service_detail {
  width: 100%;
}
.service_detail::after {
  content: '';
  display: block;
  width: 8vw;
  height: 1px;
  background: #181b39;
  margin: 8rem 0;
}
.service_detail::after:last-of-type {
  display: none;
}
.service_price {
  font-weight: bold;
}
.service_block_img {
  object-fit: cover;
  max-width: 100%;
  aspect-ratio: 1180/430;
  margin-bottom: 2rem;
}
.block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .block {
    flex-direction: row;
  }
  .block h2 {
    display: block;
    width: 40vw;
  }
}
.anime-right:hover {
  transform: translate(5px, 0);
  transition: ease 0.5s;
}
.service-info {
  margin-top: 3rem;
}
.service-info li {
  margin-top: 1rem;
}
.service-info a {
  position: relative;
}
.service-info a::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.8rem;
  position: absolute;
  left: 5.5rem;
  top: 0.8rem;
}
.service-info h2 {
  margin-bottom: 0;
}
/* service */
.servicePage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.circle-service {
  width: 200px;
  border-radius: 100%;
  padding: 1rem;
  background: #181b39;
  /* 文字を中央寄せ */
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-service::before {
  display: block;
  content: '';
  padding-top: 100%;
}
.circle-service h3 {
  color: #f3f3f3;
  text-align: center;
  font-size: 1.25rem;
}
.service_item {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.service_list {
  line-height: 2;
  /* padding: 1rem;
  list-style: circle;
  padding-left: 1.6rem; */
}
.service_list li {
  padding-left: 1.2rem;
  position: relative;
}
.service_list li::before {
  display: block;
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background: #999;
  border-radius: 50px;
  position: absolute;
  top: 0.9em;
  left: 0;
}
.service_option {
  width: 100%;
  padding: 0.5rem 0;
}
.service_option th {
  font-weight: normal;
  text-align: center;
  background: #d3d3d3;
}
.service_option th,
.service_option td {
  padding: 0.8rem;
}
/* SP-価格表 */
@media (max-width: 480px) {
  .service_option td {
    display: block;
    width: 100%;
    padding: 0.5rem 0.8rem;
  }
}
#servicePage-web h4,
#servicePage-logo h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.option {
  width: 100%;
}
.option tr {
  text-align: left;
}
.option th {
  background: #b0a282;
  color: #f3f3f3;
  font-weight: normal;
  text-align: center;
  width: 30%;
}
.option td {
  background: #fff;
  display: block;
  width: 100%;
}
.option ul {
  line-height: 1.8;
  padding: 0.5rem 1rem;
}
.option li:nth-child(even) {
  text-align: right;
}
.attention li {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}
.attention li::before {
  display: block;
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  background: #b0a282;
  border-radius: 50px;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
#servicePage-logo {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
/* SP-価格表 */
@media (max-width: 480px) {
  .option th {
    text-align: left;
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 800px) {
  .servicePage {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 4%;
  }
}
/* serviceページ余白 */
/* #servicePage, */
#flowPage {
  padding-top: 100px;
}
/* 注意事項 */
.service-attention {
  margin-bottom: 5rem;
  border-top: #181b39 solid 1px;
  border-bottom: #181b39 solid 1px;
  padding: 2rem 1rem;
  font-size: 0.8rem;
}
.service-attention li {
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  position: relative;
}
.service-attention li:last-child {
  margin-bottom: 0;
}
.service-attention li::before {
  position: absolute;
  left: -1.5rem;
  top: 0.1rem;
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.2rem;
}

/* flow */
/* .flow li {
  border-top: #181b39 1px solid;
  padding-top: 3rem;
  margin-bottom: 5rem;
  position: relative;
}
.circle-number {
  display: block;
  content: '';
  position: absolute;
  top: -1.5rem;
  background: #181b39;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
.flow h2 {
  margin-bottom: 0;
  font-size: 1.25rem;
  color: #f3f3f3;
  letter-spacing: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow p {
  margin-top: 0.5rem;
} */
.markup {
  background: #f3efdf;
  border-radius: 2px;
}

/* Contact.html================================================ */
/* iphone文字色対策 */
.contactPage * {
  color: #181b39;
}
.info {
  padding-bottom: 1rem;
  margin-bottom: 8rem;
  padding-bottom: 4rem;
  border-bottom: #d3d3d3 1px solid;
}
@media (min-width: 760px) {
  .info {
    text-align: center;
  }
}
form div {
  margin-bottom: 4rem;
}
label {
  display: inline-block;
  margin-bottom: 1rem;
}
.contactPage form {
  margin-bottom: 6rem;
}
.selectBox {
  position: relative;
}
.selectBox::after {
  position: absolute;
  bottom: 8%;
  right: 1.4rem;
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.4rem;
}
input[type='text'],
input[type='email'],
textarea,
select {
  /* background: #f3f3f3; */
  border-bottom: #999 1px solid;
  width: 100%;
  height: 4rem;
  padding: 0.8rem;
}
textarea {
  border: #999 1px solid;
  height: 40vh;
  line-height: 1.8;
}
input[type='submit'] {
  margin-top: 1rem;
  background-color: #181b39;
  color: #f3f3f3;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.4em;
  display: inline-block;
  line-height: normal;
  font-size: 1.6rem;
  padding: 1.6rem;
  width: 24rem;
  text-align: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
/* 入力時のフォームデザイン */
::placeholder {
  color: #999;
}
select:invalid {
  /* color: #b0a282; */
}
select option {
  color: #181b39;
}
select option:first-child {
  /* color: #b0a282; */
}
input:focus,
textarea:focus,
select:focus {
  outline: 1px #999 solid;
  caret-color: #999;
}
/* reCAPTCHA非表示 */
.grecaptcha-badge {
  visibility: hidden;
}
.recaptchaPolicy {
  margin-top: 4rem;
  font-size: 1rem;
}
.recaptchaPolicy a {
  border-bottom: 1px dotted #181b39;
}
/* thanks */
.thanks {
  text-align: center;
}
.thanks h2 {
  font-family: futura-pt, sans-serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin: 8rem 0;
}

/* footer ---------------------------------------- */
footer {
  padding-top: 8rem;
  padding-bottom: 4rem;
}
.footer_navi {
  line-height: 2.4;
}
.copyright_box {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.pageTop {
  font-size: 5rem;
  position: relative;
  line-height: 5rem;
}
.pageTop::after {
  content: 'TOP';
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.1em;
  position: absolute;
  left: 1px;
  bottom: 0px;
}
.pageTop:hover {
  color: #999;
  transition: ease 0.3s;
}
@media (min-width: 1080px) {
  .footer_navi {
    display: flex;
    gap: 2.4rem;
    flex-wrap: wrap;
  }
}
/* ローディング画面 ----------------------------*/
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1.2s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
