@charset "UTF-8";
/* Scss Document */
/******************************************
mixin
******************************************/
/******************************************
fonts
******************************************/
.-jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/******************************************
HTML一般設定
******************************************/
html {
  height: -webkit-fill-available;
}
body {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  padding-top: 90px;
}
@media (max-width: 760px) {
  body {
    padding-top: 60px;
  }
}

img {
  width: 100%;
  height: auto;
}

.container {
  max-width: 1280px;
  padding: 0 40px;
  margin: auto;
}
.container.-noPadding {
  padding: 0;
}
@media (max-width: 760px) {
  .container {
    padding: 0 16px;
  }
}

/******************************************
ユーティリティー
******************************************/
.u-mt100 {
  margin-top: 100px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-wbr {
  word-break: keep-all;
}

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

.u-bold {
  font-weight: 700;
}

.u-big {
  font-size: 1.2em;
}

@media (min-width: 1026px) {
  br.-pc, span.-pc {
    display: inline-block;
  }
}
@media (max-width: 1025px) {
  br.-pc, span.-pc {
    display: none;
  }
}
@media (max-width: 760px) {
  br.-pc, span.-pc {
    display: none;
  }
}
@media (min-width: 1026px) {
  br.-tb, span.-tb {
    display: none;
  }
}
@media (max-width: 1025px) {
  br.-tb, span.-tb {
    display: inline-block;
  }
}
@media (max-width: 760px) {
  br.-tb, span.-tb {
    display: none;
  }
}
@media (min-width: 1026px) {
  br.-sp, span.-sp {
    display: none;
  }
}
@media (max-width: 1025px) {
  br.-sp, span.-sp {
    display: none;
  }
}
@media (max-width: 760px) {
  br.-sp, span.-sp {
    display: inline-block;
  }
}

img.-pc {
  display: inline-block;
}
@media (max-width: 760px) {
  img.-pc {
    display: none;
  }
}
img.-sp {
  display: none;
}
@media (max-width: 760px) {
  img.-sp {
    display: inline-block;
  }
}

.js-in, .js-seriesFade, .js-lineupFade, .js-colorFade, .js-pointFade {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: 0.6s ease-in-out;
}
.js-in.-in, .js-seriesFade.-in, .js-lineupFade.-in, .js-colorFade.-in, .js-pointFade.-in {
  opacity: 1;
  position: relative;
  top: 0;
}

.js-fade {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/******************************************
コンポーネントパーツ（ボタン、タイトル部品単位）
******************************************/
.sectionTitle {
  padding: 20px 0;
  border-bottom: dotted 10px #000;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.sectionTitle_jp {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 760px) {
  .sectionTitle_jp {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
.sectionTitle_en {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}
@media (max-width: 760px) {
  .sectionTitle_en {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.heading::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #fff;
  margin-left: 20px;
}
.heading_title {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
.heading_title.-big {
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: #ffffff 0px 10px 15px;
}
@media (max-width: 760px) {
  .heading_title.-big {
    font-size: 30px;
    line-height: 0.6666666667;
    letter-spacing: 0.1em;
  }
}
.-black .heading_title {
  color: #000;
}
.-cha .heading_title {
  color: #f29700;
  font-weight: bold;
}
.-loy .heading_title {
  color: #94d5f5;
  font-weight: bold;
}
.-rua .heading_title {
  color: #f1b7cf;
  font-weight: bold;
}
.-ciel .heading_title {
  color: #aa8bad;
  font-weight: bold;
}
.-liliy .heading_title {
  color: #adb8cc;
  font-weight: bold;
}
.-zac .heading_title {
  color: #d19074;
  font-weight: bold;
}
.-cyan .heading_title {
  color: #42577a;
  font-weight: bold;
}
.heading.-black::after {
  background-color: #000;
}
.heading.-cha::after {
  background-color: #f29700;
}
.heading.-loy::after {
  background-color: #94d5f5;
}
.heading.-rua::after {
  background-color: #f1b7cf;
}
.heading.-cyan::after {
  background-color: #42577a;
}

.roundBtn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #000;
  border: solid 1px #000;
  color: #fff;
  border-radius: 26px;
  transition: 0.2s ease-in-out;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
}
.roundBtn i {
  margin-right: 10px;
}
.roundBtn:hover {
  background-color: #fff;
  color: #000;
  cursor: pointer;
}
.roundBtn.-center {
  margin-left: auto;
  margin-right: auto;
}
.roundBtn.-large {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 20px 50px;
  border-radius: 40px;
}
@media (max-width: 760px) {
  .roundBtn.-large {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 20px;
  }
}

.lineBtn {
  position: relative;
  margin: 10px 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.1111111111;
  letter-spacing: 0.05em;
  color: #fff;
  transition: 0.4s ease-out;
}
@media (max-width: 760px) {
  .lineBtn {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 10px;
  }
}
.lineBtn i {
  font-size: 12px;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  padding: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: solid 1px #fff;
}
.lineBtn::after {
  transition: 0.4s ease-out;
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  background-color: #fff;
}
.lineBtn.-small {
  font-size: 14px;
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
  padding: 5px 10px;
}
@media (max-width: 760px) {
  .lineBtn.-small {
    font-size: 13px;
    line-height: 1.2307692308;
    letter-spacing: 0.05em;
    padding: 5px 10px;
  }
}
.lineBtn.-small i {
  font-size: 11px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  padding: 5px;
}
.lineBtn.-small::after {
  width: 25px;
}
.lineBtn.-cyan {
  color: #42577a;
}
.lineBtn.-cyan i {
  border: solid 1px #42577a;
}
.lineBtn.-cyan::after {
  background-color: #42577a;
}

.squareBtn {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  transition: 0.4s ease-out;
}
.squareBtn i {
  font-size: 12px;
  margin-left: 20px;
}
.squareBtn:hover {
  color: #fff;
  background-color: #000;
  box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

/******************************************
コモン（ヘッダーフッターなど）
******************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 40px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  z-index: 9;
}
@media (max-width: 760px) {
  .header {
    height: 60px;
    padding: 0 16px;
  }
  .header .roundBtn {
    padding: 10px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0em;
  }
  .header .roundBtn i {
    margin-right: 5px;
  }
}
.header_logo {
  max-width: 160px;
}
@media (max-width: 760px) {
  .header_logo {
    max-width: 100px;
  }
}
.header_nav {
  display: flex;
  justify-content: flex-end;
}
.header_navItem {
  margin-left: 40px;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
}
@media (max-width: 760px) {
  .header_navItem {
    margin-left: 20px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.footer {
  padding: 60px 0 0;
}
.footer_logo {
  max-width: 200px;
  margin: 0 auto 40px;
}
@media (max-width: 760px) {
  .footer_logo {
    max-width: 200px;
  }
}
.footer_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.footer_navItem {
  margin: 0 10px;
  color: #000;
}
.footer_navItem a:hover {
  text-decoration: underline;
}
.footer_copyrights {
  color: #000;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  padding: 20px 0 20px;
  border-top: solid 1px #000;
  text-align: center;
}

/******************************************
レイアウト
******************************************/
.mainVisual a {
  transition: 0.2s ease-in-out;
}
.mainVisual a:hover {
  opacity: 0.8;
}
.mainVisual_pc {
  display: block;
}
@media (max-width: 760px) {
  .mainVisual_pc {
    display: none;
  }
}
.mainVisual_sp {
  display: none;
}
@media (max-width: 760px) {
  .mainVisual_sp {
    display: block;
  }
}

.series {
  padding: 100px 0 100px;
  background: radial-gradient(circle, #babdc0 0%, #6c6c6c 100%);
  background-size: 120%;
  background-position: center;
}
.series.-newCyan {
  background: radial-gradient(circle, #f1b7cf 0%, #94d5f5 100%);
  background-size: 120%;
  background-position: center;
  border-bottom: solid 1px #5e79a8;
}

.seriesLIst {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 760px) {
  .seriesLIst {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.seriesItem_img {
  display: block;
  box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.35);
}
.seriesItem_text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 20px 0 5px 0;
  color: #fff;
}
.-newCyan .seriesItem_text {
  color: #42577a;
}
.seriesItem_name {
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  background-color: #fff;
  padding: 0px 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.seriesItem_name.-cha {
  color: #f29700;
}
.seriesItem_name.-loy {
  color: #94d5f5;
}
.seriesItem_name.-rua {
  color: #f1b7cf;
}
.seriesItem_name.-zac {
  color: #d19074;
}
.seriesItem_name.-liliy {
  color: #adb8cc;
}
.seriesItem_name.-ciel {
  color: #aa8bad;
}
.seriesItem_link:hover .lineBtn i {
  background-color: #fff;
  color: #000;
}
.seriesItem_link:hover .lineBtn::after {
  width: 10px;
}

.lineup {
  padding: 100px 0 100px;
}

.lineupGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .lineupGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }
}

.lineupShop {
  margin-top: 60px;
}

.message {
  border: solid 1px #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.message_inner {
  position: relative;
}
.message_box {
  padding: 20px;
}
@media (max-width: 760px) {
  .message_box {
    width: 100%;
    position: relative;
  }
}
.message_title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #fff;
}
.message_text {
  color: #fff;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media (max-width: 760px) {
  .message_text {
    font-size: 15px;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }
}
.message_img {
  margin-top: auto;
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .message_img {
    width: 100%;
  }
}

.productInfo {
  padding: 100px 0;
  background: rgb(138, 103, 81);
  background: linear-gradient(39deg, rgb(138, 103, 81) 0%, rgb(188, 158, 137) 50%, rgb(163, 128, 100) 100%);
}
@media (max-width: 760px) {
  .productInfo {
    padding: 60px 0;
  }
}
.productInfo.-new2026 {
  background: #7191c0;
  background: linear-gradient(39deg, rgb(111, 145, 191) 0%, rgb(151, 179, 218) 50%, rgb(109, 143, 189) 100%);
}
@media (max-width: 760px) {
  .productInfo.-new2026 {
    padding-bottom: 0;
  }
}

.productTitle {
  border-bottom: dotted 10px #fff;
  padding-bottom: 20px;
}
.productTitle_logo {
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
.productTitle_text {
  margin: 20px auto 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}

.productList {
  max-width: 800px;
  margin: 60px auto 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 760px) {
  .productList {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 5px;
  }
}
.productList .squareBtn {
  width: 80%;
  margin: 0 auto;
}

.productDetail {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  padding: 40px;
  background-color: #b3947d;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 760px) {
  .productDetail {
    padding: 10px;
  }
}
.productDetail_img {
  max-width: 1200px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.productDetail_content {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  border: solid 1px #fff;
}
@media (max-width: 760px) {
  .productDetail_content {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 50%;
  }
}
.productDetail_title {
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.productDetail_textWrap {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}
.productDetail_text {
  color: #fff;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media (max-width: 760px) {
  .productDetail_text {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0em;
  }
}

.productDetailImg {
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 80px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 760px) {
  .productDetailImg {
    margin-top: 0;
  }
}

.detailBlock_container {
  background: url(../img/newdetailback.jpg) no-repeat;
  background-size: cover;
  background-position: left;
  display: flex;
  justify-content: flex-end;
  max-width: 1200px;
  margin: 0 auto;
}
.detailBlock_textWrap {
  width: 50%;
  padding: 20px;
}
.detailBlock_text {
  color: #fff;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  text-shadow: #000000 0px 5px 15px;
  border: solid 1px #fff;
  padding: 20px;
}
@media (max-width: 760px) {
  .detailBlock_text {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0em;
  }
}

.lensInfo {
  padding: 100px 0;
  background: radial-gradient(circle, #babdc0 0%, #6c6c6c 100%);
}
@media (max-width: 760px) {
  .lensInfo {
    padding: 60px 0;
  }
}

.stableDesign {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 760px) {
  .stableDesign {
    grid-template-columns: 1fr;
  }
}
.stableDesign_textWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stableDesign_text {
  color: #fff;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media (max-width: 760px) {
  .stableDesign_text {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0em;
  }
}
.stableDesign_textSmall {
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0em;
}
@media (max-width: 760px) {
  .stableDesign_textSmall {
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0em;
  }
}
.stableDesign_textHighlight {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  color: #fff68a;
  font-weight: bold;
}
@media (max-width: 760px) {
  .stableDesign_textHighlight {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0em;
  }
}

.lensDetail {
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  overflow: hidden;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.35);
}
@media (max-width: 760px) {
  .lensDetail {
    padding: 40px 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.lensDetail_column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.lensDetail_logo {
  grid-row: 2;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .lensDetail_logo {
    grid-row: auto;
    margin-bottom: 20px;
  }
}
.lensDetail_img {
  margin-bottom: 20px;
}

.productData {
  padding: 100px 0;
}
.productData.-cha {
  border-top: solid 20px #f29700;
}
.productData.-loy {
  border-top: solid 20px #94d5f5;
}
.productData.-rua {
  border-top: solid 20px #f1b7cf;
}
.productData.-ciel {
  border-top: solid 20px #aa8bad;
}
.productData.-liliy {
  border-top: solid 20px #adb8cc;
}
.productData.-zac {
  border-top: solid 20px #d19074;
}
@media (max-width: 760px) {
  .productData {
    padding: 60px 0;
  }
}

.itemDataGrid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.itemDataGrid .itemData {
  width: 49%;
}
@media (max-width: 760px) {
  .itemDataGrid .itemData {
    width: 100%;
  }
  .itemDataGrid .itemData:first-of-type {
    margin-bottom: 4px;
  }
}

.itemData {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 4px 0;
}
@media (max-width: 760px) {
  .itemData {
    grid-template-columns: 120px 1fr;
  }
}
.itemData_dt {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0em;
  padding: 10px;
  border-bottom: solid 1px #bbbbbb;
}
.itemData_dd {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0em;
  border-bottom: solid 1px #bbbbbb;
}

.onlineShop {
  background-color: #D4D6E1;
}
@media (max-width: 760px) {
  .onlineShop {
    padding-top: 60px;
  }
}
.onlineShop_inner {
  position: relative;
}

.onlineShopImg {
  position: absolute;
  bottom: 0;
  width: 50%;
}
@media (max-width: 760px) {
  .onlineShopImg {
    position: relative;
    width: 100%;
  }
}

.feature {
  padding: 0 0 100px;
}

.featureBox {
  background-color: #fff;
  padding: 40px;
  border-radius: 40px;
}
@media (max-width: 760px) {
  .featureBox {
    padding: 40px 10px;
  }
}

.featureList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 760px) {
  .featureList {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.featureItem {
  text-align: center;
}
@media (max-width: 760px) {
  .featureItem {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 8px;
  }
}
.featureItem_img {
  max-width: 100px;
  margin: 0 auto 20px;
}
.featureItem_text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0em;
}
.featureItem_text span {
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0em;
}
@media (max-width: 760px) {
  .featureItem_text {
    font-size: 14px;
    line-height: 1.7857142857;
    letter-spacing: 0em;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .featureItem_text span {
    font-size: 12px;
    line-height: 2.0833333333;
    letter-spacing: 0em;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}
@media (max-width: 760px) {
  .modal {
    padding: 16px;
  }
}
.modal.-on {
  opacity: 1;
  visibility: visible;
}
.modal_back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal_inner {
  position: relative;
  padding: 40px;
  max-width: 1000px;
  background-color: #fff;
  padding: 60px;
  max-height: 98%;
  overflow: auto;
  display: none;
}
.modal_inner.-on {
  display: block;
}
.modal_inner::-webkit-scrollbar {
  background: #fff;
  position: relative;
  width: 4px;
}
.modal_inner::-webkit-scrollbar-thumb {
  background-color: #777777;
}
@media (max-width: 760px) {
  .modal_inner {
    padding: 20px;
  }
}
.modal_img {
  max-width: 600px;
  margin: 0 auto;
}

.company {
  padding: 100px 0;
}

.companyTable {
  max-width: 800px;
  margin: 0 auto;
}
.companyTable th {
  padding: 20px;
}
@media (max-width: 760px) {
  .companyTable th {
    display: block;
    padding: 20px 0 20px 0;
  }
}
.companyTable td {
  padding: 20px;
}
@media (max-width: 760px) {
  .companyTable td {
    display: block;
    padding: 0 0 0 20px;
  }
}

.caution_title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 760px) {
  .caution_title {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
}
.caution_box {
  background-color: #fff;
  border-radius: 40px;
  padding: 40px;
}
@media (max-width: 760px) {
  .caution_box {
    border-radius: 20px;
    padding: 20px 10px;
  }
}
.caution_text {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
@media (max-width: 760px) {
  .caution_text {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0em;
  }
}/*# sourceMappingURL=layout.css.map */