@charset "utf-8";

/*cssのリセット*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
  background-color: #fff;
  background-image: url(../img/backimg/01.webp);
  background-size: auto;
  background-position-x: right;
  backdrop-filter: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/*サイト全体の基準となるCSSを記述*/
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  /*フォントの指定*/
  font-family: cursive;
  /* font-family: cursive , serif, "Shippori Mincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia; */
  /*行間の指定*/
  line-height: 1.4;
  margin: 0;
  padding: 0;
  /*サイトのデフォルトとなる文字の色を指定*/
  color: #000;
  /* スクロールバー（横）非表示 */
  overflow-x: hidden;
}

/*見出しを全て太字で表示 + 文字色を黒に*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  /* color: #000; */
}

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

rt {
  text-align: center;
}

/*---------------------------------------------------------
共通ロジック
---------------------------------------------------------*/
/* テキスト色変更 */
.font-red {
  color: red;
  font-weight: 900;
}

/*マーカーアニメーション*/
.marker-animation.active {
  background-position: -100% 1.1em;
}

.marker-animation {
  background-repeat: repeat-x;
  background-size: 200% 1.1em;
  background-position: 0 1.1em;
  transition: all 4s ease;
  font-weight: bold;
}

/* マーカー */
.marker-yellow {
  background-image: -webkit-linear-gradient(left, transparent 50%, #fff799 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #fff799 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #fff799 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #fff799 50%);
  background-image: linear-gradient(left, transparent 50%, #fff799 50%);
}

.marker-red {
  background-image: -webkit-linear-gradient(left, transparent 50%, #ff9393 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #ff9393 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #ff9393 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #ff9393 50%);
  background-image: linear-gradient(left, transparent 50%, #ff9393 50%);
}

.marker-blue {
  background-image: -webkit-linear-gradient(left, transparent 50%, #c1e0ff 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #c1e0ff 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #c1e0ff 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #c1e0ff 50%);
  background-image: linear-gradient(left, transparent 50%, #c1e0ff 50%);
}

.marker-green {
  background-image: -webkit-linear-gradient(left, transparent 50%, #b2ffb2 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #b2ffb2 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #b2ffb2 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #b2ffb2 50%);
  background-image: linear-gradient(left, transparent 50%, #b2ffb2 50%);
}

/* 間隔 */
.mar-hei {
  margin: 1rem 0;
}

.mar-wid {
  margin: 0 1rem;
}

/* 表示・非表示 */
.sp_only {
  display: none;
}

/*---------------------------------------------------------
共通定義
---------------------------------------------------------*/
/* 空白 */
.spase-half {
  margin-right: 0.5rem;
}

.spase-one {
  margin-right: 1rem;
}

/* スマホのみ改行 */
.sp_br {
  display: none;
}

/* フェードライン */
.separate_fade {
  margin: 1.5rem 0;
  border: 0;
  height: 1.5px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

/* ボタンエフェクト01 */
.btneffect-01 {
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  border: 1px solid #555;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  color: #333;
  outline: none;
  transition: all .2s linear;
  display: block;
  width: fit-content;
  /* margin: 0 auto; */
  font-weight: 900;
  background-color: #fff;
}

.btneffect-01:hover {
  background: #242527;
  color: #fff;
}

/*矢印と下線の形状*/
.btneffect-01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  width: 40px;
  height: 1px;
  background: #333;
  transition: all .2s linear;
}

.btneffect-01::after {
  content: "";
  position: absolute;
  top: 20%;
  right: -19px;
  width: 1px;
  height: 16px;
  background: #333;
  transform: skewX(45deg);
  transition: all .2s linear;
}

/*hoverした際の移動*/
.btneffect-01:hover::before {
  right: -30px;
}

.btneffect-01:hover::after {
  right: -23px;
}

/* ボタンエフェクト02 */
.btneffect-02 {
  position: relative;
  border: 1px solid #555;
  padding: 15px 50px;
  text-align: center;
  text-decoration: none;
  color: #333;
  outline: none;
  transition: all .2s linear;
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-weight: 900;
  background-color: #ffffffb8;
}

.btneffect-02:hover {
  background: #333;
  color: #fff;
  border: 1px solid #fff;
}

/*きらっと光る*/
.btnshine {
  /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}

/*キラッと光る*/
.btnshine::before {
  content: '';
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*---------------------------------------------------------
共通フェードロジック
---------------------------------------------------------*/
/* そのままゆっくり表示 */
.fade {
  animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {

  /*animation-nameで設定した値を書く*/
  0% {
    opacity: 0
  }

  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1
  }

  /*アニメーション終了時は不透明度100%*/
}

/* スクロールをしたら出現する要素にはじめに透過0を指定*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    /* transform: translateY(-50%);
    transform: translateX(-50%); */
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    /* transform: translateY(-50% , -50%); */
    transform: translateY(0);
  }
}

/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-800px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(800px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*---------------------------------------------------------
ヘッダー
---------------------------------------------------------*/
header {}

header .header_inner {
  position: fixed;
  z-index: 999;
  width: fit-content;
  height: 100vh;
  padding: 0 0 0 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background: linear-gradient(to right, #000000, #ffffff00); */
}

header .header_inner .site_title {
  width: 250px;
}

header .header_inner .site_title p {
  white-space: nowrap;
  margin-top: 10px;
  color: #333;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

header .header_menu {
  display: flex;
  flex-direction: column;
  margin: 5rem 0 0;
  width: fit-content;
  text-decoration: none;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

header .header_menu a {
  color: #333;
  text-decoration: none;
  width: fit-content;
  margin: 15px 0;
  animation-duration: 0.6s;
  white-space: nowrap;
  font-weight: 700;
}

header .header_menu a:hover {
  animation-name: header_link;
  animation-duration: 0.6s;
}

@keyframes header_link {
  50% {
    /* margin-left: 15px; */
    color: #c2ab17;
  }
}

header .header_inner .sns_block {
  margin: 3rem 0;
}

header .header_inner .sns_block a img {
  width: 35px;
}

header .header_inner .sns_block a:hover {
  animation-name: header_sns_link;
  animation-duration: 0.6s;
}

@keyframes header_sns_link {
  50% {
    opacity: 0.3;
  }
}

header .header_inner .sns_block a img:first-child {
  /* margin-right: 1.5rem; */
}

/*---------------------------------------------------------
共通設定
---------------------------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  z-index: 10;
}

.pagetop a {
  /* display: flex; */
  /* text-decoration: none; */
  /* width: 5rem; */
  /* height: 5rem; */
  /* background: #fff; */
  /* border: 1px solid #999; */
  /* border-radius: 50%; */
  /* justify-content: center; */
  /* align-items: center; */
}

.pagetop img:hover {
  transition: .3s;
  transform: scale(1.05);
}

/* .pagetop a i {
  font-size: 2rem;
  color: #555;
} */
.pagetop a img {
  transition: .3s;
  width: 110px;
}

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  text-align: center;
  color: #fff;
  top: 0;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_logo svg {
  width: auto;
}

/*アニメーション前の指定*/
#mask {
  display: none;
}

#mask path {
  fill-opacity: 0;
  transition: fill-opacity .5s;
  /* fill: none; */
  /* stroke: #333; */
}

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#mask.done path {
  /* fill: #333; */
  fill-opacity: 1;
  /* stroke: none; */
}

#mask.done line {
  fill: #333;
  fill-opacity: 1;
  stroke: none;
}

/*---------------------------------------------------------
メインビジュアル
---------------------------------------------------------*/
/* スライダー */
/* #TOP .top-wrap {
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#TOP .main-swiper-container {
  width: 100%;
  height: 100vh;
  position: relative;
}

#TOP .main-swiper-container .swiper-wrapper {
  position: absolute;

  margin: auto;
  width: 95%;
  height: 90%;
}

#TOP .swiper-slide img {
  width: 95%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(10px 10px 10px #999);
  border-radius: 10px;
}*/
/* スライダー */
#SLIDESHOW {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#SLIDESHOW .slide {
  position: absolute;
  width: 95%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 95vh;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  border-radius: 10px;
}

#SLIDESHOW .slide.active {
  opacity: 1;
  z-index: 1;
}

#SLIDESHOW .top-logo {
  display: none;
}

/*---------------------------------------------------------
新着情報
---------------------------------------------------------*/
#NEWS {
  /* background-image: url(../img/backimg/06_bkimg.webp); */
  background-size: cover;
  padding: 10rem 0;
  position: relative;
}

#NEWS .news-wrap {
  width: 60%;
  margin: 0 auto;
}

#NEWS .news-wrap .title {
  text-align: center;
}

#NEWS .news-wrap .title h3 {
  font-size: 2.5rem;
}

#NEWS .swiper--wrapper {
  width: 100%;
  height: 300px;
}

#NEWS .swiper-slide {
  color: #ffffff;
  width: 300px;
  height: 100%;
  text-align: center;
  line-height: 300px;
  text-align: center;
  margin: 5rem auto;
}

#NEWS .swiper-slide iframe {
  border: 5px solid rgb(219, 219, 219) !important;
}

#NEWS .swiper-slide:nth-child(3n + 1) {
  /* background-color: #de4439; */
}

#NEWS .swiper-slide:nth-child(3n + 2) {
  /* background-color: #fcd500; */
}

#NEWS .swiper-slide:nth-child(3n + 3) {
  /* background-color: #53c638; */
}

.swiper-button-prev,
.swiper-button-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999 !important;
  pointer-events: auto;
  width: 40px;
  height: 40px;
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* 見やすくする */
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev {
  left: 25% !important;
}

.swiper-button-next {
  right: 10% !important;
}

/*---------------------------------------------------------
会社概要
---------------------------------------------------------*/
#ABOUT {
  /* background-image: url(../img/backimg/06_bkimg.webp); */
  background-size: cover;
  padding: 10rem 0 0;
}

#ABOUT .title {
  text-align: center;
}

#ABOUT .title h3 {
  font-size: 2.5rem;
}

#ABOUT .about-wrap {
  width: 100%;
  margin: 5rem 0 5rem auto;
  position: relative;
}

#ABOUT .about-wrap .about-img-1 {
  /* margin-right: 5rem; */
  width: 85%;
  opacity: 0.7;
}

#ABOUT .about-wrap .about-note {
  width: fit-content;
  background-color: #fff;
  padding: 5rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 25rem 8rem 0 auto;
  line-height: 3rem;
  font-family: math;
  z-index: 5;
  border-radius: 10px;
}

#ABOUT .about-wrap .about-note h5 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

/* #ABOUT .about-wrap .about-note .about-note-name {
  margin-top: 2rem;
} */
#ABOUT .about-wrap .about-img-2 {
  width: 85%;
  opacity: 0.7;
  margin: 0 0 0 auto;
}

/*---------------------------------------------------------
取扱商品
---------------------------------------------------------*/
#PRODUCTS {
  background-size: cover;
  padding: 10rem 0;
  background-color: #f5f5eb;
}

#PRODUCTS .title {
  text-align: center;
}

#PRODUCTS .title h3 {
  font-size: 2.5rem;
}

#PRODUCTS .products-wrap {
  width: 100%;
  margin: 5rem 0 5rem auto;
}

/* #PRODUCTS .scroll-wrapper {
  overflow: hidden;
  width: 100%;
  margin: 5rem 0;
}

#PRODUCTS .scroll-content {
  display: flex;
  white-space: nowrap;
}

#PRODUCTS .scroll-content img {
  width: 800px;
  margin-right: 5rem;
  filter: drop-shadow(10px 10px 10px #999);
  border-radius: 10px;
} */

#PRODUCTS .slider {
  width: 94%;
  margin: 0 auto;
}

#PRODUCTS .slider img {
  width: 100%;
  height: auto;
}

#PRODUCTS .slider .slick-slide {
  margin: 0 10px;
}

/*矢印の設定*/
#PRODUCTS .slick-prev,
#PRODUCTS .slick-next {
  position: absolute;
  /* top: 42%; */
  top: 95%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  height: 15px;
  width: 15px;
}

#PRODUCTS .slick-prev {
  /* left: -1.5%; */
  left: 40%;
  transform: rotate(-135deg);
}

#PRODUCTS .slick-next {
  /* right: -1.5%; */
  right: 40%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
#PRODUCTS .slick-dots {
  text-align: center;
  /* margin: 20px 0 0 0; */
  margin:35px 0;
}

#PRODUCTS .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

#PRODUCTS .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 15px;
  display: block;
  border-radius: 50%;
  background: #ccc;
}

#PRODUCTS .slick-dots .slick-active button {
  background: #333;
}

#PRODUCTS .fullitem_link {
  margin: 5rem auto;
  width: fit-content;
  text-align: center;
}

/*---------------------------------------------------------
アクセス
---------------------------------------------------------*/
#ACCESS {
  /* background-image: url(../img/backimg/06_bkimg.webp); */
  background-size: cover;
  padding: 10rem 0;
}

#ACCESS .wrap {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 5rem 5rem 0 auto;
}

#ACCESS .title {
  text-align: center;
}

#ACCESS .title h3 {
  font-size: 2.5rem;
}

#ACCESS .wrap .map {
  width: 60%;
  height: 600px;
  filter: grayscale(1);
}

#ACCESS .wrap .map iframe {
  width: 100%;
  height: 100%;
  filter: drop-shadow(10px 10px 10px #999);
}

#ACCESS .wrap .info {
  width: 40%;
  margin: 2rem;
}

#ACCESS .wrap .info h4 {
  text-align: center;
  font-size: 1.5rem;
  border-bottom: 1px #777 solid;
  padding-bottom: 1rem;
}

#ACCESS .wrap .info .detail {
  margin-left: 3rem;
  line-height: 3rem;
}

#ACCESS .wrap .info .detail table {
  margin: 2rem 0;
}

#ACCESS .wrap .info .detail table a {
  color: #0000ff;
}

#ACCESS .wrap .info .detail table th {
  text-align: left;
  white-space: nowrap;
}

#ACCESS .wrap .info .detail table td {
  padding-left: 1.5rem;
}

#ACCESS .wrap .info .detail ul {
  padding: 3rem 2rem 3rem 1rem;
}

#ACCESS .wrap .info .detail ul li {
  margin-left: 35px;
}

#ACCESS .wrap .info .detail .note {
  line-height: 2.5rem;
  margin: 4rem 0;
}

#ACCESS .wrap .info .detail .note .note_box {
  border: 1px solid #999;
  position: relative;
  width: fit-content;
}

#ACCESS .wrap .info .detail .note .note_box .note_title {
  position: absolute;
  top: -18px;
  left: 15px;
  background-color: #fff;
  padding: 0 1rem;
  border: 1px solid #999;
  font-weight: 900;
}

/*---------------------------------------------------------
お問い合わせ
---------------------------------------------------------*/
#CONTACT {
  /* background-image: url(../img/backimg/06_bkimg.webp); */
  background-size: cover;
  padding: 10rem 0;
}

#CONTACT .title {
  text-align: center;
}

#CONTACT .title h3 {
  font-size: 2.5rem;
}

#CONTACT .wrap {
  margin: 5rem auto;
}

#CONTACT .wrap form {
  width: 40%;
  margin: 0 auto;
}

#CONTACT .wrap form .form_con {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
}

#CONTACT .wrap form .form_con .ind {
  color: #bb0101;
  vertical-align: middle;
  margin-left: 0.5rem;
}

#CONTACT .wrap form .form_con input {
  height: 25px;
  margin-top: 1rem;
}

#CONTACT .wrap form .form_con textarea {
  height: 250px;
  margin-top: 1rem;
  resize: none;
}

#CONTACT .wrap form .form_con #agreePolicy {
  width: 20px;
  margin-top: 0;
  margin-right: 0.5rem;
}

#CONTACT .wrap form .form_con #agreePolicy:hover,
#CONTACT .wrap form .form_btn #submitBtn {
  cursor: pointer;
}

#CONTACT .wrap form .form_con .privacy {
  display: flex;
  align-items: center;
  justify-content: center;
}

#CONTACT .wrap form .form_con .privacy_note {
  text-align: center;
}

#CONTACT .wrap form .form_btn {
  margin: 0 auto;
  width: fit-content;
}

#CONTACT .wrap form .form_btn #submitBtn {
  padding: 0.5rem 1.5rem;
  background-color: #fff;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*infoエリアをはじめは非表示*/
#info {
  display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container {
  max-width: 1200px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/* プライバシーポリシー */
.privacy {
  color: #555;
  line-height: 2rem;
}

.privacy h2 {
  font-size: 2rem;
  text-align: center;
  margin: 2rem 0;
}

.privacy .privacy-block {
  margin: 1rem 0;
}

.privacy .privacy-block ol {
  margin-left: 1rem;
}

.page-wrap {
  color: #333;
  list-style: inside;
  line-height: 2.5rem;
}

.page-container {
  margin: 2rem 0;
}

.sub_title {
  font-size: 1.2rem;
  background-color: #ededed;
  padding: 0.5rem;
  list-style: none;
}

.page-container-note {
  margin: 1rem 0 0 1rem;
}

/*---------------------------------------------------------
個別ページ（共通）
---------------------------------------------------------*/
.page-wrap {
  width: 65%;
  margin: 0 15rem 0 auto;
  padding: 10rem 0;
}

.page-title {
  font-size: 2rem;
  color: #333;
  border-bottom: 2px solid #333;
  padding: 0 0 1rem 1rem;
}

/*---------------------------------------------------------
プライバシーポリシー
---------------------------------------------------------*/


/*---------------------------------------------------------
フッター
---------------------------------------------------------*/
#FOOTER {
  background-color: #000;
  padding: 5rem 0 3rem;
  color: #fff;
  text-align: center;
  line-height: 2rem;
}

#FOOTER .footer_contactarea {
  display: flex;
  justify-content: center;
}

#FOOTER .footer_contactarea p {
  margin: 0 0.5rem;
}

#FOOTER a {
  color: #fff;
}
