@charset "UTF-8";
/* 共通部分
--------------------------------*/
html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background-image: url(../../images/paper.jpg);
  background-repeat: repeat;
}

.content {
  background-image: url(../../images/paper.jpg);
  background-repeat: repeat;
  max-width: 100%; /*幅を100%に設定*/
  margin: 6vh auto 0 auto;
  padding-bottom: 113px;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.align-center {
  text-align: center;
}

footer {
  position: relative;
  margin-top: 150px;
}

/* 菊の花 */
.kiku-small {
  position: absolute;
  width: 100%;
  max-width: 350px;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 1173.5px;
}

/* candoページとgalleryページの見出し
-------------------------------- */
.midashi {
  background-color: #e2dccf;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}

.midasi-top {
  width: 320px;
  margin: 2vh 0;
}

/*タブレット用背景*/
@media screen and (min-width: 500px) {
  body {
    background-image: url(../../images/bg/bg_tab_y_brown.png); /*猫の背景*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .content {
    width: 500px;
    margin-bottom: -157px;
    padding-bottom: 257px;
  }
  .pc-title {
    display: none;
  }
}
@media screen and (min-width: 500px) and (max-height: 500px) {
  /* 横向きでの画面高さに合わせたスタイル */
  body {
    background-image: url(../../images/bg/bg_tab_x_brown.png); /*猫の背景*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
/*デスクトップ用背景*/
@media screen and (min-width: 1000px) {
  body {
    background-image: url(../../images/bg/bg_pc_brown.png); /*猫の背景*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
/* 概要文 */
.description {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6rem;
}

/* 見出し */
.heading-box {
  padding-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
}

header {
  background-color: #fff;
  background-image: url(../../images/paper.jpg);
  position: fixed; /* ヘッダーを固定 */
  top: 0; /* 画面上部に配置 */
  left: 0; /* 左端に配置 */
  width: 100%; /* 横幅を画面いっぱいに広げる */
  z-index: 1000; /* 他の要素の上に表示 */
  display: flex;
  align-items: center;
  height: 6vh;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
header .header-logo {
  width: 80px;
  min-width: 60px;
}
header .yomigana {
  padding-left: 0.5rem;
  font-size: 0.4rem;
}
header .appeal {
  padding-left: 0.5rem;
  font-size: 0.6rem;
  font-weight: 700;
}

/* タブレット版
---------------------------------------------------*/
@media (min-width: 500px) {
  header .header-logo {
    width: 110px;
    max-width: 110px;
  }
  header .yomigana {
    font-size: 0.65rem;
  }
  header .appeal {
    margin-left: 0.5rem;
    font-size: 0.8rem;
  }
}
/* PC版
---------------------------------------------------*/
@media (min-width: 800px) {
  header .header-logo {
    width: 130px;
    max-width: 130px;
  }
  header .yomigana {
    font-size: 1rem;
  }
  header .appeal {
    margin-left: 0.5rem;
    font-size: 1.2rem;
  }
}
.footer-logo {
  width: 200px;
  margin-bottom: 20px;
}

.footer-bg {
  background-color: #e2dccf;
  padding: 60px 0;
}

/* マニュアルのバナー
-------------------------------- */
#manual-size {
  width: 200px;
  margin: 0 auto 50px auto;
}

.manual {
  margin: 1.5rem auto;
  background-color: #fff;
  box-shadow: 0 0 10px lightgrey;
  position: relative;
}
.manual-title {
  padding: 10px 0;
  position: absolute;
  top: 9px;
  right: 11px;
  font-size: 1.04rem;
  font-weight: 700;
}
.manual-comment {
  padding: 10px 0;
  position: absolute;
  top: 32px;
  right: 5px;
  font-size: 0.6rem;
  font-weight: 500;
}
.manual--neko {
  margin: 15px 0 6px 0;
}

.community-card {
  max-width: 400px;
  margin: 1.5rem auto;
  position: relative;
}

.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.sns-items {
  width: 60px;
  margin: 15px 15px 0px 15px;
}

.company {
  margin-bottom: 50px;
}

.otani-info {
  color: #000;
  background-color: #ffbc00;
  margin: 0 38%;
  padding: 0.3rem;
  border-radius: 20px;
  font-size: 0.8rem;
}

.otani-logo {
  width: 100px;
  margin-top: 20px;
}

.footer-large-font {
  margin: 1.5rem 0 0.2rem 0;
  font-size: 1rem;
  font-weight: 600;
}

.footer-small-font {
  margin: 10px;
  font-size: 0.8rem;
  line-height: 1rem;
}
.footer-small-font .line-it-button {
  width: 100px;
  height: 40px;
}
.footer-small-font .line-it-button iframe {
  width: 100%; /* ボタン内のコンテンツに合わせる */
  height: 100%;
}
.footer-small-font .line-it-button {
  width: 60px;
  margin-right: 10px;
}

.insta {
  margin-bottom: 50px;
}
.insta-font {
  line-height: 1rem;
  margin: 10px;
  font-size: 0.8rem;
  font-weight: 600;
}
.insta-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}

.insta-icon {
  width: 60px;
  margin-right: 10px;
}

.insta-comment {
  width: 150px;
}

.copyright {
  background-color: #fff;
  padding: 15px 0;
  font-size: 0.5rem;
}

.red {
  color: #ff0000;
}

/* アクション
--------------------------------*/
main {
  margin: 6vh auto 0 auto;
  background-color: #fff;
}

.action-top-box {
  position: relative;
  z-index: 30;
}

/* 猫アニメーション　右往左往 */
.osuwari-neko {
  position: relative;
  z-index: 100;
  top: -5px;
  width: 300px;
  max-width: 95%;
}

/* ボタンの配置 */
.top-btn-group {
  position: absolute;
  z-index: 70;
  top: -115px;
  left: 0;
  right: 0;
  margin: auto;
}

#terms {
  margin: 0 auto;
  align-items: center;
  max-width: 800px;
  padding: 20px 20px 200px 20px;
}
#terms h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 1rem 0 1rem;
}

.paragraph {
  margin-bottom: 20px;
  margin: 0 1rem;
}

.paragraph-title {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  color: #f98500;
  padding: 2rem 0 1rem;
  text-indent: -2.4rem;
  padding-left: 2rem;
}

.text {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

dl {
  padding-left: 2em; /* 全体を右にずらす */
}

ul {
  list-style-type: none;
  text-indent: -2.5rem;
  padding-left: 0.5rem;
}

li {
  padding-top: 0.5rem;
  list-style-type: none;
  text-indent: -4rem;
  padding-left: 3rem;
}

.headline {
  text-indent: -2rem; /* 1行目を左に引っ込める */
  padding-left: 2rem; /* 全体を右にずらす */
}

.indent {
  text-indent: -1rem;
  padding-left: 3rem;
}

.text-right {
  text-align: right;
  font-size: 0.6rem;
  margin: 20px 0;
}

footer {
  margin-top: 0;
}

@media screen and (min-width: 450px) {
  .pc {
    display: none;
  }
}
/* ボタン 
---------------------------------------*/
.next-btn {
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 2px;
  border-radius: 24px;
  border-color: #fff;
  font-size: 1rem;
}
.next-btn:hover {
  background-color: rgb(71, 59, 26);
}

.btn {
  color: #000;
  background-color: #7ee8e3;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  margin: 0 3px;
  border-radius: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}
.btn:hover {
  background-color: #08cec4;
}

.btn-lastpage {
  color: #000;
  background-color: #7ee8e3;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  margin: 3px;
  border-radius: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
.btn-lastpage:hover {
  background-color: #08cec4;
}

.gallery-btn {
  background-color: #ffbc00;
  color: #000;
  position: absolute;
  z-index: 60;
  top: 295px;
  left: 0;
  right: 0;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  margin: auto;
  width: 250px;
  height: 50px;
  font-size: 1rem;
  border-radius: 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}
.gallery-btn:hover {
  background-color: #08cec4;
}

/* animation-------------------------------------------------
*/
/* 左右にスライドする */
/* 猫アニメーション　右往左往 */
.animation-slide {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

.keyframe-slide {
  animation-name: anim_slide;
}

@keyframes anim_slide {
  0% {
    transform: translate(0px, 0);
  }
  100% {
    transform: translate(20px, 0);
  }
}
/* 左右にゆらゆらゆれる */
.animation-yurayura {
  animation: anim_yurayura 2s linear infinite;
}

@keyframes anim_yurayura {
  0%, 100% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(-4deg);
  }
}
/* 上下に膨らむ　寝息を立てる猫 */
.animation-breathing {
  animation-name: anim_breathing;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

@keyframes anim_breathing {
  0% {
    transform: scale(1, 0.95); /* 初期状態 */
  }
  100% {
    transform: scale(1.2, 1.3); /* 最終状態 */
  }
}/*# sourceMappingURL=terms.css.map */