@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #353653;
  --color-white: #ffffff;
  --color-lightblue: #20b3ce;
  --color-blue: #104b79;
  --color-gray: #84859f;
  --color-red: #d00f10;
  --color-navy: #27284d;
  --color-shadow-navy: #060826;
  --color-title-blue: #11157c;
  /*カレントカラー*/
  --color-current: #20b3ce;
  /*テキストリンクカラー*/
  --color-textlink:#104b79;
  /*必須ボタンカラー*/
  --color-required: #104b79;
  /*任意ボタンカラー*/
  --color-optional: #104b79;
  /*ラジオボタンカラー*/
  --color-radio: #104b79;
  /*チェックボタンカラー*/
  --color-check: #104b79;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Shippori Mincho B1", serif;
  /*本文*/
  --font-family-body: "Noto Sans JP", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 1.625;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.12em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #353653;
  --color-white: #ffffff;
  --color-lightblue: #20b3ce;
  --color-blue: #104b79;
  --color-gray: #84859f;
  --color-red: #d00f10;
  --color-navy: #27284d;
  --color-shadow-navy: #060826;
  --color-title-blue: #11157c;
  /*カレントカラー*/
  --color-current: #20b3ce;
  /*テキストリンクカラー*/
  --color-textlink:#104b79;
  /*必須ボタンカラー*/
  --color-required: #104b79;
  /*任意ボタンカラー*/
  --color-optional: #104b79;
  /*ラジオボタンカラー*/
  --color-radio: #104b79;
  /*チェックボタンカラー*/
  --color-check: #104b79;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Shippori Mincho B1", serif;
  /*本文*/
  --font-family-body: "Noto Sans JP", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.6rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 1.625;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.12em;
}

/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: min(2.22vw, 10px);
}

.sp-none {
  display: none !important;
}

.wrapper {
  min-width: 320px;
  line-height: 1.6;
}

.com-inbox {
  width: 90%;
}

.inline-block {
  display: inline-block;
}

/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}

section:not(.mv, .sv, .privacy__box) {
  padding-block: 10rem;
}

.logo {
  height: 4rem;
}

/*==============================
    ヘッダー
==============================*/
.header__inner {
  height: 10rem;
  padding: 1.5rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  width: 100%;
  aspect-ratio: 920/1450;
}
.mv__list {
  grid-template-rows: 40% repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
}
.mv__item:first-child {
  grid-area: 1/1/2/3;
}
.mv__item:first-child .main {
  font-size: 3rem;
  margin-bottom: 2.5rem;
}
.mv__item:first-child .sub {
  font-size: 2rem;
}
.mv__item:first-child .sub .ruby small {
  font-size: 0.8rem;
}
.mv__item:first-child .btn {
  margin-top: 2rem;
}
.mv__item:first-child .btn::after {
  width: 1.2rem;
}
.mv__item:nth-child(2) {
  grid-area: 2/1/3/2;
}
.mv__item:nth-child(3) {
  grid-area: 2/2/3/3;
}
.mv__item:nth-child(4) {
  grid-area: 3/1/4/2;
}
.mv__item:last-child {
  grid-area: 3/2/4/3;
}
.mv__item a {
  padding: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.mv__item:not(.mv__item:first-child) .main {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.mv__item:not(.mv__item:first-child) .mv__text .btn {
  font-size: 1.3rem;
  gap: 1rem;
}
.mv__item:not(.mv__item:first-child) .mv__text .btn::after {
  width: 1rem;
}

/*==============================
    サブビジュアル
==============================*/
.sv__title {
  left: 15%;
}

/*==============================
    共通タイトル
==============================*/
.com-title01,
.com-title02 {
  gap: 2rem;
  margin-bottom: 6rem;
}
.com-title01 .en,
.com-title02 .en {
  font-size: 4rem;
}
.com-title01 .ja,
.com-title02 .ja {
  font-size: 2.8rem;
  text-align: center;
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  height: 60px;
  width: 100%;
  max-width: 280px;
}

.link-btn {
  height: 60px;
  width: 30rem;
}

/*==============================
    TOP
==============================*/
/*ご家庭でも大活躍！*/
.top-movie__title {
  gap: 1rem;
}
.top-movie__title .sub {
  font-size: 2.4rem;
}
.top-movie__title .sub .rb small {
  font-size: 1rem;
}
.top-movie__title .main {
  font-size: 3rem;
}
.top-movie-deco:first-of-type {
  top: 5rem;
  left: 5%;
  width: 15%;
  max-width: 50px;
}
.top-movie-deco:last-of-type {
  top: 15rem;
  right: 5%;
  width: 20%;
  max-width: 78px;
}

/*OPTIM33tbワイプとは？*/
.top-opt__h3 {
  font-size: 2.8rem;
  text-align: center;
  margin-inline: auto;
}
.top-opt__h3 .rb small {
  font-size: 1rem;
}
.top-opt__title {
  font-size: 2.4rem;
  text-align: center;
}
.top-opt__title .grad-line {
  font-size: 2.6rem;
}
.top-opt__title .red {
  font-size: 2.7rem;
}
.top-opt__wrap {
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
.top-opt__image {
  width: 100%;
  max-width: 400px;
}
.top-opt__image figcaption {
  font-size: 2.2rem;
}
.top-opt__image figcaption p > span {
  font-size: 1.8rem;
}
.top-opt__image figcaption small {
  font-size: 1.6rem;
}
.top-opt__item {
  font-size: 1.8rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
}

/*6つの特徴*/
.top-features::before {
  height: 30rem;
}
.top-features__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 2rem;
}
.top-features__title {
  font-size: 2rem;
}

/*ご挨拶*/
/*お知らせ*/
.top-news::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 30rem;
}
.top-news__title {
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 6rem;
}
.top-news__title .en {
  font-size: 4rem;
}
.top-news__title .ja {
  font-size: 2.8rem;
  text-align: center;
}
.top-news .com-btn {
  margin-inline: auto;
  margin-top: 6rem;
}

/*会社概要*/
.top-company .com-title02 {
  align-items: center;
}
.top-company__wrap {
  flex-direction: column;
}
.top-company .map {
  width: 100%;
  height: 30rem;
}

/*==============================
    下層共通部分
==============================*/
.com-section .com-inbox {
  flex-direction: column-reverse;
  align-items: center;
}
.com-section__title {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 2.4rem;
  gap: 1rem;
  text-align: center;
}
.com-section__title > span {
  padding-bottom: 1.5rem;
}
.com-section__title strong {
  font-size: 2.8rem;
}
.com-section__image {
  width: 80%;
  max-width: 345px;
  margin-left: -15%;
}
.com-section__image img:last-of-type {
  width: 35%;
  height: auto;
  bottom: 0;
  left: calc(100% - 3em);
}
.com-section__image figcaption {
  font-size: 2.2rem;
}
.com-section__image figcaption p > span {
  font-size: 1.8rem;
}
.com-section__image figcaption small {
  font-size: 1.6rem;
}
.com-troubles::before {
  height: 35rem;
}
.com-troubles .com-title01 {
  margin-bottom: 4rem;
}
.com-troubles .intro {
  line-height: var(--line-height-base);
}
.com-troubles .intro:last-of-type {
  margin-bottom: 3rem;
}
.com-troubles__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem 2rem;
}
.com-troubles__item {
  width: calc((100% - 2rem) / 2);
}
.com-troubles__item p {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
.com-troubles__image {
  width: 100%;
  max-width: 220px;
}
.com-troubles__image::before {
  white-space: nowrap;
  font-size: 4rem;
}
.com-troubles__box {
  padding: 2rem 1rem;
  font-size: 1.8rem;
}
.com-troubles__box .red {
  font-size: 2rem;
}
.com-reason__h3 {
  gap: 1rem;
  text-align: center;
  margin-bottom: 6rem;
}
.com-reason__h3 .sub {
  font-size: 2rem;
  line-height: 1.3;
}
.com-reason__h3 .main {
  font-size: 2.8rem;
  line-height: 1.3;
}
.com-reason__list {
  gap: 6rem;
}
.com-reason__item {
  flex-direction: column;
  box-shadow: 5px 5px 10px rgba(6, 8, 38, 0.1);
}
.com-reason__image {
  box-shadow: none;
  aspect-ratio: 16/9;
}
.com-reason__text {
  padding: 4rem 2rem;
}
.com-reason__text::before {
  font-size: 10rem;
}
.com-reason__title {
  font-size: 2.2rem;
}
.com-scene::before {
  width: 60%;
  height: 30rem;
}
.com-scene__box {
  padding: 2rem 1rem;
  font-size: 1.8rem;
}
.com-scene__list {
  gap: 4rem 2rem;
  grid-template-columns: repeat(2, 1fr);
}
.com-scene__item p {
  font-size: 1.8rem;
}
.com-scene__item p small {
  font-size: 1.6rem;
}

.blue-line {
  background: linear-gradient(to right, rgba(32, 179, 206, 0.2) 0, rgba(32, 179, 206, 0.2) 100%) bottom left/100% 1rem no-repeat;
}
.blue-line::before {
  display: none;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail__box {
  padding: 20px 10px 30px 10px;
}
.news-detail time,
.news-detail .tag {
  font-size: 13px;
}
.news-detail .paginated__list {
  margin-top: 30px;
}

/*OPTIM33tbワイプご購入はこちら*/
.com-opt {
  padding-top: 0 !important;
}
.com-opt .opt-btn {
  flex-direction: column-reverse;
  align-items: center;
  background: linear-gradient(to right, #11157c 0, #104e79 100%);
  padding: 4rem 2rem;
  gap: 4rem;
}
.com-opt .opt-btn__text {
  padding: 0;
  background: none;
}
.com-opt .opt-btn__text > p {
  font-size: 2.8rem;
  margin-bottom: 2rem;
}
.com-opt .opt-btn__title .sub {
  font-size: 2rem;
}
.com-opt .opt-btn__title .main {
  font-size: 3rem;
}
.com-opt .opt-btn small {
  display: inline;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 60px;
}

.com-news__list {
  grid-template-columns: repeat(2, 1fr);
}

/*タグリスト(SP)
-----------------------------*/
.tag-select {
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
}
.tag-select__box {
  min-width: 125px;
}
.tag-select__box::after {
  right: 12px;
}
.tag-select__dropdown {
  padding: 0.5em 2.5em 0.5em 0.5em;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding: 60px 0;
}
.site__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site__item {
  height: 60px;
}
.site__item a {
  padding-left: 10px;
  font-size: 16px;
}
.site__item a::after {
  width: 10px;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 10rem;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table th {
  width: 100%;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  padding-inline: 10px;
  padding-bottom: 0;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
}
.contact .upload-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .upload-item-wrap .thumb {
  width: clamp(184px, 57.37vw, 440px);
  height: clamp(184px, 57.37vw, 440px);
  margin: 0px;
}
.contact .upload-item-wrap .ancion-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(15px, 4.56vw, 35px);
  gap: clamp(8px, 2.61vw, 20px);
  margin-inline: auto;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 10rem;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 10rem;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}
.privacy__title {
  font-size: 2.2rem;
  padding-bottom: 1rem;
}

/*==============================
    NOT FOUND
==============================*/
.e404 {
  padding-block: 10rem;
}
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    追従ボタン
==============================*/
.follow_btn .buy {
  bottom: 0;
  left: 0;
  width: calc(100% - 2rem - 7.4rem);
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 2.61vw, 20px);
  font-size: clamp(12px, 3.65vw, 28px);
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.214;
  padding: 1.5rem;
}
.follow_btn .buy::before {
  flex-shrink: 0;
  margin-top: -1.8rem;
  width: clamp(26px, 8.21vw, 63px);
}
.follow_btn .top {
  bottom: 1rem;
  right: 1rem;
  width: clamp(50px, 9.65vw, 74px);
}

/*==============================
    フッター
==============================*/
.footer {
  background-color: var(--color-gray);
  padding-top: 4rem;
}
.footer .logo {
  height: 5rem;
}
.footer address {
  width: 70%;
  margin-inline: auto;
  text-align: center;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__item {
  border-top: 1px solid var(--color-white);
  width: 50%;
  height: 60px;
  text-align: center;
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.footer__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__box:last-of-type {
  margin-top: 3rem;
  display: flex;
  flex-direction: column-reverse;
}
.footer small {
  padding-block: 1.5rem 11rem;
  border-top: 1px solid var(--color-white);
}