@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Quicksand");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans");
@import url("https://fonts.googleapis.com/css?family=Quicksand");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans");
.quicksand {
  font-family: 'Quicksand', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: 2px;
}

.robot {
  font-family: 'Roboto', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

.josefin {
  font-family: 'Josefin Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: 2.5px;
}

.quicksand {
  font-family: 'Quicksand', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: 2px;
}

.robot {
  font-family: 'Roboto', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

.josefin {
  font-family: 'Josefin Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: 2.5px;
}

/*------------------------------------------------------------
	basic
------------------------------------------------------------*/
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 740px) {
  body {
    font-size: 1.2rem;
    line-height: 1.7;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
  }
}

img {
  vertical-align: middle;
  border: none;
}

a {
  color: #333333;
}

.pageCont a {
  color: #f0830f;
  text-decoration: none;
  font-family: 'Quicksand', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: 2px;
}

li {
  list-style: none;
}

.pointTxt {
  color: #f0830f;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

/*------------------------------------------------------------
	common 
------------------------------------------------------------*/
.noteShow,
.spShow,
.spIbShow {
  display: none;
}

@media screen and (max-width: 1450px) {
  .noteShow {
    display: block;
  }
}

@media screen and (max-width: 740px) {
  .pcShow {
    display: none;
  }
  .spShow {
    display: block;
  }
  .spIbShow {
    display: inline-block;
  }
}

/*------------------------------------------------------------
	loading
------------------------------------------------------------*/
@-webkit-keyframes logoDrop {
  100% {
    -webkit-transform: translateY(40%);
  }
}

@keyframes logoDrop {
  100% {
    transform: translateY(40%);
  }
}

@-webkit-keyframes logoDropEnd {
  100% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100vh);
  }
}

@keyframes logoDropEnd {
  100% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100vh);
  }
}

@-webkit-keyframes loadTxt {
  50% {
    -webkit-transform: translateY(35%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes loadTxt {
  50% {
    transform: translateY(35%);
  }
  100% {
    transform: translateY(0);
  }
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1500;
}

#loading .loadingArea {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 110px;
  height: 150px;
  z-index: 10;
  -webkit-transition: opacity 0.6s ease 0.8s;
  transition: opacity 0.6s ease 0.8s;
}

#loading .loadingArea .loadingIcn {
  position: relative;
}

#loading .loadingArea .loadingIcn img {
  position: relative;
  z-index: 2;
}

#loading .loadingArea .loadingIcn::before {
  content: "";
  display: block;
  position: absolute;
  top: 48px;
  right: 16px;
  width: 14px;
  height: 26px;
  background: url(../images/logo_drop_load.svg) no-repeat;
  z-index: 1;
  -webkit-animation: logoDrop 0.6s linear forwards;
  animation: logoDrop 0.6s linear forwards;
}

.load #loading .loadingArea .loadingIcn::before {
  -webkit-animation: logoDropEnd 3.5s linear forwards;
  animation: logoDropEnd 3.5s linear forwards;
}

#loading .loadingArea .loadingTxt {
  color: #ffffff;
  font-size: 2rem;
  font-family: 'Josefin Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: 2.5px;
}

#loading .loadingArea .loadingTxt .lTxt {
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: loadTxt 1.4s linear infinite alternate;
  animation: loadTxt 1.4s linear infinite alternate;
}

.load #loading .loadingArea {
  opacity: 0;
}

#loading .loadingMask {
  position: fixed;
  top: 0;
  right: 0;
  width: 33vh;
  height: 33vh;
  border-radius: 50%;
  background-color: #f0830f;
  z-index: 5;
  -webkit-transition: transform 2s ease;
  transition: transform 2s ease;
  -webkit-transform: translate(50%, -50%) scale(50);
  transform: translate(50%, -50%) scale(50);
}

.load #loading .loadingMask {
  -webkit-transform: translate(50%, -50%) scale(1);
  transform: translate(50%, -50%) scale(1);
}

@media screen and (max-width: 740px) {
  #loading .loadingMask {
    width: 33vw;
    height: 33vw;
  }
}

/*------------------------------------------------------------
	wrapper
------------------------------------------------------------*/
#wrapper {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1000;
}

.border {
  width: 0;
  height: 0;
  position: relative;
  z-index: 1100;
}

.border::before, .border::after {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 16px;
  background-color: #f0830f;
}

.border::before {
  top: 0;
  left: 0;
}

.border::after {
  bottom: 0;
  right: 0;
}

.border .border::before, .border .border::after {
  width: 16px;
  height: 100%;
}

@media screen and (max-width: 740px) {
  .border::before, .border::after {
    height: 5px;
  }
  .border .border::before, .border .border::after {
    width: 5px;
  }
}

/*------------------------------------------------------------
	追従
------------------------------------------------------------*/
.pointer {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50%;
  background-color: #ff8606;
  opacity: 0.82;
  width: 16px;
  height: 16px;
  z-index: 700;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

nav.open + .pointer {
  background-color: #fea03d;
}

@media screen and (max-width: 740px) {
  .pointer {
    display: none;
  }
}

/*------------------------------------------------------------
	nav
------------------------------------------------------------*/
@-webkit-keyframes navBtnTop {
  0% {
    top: 0;
    -webkit-transform: rotate(45deg);
  }
  50% {
    top: 0;
    -webkit-transform: rotate(0deg);
  }
  100% {
    top: -2.8vh;
    -webkit-transform: rotate(0deg);
  }
}

@keyframes navBtnTop {
  0% {
    top: 0;
    transform: rotate(45deg);
  }
  50% {
    top: 0;
    transform: rotate(0deg);
  }
  100% {
    top: -2.8vh;
    transform: rotate(0deg);
  }
}

@-webkit-keyframes navBtnActTop {
  0% {
    top: -2.8vh;
    -webkit-transform: rotate(0deg);
  }
  50% {
    top: 0;
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes navBtnActTop {
  0% {
    top: -2.8vh;
    transform: rotate(0deg);
  }
  50% {
    top: 0;
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@-webkit-keyframes navBtnBtm {
  0% {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
  }
  50% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
  }
  100% {
    bottom: -2.8vh;
    -webkit-transform: rotate(0deg);
  }
}

@keyframes navBtnBtm {
  0% {
    bottom: 0;
    transform: rotate(-45deg);
  }
  50% {
    bottom: 0;
    transform: rotate(0deg);
  }
  100% {
    bottom: -2.8vh;
    transform: rotate(0deg);
  }
}

@-webkit-keyframes navBtnActBtm {
  0% {
    bottom: -2.8vh;
    -webkit-transform: rotate(0deg);
  }
  50% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
  }
}

@keyframes navBtnActBtm {
  0% {
    bottom: -2.8vh;
    transform: rotate(0deg);
  }
  50% {
    bottom: 0;
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}

@-webkit-keyframes spNavBtnTop {
  0% {
    top: 0;
    -webkit-transform: rotate(45deg);
  }
  50% {
    top: 0;
    -webkit-transform: rotate(0deg);
  }
  100% {
    top: -2.8vw;
    -webkit-transform: rotate(0deg);
  }
}

@keyframes spNavBtnTop {
  0% {
    top: 0;
    transform: rotate(45deg);
  }
  50% {
    top: 0;
    transform: rotate(0deg);
  }
  100% {
    top: -2.8vw;
    transform: rotate(0deg);
  }
}

@-webkit-keyframes spNavBtnActTop {
  0% {
    top: -2.8vw;
    -webkit-transform: rotate(0deg);
  }
  50% {
    top: 0;
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes spNavBtnActTop {
  0% {
    top: -2.8vw;
    transform: rotate(0deg);
  }
  50% {
    top: 0;
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@-webkit-keyframes spNavBtnBtm {
  0% {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
  }
  50% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
  }
  100% {
    bottom: -2.8vw;
    -webkit-transform: rotate(0deg);
  }
}

@keyframes spNavBtnBtm {
  0% {
    bottom: 0;
    transform: rotate(-45deg);
  }
  50% {
    bottom: 0;
    transform: rotate(0deg);
  }
  100% {
    bottom: -2.8vw;
    transform: rotate(0deg);
  }
}

@-webkit-keyframes spNavBtnActBtm {
  0% {
    bottom: -2.8vw;
    -webkit-transform: rotate(0deg);
  }
  50% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
  }
}

@keyframes spNavBtnActBtm {
  0% {
    bottom: -2.8vw;
    transform: rotate(0deg);
  }
  50% {
    bottom: 0;
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}

.navMask {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%) scale(1);
  transform: translate(50%, -50%) scale(1);
  width: 33vh;
  height: 33vh;
  border-radius: 50%;
  background-color: #f0830f;
  z-index: 1;
  -webkit-transition: transform 1.5s ease;
  transition: transform 1.5s ease;
  z-index: 1200;
}

nav.open + .navMask {
  -webkit-transform: translate(50%, -50%) scale(50);
  transform: translate(50%, -50%) scale(50);
}

@media screen and (max-width: 740px) {
  .navMask {
    width: 33vw;
    height: 33vw;
  }
}

nav {
  position: relative;
  height: 0;
  width: 0;
  z-index: 1300;
}

nav .navTglBtn {
  position: fixed;
  width: 16.5vh;
  height: 16.5vh;
  top: 0;
  right: 0;
  z-index: 10;
  border-radius: 0 0 0 100%;
  z-index: 3;
}

nav .navTglBtn .icnArea {
  display: block;
  position: absolute;
  top: 7vh;
  right: 5vh;
  width: 4.6vh;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

nav .navTglBtn .icnArea::before, nav .navTglBtn .icnArea::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}

nav .navTglBtn .icnArea::before {
  top: -2.8vh;
  -webkit-animation: navBtnTop 0.5s ease;
  animation: navBtnTop 0.5s ease;
}

nav .navTglBtn .icnArea::after {
  bottom: -2.8vh;
  -webkit-animation: navBtnBtm 0.5s ease;
  animation: navBtnBtm 0.5s ease;
}

@media screen and (max-width: 740px) {
  nav .navTglBtn .icnArea {
    height: 1px;
  }
  nav .navTglBtn .icnArea::before, nav .navTglBtn .icnArea::after {
    height: 1px;
  }
}

nav .nav {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

nav .navArea {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #ffffff;
  width: 100%;
  max-width: 840px;
  height: 510px;
  padding-bottom: 100px;
  z-index: 1;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  text-align: center;
}

nav .navArea .navBtn {
  width: 30%;
  margin: 35px 10%;
  height: 100px;
  text-decoration: none;
  line-height: 1.3;
}

nav .navArea .navBtn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

nav .navArea .navBtn .btnTxt {
  display: inline-block;
  vertical-align: middle;
}

nav .navArea .navBtn .btnTxt {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}

nav .navArea .navBtn .mainTxt {
  display: block;
  font-size: 2rem;
}

@media screen and (max-width: 740px) {
  nav .navArea .navBtn .mainTxt {
    font-size: 1.4rem;
  }
}

nav .navArea .navBtn .subTxt {
  margin-top: 20px;
  display: block;
  font-size: 1.5rem;
  text-transform: capitalize;
  font-family: 'Josefin Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: 2.5px;
}

@media screen and (max-width: 740px) {
  nav .navArea .navBtn .subTxt {
    font-size: 1rem;
    margin-top: 14px;
  }
}

nav .navArea .snsBtn {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
  height: 60px;
  color: #ffffff;
  font-size: 1.5rem;
  font-family: 'Josefin Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: 2.5px;
}

nav .navArea .snsBtn img {
  vertical-align: middle;
  margin-right: 16px;
}

@media screen and (max-width: 1450px) {
  nav .navArea {
    height: 450px;
  }
  nav .navArea .navBtn {
    margin: 25px 10%;
    height: 14%;
  }
  nav .navArea .snsBtn {
    margin: 25px auto;
  }
}

nav.open {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

nav.open .navTglBtn .icnArea {
  background-color: transparent;
}

nav.open .navTglBtn .icnArea::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  animation: navBtnActTop 0.5s ease;
}

nav.open .navTglBtn .icnArea::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  animation: navBtnActBtm 0.5s ease normal;
}

@media screen and (max-width: 740px) {
  nav.open {
    overflow: visible;
  }
}

@media screen and (max-width: 740px) {
  nav .navTglBtn {
    width: 16.5vw;
    height: 16.5vw;
  }
  nav .navTglBtn .icnArea {
    top: 7vw;
    right: 5vw;
    width: 4.6vw;
  }
  nav .navTglBtn .icnArea::before {
    top: -2.8vw;
    -webkit-animation: spNavBtnTop 0.5s ease;
    animation: spNavBtnTop 0.5s ease;
  }
  nav .navTglBtn .icnArea::after {
    bottom: -2.8vw;
    -webkit-animation: spNavBtnBtm 0.5s ease;
    animation: spNavBtnBtm 0.5s ease;
  }
  nav .navArea {
    height: 100%;
    padding-bottom: 0;
  }
  nav .navArea .navBtn {
    width: 100%;
    margin: 0;
  }
  nav .navArea .snsBtn {
    position: static;
  }
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
/* ====	common ==== */
.common {
  position: absolute;
  z-index: 500;
}

.common .pageTtl {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: width 0.5s ease;
}

.common .pageTtl .logoTxt {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(90deg) translateY(-100%);
  transform: rotate(90deg) translateY(-100%);
  position: absolute;
  width: 78vh;
  height: 10vh;
  top: 80px;
  left: 80px;
  bottom: 80px;
  z-index: 20;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  font-size: 0;
}

.common .pageTtl .logoTxt img {
  width: 100%;
  height: auto;
}

.common .pageTtl .logoWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 68vh;
  height: 61.5vh;
  z-index: 10;
  -webkit-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

.common .pageTtl .logoWrap .logo {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 24vh;
  height: 46vh;
  z-index: 2;
  -webkit-transition: transform 1.8s ease;
  transition: transform 1.8s ease;
}

.common .pageTtl .logoWrap .logo:nth-of-type(1) {
  top: 5vh;
  left: 1.8vh;
  -webkit-transform: translateY(100vh);
  transform: translateY(100vh);
}

.mainLoad .common .pageTtl .logoWrap .logo:nth-of-type(1) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.common .pageTtl .logoWrap .logo:nth-of-type(2) {
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(-100vh);
  transform: translateY(-100vh);
}

.mainLoad .common .pageTtl .logoWrap .logo:nth-of-type(2) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.common .pageTtl .logoWrap .logo:nth-of-type(3) {
  right: -1px;
  top: -6.5vh;
  -webkit-transform: translateY(100vh);
  transform: translateY(100vh);
}

.mainLoad .common .pageTtl .logoWrap .logo:nth-of-type(3) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.common .pageTtl .logoWrap .logo .logoCircle {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.common .pageTtl .logoWrap .logo .logoCircle::before, .common .pageTtl .logoWrap .logo .logoCircle::after {
  content: "";
  display: block;
  background-color: #ffffff;
  width: calc(100% - (1.8vh * 2));
  height: calc(24vh - (1.8vh * 2));
  margin: 1.8vh auto;
  box-shadow: 0 0 0 1.8vh #f0830f;
  border-radius: 50%;
}

.common .pageTtl .logoWrap .logo .logoDrop {
  height: 15.5vh;
  width: 9vh;
  position: relative;
  top: 4vh;
  z-index: 1;
  -webkit-transition: transform 2.2s ease 1.8s;
  transition: transform 2.2s ease 1.8s;
  -webkit-transform: scale(0.5) translateY(-250%);
  transform: scale(0.5) translateY(-250%);
}

.mainLoad .common .pageTtl .logoWrap .logo .logoDrop {
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.common .pageTtl .logoWrap .ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.common .pageTtl .logoWrap .ttl .mainTtl,
.common .pageTtl .logoWrap .ttl .subTtl {
  width: calc(25vh - (1.8vh * 2));
  height: calc(25vh - (1.8vh * 2));
  margin: 0 auto 0.8vh;
  border-radius: 50%;
  overflow: hidden;
}

.common .pageTtl .logoWrap .ttl .mainTtl .ttlWrap,
.common .pageTtl .logoWrap .ttl .subTtl .ttlWrap {
  width: 100%;
  height: 100%;
}

.common .pageTtl .logoWrap .ttl .mainTtl .ttlWrap .ttlTxt,
.common .pageTtl .logoWrap .ttl .subTtl .ttlWrap .ttlTxt {
  display: block;
  width: 100%;
  height: 100%;
}

.common .pageTtl .logoWrap .ttl .mainTtl {
  font-size: 0;
}

@media screen and (max-width: 740px) {
  .common .pageTtl .logoWrap .ttl .mainTtl {
    overflow: visible;
  }
}

.common .pageTtl .logoWrap .ttl .mainTtl .ttlWrap {
  position: relative;
}

.common .pageTtl .logoWrap .ttl .mainTtl .ttlWrap .ttlTxt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.common .pageTtl .logoWrap .ttl .mainTtl .ttlWrap .ttlTxt img {
  max-width: 100%;
  width: auto;
  opacity: 0;
  position: relative;
  z-index: 2;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: opacity 0s ease 1.4s;
  transition: opacity 0s ease 1.4s;
}

@media screen and (max-width: 1450px) {
  .common .pageTtl .logoWrap .ttl .mainTtl .ttlWrap .ttlTxt img {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}

@media screen and (max-width: 740px) {
  .common .pageTtl .logoWrap .ttl .mainTtl .ttlWrap .ttlTxt img {
    max-width: 80%;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.common .pageTtl .logoWrap .ttl .mainTtl .ttlWrap .ttlTxt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.common .pageTtl .logoWrap .ttl .mainTtl .ttlWrap .ttlTxt::after {
  content: "";
  display: block;
  position: absolute;
  top: -2%;
  left: -2%;
  right: -2%;
  bottom: -2%;
  box-shadow: 0 0 0 0 #f0830f inset;
  border-radius: 50%;
  -webkit-transition: box-shadow 1.4s ease 0s;
  transition: box-shadow 1.4s ease 0s;
  z-index: 1;
}

.articleLoad #wrapper[data-page="1"] .common .pageTtl .logoWrap .ttl .mainTtl .ttlWrap .ttlTxt:nth-of-type(2) img {
  opacity: 1;
}

.articleLoad #wrapper[data-page="1"] .common .pageTtl .logoWrap .ttl .mainTtl .ttlWrap .ttlTxt:nth-of-type(2)::after {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
  box-shadow: 0 0 0 12vh #f0830f inset;
}

.articleLoad #wrapper[data-page="2"] .common .pageTtl .logoWrap .ttl .mainTtl .ttlWrap .ttlTxt:nth-of-type(3) img {
  opacity: 1;
}

.articleLoad #wrapper[data-page="2"] .common .pageTtl .logoWrap .ttl .mainTtl .ttlWrap .ttlTxt:nth-of-type(3)::after {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
  box-shadow: 0 0 0 12vh #f0830f inset;
}

.articleLoad #wrapper[data-page="3"] .common .pageTtl .logoWrap .ttl .mainTtl .ttlWrap .ttlTxt:nth-of-type(4) img {
  opacity: 1;
}

.articleLoad #wrapper[data-page="3"] .common .pageTtl .logoWrap .ttl .mainTtl .ttlWrap .ttlTxt:nth-of-type(4)::after {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
  box-shadow: 0 0 0 12vh #f0830f inset;
}

.articleLoad #wrapper[data-page="4"] .common .pageTtl .logoWrap .ttl .mainTtl .ttlWrap .ttlTxt:nth-of-type(5) img {
  opacity: 1;
}

.articleLoad #wrapper[data-page="4"] .common .pageTtl .logoWrap .ttl .mainTtl .ttlWrap .ttlTxt:nth-of-type(5)::after {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
  box-shadow: 0 0 0 12vh #f0830f inset;
}

.articleLoad #wrapper[data-page="5"] .common .pageTtl .logoWrap .ttl .mainTtl .ttlWrap .ttlTxt:nth-of-type(6) img {
  opacity: 1;
}

.articleLoad #wrapper[data-page="5"] .common .pageTtl .logoWrap .ttl .mainTtl .ttlWrap .ttlTxt:nth-of-type(6)::after {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
  box-shadow: 0 0 0 12vh #f0830f inset;
}

.articleLoad #wrapper[data-page="6"] .common .pageTtl .logoWrap .ttl .mainTtl .ttlWrap .ttlTxt:nth-of-type(7) img {
  opacity: 1;
}

.articleLoad #wrapper[data-page="6"] .common .pageTtl .logoWrap .ttl .mainTtl .ttlWrap .ttlTxt:nth-of-type(7)::after {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
  box-shadow: 0 0 0 12vh #f0830f inset;
}

.common .pageTtl .logoWrap .ttl .subTtl {
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  opacity: 0;
  font-family: 'Josefin Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: 2.5px;
  font-weight: bold;
  text-transform: uppercase;
}

.articleLoad .common .pageTtl .logoWrap .ttl .subTtl {
  opacity: 1;
}

.common .pageTtl .logoWrap .ttl .subTtl .ttlWrap {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 1.95s ease;
  transition: transform 1.95s ease;
}

#wrapper[data-page="1"] .common .pageTtl .logoWrap .ttl .subTtl .ttlWrap {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#wrapper[data-page="2"] .common .pageTtl .logoWrap .ttl .subTtl .ttlWrap {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
}

#wrapper[data-page="3"] .common .pageTtl .logoWrap .ttl .subTtl .ttlWrap {
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
}

#wrapper[data-page="4"] .common .pageTtl .logoWrap .ttl .subTtl .ttlWrap {
  -webkit-transform: translateY(-400%);
  transform: translateY(-400%);
}

#wrapper[data-page="5"] .common .pageTtl .logoWrap .ttl .subTtl .ttlWrap {
  -webkit-transform: translateY(-500%);
  transform: translateY(-500%);
}

#wrapper[data-page="6"] .common .pageTtl .logoWrap .ttl .subTtl .ttlWrap {
  -webkit-transform: translateY(-600%);
  transform: translateY(-600%);
}

.common .pageTtl .logoWrap .ttl .subTtl .ttlWrap .ttlTxt {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

.common .pageTtl .logoWrap .ttl .subTtl .ttlWrap .ttlTxt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.common .pageTtl .logoWrap .ttl .subTtl .ttlWrap .ttlTxt .txt {
  font-size: 2.8rem;
  font-weight: normal;
  text-transform: lowercase;
  color: #f0830f;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: transform 1.95s ease;
  transition: transform 1.95s ease;
}

.common .pageTtl .logoWrap .ttl .subTtl .ttlWrap .ttlTxt .txt:nth-of-type(1) {
  text-transform: uppercase;
}

@media screen and (max-width: 1450px) {
  .common .pageTtl .logoWrap .ttl .subTtl .ttlWrap .ttlTxt .txt {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 740px) {
  .common .pageTtl .logoWrap .ttl .subTtl .ttlWrap .ttlTxt .txt {
    letter-spacing: 0;
    font-size: 1.4rem;
  }
}

.common .pageTtl .logoWrap .ttl .subTtl .ttlWrap .ttlTxt:nth-of-type(1) {
  opacity: 0;
}

.articleLoad #wrapper[data-page="1"] .common .pageTtl .logoWrap .ttl .subTtl .ttlWrap .ttlTxt:nth-of-type(2) .txt {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.articleLoad #wrapper[data-page="2"] .common .pageTtl .logoWrap .ttl .subTtl .ttlWrap .ttlTxt:nth-of-type(3) .txt {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.articleLoad #wrapper[data-page="3"] .common .pageTtl .logoWrap .ttl .subTtl .ttlWrap .ttlTxt:nth-of-type(4) .txt {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.articleLoad #wrapper[data-page="4"] .common .pageTtl .logoWrap .ttl .subTtl .ttlWrap .ttlTxt:nth-of-type(5) .txt {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.articleLoad #wrapper[data-page="5"] .common .pageTtl .logoWrap .ttl .subTtl .ttlWrap .ttlTxt:nth-of-type(6) .txt {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.articleLoad #wrapper[data-page="6"] .common .pageTtl .logoWrap .ttl .subTtl .ttlWrap .ttlTxt:nth-of-type(7) .txt {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

@media screen and (max-width: 1450px) {
  .common .pageTtl .logoWrap .ttl .subTtl .ttlWrap .ttlTxt:nth-of-type(5) {
    white-space: nowrap;
  }
  .common .pageTtl .logoWrap .ttl .subTtl .ttlWrap .ttlTxt:nth-of-type(5) .txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 740px) {
  .common .pageTtl .logoWrap .ttl .subTtl .ttlWrap .ttlTxt:nth-of-type(5) .txt {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 740px) {
  .common .pageTtl {
    width: 0;
  }
  .common .pageTtl .logoTxt {
    top: 25px;
    left: 25px;
    height: 8vw;
    text-align: left;
    z-index: 900;
  }
  .common .pageTtl .logoTxt img {
    height: 100%;
    width: auto;
  }
  .common .pageTtl .logoWrap {
    bottom: auto;
    width: 63vw;
    height: 40.5vw;
    z-index: 900;
    -webkit-transform: scale(1) translate(17vw, 40vh);
    transform: scale(1) translate(17vw, 40vh);
  }
  .common .pageTtl .logoWrap .logo {
    width: 21vw;
    height: 40.5vw;
  }
  .common .pageTtl .logoWrap .logo:nth-of-type(1) {
    top: -9.5vw;
    left: 4vw;
  }
  .common .pageTtl .logoWrap .logo:nth-of-type(3) {
    right: 1.5vw;
    top: -20vw;
  }
  .common .pageTtl .logoWrap .logo .logoCircle::before, .common .pageTtl .logoWrap .logo .logoCircle::after {
    width: calc(100% - (1.6vw * 2));
    height: calc(21vw - (1.6vw * 2));
    margin: 1.6vw auto;
    box-shadow: 0 0 0 1.6vw #f0830f;
  }
  .common .pageTtl .logoWrap .logo .logoDrop {
    height: 15.5vw;
    width: 9vw;
    top: 1vw;
  }
  .common .pageTtl .logoWrap .ttl .mainTtl,
  .common .pageTtl .logoWrap .ttl .subTtl {
    width: calc(21vw - (1.6vw * 2));
    height: calc(21vw - (1.6vw * 2));
  }
  .common .pageTtl .logoWrap .ttl .subTtl {
    line-height: calc(21vw - (1.6vw * 2));
  }
  .common .pageTtl .logoWrap .ttl .subTtl .ttlWrap img {
    width: 80%;
  }
  .common .pageTtl .logoWrap .ttl .subTtl .ttlWrap .ttlTxt {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}

.common .counter {
  position: fixed;
  height: 30px;
  bottom: 50px;
  right: 50px;
  overflow: hidden;
  color: #f0830f;
  font-family: 'Josefin Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: 2.5px;
  letter-spacing: 3px;
  font-size: 3rem;
  line-height: 1;
  -webkit-transition: opacity 2.2s ease;
  transition: opacity 2.2s ease;
  opacity: 0;
}

.common .counter .ttl {
  height: 30px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  position: relative;
  -webkit-transition: transform 1.5s ease;
  transition: transform 1.5s ease;
}

.common .counter .ttl .txt {
  display: block;
  font-size: 1.2rem;
}

#wrapper[data-page="1"] .common .counter .ttl {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#wrapper[data-page="2"] .common .counter .ttl {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
}

#wrapper[data-page="3"] .common .counter .ttl {
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
}

#wrapper[data-page="4"] .common .counter .ttl {
  -webkit-transform: translateY(-400%);
  transform: translateY(-400%);
}

#wrapper[data-page="5"] .common .counter .ttl {
  -webkit-transform: translateY(-500%);
  transform: translateY(-500%);
}

#wrapper[data-page="6"] .common .counter .ttl {
  -webkit-transform: translateY(-600%);
  transform: translateY(-600%);
}

.common .counter .crt {
  height: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: transform 1.5s ease;
  transition: transform 1.5s ease;
}

.common .counter .crt .num {
  display: block;
}

#wrapper[data-page="1"] .common .counter .crt {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#wrapper[data-page="2"] .common .counter .crt {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
}

#wrapper[data-page="3"] .common .counter .crt {
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
}

#wrapper[data-page="4"] .common .counter .crt {
  -webkit-transform: translateY(-400%);
  transform: translateY(-400%);
}

#wrapper[data-page="5"] .common .counter .crt {
  -webkit-transform: translateY(-500%);
  transform: translateY(-500%);
}

#wrapper[data-page="6"] .common .counter .crt {
  -webkit-transform: translateY(-600%);
  transform: translateY(-600%);
}

.common .counter .all {
  margin-top: 13px;
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 740px) {
  .common .counter .all {
    line-height: initial;
  }
}

@media screen and (max-width: 740px) {
  .common .counter {
    text-align: right;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: #ffffff;
    padding-right: 8px;
    line-height: 30px;
    z-index: 900;
    font-size: 1.7rem;
  }
  .common .counter .all {
    font-size: 1rem;
  }
}

.articleLoad .common .counter {
  opacity: 1;
}

.articleLoad .common {
  z-index: 900;
}

.articleLoad .common .pageTtl {
  width: 68vh;
}

.articleLoad .common .pageTtl .logoTxt {
  width: 30vh;
  height: 4vh;
}

.articleLoad .common .pageTtl .logoWrap {
  -webkit-transform: scale(1.35) translate(-10%, -1%);
  transform: scale(1.35) translate(-10%, -1%);
}

@media screen and (max-width: 740px) {
  .articleLoad .common .pageTtl {
    width: 0;
  }
  .articleLoad .common .pageTtl .logoTxt {
    z-index: 901;
    width: 116px;
    height: 15px;
    top: 15px;
    left: 15px;
  }
  .articleLoad .common .pageTtl .logoTxt img {
    width: 116px;
    height: 15px;
  }
  .articleLoad .common .pageTtl .logoWrap {
    background-color: transparent;
    -webkit-transform: scale(1) translate(19vw, -50vh);
    transform: scale(1) translate(19vw, -50vh);
  }
  .articleLoad .common .pageTtl .logoWrap.on {
    opacity: 1;
  }
}

.pagenation {
  position: fixed;
  top: 50%;
  right: 50px;
  bottom: 0;
  margin: auto;
  -webkit-transform: translate(400%, -50%);
  transform: translate(400%, -50%);
  -webkit-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
  z-index: 801;
}

.pagenation .pageBtn {
  text-decoration: none;
  display: block;
  line-height: 1;
  width: 20px;
  height: 30px;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

.pagenation .pageBtn::before {
  content: "";
  display: block;
  height: 30px;
  width: 2px;
  margin: 0 0 0 auto;
  background-color: #f0830f;
  -webkit-transition: height 0.8s ease;
  transition: height 0.8s ease;
}

.pagenation .pageBtn + .pageBtn {
  margin-top: 6px;
}

.pagenation .pageBtn .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  word-break: normal;
  overflow: hidden;
  font-weight: bold;
  color: #f0830f;
  font-family: 'Josefin Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: 2.5px;
  text-transform: capitalize;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

.articleLoad .pagenation .pageBtn .txt {
  height: 0;
}

.pagenation .pageBtn.on, .pagenation .pageBtn:hover {
  height: auto;
}

.pagenation .pageBtn.on::before, .pagenation .pageBtn:hover::before {
  height: 14px;
}

@media screen and (max-width: 740px) {
  .pagenation .pageBtn.on::before, .pagenation .pageBtn:hover::before {
    height: 7px;
  }
}

.pagenation .pageBtn.on .txt, .pagenation .pageBtn:hover .txt {
  margin-top: 5px;
}

.pagenation .pageBtn.on {
  padding: 14px 0;
}

.articleLoad .pagenation {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 740px) {
  .pagenation {
    right: 20px;
  }
  .pagenation .pageBtn .txt {
    letter-spacing: 1px;
  }
}

/* ====	sp header ==== */
@media screen and (max-width: 740px) {
  header {
    position: fixed;
    top: 5px;
    left: 5px;
    right: 5px;
    height: 40px;
    background-color: #ffffff;
    z-index: 850;
    padding: 6px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: transform 0.8s ease;
    transition: transform 0.8s ease;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .articleLoad header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 340px) {
  /*スクロールバー全体*/
  ::-webkit-scrollbar {
    width: 4px;
  }
  /*スクロールバーの軌道*/
  ::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  /*スクロールバーの動く部分*/
  ::-webkit-scrollbar-thumb {
    background-color: rgba(240, 131, 15, 0.4);
    border-radius: 5px;
  }
}

@media screen and (max-height: 540px) {
  /*スクロールバー全体*/
  ::-webkit-scrollbar {
    width: 4px;
  }
  /*スクロールバーの軌道*/
  ::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  /*スクロールバーの動く部分*/
  ::-webkit-scrollbar-thumb {
    background-color: rgba(240, 131, 15, 0.4);
    border-radius: 5px;
  }
}

/* ====	section ==== */
main {
  display: block;
  padding: 16px;
  padding-right: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 800;
}

main section {
  display: table;
  min-height: 100vh;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main section.on .pageCont .contBox {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

main section .pageCont {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
}

main section .pageCont .contBox {
  text-align: left;
  display: block;
  width: calc(100vw - 80vh);
  padding-right: 20vh;
  margin: 0 0 0 auto;
  line-height: 2;
  -webkit-transition: 1.6s ease;
  transition: 1.6s ease;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main section .pageCont .contBox:nth-of-type(n+2) {
  margin-top: 1.5em;
}

main section .pageCont .contBox .txtBox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main section .pageCont .contBox .txtBox iframe {
  width: 600px;
  height: 340px;
}

@media screen and (max-width: 740px) {
  main section .pageCont .contBox .txtBox iframe {
    width: calc(100vw - 100px);
    height: calc(56vw - 40px);
  }
}

main section .pageCont .contBox p {
  margin: 0 0  1em;
}

main section .pageCont .contBox p + p {
  margin-top: 1em;
}

main section .pageCont .contBox p:nth-last-of-type(1) {
  margin-bottom: 0;
}

main section .pageCont .contBox p span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

main section h2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

main section h3 {
  font-family: 'Quicksand', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: 2px;
  font-size: 2.6rem;
  color: #f0830f;
  font-weight: normal;
  margin-bottom: 20px;
}

@media screen and (max-width: 740px) {
  main section h3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 740px) {
  main {
    padding: 5px;
  }
  main section {
    min-height: 100px;
  }
  main section .pageCont {
    width: 100%;
  }
  main section .pageCont .contBox {
    text-align: center;
    width: 100%;
    padding: 0 30px;
    line-height: 1.7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  main section .pageCont .contBox .txtBox {
    max-width: 100%;
  }
}

@-webkit-keyframes scrl {
  0% {
    -webkit-transform: scale(0) translateY(0);
  }
  20% {
    -webkit-transform: scale(1) translateY(30px);
  }
  100% {
    -webkit-transform: scale(1) translateY(80px);
  }
}

@keyframes scrl {
  0% {
    transform: scale(0) translateY(0);
  }
  20% {
    transform: scale(1) translateY(30px);
  }
  100% {
    transform: scale(1) translateY(80px);
  }
}

main #top {
  min-height: 100vh;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}

main #top address {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
  opacity: 0;
  -webkit-transform: translate(100%, -100%) rotate(90deg);
  transform: translate(100%, -100%) rotate(90deg);
  position: fixed;
  top: 20vh;
  right: 110px;
  text-align: left;
  color: #838383;
  font-size: 1.2rem;
}

@media screen and (max-width: 740px) {
  main #top address {
    right: 90px;
  }
}

main #top address a {
  color: #838383;
}

.mainLoad main #top address {
  opacity: 1;
  -webkit-transform: translate(100%, 0) rotate(90deg);
  transform: translate(100%, 0) rotate(90deg);
}

.mainLoad.articleLoad main #top address {
  -webkit-transform: translate(200%, 0) rotate(90deg);
  transform: translate(200%, 0) rotate(90deg);
}

main #top .scrlBtn {
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 16px;
  width: 60px;
  margin: auto;
  color: #565656;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}

main #top .scrlBtn::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  display: block;
  width: 10px;
  height: 17px;
  margin: 0 auto;
  background: url(../images/logo_drop_scrl.svg) center no-repeat;
  -webkit-animation: scrl 2.4s ease infinite;
  animation: scrl 2.4s ease infinite;
}

main #top .scrlBtn::after {
  content: "";
  display: block;
  width: 1px;
  height: 45px;
  margin: 10px auto 0;
  background-color: #f0830f;
}

.ie main #top .scrlBtn::after {
  width: 1.5px;
}

.mainLoad.articleLoad main #top .scrlBtn {
  opacity: 0;
}

@media screen and (max-width: 740px) {
  main #top {
    padding-top: 0;
  }
  main #top address {
    width: 60vh;
    height: 50px;
    right: 60px;
    top: 15%;
    font-size: 1rem;
  }
  main #top .scrlBtn {
    bottom: 5px;
  }
}

@media screen and (max-width: 340px) {
  main #top address {
    width: 80vh;
    top: 5vh;
  }
}

@media screen and (max-height: 540px) {
  main #top address {
    width: 80vh;
    top: 5vh;
  }
}

main #about .quicksand {
  line-height: 1;
  color: #f0830f;
  font-size: 2.6rem;
}

@media screen and (max-width: 740px) {
  main #about .quicksand {
    font-size: 2rem;
  }
}

main #about img {
  margin-right: 5px;
}

@media screen and (max-width: 740px) {
  main #about .pageCont .contBox img {
    max-width: 85%;
    display: inline-block;
  }
}

@media screen and (max-width: 340px) {
  main #about .pageCont {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  main #about .pageCont .contBox {
    padding: 0;
  }
}

@media screen and (max-height: 540px) {
  main #about .pageCont {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  main #about .pageCont .contBox {
    padding: 0;
  }
}

main #work .sliderWrap {
  width: 100%;
  margin: 30px 0 30px auto;
  overflow: hidden;
  -webkit-transition: 1.6s ease;
  transition: 1.6s ease;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

main #work .sliderWrap .slider {
  width: 220px;
  margin-left: 78vh;
  position: relative;
}

main #work .sliderWrap .slider .slick-list.draggable {
  overflow: visible;
  z-index: 100;
}

main #work .sliderWrap .slider .slick-arrow {
  display: block;
  width: 60px;
  height: 25px;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  z-index: 200;
}

main #work .sliderWrap .slider .slick-arrow .btnTxt {
  font-family: 'Quicksand', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: 2px;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  font-weight: bold;
  text-transform: uppercase;
}

main #work .sliderWrap .slider .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-bottom: 1px solid #f0830f;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
}

main #work .sliderWrap .slider .slick-arrow.slick-disabled {
  display: none;
}

main #work .sliderWrap .slider .slick-prev {
  left: 0;
}

main #work .sliderWrap .slider .slick-prev .btnTxt {
  left: 0;
}

main #work .sliderWrap .slider .slick-prev::before {
  left: -40px;
  border-left: 2px solid #f0830f;
  -webkit-transform: skewX(-50deg);
  transform: skewX(-50deg);
}

main #work .sliderWrap .slider .slick-next {
  right: 0;
}

main #work .sliderWrap .slider .slick-next .btnTxt {
  right: 0;
}

main #work .sliderWrap .slider .slick-next::before {
  right: -40px;
  border-right: 1px solid #f0830f;
  -webkit-transform: skewX(50deg);
  transform: skewX(50deg);
}

main #work .sliderWrap .sliderInr {
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #f0830f;
}

main #work .sliderWrap .sliderInr::before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -5%;
  left: -5%;
  right: -5%;
  bottom: -5%;
  margin: auto;
  background-color: #f0830f;
  opacity: 0.75;
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 5;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

main #work .sliderWrap .sliderInr .imgArea {
  position: relative;
  z-index: 1;
}

main #work .sliderWrap .sliderInr .imgArea::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  box-shadow: 0 0 0 150px #f0830f inset;
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}

main #work .sliderWrap .sliderInr.slick-current {
  -webkit-transform: scale(1);
  transform: scale(1);
}

main #work .sliderWrap .sliderInr:nth-of-type(1) .imgArea::after {
  transition-delay: 0.2s;
}

main #work .sliderWrap .sliderInr:nth-of-type(2) .imgArea::after {
  transition-delay: 0.4s;
}

main #work .sliderWrap .sliderInr:nth-of-type(3) .imgArea::after {
  transition-delay: 0.6s;
}

main #work .sliderWrap .sliderInr:nth-of-type(4) .imgArea::after {
  transition-delay: 0.8s;
}

main #work .sliderWrap .sliderInr:nth-of-type(5) .imgArea::after {
  transition-delay: 1s;
}

main #work .sliderWrap .sliderInr:nth-of-type(6) .imgArea::after {
  transition-delay: 1.2s;
}

main #work .sliderWrap .sliderInr:nth-of-type(7) .imgArea::after {
  transition-delay: 1.4s;
}

main #work .sliderWrap .sliderInr .txtArea {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 10;
}

@media screen and (min-width: 740px) {
  main #work .sliderWrap .sliderInr:hover .txtArea {
    opacity: 1;
  }
  main #work .sliderWrap .sliderInr:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

main #work .sliderWrap.on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

main #work .sliderWrap.on .sliderInr .imgArea::after {
  box-shadow: 0 0 0 0 #f0830f inset;
}

main #work .quicksand {
  line-height: 1;
}

main #work a {
  font-size: 2.6rem;
}

@media screen and (max-width: 740px) {
  main #work a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 740px) {
  main #work .sliderWrap .slider {
    width: 200px;
    margin: 0 auto;
    padding-bottom: 70px;
  }
  main #work .sliderWrap .slider .slick-arrow {
    bottom: 24%;
  }
  main #work .sliderWrap .sliderInr {
    overflow: visible;
  }
  main #work .sliderWrap .sliderInr .imgArea {
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
  }
  main #work .sliderWrap .sliderInr .txtArea {
    line-height: 1.3;
    top: 118%;
    left: -20%;
    right: -20%;
    color: #f0830f;
  }
  main #work .sliderWrap .sliderInr .txtArea span {
    font-weight: bold;
  }
  main #work .sliderWrap .sliderInr.slick-current .txtArea {
    opacity: 1;
  }
  main #work p {
    margin: 0 0  1em;
  }
  main #work p + p {
    margin-top: 1em;
  }
  main #work .pageCont .contBox:nth-of-type(n+2) {
    margin-top: 1em;
  }
}

@media screen and (max-width: 340px) {
  main #work .sliderWrap {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  main #work .pageCont {
    -webkit-transform: scale(0.74);
    transform: scale(0.74);
  }
  main #work .pageCont .contBox {
    padding: 0;
  }
}

@media screen and (max-height: 540px) {
  main #work .sliderWrap {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  main #work .pageCont {
    -webkit-transform: scale(0.74);
    transform: scale(0.74);
  }
  main #work .pageCont .contBox {
    padding: 0;
  }
}

main #profile h3 {
  line-height: 1;
}

main #profile h3.nameArea {
  margin-bottom: 30px;
}

main #profile h3.nameArea .txt {
  margin: 0;
}

main #profile h3.nameArea .txt .ja {
  margin-left: 30px;
}

main #profile h3.nameArea .txt.position {
  margin-top: 20px;
  font-size: 1.6rem;
  font-family: 'Quicksand', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: 2px;
  text-align: left;
  color: #333333;
}

@media screen and (max-width: 740px) {
  main #profile h3.nameArea {
    margin-bottom: 30px;
  }
  main #profile h3.nameArea .txt .ja {
    margin-left: 15px;
  }
  main #profile h3.nameArea .txt.position {
    text-align: center;
    margin-top: 15px;
    font-size: 1.2rem;
  }
}

main #profile .awards {
  text-align: left;
  font-size: 1.4rem;
  margin: 40px 0 0;
}

main #profile .awards h3 .txt {
  margin: 0;
}

main #profile .awards .txtBox .txt, main #profile .awards .txtBox p {
  margin: 0.5em 0;
  display: inline-block;
  vertical-align: top;
}

main #profile .awards .txtBox .year {
  width: 60px;
  font-family: 'Roboto', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

@media screen and (max-width: 740px) {
  main #profile .awards {
    font-size: 1.2rem;
    margin: 35px 0 0;
  }
  main #profile .awards .txtBox .txt {
    text-align: left;
    width: calc(100% - 50px);
  }
  main #profile .awards .txtBox .year {
    width: 40px;
  }
}

@media screen and (max-width: 340px) {
  main #profile .pageCont {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  main #profile .pageCont .contBox {
    padding: 0 15px;
  }
}

@media screen and (max-height: 540px) {
  main #profile .pageCont {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  main #profile .pageCont .contBox {
    padding: 0 15px;
  }
}

main #press img {
  margin-bottom: 20px;
}

@media screen and (max-width: 740px) {
  main #press img {
    width: 100%;
    height: auto;
  }
}

main #press p {
  margin-top: 20px;
}

main #press .pointTxt {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 740px) {
  main #press .pointTxt {
    font-size: 1.5rem;
  }
}

main #access .txtBox {
  margin-top: 20px;
}

main #access .contact {
  font-size: 1.2rem;
}

main #access .contact a {
  color: #333333;
  text-decoration: underline;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: 0;
}

@media screen and (max-width: 740px) {
  main #access h3 {
    font-size: 0;
  }
  main #access h3 img {
    width: 177px;
  }
  main #access .contact {
    font-size: 1rem;
  }
}

main #hachimiz h3 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

main #hachimiz .category {
  max-width: calc(100% - 200px);
  padding-left: 25px;
  display: inline-block;
  vertical-align: middle;
}

main #hachimiz .category span {
  background-color: #f0830f;
  color: #ffffff;
  font-size: 1.5rem;
  padding: 0 10px;
  display: block;
  margin: 0.4em 0;
}

main #hachimiz .performance {
  margin: 50px 0 0;
}

main #hachimiz .performance h3 {
  display: block;
  line-height: 1;
}

main #hachimiz .performance h3 + p {
  margin: 1em 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

main #hachimiz .txtBox {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 25px 40px 20px;
  border: solid #f7c187 4px;
  position: relative;
}

main #hachimiz .txtBox::before {
  content: "*";
  font-family: 'Roboto', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 2.3rem;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7c187;
  border-radius: 0 0 100% 0;
}

@media screen and (max-width: 740px) {
  main #hachimiz h3 {
    font-size: 0;
    display: block;
  }
  main #hachimiz h3 img {
    width: auto;
    height: 75px;
    margin-bottom: 20px;
  }
  main #hachimiz .category {
    display: block;
    max-width: 100%;
    padding-left: 0;
  }
  main #hachimiz .category span {
    font-size: 1.1rem;
  }
  main #hachimiz .performance {
    margin-top: 25px;
  }
  main #hachimiz .performance h3 {
    font-size: 1.8rem;
  }
  main #hachimiz .performance > p {
    margin: 10px 0;
  }
  main #hachimiz .txtBox {
    padding: 35px 15px 20px;
    width: 100%;
  }
  main #hachimiz .txtBox::before {
    font-size: 1.4rem;
    padding-left: 0;
    padding-right: 5px;
  }
}

@media screen and (max-width: 340px) {
  main #hachimiz .pageCont {
    -webkit-transform: scale(0.78);
    transform: scale(0.78);
  }
  main #hachimiz .pageCont .contBox {
    padding: 0;
  }
  main #hachimiz .pageCont .contBox .txtBox {
    padding: 25px 10px 10px;
  }
}

@media screen and (max-height: 540px) {
  main #hachimiz .pageCont {
    -webkit-transform: scale(0.78);
    transform: scale(0.78);
  }
  main #hachimiz .pageCont .contBox {
    padding: 0;
  }
  main #hachimiz .pageCont .contBox .txtBox {
    padding: 25px 10px 10px;
  }
}
