@charset "UTF-8";
/* メディアクエリー用 */
/* webfont設定 */
/* CLEARFIX */
/* 100vhフィット(主にiOSにて) */
/* ホバー時 */
/* 蛍光マーカーを引いたような線 */
/* 中央配置 */
/* 画像をモノクロにする */
/* ANIMATION
--------------------------------------*/
/* カバー画像をスクロール共にフェードさせる */
/* 点滅アニメーション */
/* ふわっとするアニメーション */
/* 画像をホバーすると大きくなる */
/* SVGアニメーション(文字を書いてるような感じ) */
/* ローディング用アニメーション */
/* 線を引くアニメーション */
/* 画像を徐々に出すアニメーション */
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.8;
  width: 100%;
}

body {
  font-weight: 600;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 11px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 10px;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .sp_none {
    display: none !important;
  }
}

.w50 {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .w50 {
    width: 80%;
  }
}

.w40 {
  width: 40%;
}
@media screen and (max-width: 750px) {
  .w40 {
    width: 62%;
  }
}

.w15 {
  width: 15%;
}
@media screen and (max-width: 750px) {
  .w15 {
    width: 28%;
  }
}

.w20 {
  width: 20%;
}
@media screen and (max-width: 750px) {
  .w20 {
    width: 34%;
  }
}

.w22 {
  width: 22%;
}
@media screen and (max-width: 750px) {
  .w22 {
    width: 36%;
  }
}

.w30 {
  width: 30%;
}
@media screen and (max-width: 750px) {
  .w30 {
    width: 44%;
  }
}

.w33 {
  width: 33%;
}
@media screen and (max-width: 750px) {
  .w33 {
    width: 50%;
  }
}

.flex-box {
  display: flex;
}

/* CONTENT
--------------------------------------*/
#contents {
  width: 100%;
  height: auto;
}

.flex_box {
  display: flex;
}

.thepause_logo {
  font-size: 52px;
}
@media screen and (max-width: 750px) {
  .thepause_logo {
    padding-bottom: 7%;
    font-size: 24px;
    text-align: center;
  }
}

.sticky_box1 {
  width: 70%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 750px) {
  .sticky_box1 {
    width: 70%;
    height: 30vh;
  }
}

h1 {
  margin: 0 auto;
  z-index: 100;
}

.inner_modal,
.inner_modal_s {
  width: 95%;
  position: relative;
  margin: 0 auto;
}

.inner_modal_s {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .inner_modal_s {
    width: 95%;
  }
}

.modalimg {
  padding-top: 70px;
  position: relative;
}

.iziModal_group {
  width: 100%;
}

ul.credit {
  padding-top: 200px;
  padding-left: 50px;
}
@media screen and (max-width: 750px) {
  ul.credit {
    padding-top: 30px;
  }
}
ul.credit li {
  padding-bottom: 10px;
}
ul.credit li a {
  text-decoration: underline;
}

ul.credit02 {
  padding-top: 150px;
  padding-left: 50px;
}
@media screen and (max-width: 750px) {
  ul.credit02 {
    padding-top: 30px;
  }
}
ul.credit02 li {
  padding-bottom: 10px;
}
ul.credit02 li a {
  text-decoration: underline;
}

a.close img {
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

.sticky_box2 {
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
}

.item_block {
  z-index: 200;
}

.hover {
  background-color: #fff;
  display: block;
}
.hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

ul.block1 {
  position: relative;
  padding-bottom: 35%;
}
@media screen and (max-width: 750px) {
  ul.block1 {
    padding-bottom: 113%;
  }
}
ul.block1 li.item_a {
  position: absolute;
  left: 0;
}
ul.block1 li.item_b {
  position: absolute;
  top: 50%;
  left: 51%;
}
@media screen and (max-width: 750px) {
  ul.block1 li.item_b {
    top: 56%;
    left: 10%;
  }
}
ul.block1 li.item_c {
  position: absolute;
  right: 17%;
  z-index: 300;
}
@media screen and (max-width: 750px) {
  ul.block1 li.item_c {
    top: 49%;
    right: 27%;
  }
}
ul.block1 li.item_d {
  position: absolute;
  top: 20%;
  right: 1%;
}
@media screen and (max-width: 750px) {
  ul.block1 li.item_d {
    top: 64%;
    right: 1%;
  }
}

ul.block2 {
  position: relative;
  padding-bottom: 44%;
}
@media screen and (max-width: 750px) {
  ul.block2 {
    padding-bottom: 113%;
  }
}
ul.block2 li.item_a {
  position: absolute;
  top: 8%;
  left: 1%;
}
@media screen and (max-width: 750px) {
  ul.block2 li.item_a {
    top: 0;
  }
}
ul.block2 li.item_b {
  position: absolute;
  top: 0;
  left: 32%;
  z-index: 400;
}
@media screen and (max-width: 750px) {
  ul.block2 li.item_b {
    left: 42%;
  }
}
ul.block2 li.item_c {
  position: absolute;
  right: 38%;
  top: 50%;
  z-index: 300;
}
@media screen and (max-width: 750px) {
  ul.block2 li.item_c {
    right: 0;
    top: 40%;
  }
}
ul.block2 li.item_d {
  position: absolute;
  top: 20%;
  right: 1%;
}
@media screen and (max-width: 750px) {
  ul.block2 li.item_d {
    top: 60%;
    right: 31%;
  }
}

ul.block3 {
  position: relative;
  padding-bottom: 37%;
}
@media screen and (max-width: 750px) {
  ul.block3 {
    padding-bottom: 115%;
  }
}
ul.block3 li.item_a {
  position: absolute;
  top: 50%;
  left: 3%;
  z-index: 300;
}
@media screen and (max-width: 750px) {
  ul.block3 li.item_a {
    top: 38%;
  }
}
ul.block3 li.item_b {
  width: 43%;
  position: absolute;
  top: 23%;
  left: 15%;
}
@media screen and (max-width: 750px) {
  ul.block3 li.item_b {
    width: 86%;
    top: 11%;
    left: 0;
  }
}
ul.block3 li.item_c {
  position: absolute;
  top: 75%;
  right: 35%;
}
@media screen and (max-width: 750px) {
  ul.block3 li.item_c {
    position: absolute;
    top: 65%;
  }
}
ul.block3 li.item_d {
  position: absolute;
  top: 30%;
  right: 23%;
}
@media screen and (max-width: 750px) {
  ul.block3 li.item_d {
    top: 53%;
    right: 6%;
  }
}
ul.block3 li.item_e {
  position: absolute;
  top: -15%;
  right: 0;
}
@media screen and (max-width: 750px) {
  ul.block3 li.item_e {
    top: 0;
  }
}

ul.block4 {
  position: relative;
  padding-bottom: 35%;
}
@media screen and (max-width: 750px) {
  ul.block4 {
    padding-bottom: 96%;
  }
}
ul.block4 li.item_a {
  position: absolute;
  top: 20%;
  left: 1%;
}
@media screen and (max-width: 750px) {
  ul.block4 li.item_a {
    top: 0;
  }
}
ul.block4 li.item_b {
  position: absolute;
  top: 40%;
  left: 28%;
}
@media screen and (max-width: 750px) {
  ul.block4 li.item_b {
    top: 70%;
    width: 80%;
    left: 16%;
  }
}
ul.block4 li.item_c {
  position: absolute;
  width: 30%;
  top: 75%;
  right: 22%;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  ul.block4 li.item_c {
    width: 60%;
    top: 46%;
    right: 36%;
  }
}
ul.block4 li.item_d {
  position: absolute;
  top: 10%;
  right: 1%;
}
@media screen and (max-width: 750px) {
  ul.block4 li.item_d {
    top: 10%;
    right: 0;
  }
}

.haikei {
  width: 100%;
  height: auto;
  margin-top: 500px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .haikei {
    margin-top: 200px;
  }
}

@media screen and (min-width: 751px) {
  ul.block5 {
    max-width: 1530px;
    margin: 0 auto;
  }
}
ul.block5 li.item_a {
  position: absolute;
  top: 7%;
  left: 5%;
}
@media screen and (max-width: 750px) {
  ul.block5 li.item_a {
    top: 11%;
  }
}
ul.block5 li.item_b {
  position: absolute;
  top: 10%;
  left: 26%;
  z-index: 300;
}
@media screen and (max-width: 750px) {
  ul.block5 li.item_b {
    width: 30%;
    top: 35%;
    left: 25;
  }
}
ul.block5 li.item_c {
  position: absolute;
  top: 7%;
  right: 17%;
}
@media screen and (max-width: 750px) {
  ul.block5 li.item_c {
    top: 4%;
    right: 3%;
    width: 70%;
  }
}
ul.block5 li.item_d {
  position: absolute;
  top: 20%;
  right: 3%;
}
@media screen and (max-width: 750px) {
  ul.block5 li.item_d {
    right: 14%;
  }
}
ul.block5 li.item_e {
  position: absolute;
  top: 65%;
  left: 3%;
}
@media screen and (max-width: 750px) {
  ul.block5 li.item_e {
    width: 60%;
    top: 70%;
  }
}
ul.block5 li.item_f {
  position: absolute;
  top: 60%;
  left: 40%;
  width: 14%;
}
@media screen and (max-width: 750px) {
  ul.block5 li.item_f {
    width: 26%;
    top: 77%;
    left: 68%;
  }
}
ul.block5 li.item_g {
  position: absolute;
  top: 50%;
  right: 20%;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  ul.block5 li.item_g {
    width: 32%;
    top: 51%;
    right: 38%;
  }
}
ul.block5 li.item_h {
  position: absolute;
  top: 66%;
  right: 4%;
}
@media screen and (max-width: 750px) {
  ul.block5 li.item_h {
    width: 38%;
    top: 40%;
    right: 1%;
  }
}

.coordinate {
  margin-top: 300px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .coordinate {
    margin-top: 200px;
    margin-bottom: 150px;
  }
}
.coordinate h2 {
  font-size: 40px;
  padding-bottom: 15px;
  letter-spacing: 4px;
}
@media screen and (max-width: 750px) {
  .coordinate h2 {
    font-size: 26px;
    letter-spacing: 2px;
    margin-top: 100px;
    text-align: center;
  }
}
.coordinate ul {
  width: 90%;
  margin: 15px auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .coordinate ul {
    flex-wrap: wrap;
    width: 98%;
    margin: 1px auto;
  }
}
.coordinate ul li.coordi {
  padding: 0 10px;
  width: 180px;
}
@media screen and (max-width: 750px) {
  .coordinate ul li.coordi {
    padding: 5px;
    width: 30%;
  }
}

ul.slider {
  position: relative;
}

ul.slider .prev-arrow {
  width: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  ul.slider .prev-arrow {
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
}

ul.slider .next-arrow {
  width: 60px;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  ul.slider .next-arrow {
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
}

.concept {
  margin-top: 300px;
}
@media screen and (max-width: 750px) {
  .concept {
    margin-top: 170px;
  }
}
.concept .concept_img {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .concept .concept_img {
    width: 87%;
    padding-bottom: 70px;
  }
}
.concept p {
  line-height: 3em;
  padding-bottom: 80px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .concept p {
    padding-bottom: 50px;
  }
}

footer {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 750px) {
  footer {
    padding-bottom: 20px;
  }
}
footer ul.social-link {
  margin: 0 auto;
  justify-content: center;
  padding-bottom: 30px;
}
footer ul.social-link li {
  width: 25px;
  padding: 0 10px;
}
footer ul.social-link li:hover img {
  opacity: 0.7;
}
footer ul.staff-list {
  padding: 50px 0 20px;
  line-height: 2.5em;
}
@media screen and (max-width: 750px) {
  footer ul.staff-list {
    padding: 30px 0 20px;
  }
}
footer p.footer-logo {
  width: 15%;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
  footer p.footer-logo {
    width: 50%;
  }
}
footer p.footer-logo:hover img {
  opacity: 0.7;
}
footer span.line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
footer p.copyright {
  padding-top: 40px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  footer p.copyright {
    padding-top: 20px;
  }
}

.inner_modal_s {
  display: flex;
}
@media screen and (max-width: 750px) {
  .inner_modal_s {
    flex-direction: column;
  }
}
.inner_modal_s div.modalimg {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .inner_modal_s div.modalimg {
    width: 80%;
    margin: 0 auto;
  }
}
.inner_modal_s ul {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .inner_modal_s ul {
    width: 80%;
    margin: 0 auto;
  }
}

.footer {
  width: 30%;
  margin: 100px auto;
}
@media screen and (min-width: 751px) {
  .footer {
    width: 150px;
  }
}

/* ANIMATION
--------------------------------------*/
.delay-05s {
  animation-delay: 0.5s;
}

.delay-1s {
  animation-delay: 1s;
}

.delay-12s {
  animation-delay: 1.2s;
}

.delay-15s {
  animation-delay: 1.5s;
}

.delay-2s {
  animation-delay: 2s;
}

.delay-3s {
  animation-delay: 3s;
}
/*# sourceMappingURL=style.css.map */