@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%;
}

.pageTitle {
  font-size: 1.9765739385vw;
  padding-top: 7.027818448vw;
  margin-bottom: 3.513909224vw;
}
@media screen and ( min-width : 1680px ) {
  .pageTitle {
    font-size: 33.75px;
    padding-top: 120px;
    margin-bottom: 60px;
  }
}
@media screen and ( max-width : 1023px ) {
  .pageTitle {
    font-size: 7.2vw;
    padding-top: 22.9333333333vw;
    margin-bottom: 12.8vw;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 3.513909224vw 0;
  line-height: 1;
}
@media screen and ( min-width : 1680px ) {
  .wp-pagenavi {
    margin: 60px 0;
  }
}
@media screen and ( max-width : 1023px ) {
  .wp-pagenavi {
    margin: 12.8vw 0;
  }
}
.wp-pagenavi .page, .wp-pagenavi .current {
  margin: 0 0.5856515373vw;
}
@media screen and ( max-width : 1023px ) {
  .wp-pagenavi .page, .wp-pagenavi .current {
    margin: 0 2.6666666667vw;
    padding-top: 14.9333333333vw;
  }
}
.wp-pagenavi .current {
  color: #999;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 0.439238653vw 0.7320644217vw;
}
@media screen and ( min-width : 1680px ) {
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    background-size: 8px 13px;
  }
}
@media screen and ( max-width : 1023px ) {
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    background-size: 1.6vw 2.6666666667vw;
    top: 0;
  }
}
.wp-pagenavi .previouspostslink {
  left: 0;
  background-image: url(../images/common/arrow_small_left.svg);
  background-position: left 0.2928257687vw;
  padding-left: 1.0980966325vw;
}
@media screen and ( min-width : 1680px ) {
  .wp-pagenavi .previouspostslink {
    padding-left: 18px;
    background-position: left 5px;
  }
}
@media screen and ( max-width : 1023px ) {
  .wp-pagenavi .previouspostslink {
    background-position: left 1.0666666667vw;
    padding-left: 4vw;
  }
}
.wp-pagenavi .nextpostslink {
  position: absolute;
  right: 0;
  background-image: url(../images/common/arrow_small_right.svg);
  background-position: right 0.2928257687vw;
  padding-right: 1.0980966325vw;
}
@media screen and ( min-width : 1680px ) {
  .wp-pagenavi .nextpostslink {
    padding-right: 18px;
    background-position: right 5px;
  }
}
@media screen and ( max-width : 1023px ) {
  .wp-pagenavi .nextpostslink {
    background-position: right 1.0666666667vw;
    padding-right: 4vw;
  }
}
.wp-pagenavi .current {
  font-weight: bold;
}