@charset "UTF-8";
body {
  background: url(./img/bg_mouse.png) repeat !important;
}

/*----------------------------------------------------
	element style 全サイト共通
----------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
  /* 16px*/
  line-height: 2em;
}

h1, .fs48 {
  font-size: 4.3rem;
  /* 36px*/
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  h1, .fs48 {
    font-size: 2.3rem;
  }
}

h2, .fs32 {
  font-size: 3.2rem;
  /* 32px*/
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  h2, .fs32 {
    font-size: 2.0rem;
  }
}

h3, .fs22 {
  font-size: 2.2rem;
  /* 22px*/
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  h3, .fs22 {
    font-size: 1.8rem;
    /* 22px*/
  }
}

p {
  font-size: 1.8rem;
  /* 18px*/
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1.2rem;
    /* 14px*/
  }
}

p.small {
  font-size: 1.4rem;
  /* 18px*/
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  p.small {
    font-size: 1.0rem;
    /* 14px*/
  }
}

body {
  background: #004189;
  color: #004189;
  font-family: "Kiwi Maru", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
}

input, textarea {
  font-family: "Kiwi Maru", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body, html {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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, button, input, textarea, 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, a {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

nav, ul, li {
  list-style: none;
}

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

a:link {
  color: #004189;
}

a:visited {
  color: #004189;
}

a:hover {
  text-decoration: none;
  color: #004189;
}

header, .container {
  width: 1030px;
  min-width: 1030px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  header, .container {
    width: 100%;
    min-width: 100%;
  }
}

.container-fluid {
  min-width: 1030px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .container-fluid {
    width: 100%;
    min-width: 100%;
  }
}

.container-wrap {
  position: relative;
  max-width: 1170px;
  padding: 0;
  margin: 0 auto;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.keycolor {
  color: #FF7B32;
}

/*マージン調整*/
/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}

.round_p {
  border-radius: 10px;
}

/*----------------------------------------------------
	element style 全サイト共通ここまで
----------------------------------------------------*/
.bgillust {
  position: relative;
  width: 100%;
  height: 550px;
  background: url(./img/bg_illust.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .bgillust {
    background-position: bottom center;
    height: 100px;
    background-size: 100%;
  }
}

.bg_cloud {
  background-image: url(./img/bg_cloud.png);
  background-position: top center;
  background-repeat: no-repeat repeat;
}

/*----------------------------------------------------
	ヘッダーメニュー
----------------------------------------------------*/
/* btn_trigger */
.btn_trigger {
  position: fixed;
  width: 60px;
  height: 65px;
  cursor: pointer;
  right: 40px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  top: 40px;
  z-index: 999;
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 767px) {
  .btn_trigger {
    right: 10px;
    top: 10px;
  }
}

.btn_trigger::before {
  position: absolute;
  content: "MENU";
  font-size: 10px;
  letter-spacing: 0.2em;
  font-weight: bold;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
}

.btn_trigger span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
  width: 50%;
  height: 3px;
  background-color: #004189;
  border-radius: 50px;
}

.btn-trigger, .btn_trigger span {
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn_trigger span:nth-of-type(1) {
  top: 12px;
}

.btn_trigger span:nth-of-type(2) {
  top: 23px;
}

.btn_trigger span:nth-of-type(3) {
  top: 34px;
}

.btn_trigger.active {
  right: 300px;
}

.btn_trigger.active::before {
  position: absolute;
  content: "CLOSE";
  font-size: 10px;
  letter-spacing: 0.2em;
  font-weight: bold;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
}

.btn_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  top: 25px;
}

.btn_trigger.active span:nth-of-type(2) {
  right: 60%;
  opacity: 0;
  -webkit-animation: active_menu_bar .8s forwards;
  animation: active_menu_bar .8s forwards;
}

@-webkit-keyframes active_menu_bar {
  100% {
    height: 0;
  }
}

@keyframes active_menu_bar {
  100% {
    height: 0;
  }
}

.btn_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  top: 25px;
}

/* menu_box */
.menu_box {
  position: fixed;
  width: 390px;
  height: 100vh;
  padding: 110px 30px;
  background: #004189;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .5s;
  transition: all .5s;
  /* 移動する速さ */
  z-index: 998;
}

.menu_box.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.menu_box a {
  color: #fff;
  display: block;
  padding: 20px 0 20px 60px;
  border-top: 1px solid #fff;
  position: relative;
}

.menu_box a:hover {
  opacity: 0.7;
}

.menu_box li:last-child a {
  border-bottom: 1px solid #fff;
}

.menu_box a::before {
  position: absolute;
  content: "";
  left: 10px;
}

.menu_box a.menu_home::before {
  background: url(./img/menu_home.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 17px;
}

.menu_box a.menu_mouse::before {
  background: url(./img/menu_mouse.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 28px;
}

.menu_bg.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 997;
}

/*----------------------------------------------------
 main
-------------------------------------------------------------*/
#main {
  padding: 100px 0 120px;
  background: url(./img/bg_top.jpg);
  text-align: center;
  overflow: hidden;
}

#main .inner {
  position: relative;
  max-width: 1000px;
  width: 100%;
  display: inline-block;
  z-index: 0;
}

@-webkit-keyframes fadeScaleAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeScaleAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#main .illust {
  position: absolute;
  opacity: 0;
}

/* illust.hand01 */
#main .illust.hand01 {
  left: -400px;
  top: -400px;
  width: 600px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  #main .illust.hand01 {
    left: -250px;
    top: -300px;
    width: 400px;
  }
}

#main .illust.hand01.active {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
          animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

/* illust.hand02 */
#main .illust.hand02 {
  right: -300px;
  top: -400px;
  width: 600px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  #main .illust.hand02 {
    right: -250px;
    top: -300px;
    width: 400px;
  }
}

#main .illust.hand02.active {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
          animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

/* illust.hand03 */
#main .illust.hand03 {
  right: -300px;
  bottom: -300px;
  width: 600px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  #main .illust.hand03 {
    right: -250px;
    bottom: -250px;
    width: 400px;
  }
}

#main .illust.hand03.active {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
          animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

/* illust.hand04 */
#main .illust.hand04 {
  left: -400px;
  bottom: -300px;
  width: 600px;
}

@media screen and (max-width: 767px) {
  #main .illust.hand04 {
    left: -250px;
    bottom: -250px;
    width: 400px;
  }
}

#main .illust.hand04.active {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
          animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.zoom {
  opacity: 0;
}

.zoom.active {
  -webkit-animation-name: fadeScaleAnime;
          animation-name: fadeScaleAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
          animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

#main .arrow {
  opacity: 0;
}

#main .arrow.active {
  -webkit-animation-name: fadeArrow;
          animation-name: fadeArrow;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 1;
}

@-webkit-keyframes fadeArrow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeArrow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.mainvisual {
  position: relative;
  bottom: -100px;
}

/*スクロールボタンの指定*/
.scroll {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.scroll a {
  width: 70px;
  height: 70px;
  background-color: #EBE8E7;
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #004189;
  text-decoration: none;
  padding: 10px 0 30px;
  /*矢印を作成する*/
}

.scroll a:hover {
  background-color: rgba(235, 232, 231, 0.8);
}

.scroll a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  bottom: 25px;
  margin: auto;
  border-bottom: 2px solid #004189;
  border-right: 2px solid #004189;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: move 2s infinite;
          animation: move 2s infinite;
}

section {
  max-width: 800px;
  padding: 50px 25px;
  margin: 0 auto;
}

section h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 25px;
}

section p {
  line-height: 1.8;
  margin: 0 0 15px;
}

/*矢印をアニメーションする*/
@-webkit-keyframes move {
  0% {
    -webkit-transform: rotate(45deg) translate(0, 0);
            transform: rotate(45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(45deg) translate(7px, 7px);
            transform: rotate(45deg) translate(7px, 7px);
  }
  40% {
    -webkit-transform: rotate(45deg) translate(0, 0);
            transform: rotate(45deg) translate(0, 0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: rotate(45deg) translate(0, 0);
            transform: rotate(45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(45deg) translate(7px, 7px);
            transform: rotate(45deg) translate(7px, 7px);
  }
  40% {
    -webkit-transform: rotate(45deg) translate(0, 0);
            transform: rotate(45deg) translate(0, 0);
  }
}

/*----------------------------------------------------
	ねこアースプロジェクト
----------------------------------------------------*/
#project .container-wrap {
  padding: 80px 0;
  background-color: rgba(255, 255, 255, 0.8);
}

#project .bg_neko {
  position: absolute;
  width: 300px;
}

#project .bg_neko.neko01 {
  top: 160px;
  left: -80px;
}

#project .bg_neko.neko02 {
  bottom: -38px;
  right: 0px;
}

/*----------------------------------------------------
	main 猫は地球を救えるか
----------------------------------------------------*/
.bg_jeans {
  background-image: url(./img/bg_jeans.jpg);
  display: block;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .bg_jeans {
    background-size: initial;
    background-attachment: scroll;
  }
}

#main_sub {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  #main_sub .container-fluid {
    padding: 0 10px;
  }
}

.spark:before {
  content: '';
  background-image: url(./img/bg_spark.png);
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 263px;
}

@media screen and (max-width: 767px) {
  .spark:before {
    left: -50px;
    width: 30px;
  }
}

/*----------------------------------------------------
	地球環境の問題
----------------------------------------------------*/
#problem {
  padding: 80px 0 0;
}

#problem .num {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 8.6rem;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  #problem .num {
    font-size: 5.0rem;
  }
}

#problem .num:before {
  content: url(./img/icon_flag.svg);
  display: inline-block;
  width: 60px;
}

@media screen and (max-width: 767px) {
  #problem .num:before {
    width: 30px;
  }
}

#problem h2.title {
  border-bottom: solid 2px;
}

#problem .problem-block {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #problem .problem-block {
    margin-bottom: 30px;
  }
}

#problem .solution .title {
  font-size: 4.5rem;
  line-height: 2em;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #problem .solution .title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

#problem .solution .linkbtn {
  position: relative;
  max-width: 560px;
  width: 100%;
  font-size: 4.0rem;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #problem .solution .linkbtn {
    margin-top: 10px;
    font-size: 2.2rem;
  }
}

#problem .solution .linkbtn:before {
  border-radius: 30px;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  bottom: -5px;
  right: -5px;
  background-image: -webkit-repeating-linear-gradient(135deg, #231815, #231815 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #231815, #231815 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}

#problem .solution .linkbtn a {
  border-radius: 30px;
  padding: 25px;
  color: #fff;
  background-color: #FF7B32;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  #problem .solution .linkbtn a {
    padding: 10px;
  }
}

#problem .solution .linkbtn a:hover {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}

#problem .solution .linkbtn a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}

.rope:before, .rope:after {
  content: url(./img/rope.svg);
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 20px auto;
  line-height: 1rem;
}

.marker {
  background-color: rgba(246, 207, 100, 0.5);
  padding: 0 10px;
}

.slash:before {
  content: url(./img/bg_slash_l.svg);
  position: absolute;
  left: -100px;
  width: 65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .slash:before {
    left: -50px;
    width: 30px;
  }
}

.slash:after {
  content: url(./img/bg_slash_r.svg);
  position: absolute;
  right: -100px;
  width: 65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .slash:after {
    right: -50px;
    width: 30px;
  }
}

/*----------------------------------------------------
	はぎれネズミ大作戦
----------------------------------------------------*/
#mission .title {
  color: #fff;
  background-color: #004189;
  text-align: center;
  padding: 100px 10px;
}

@media screen and (max-width: 767px) {
  #mission .title {
    padding: 50px 0;
  }
}

#mission .title h1 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #mission .title h1 {
    margin-bottom: 30px;
  }
}

#mission .title h1:after {
  content: url(./img/mission_title_bg.png);
  position: absolute;
  top: -55px;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  #mission .title h1:after {
    content: url(./img/rope_whi.svg);
    top: 20px;
    width: 80%;
  }
}

#mission .bg_hagire {
  background-image: url(./img/bg_hagire.jpg);
  display: block;
  background-position: center;
  background-attachment: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #mission .bg_hagire {
    background-attachment: scroll;
  }
}

#mission .bg_hagire .container-wrap {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 10px;
}

/*----------------------------------------------------
	商品紹介
----------------------------------------------------*/
#items {
  padding-top: 80px;
  padding-bottom: 0px;
}

#items h2.number {
  font-size: 4.2rem;
  margin: 50px 0 70px;
}

@media screen and (max-width: 767px) {
  #items h2.number {
    font-size: 3.0rem;
    margin: 30px 0 50px;
  }
}

#items h2.number::after {
  content: '';
  background-image: url(./img/items_bg_num.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 280px;
  height: 89px;
}

@media screen and (max-width: 767px) {
  #items h2.number::after {
    width: 188px;
    height: 60px;
  }
}

#items .tab-content {
  border: 2px solid #004189;
  padding: 50px;
  border-radius: 0 0  20px 20px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #items .tab-content {
    padding: 20px;
  }
}

#items .tab-content .attention {
  font-size: 1.4rem;
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {
  #items .tab-content .attention {
    font-size: 1.0rem;
  }
}

#items .tab-content .attention ul li {
  list-style: disc;
  margin-left: 1.5em;
}

#items .tab-content .name {
  line-height: 1.3em;
}

#items .tab-content .spec {
  font-size: 1.6rem;
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {
  #items .tab-content .spec {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  #items .tab-content figcaption {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  #items .nav-items {
    margin-right: 0px;
    margin-left: 0px;
  }
}

#items .nav-item a {
  font-size: 3.0rem;
  line-height: 1.3em;
  text-align: center;
  border: 2px solid #004189;
  border-bottom: 0px;
  border-radius: 20px 20px 0 0;
  position: relative;
  background: url(./img/bg_tab_mouse.png) no-repeat center center;
  background-size: contain;
  background-color: #fff;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  #items .nav-item a {
    font-size: 1.6rem;
    padding: 10px 0;
  }
}

#items .nav-item a:link {
  color: #004189;
}

#items .nav-item a.active {
  color: #fff;
  background-color: #004189;
}

#items .so {
  display: none;
}

#items .soldout .so {
  position: absolute;
  display: block;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#items .thumbnail-items .image {
  position: relative;
}

#items .thumbnail-items .image:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
}

#items .thumbnail-items .slick-current.image:after {
  opacity: 0;
}

#items .InCartButton {
  display: block;
  width: 100%;
  color: #fff;
  line-height: 2.2em;
  border-radius: 5px;
  background-color: rgba(255, 123, 50, 0.8);
}

#items .InCartButton:hover {
  background-color: #ff7b32;
}

#items .soldout .InCartButton {
  background-color: #aaa;
  pointer-events: none;
}

#items .card {
  margin-bottom: 10px;
  border: initial;
}

#items .card-header {
  border: initial;
  background-color: #F6CF64;
  border-radius: 10px;
  padding: 1.75rem 1.25rem;
}

@media screen and (max-width: 767px) {
  #items .card-header {
    padding: 1.0rem 1.0rem;
  }
}

#items .card-body {
  border: 2px solid #F6CF64;
  padding: 30px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #items .card-body {
    padding: 10px;
  }
}

#items .card-header a[data-toggle="collapse"] {
  display: block;
  padding: 10px;
  text-decoration: none;
  position: relative;
}

#items .card-header a[data-toggle="collapse"]::before {
  position: absolute;
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

#items .card-header a[data-toggle="collapse"]::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: #004189 3px solid;
  border-right: #004189 3px solid;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

#items .card-header a[aria-expanded=false]::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#items .card-header a[aria-expanded=true]::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

/*----------------------------------------------------
	ねこアースプロジェクトのロゴについて
	手作りのパッケージについて
----------------------------------------------------*/
#aboutlogo, #package {
  margin-top: 40px;
  padding-top: 40px;
}

#aboutlogo .content, #package .content {
  border: 2px solid #004189;
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  #aboutlogo .content, #package .content {
    padding: 20px;
  }
}

#aboutlogo .content h1:after, #package .content h1:after {
  content: url(./img/rope.svg);
  max-width: 800px;
  width: 100%;
  margin: -20px auto 20px;
  display: block;
}

@media screen and (max-width: 767px) {
  #aboutlogo .content h1:after, #package .content h1:after {
    width: 80%;
  }
}

#aboutlogo .content h2, #package .content h2 {
  color: #FF7B32;
  font-size: 3.0rem;
}

@media screen and (max-width: 767px) {
  #aboutlogo .content h2, #package .content h2 {
    font-size: 2.0rem;
  }
}

#aboutlogo .modal-dialog, #package .modal-dialog {
  max-width: 100%;
}

#aboutlogo .modal, #package .modal {
  overflow-x: auto;
}

.modal-backdrop {
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------
	ユーザーフォト
----------------------------------------------------*/
#photo {
  margin-top: 40px;
  padding-top: 40px;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer {
  padding: 50px 0;
  background-color: #004189;
  color: #fff;
}

footer ul.link li a {
  color: #fff !important;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  footer ul.link li a {
    font-size: 1.2rem;
    padding: 0 5px;
  }
}

footer ul.link li a:hover {
  opacity: 0.8;
}

footer .circle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
}

footer .circle:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

footer .circle i {
  color: #004189;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

#pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  #pagetop {
    right: 10px;
    bottom: 10px;
  }
}

#pagetop a {
  display: block;
}

/*----------------------------------------------------
	2022.06 追加
----------------------------------------------------*/
#main .sustainable {
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#main .sustainable img {
  width: 150px;
  height: 150px;
}

#main .sustainable img:hover {
  opacity: 0.8;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #main .sustainable img {
    width: 70px;
    height: 70px;
  }
}

#main .sustainable.active {
  opacity: 1;
}

#sustainable-modal .modal-dialog {
  max-width: 850px;
}

#sustainable-modal .modal-dialog .modal-content {
  border-radius: 20px;
}

#sustainable-modal .modal-dialog .modal-content .modal-header-title {
  position: relative;
}

#sustainable-modal .modal-dialog .modal-content .modal-header-title button.close {
  position: absolute;
  top: -15px;
  right: -15px;
  color: #004189;
  background-color: #CCD9E7;
  width: 50px;
  height: 50px;
  font-size: 1.5em;
  border-radius: 50%;
  opacity: 1;
}

#sustainable-modal .modal-dialog .modal-content .modal-body p.content {
  font-size: 2.0rem;
}

#sustainable-modal .modal-dialog .modal-content .modal-footer button {
  font-size: 1.5rem;
}
/*# sourceMappingURL=style.css.map */