@charset "utf-8";

/* 共通 */

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

body {
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
  padding: 0;
  margin: 0 auto;
}

.inner {
  margin: 0 auto;
  max-width: 1088px;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
  padding: 0;
}

h2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 80px;
  position: relative;
  display: inline-block;
  padding-bottom: 0.3rem;
  display: block;
}

.underline {
  position: relative;
  z-index: 1;
  display: block;
}

.underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 3px;
  background: #000;
  z-index: -1;
  transition: all 1s;
}

.underline.isActive:after {
  width: 100%;
}

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

/* SP */
/* ----------
スクロール
----------*/
.scroll-hint-icon {
  top: 40%;
}

/* ------------------------------------------------------------
header
------------------------------------------------------------*/
header {
  position: fixed;
  transition: 0.5s;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px 40px;
  border-bottom-right-radius: 30px;
}

header img {
  width: 200px;
}

header.hide {
  transform: translateY(-120px);
}

/* ----------
FV
----------*/

.image_container {
  position: relative;
  background-image: url("./image/factory.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  height: 650px;
}

.image_container::before {
  content: "";
  position: absolute;
  background-color: #000;
  bottom: 0;
  width: 100%;
  height: 70px;
  z-index: 1;
}

.fv_text-sp {
  position: absolute;
  bottom: 0;
  width: 108%;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  overflow: hidden;
  max-width: none;
}

/* ----------
年間で約160万人が利用する
----------*/
.overview {
  width: 90%;
}

.overview_text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 45px;
}

.overview_supplement {
  font-size: 1.2rem;
  margin: 15px 0 85px;
}

.overview_img img {
  margin: 0 auto;
}

.overview_idea {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

/* ----------
使い方はアイデア次第！
----------*/

.overview_itemgroup {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 85px;
  max-width: 1088px;
}

.overview_item {
  flex-wrap: wrap;
  box-sizing: border-box;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

/* ----------
広告ジャックご利用事例
----------*/

.case_group {
  display: flex;
  margin: 15px 0 0 15px;
  overflow-x: scroll;
  gap: 16px;
  padding-bottom: 15px;
}

.case h2 {
  font-size: 2.2rem;
  width: 90%;
  margin: 85px auto 0;
}

.case_item {
  flex: 0 0 calc(76vw - 16px);
  width: 287px;
  scroll-snap-align: start;
  position: relative;
  box-sizing: border-box;
}

.case_item img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 40px;
  z-index: 1;
  width: 100%;
  height: auto;
}

.case_item div {
  color: #fff;
  background-color: #000;
  padding: 20px;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  border-radius: 0 40px 0 40px;
}

.case_place {
  font-size: 1.7rem;
}

.case_item p {
  color: #fff;
  font-size: 1.5rem;
  background-color: #000;
  padding: 20px;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  border-radius: 0 40px 0 40px;
}

/* ----------
2026年3月末日まで、お試しキャンペーン中！
----------*/

.campaign {
  width: 90%;
}

.campaign_img-sp {
  width: 100%;
  margin-top: 85px;
  display: inline-block;
}

.campaign_text {
  text-align: left;
  font-size: 1.4rem;
}

.campaign_price {
  margin: 15px 0;
}

.campaign_beside ul {
  padding: 0;
}

/* ----------
インフォメーションスペースとは？
----------*/

.info {
  width: 100%;
}

.info h2 {
  margin-top: 85px;
  font-size: 2.2rem;
}

.info_text {
  width: 90%;
  margin: 0 auto;
}

.info_text p {
  margin-top: 15px;
}

.info_explanation {
  width: 90%;
  margin: 85px auto 0;
}

.info_explanation p {
  margin-top: 15px;
  font-size: 1.6rem;
}

.floor_map-sp {
  margin-top: 45px;
}

.floor_map {
  margin-top: 50px;
}

.info_equipment {
  font-size: 1.2rem;
  margin: 15px;
  width: 90%;
}

/* ----------
インフォメーションスペース内を自由に装飾できます
----------*/

.info_free {
  margin-top: 150px;
}

.info_free p {
  font-size: 1.6rem;
}

.info_group {
  margin: 45px 0 0 15px;
  display: flex;
  overflow-x: scroll;
  gap: 10px;
  padding-bottom: 15px;
}

.info_item {
  position: relative;
  flex: 0 0 76vw;
  scroll-snap-align: start;
  box-sizing: border-box;
}

.info_item img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 40px;
  z-index: 1;
}

.info_item p {
  color: #fff;
  font-size: 1.5rem;
  background-color: #000;
  padding: 20px;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  border-radius: 0 40px 0 40px;
  max-width: 83%;
}

.info_bold {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 85px;
  text-align: center;
}

/* ----------
部分的な利用も可能です
----------*/

.part h2 {
  margin: 85px auto 0;
  width: 90%;
}

.part_group {
  display: flex;
  margin: 15px 0 0 15px;
  overflow-x: scroll;
  gap: 16px;
  padding-bottom: 15px;
}

.part_item {
  flex: 0 0 calc(68vw - 16px);
  width: 100%;
  scroll-snap-align: start;
  position: relative;
  box-sizing: border-box;
}

.part_item img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 40px;
  z-index: 1;
  width: 100%;
  height: auto;
}

.part_item div {
  color: #fff;
  background-color: #000;
  padding: 20px;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  border-radius: 0 40px 0 40px;
  max-width: 83%;
}

.part_place {
  font-size: 1.5rem;
}

.part_fee {
  font-size: 1.4rem;
  color: #b9b9b9;
}

/* ----------

    詳しくは、半田中央印刷にお問い合わせください。

----------*/

.info_contact p {
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  margin-top: 100px;
}

.btn_box {
  text-align: center;
  margin-top: 20px;
}

.btn {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  height: 83px;
  background-color: #000;
  margin: 0 auto;
  border-radius: 100px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  transition: 0.5s;
  border: none;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
}

.btn .icon.arrow {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

/* 矢印の先端（→ の > 部分） */
.btn .icon.arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn .icon.arrow::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
}

.btn:hover .icon.arrow {
  transform: translateX(6px);
}

/* ----------

    新コーナーチタノカイシャ

----------*/

.new {
  margin-top: 200px;
  background-color: #f5ee55;
  padding: 85px 0;
}

.new img {
  width: 90%;
}

.new-sp {
  width: 100%;
  background-color: #f5ee55;
  margin: 100px 0;
  padding: 50px 0;
}

/* ----------

    お問い合わせ

----------*/

.contact {
  width: 90%;
}

.contact_title {
  font-size: 2.2rem;
  margin-top: 150px;
}

.contact_tell {
  text-align: center;
}

.contact_telltext {
  font-size: 2.2rem;
  line-height: 1.18;
  margin-top: 85px;
}

.contact_number {
  font-size: 2.2rem;
}

.contact_number span {
  font-size: 5rem;
  font-weight: bold;
}

.contact_number span {
  font-size: 3.6rem;
  font-weight: bold;
}

.contact_reception {
  margin-top: 15px;
  font-size: 1.6rem;
}

.contact_form {
  text-align: center;
}

.contact_form p {
  font-size: 2.2rem;
  margin-top: 85px;
}

/* ----------

    footer

----------*/

footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 50px;
  margin-top: 150px;
  font-size: 1.6rem;
}

.footer_title {
  font-size: 2rem;
  line-height: 1.78;
}

footer img {
  width: 50%;
}

.hcp {
  margin-top: 40px;
}

.hcp img {
  margin-top: 20px;
  width: 100%;
}

.hcp_number {
  margin-top: 10px;
  color: #fff;
}

.arc {
  margin-top: 40px;
}
.arc img {
  margin-top: 20px;
  width: 100%;
}

.arc_number {
  margin-top: 10px;
  color: #fff;
}

/* ----------
広告申し込みにあたっての条件と広告の取扱基準について btn
----------*/

.conditions_btn {
  display: block;
  margin: 85px auto 0;
  font-size: 1.8rem;
  border: #000 2px solid;
  padding: 35px 50px;
  text-align: center;
  text-decoration: none;
  color: #000;
}

/* ----------
別ページ　広告申し込みにあたっての条件と広告の取扱基準について
----------*/

.conditions_headimg {
  width: 100%;
  height: 300px;
  overflow: hidden;
  object-fit: cover;
}

.conditions_title {
  text-align: center;
  padding-top: 120px;
  width: 90%;
}

.conditions {
  width: 90%;
}

.conditions h2 {
  font-size: 1.8rem;
}

.conditions_list {
  margin-top: 15px;
}

.conditions_list li {
  list-style: disc;
  font-size: 1.4rem;
  line-height: 2;
}

.media {
  width: 90%;
}

.media h2 {
  font-size: 1.8rem;
}

.media p {
  line-height: 1.75;
  font-size: 1.4rem;
  margin-top: 15px;
}

.number_list {
  margin-top: 30px;
  padding: 20px;
}

.number_list li {
  list-style: decimal;
  font-size: 1.4rem;
  line-height: 2;
}

.back_btn {
  display: block;
  margin: 150px auto 0;
  font-size: 1.8rem;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  padding: 15px;
  width: 20%;
  text-align: center;
}

button .back_btn {
  margin-top: 150px;
}

i {
  margin-left: 20px;
}

.conditions_btn {
  display: flex;
  align-items: center;
}

/* ⠀⠀---------------------
PC
--------------------- */

@media screen and (max-width: 959px) {
  .fv_text-pc {
    display: none;
  }

  .overview_itemgroup {
    align-items: center;
    margin-top: 150px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .overview_item {
    flex: 0 0 calc(50% - 20px);
    flex-wrap: wrap;
    box-sizing: border-box;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    grid-template-columns: repeat(4, 1fr);
  }

  .overview_img {
    display: none;
  }

  .campaign_img {
    display: none;
  }

  .floor_map {
    display: none;
  }

  /* ----------
新コーナーチタノカイシャ
----------*/
  .new {
    display: none;
  }

  .none-sp {
    display: none;
  }
}

/* 960まで */
@media screen and (min-width: 960px) {
  .br_sp {
    display: none;
  }

  .campaign_img-sp {
    display: none;
  }

  .floor_map-sp {
    display: none;
  }

  .overview_img-sp {
    display: none;
  }

  /* ------------------------------------------------------------
header
------------------------------------------------------------*/
  header {
    padding: 20px 30px;
  }

  header img {
    width: 300px;
  }

  /* ----------
FV
----------*/

  .fv_img {
    width: 100%;
    height: 900px;
    object-fit: cover;
  }

  .fv_text-pc {
    width: 85%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }

  .image_container::before {
    height: 50px;

    z-index: 1;
  }

  .fv_text-sp {
    display: none;
  }

  /* ----------
年間で約160万人が利用する※知多半島道路のパーキングエリア
----------*/

  .overview_itemgroup {
    max-width: 1088px;
    margin-top: 150px;
  }

  .overview_text {
    font-size: 2.8rem;
  }

  .overview_supplement {
    font-size: 1.4rem;
    margin: 12px 0 150px;
  }

  .overview_idea {
    font-size: 4rem;
    font-weight: bold;
    margin-top: 15px;
  }

  /* ----------
広告ジャックご利用事例
----------*/

  .case {
    width: 76%;
  }

  .case h2 {
    font-size: 2.8rem;
    width: 100%;
    margin-top: 150px;
  }

  .case_group {
    display: grid;
    gap: 40px;
    place-items: center;
    place-content: center;
    grid-template-columns: repeat(auto-fit, minmax(311px, 1fr));
    margin-top: 45px;
  }

  .case_item {
    font-size: 1rem;
  }

  /* ----------
2026年3月末日まで、お試しキャンペーン中！
----------*/

  .campaign {
    width: 76%;
  }

  .campaign_img {
    margin-top: 150px;
  }

  .campaign_text {
    font-size: 1.5rem;
  }

  .campaign_beside {
    display: flex;
    gap: 20px;
    margin: 0 auto;
  }

  /* ----------
インフォメーションスペースとは？
----------*/

  .info {
    width: 76%;
  }

  .info h2 {
    font-size: 2.8rem;
  }

  .info_explanation {
    width: 100%;
    margin-top: 150px;
  }

  .info_explanation h2 {
    font-size: 2.8rem;
  }

  .info_explanation p {
    margin-top: 15px;
    font-size: 1.6rem;
  }

  .info_explanation img {
    margin-top: 85px;
  }

  .info_free {
    margin-top: 150px;
  }

  .info_free p {
    font-size: 1.6rem;
    margin-top: 15px;
  }

  .info_text {
    width: 100%;
    margin-top: 150px;
  }

  .info_group {
    margin: 45px 0 auto;
    display: grid;
    gap: 40px;
    place-items: center;
    place-content: center;
    grid-template-columns: repeat(2, 1fr);
  }

  .floor_map-sp {
    display: none;
  }

  .info_equipment {
    font-size: 1.6rem;
    margin-left: 0;
  }

  .info_bold {
    font-size: 5.3rem;
    margin-top: 150px;
  }

  /* ----------
部分的な利用も可能です
----------*/

  .part h2 {
    width: 100%;
  }

  .part_group {
    margin: 45px 0;
  }

  .part_place {
    font-size: 2rem;
  }

  .part_fee {
    font-size: 1.5rem;
    color: #b9b9b9;
  }

  /* ----------
詳しくは、半田中央印刷にお問い合わせください。
----------*/

  .info_contact p {
    font-size: 2.7rem;
    margin-top: 200px;
  }

  .btn {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    height: 83px;
    gap: 12px;
    padding: 0 24px;
    transition: 0.5s;
  }

  .btn .icon.arrow {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }

  /* 矢印の先端（→ の > 部分） */
  .btn .icon.arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  /* ----------
新コーナーチタノカイシャ
----------*/

  .new img {
    width: 76%;
  }

  /* ----------
お問い合わせ
----------*/

  .contact {
    width: 76%;
  }

  .contact_title {
    font-size: 2.8rem;
  }

  .contact_telltext {
    font-size: 3.2rem;
  }

  .contact_number {
    font-size: 3.2rem;
  }

  .contact_number span {
    font-size: 5rem;
  }

  .contact_reception {
    margin-top: 15px;
    font-size: 1.6rem;
  }

  .contact_form p {
    font-size: 3.2rem;
  }

  /* ----------
部分的な利用も可能です
----------*/
  .part_group {
    display: grid;
    gap: 40px;
    place-items: center;
    place-content: center;
    grid-template-columns: repeat(auto-fit, minmax(336px, 1fr));
    overflow-x: visible;
    padding-left: 0;
    padding-right: 0;
    scroll-padding-left: 0;
    scroll-padding-right: 0;
    -webkit-overflow-scrolling: auto;
  }

  .part_item img {
    width: auto;
    max-width: 100%;
  }

  .part_item {
    flex: 0 0 336px;
    margin-right: 0;
  }

  /* ----------
新コーナーチタノカイシャ
----------*/

  .new-sp {
    display: none;
  }

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

  footer {
    margin-top: 300px;
    font-size: 1.6rem;
  }

  .footer_title {
    font-size: 2.8rem;
    line-height: 1.78;
  }

  .footer_contents {
    width: 76%;
    display: flex;
    align-items: center;
    margin: 60px auto 0;
    gap: 60px;
  }

  .hcp {
    margin-top: 0;
  }

  .hcp_number {
    margin-top: 10px;
    font-size: 16px;
  }

  .arc {
    margin-top: 0;
  }

  .arc_number {
    margin-top: 10px;
    font-size: 16px;
  }

  .conditions_btn {
    margin-top: 150px;
  }

  /* ----------
別ページ　広告申し込みにあたっての条件と広告の取扱基準について
----------*/

  .conditions_title {
    font-size: 3.2rem;
    padding: 150px 0;
  }

  .conditions h2 {
    font-size: 2.8rem;
  }

  .conditions_list li {
    font-size: 1.6rem;
  }

  .media h2 {
    font-size: 2.8rem;
  }

  .media p {
    font-size: 1.6rem;
  }

  .media li {
    font-size: 1.6rem;
  }

  .back_btn {
    width: 10%;
  }
}
