@charset "UTF-8";
/*------------------------
SIZE
-------------------------*/
/*************************************
MIXINS
*************************************/
.scpop {
  transform: scale3d(0, 0, 0);
  transform-origin: center center;
  will-change: animation;
}

.scpop.ac {
  animation: bounce 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/*------------------------------------
animation
	*/
@keyframes watapiiPc {
  0% {
    transform: translateX(-5.8565153734vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes watapiiSp {
  0% {
    transform: translateX(-16vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hueRotate {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(359deg);
  }
}
@keyframes photoCoverAnim {
  0% {
    filter: grayscale(95%);
  }
  100% {
    filter: grayscale(0%);
  }
}
@keyframes bounce {
  0% {
    transform: scale3d(0, 0, 0);
  }
  40% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  60% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  80% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/*------------------------
COLOR
-------------------------*/
a {
  color: #000;
  text-decoration: none;
}

/*------------------------
TEXT SET
-------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.1713030747vw;
  font-family: "zen-kaku-gothic-new", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  color: #1A1A1A;
  background-color: #FFFEF1;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  box-sizing: border-box;
}
@media screen and ( min-width : 1680px ) {
  body {
    font-size: 19.6px;
  }
}
@media screen and ( max-width : 1023px ) {
  body {
    font-size: 4.2666666667vw;
  }
}

.sans {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.en {
  color: #777;
  font-family: "ryo-gothic-plusn", sans-serif;
}

/*------------------------
BASIC LAYOUT / MODULE
-------------------------*/
img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}

.sp {
  display: none !important;
}
@media screen and ( max-width : 1023px ) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and ( max-width : 1023px ) {
  .pc {
    display: none !important;
  }
}

@media screen and ( max-width : 1023px ) {
  br.sp, .btn.sp, .tac.sp {
    display: block !important;
  }
}

.lbx {
  cursor: pointer;
}

.tac {
  text-align: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

figure {
  margin: 0;
}

/*------------------------
RESET
-------------------------*/
body {
  word-wrap: break-word;
}

th, td {
  text-align: left;
  vertical-align: top;
  border: none;
}

caption {
  text-align: left;
}

img {
  border: 0;
  vertical-align: bottom;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

fieldset, img {
  border: 0;
}

a {
  outline: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

/*
	clearfix
------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

* html .clearfix {
  display: inline-block;
}

.clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*html5の要素をblock*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  box-sizing: border-box;
}

/*------------------------
FORM
-------------------------*/
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*------------------------
TABLE
-------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

/*きてみてさわってねころんで*/
#pageContent {
  padding-top: 0;
}

.bearUnderLine {
  position: relative;
  border-bottom: 2px solid #000;
}
.bearUnderLine::after {
  content: "";
  position: absolute;
  background-image: url("../images/about/icon-bear-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.878477306vw;
  height: 0.6588579795vw;
  bottom: -0.5490483163vw;
}
@media screen and ( min-width : 1680px ) {
  .bearUnderLine::after {
    width: 15px;
    height: 11px;
    bottom: -10px;
  }
}
@media screen and ( max-width : 1023px ) {
  .bearUnderLine::after {
    width: 3.2vw;
    /* 基本サイズ */
    height: 2.4vw;
    bottom: -2vw;
  }
}

.characterBox {
  display: flex;
  align-items: end;
  max-width: 1680px;
  margin: 0 auto;
}
.characterBox p:first-of-type {
  width: 4.39238653vw;
  margin-right: 1.317715959vw;
}
@media screen and ( min-width : 1680px ) {
  .characterBox p:first-of-type {
    width: 75px;
    margin-right: 22px;
  }
}
.characterBox p:first-of-type img {
  width: 100%;
}
.characterBox p:last-child {
  font-size: 1.0248901903vw;
  font-weight: 900;
}
@media screen and ( min-width : 1680px ) {
  .characterBox p:last-child {
    font-size: 18px;
  }
}
@media screen and ( max-width : 1023px ) {
  .characterBox p:last-child {
    font-size: 3.7333333333vw;
  }
}

#about-navigation {
  position: fixed;
  font-size: 1.5373352855vw;
  top: 3.513909224vw;
  left: 10.2489019034vw;
  z-index: 3;
}
@media screen and ( min-width : 1680px ) {
  #about-navigation {
    top: 59px;
    left: 172px;
    font-size: 25px;
  }
}
@media screen and ( max-width : 1023px ) {
  #about-navigation {
    position: static;
    padding: 25px 25px 96px;
    font-size: 4.2666666667vw;
    background: #FCEA7B;
  }
}
#about-navigation ul {
  display: flex;
}
#about-navigation ul li {
  line-height: 1;
}
#about-navigation ul li a {
  margin-right: 3.074670571vw;
  padding-bottom: 8px;
  line-height: 1;
}
@media screen and ( min-width : 1680px ) {
  #about-navigation ul li a {
    margin-right: 52px;
  }
}
#about-navigation ul li a.current {
  border-bottom: 6px solid #1A1A1A;
}
@media screen and ( max-width : 1023px ) {
  #about-navigation ul li a {
    margin-right: 5.3333333333vw;
  }
}

#about-navigation li {
  transition: opacity 0.3s;
}

#about-navigation li:hover {
  opacity: 0.5;
}

#about-mainArea {
  background: #FCEA7B;
}
#about-mainArea .content {
  display: flex;
}
@media screen and ( max-width : 1023px ) {
  #about-mainArea .content {
    display: block;
  }
}
#about-mainArea .content .detail {
  width: 54%;
  position: relative;
  padding-top: 14.6412884334vw;
  padding-left: 10.2489019034vw;
  padding-right: 4.39238653vw;
}
@media screen and ( min-width : 1680px ) {
  #about-mainArea .content .detail {
    padding-top: 249px;
    padding-left: 172px;
    padding-right: 75px;
  }
}
@media screen and ( max-width : 1023px ) {
  #about-mainArea .content .detail {
    width: 100%;
    padding: 0 6.9333333333vw 12.8vw;
  }
}
#about-mainArea .content .detail .verticalText {
  position: fixed;
  left: 2.9282576867vw;
  top: 10.2489019034vw;
  width: 14px;
}
@media screen and ( min-width : 1680px ) {
  #about-mainArea .content .detail .verticalText {
    left: 49px;
    top: 175px;
  }
}
@media screen and ( max-width : 1023px ) {
  #about-mainArea .content .detail .verticalText {
    position: static;
    width: auto;
  }
  #about-mainArea .content .detail .verticalText .sp {
    display: block !important;
    font-size: 4.2666666667vw;
    margin-bottom: 11.2vw;
  }
}
#about-mainArea .content .detail h2 {
  font-size: 1.9765739385vw;
  font-weight: 900;
  letter-spacing: 4px;
  margin-bottom: 2.9282576867vw;
}
@media screen and ( min-width : 1680px ) {
  #about-mainArea .content .detail h2 {
    font-size: 33px;
    margin-bottom: 49px;
  }
}
@media screen and ( max-width : 1023px ) {
  #about-mainArea .content .detail h2 {
    font-size: 6.6666666667vw;
    margin-bottom: 11.2vw;
  }
}
#about-mainArea .content .detail p {
  line-height: 1.9;
}
#about-mainArea .content .detail p.caution {
  margin-top: 3em;
}
#about-mainArea .content .detail .text {
  text-align: justify;
}
#about-mainArea .content .image {
  width: 46%;
}
@media screen and ( max-width : 1023px ) {
  #about-mainArea .content .image {
    width: 100%;
  }
}
#about-mainArea .content .image img {
  width: 100%;
}

#about-midArea {
  padding: 7.027818448vw 10.2489019034vw;
}
@media screen and ( min-width : 1680px ) {
  #about-midArea {
    padding: 118px 172px;
  }
}
@media screen and ( max-width : 1023px ) {
  #about-midArea {
    padding: 25.6vw 6.6666666667vw;
  }
}
#about-midArea .content {
  max-width: 1680px;
  margin: 0 auto;
}
#about-midArea .content .characterBox {
  margin-bottom: 2.3426061493vw;
}
@media screen and ( min-width : 1680px ) {
  #about-midArea .content .characterBox {
    margin-bottom: 40px;
  }
}
@media screen and ( max-width : 1023px ) {
  #about-midArea .content .characterBox {
    margin-bottom: 8.5333333333vw;
  }
}
#about-midArea .content .characterBox p:first-of-type {
  width: 4.39238653vw;
  /*アイコンの大きさを変える*/
}
@media screen and ( min-width : 1680px ) {
  #about-midArea .content .characterBox p:first-of-type {
    width: 75px;
  }
}
@media screen and ( max-width : 1023px ) {
  #about-midArea .content .characterBox p:first-of-type {
    width: 17.6vw;
    margin-right: 4.8vw;
  }
}
#about-midArea .content .detail {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}
@media screen and ( max-width : 1023px ) {
  #about-midArea .content .detail {
    display: block;
  }
}
#about-midArea .content .detail .text {
  width: 50%;
  padding-right: 4.831625183vw;
  padding-left: 7.3206442167vw;
  line-height: 1.9;
}
@media screen and ( min-width : 1680px ) {
  #about-midArea .content .detail .text {
    padding-left: 125px;
    padding-right: 75px;
  }
}
@media screen and ( max-width : 1023px ) {
  #about-midArea .content .detail .text {
    width: 100%;
    padding: 0;
  }
}
#about-midArea .content .detail .text h3 {
  font-size: 1.5373352855vw;
  margin-bottom: 2.3426061493vw;
  padding-left: 1.5em;
  background: url(../images/about/icon-bear-black.svg) no-repeat left center;
  background-size: auto 0.8em;
}
@media screen and ( min-width : 1680px ) {
  #about-midArea .content .detail .text h3 {
    font-size: 25px;
    margin-bottom: 39px;
  }
}
@media screen and ( max-width : 1023px ) {
  #about-midArea .content .detail .text h3 {
    font-size: 5.0666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
#about-midArea .content .detail .image {
  width: 50%;
}
@media screen and ( max-width : 1023px ) {
  #about-midArea .content .detail .image {
    width: 100%;
    margin-bottom: 12.8vw;
  }
}

#about-lowArea {
  padding: 3.513909224vw 10.2489019034vw;
}
@media screen and ( min-width : 1680px ) {
  #about-lowArea {
    padding: 59px 172px;
  }
}
@media screen and ( max-width : 1023px ) {
  #about-lowArea {
    padding: 0 0 12.8vw;
  }
}
#about-lowArea .image {
  max-width: 1680px;
  margin: 0 auto 3.074670571vw;
}
@media screen and ( min-width : 1680px ) {
  #about-lowArea .image {
    margin-bottom: 52px;
  }
}
@media screen and ( max-width : 1023px ) {
  #about-lowArea .image {
    margin-bottom: 11.2vw;
  }
}
#about-lowArea .content {
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  align-items: end;
  flex-direction: row-reverse;
}
@media screen and ( max-width : 1023px ) {
  #about-lowArea .content {
    display: block;
  }
}
#about-lowArea .content .characterBox {
  width: 50%;
  padding-left: 2.0497803807vw;
}
@media screen and ( min-width : 1680px ) {
  #about-lowArea .content .characterBox {
    padding-left: 35px;
  }
}
@media screen and ( max-width : 1023px ) {
  #about-lowArea .content .characterBox {
    width: 100%;
    padding-left: 6.9333333333vw;
  }
}
#about-lowArea .content .characterBox p:first-of-type {
  width: 5.270863836vw;
  /*アイコンの大きさを変える*/
  margin-right: 0.9516837482vw;
}
@media screen and ( min-width : 1680px ) {
  #about-lowArea .content .characterBox p:first-of-type {
    width: 97px;
    margin-right: 14px;
  }
}
@media screen and ( max-width : 1023px ) {
  #about-lowArea .content .characterBox p:first-of-type {
    width: 25.8666666667vw;
    margin-right: 3.7333333333vw;
  }
}
#about-lowArea .content .characterBox.mite p:first-of-type {
  width: 8.7115666179vw;
  /*アイコンの大きさを変える*/
  margin-right: 0;
}
@media screen and ( min-width : 1680px ) {
  #about-lowArea .content .characterBox.mite p:first-of-type {
    width: 149px;
  }
}
@media screen and ( max-width : 1023px ) {
  #about-lowArea .content .characterBox.mite p:first-of-type {
    width: 25.8666666667vw;
  }
}
#about-lowArea .content .characterBox.sawatte p:first-of-type {
  width: 7.2474377745vw;
  /*アイコンの大きさを変える*/
  margin-right: 2.196193265vw;
}
@media screen and ( min-width : 1680px ) {
  #about-lowArea .content .characterBox.sawatte p:first-of-type {
    width: 124px;
    margin-right: 37px;
  }
}
@media screen and ( max-width : 1023px ) {
  #about-lowArea .content .characterBox.sawatte p:first-of-type {
    width: 26.4vw;
    margin-right: 8vw;
  }
}
#about-lowArea .content .characterBox.nekoronde p:first-of-type {
  width: 8.78477306vw;
  /*アイコンの大きさを変える*/
  margin-right: 2.196193265vw;
}
@media screen and ( min-width : 1680px ) {
  #about-lowArea .content .characterBox.nekoronde p:first-of-type {
    width: 150px;
    margin-right: 37px;
  }
}
@media screen and ( max-width : 1023px ) {
  #about-lowArea .content .characterBox.nekoronde p:first-of-type {
    width: 32vw;
    margin-right: 8vw;
  }
}
#about-lowArea .content .text {
  width: 50%;
}
@media screen and ( max-width : 1023px ) {
  #about-lowArea .content .text {
    width: 100%;
    margin-bottom: 17.3333333333vw;
    padding: 0 6.6666666667vw;
  }
}
#about-lowArea .content .text h3 {
  font-size: 1.5373352855vw;
  margin-bottom: 2.3426061493vw;
  padding-left: 1.5em;
  background: url(../images/about/icon-bear-black.svg) no-repeat left center;
  background-size: auto 0.8em;
}
@media screen and ( min-width : 1680px ) {
  #about-lowArea .content .text h3 {
    font-size: 25px;
    margin-bottom: 39px;
  }
}
@media screen and ( max-width : 1023px ) {
  #about-lowArea .content .text h3 {
    font-size: 5.0666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
#about-lowArea .content .text p {
  line-height: 1.9;
}

.c-cross {
  width: 5.9297218155vw;
  height: 1.6105417277vw;
  position: fixed;
  right: 3.074670571vw;
  top: 2.5622254758vw;
  z-index: 2;
}
@media screen and ( min-width : 1680px ) {
  .c-cross {
    width: 100px;
    height: 27px;
    right: 52px;
    top: 43px;
  }
}
@media screen and ( max-width : 1023px ) {
  .c-cross {
    width: 6.6666666667vw;
    height: 4.2666666667vw;
    right: 26px;
    top: 26px;
  }
}
.c-cross::before, .c-cross::after {
  content: "";
  position: absolute;
  background-color: #FFF;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transition: background-color 0.2s ease;
}
@media screen and ( max-width : 1023px ) {
  .c-cross::before, .c-cross::after {
    height: 4px;
  }
}
.c-cross::before {
  transform: translateY(-50%) rotate(15deg);
}
@media screen and ( max-width : 1023px ) {
  .c-cross::before {
    transform: translateY(-50%) rotate(25deg);
  }
}
.c-cross::after {
  transform: translateY(-50%) rotate(-15deg);
}
@media screen and ( max-width : 1023px ) {
  .c-cross::after {
    transform: translateY(-50%) rotate(-25deg);
  }
}
.c-cross.scrolled::before, .c-cross.scrolled::after {
  background-color: #000;
  height: 3px;
}
@media screen and ( max-width : 1023px ) {
  .c-cross.scrolled::before, .c-cross.scrolled::after {
    height: 5px;
  }
}