@charset "UTF-8";
/* ----------------------------------------------------
    sassを使用しています。css編集の際はご注意ください。
---------------------------------------------------- */
/* ----------------------------------------------------
    mixin
---------------------------------------------------- */
/* ----------------------------------------------------
color set
---------------------------------------------------- */
/* ----------------------------------------------------
    basic
---------------------------------------------------- */
html, body {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-size: 4.0625vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #40474f;
  background: #ff0;
}
@media screen and (min-width: 737px) {
  html, body {
    font-size: 18px;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

section, div, aside, article {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
section p, div p, aside p, article p {
  padding: 0;
  margin: 0 0 30px 0;
}
section p:last-child, div p:last-child, aside p:last-child, article p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  section p, div p, aside p {
    margin-bottom: 16px;
  }
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  box-sizing: border-box;
}
ul li {
  box-sizing: border-box;
}

/* ----------------------------------------------------
    selection
---------------------------------------------------- */
::selection {
  background: #ececec;
  color: #666;
}

::-moz-selection {
  background: #ececec;
  color: #666;
}

/* ----------------------------------------------------
    link
---------------------------------------------------- */
a {
  color: #40474f;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:visited {
  text-decoration: none;
  color: #40474f;
}
a:hover {
  color: #ff3061;
}
a:active {
  color: #ff3061;
}

/* ----------------------------------------------------
    header
---------------------------------------------------- */
header {
  padding: 0;
  margin: 0 auto 30px auto;
  width: 1024px;
}
header p {
  padding: 0;
  margin: 0;
}
header p img {
  width: 158px;
  height: auto;
}
header .socialBox {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
}
header .socialBox li {
  padding: 0;
  margin: 0 8px 0 0;
}
header .socialBox li:last-child {
  margin-right: 0;
}
header .socialBox img {
  width: 26px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  header {
    width: 90%;
  }
}
/* ----------------------------------------------------
    contents
---------------------------------------------------- */
.standardWrap {
  padding: 0;
  margin: 0;
}
.standardWrap .inner {
  margin: 0 auto;
  width: 1024px;
}
.standardWrap.bgcolor {
  background: #fff;
}
.standardWrap h2 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: 6.25vw;
}
@media screen and (min-width: 737px) {
  .standardWrap h2 {
    font-size: 32px;
  }
}
.standardWrap .read {
  padding: 0;
  margin: 30px 0;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2rem;
}
.standardWrap .br {
  display: block;
}
.standardWrap .pc_br {
  display: block;
}

@media screen and (max-width: 1024px) {
  .standardWrap .inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .standardWrap {
    margin-bottom: 60px;
  }
  .standardWrap .read {
    margin-top: 20px;
    line-height: 1.8rem;
  }
  .standardWrap .t_br {
    display: block;
  }
}
@media screen and (max-width: 736px) {
  .standardWrap .inner {
    width: 84%;
  }
  .standardWrap h2 {
    line-height: 2.6rem;
  }
  .standardWrap h2 .sp_br {
    display: block;
  }
  .standardWrap .br {
    display: inline;
  }
  .standardWrap .t_br {
    display: inline;
  }
}
.mainvisual {
  padding: 0;
  margin: 0 auto;
  width: 570px;
  text-align: center;
  position: relative;
}
.mainvisual h1 {
  padding: 0;
  margin: 0;
  line-height: 0;
  position: absolute;
  top: -46px;
  right: -60px;
}

@media screen and (max-width: 736px) {
  .mainvisual {
    width: 90%;
  }
  .mainvisual h1 {
    top: -30px;
    right: -10px;
  }
  .mainvisual h1 img {
    width: 210px;
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  .mainvisual h1 img {
    width: 190px;
    height: auto;
  }
}
@media screen and (max-width: 320px) {
  .mainvisual h1 img {
    width: 160px;
    height: auto;
  }
}
#contBox01 {
  padding: 60px 0 180px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #contBox01 {
    padding: 40px 0 140px 0;
  }
}
#contBox02 {
  padding: 60px 0 50px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #contBox02 {
    padding: 40px 0 30px 0;
  }
}
.cardWrap {
  padding: 0;
  margin: 100px 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.cardWrap p {
  padding: 0;
  margin: 0;
}
.cardWrap img {
  width: 332px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .cardWrap {
    margin-bottom: 20px;
  }
  .cardWrap img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .cardWrap {
    margin: 70px 0 0 0;
  }
}
@media screen and (max-width: 736px) {
  .cardWrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cardbox {
  width: 332px;
  height: 481px;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  cursor: pointer;
}
.cardbox img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 1.0;
}
.cardbox img.start {
  opacity: 0 !important;
}

@media screen and (max-width: 1024px) {
  .cardbox {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .cardbox {
    height: 380px;
  }
}
@media screen and (max-width: 736px) {
  .cardbox {
    width: 100%;
    height: 136vw;
  }
}
.ani1_1 {
  animation: a1_1 0.5s forwards;
}

.ani1_2 {
  animation: a1_2 0.5s forwards;
}

@keyframes a1_1 {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(90deg);
    opacity: 1.0;
  }
  51% {
    opacity: 0.0;
  }
  100% {
    opacity: 0.0;
  }
}
@keyframes a1_2 {
  0% {
    transform: rotateY(0deg);
    opacity: 0.0;
  }
  50% {
    transform: rotateY(90deg);
    opacity: 0.0;
  }
  51% {
    opacity: 1.0;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1.0;
  }
}
.ani2_1 {
  animation: a2_1 0.5s forwards;
}

.ani2_2 {
  animation: a2_2 0.5s forwards;
}

@keyframes a2_1 {
  0% {
    opacity: 0.0;
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(90deg);
    opacity: 0.0;
  }
  51% {
    opacity: 1.0;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1.0;
  }
}
@keyframes a2_2 {
  0% {
    transform: rotateY(0deg);
    opacity: 1.0;
  }
  50% {
    transform: rotateY(90deg);
    opacity: 1.0;
  }
  51% {
    opacity: 0.0;
  }
  100% {
    opacity: 0.0;
  }
}
.more {
  padding: 0;
  margin: 0;
}
.more img {
  width: 400px;
  height: auto;
}

@media screen and (max-width: 736px) {
  .more {
    margin-top: 60px;
  }
}
.bnrBox {
  padding: 0;
  margin: 80px auto;
  width: 900px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.bnrBox p {
  padding: 0;
  margin: 0;
}
.bnrBox .bnrL img {
  width: 310px;
  height: auto;
}
.bnrBox .bnrR {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.bnrBox .bnrR img {
  width: 555px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .bnrBox {
    margin-bottom: 20px;
    width: 100%;
  }
  .bnrBox .bnrL {
    width: 36%;
  }
  .bnrBox .bnrL img {
    width: 100%;
    height: auto;
  }
  .bnrBox .bnrR {
    width: 62%;
  }
  .bnrBox .bnrR img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 736px) {
  .bnrBox {
    margin-top: 60px;
    display: block;
  }
  .bnrBox .bnrL {
    margin-bottom: 30px;
    width: 100%;
  }
  .bnrBox .bnrR {
    width: 100%;
  }
  .bnrBox .bnrR p:first-child {
    margin-bottom: 30px;
  }
}
/* ----------------------------------------------------
    blockbox
---------------------------------------------------- */
.blockbox01 {
  padding: 100px 0 0 0;
  margin: 0 0 -50px 0;
  text-align: center;
}
.blockbox01 img {
  width: 63px;
  height: auto;
  line-height: 0;
  position: relative;
  z-index: 99;
}
.blockbox01 img.animation {
  animation: rotateArea 1s both;
}
.blockbox01:after {
  content: "";
  display: block;
  background: url(../images/prologue/img_bg.png) center no-repeat #fff;
  background-size: 299px;
  width: 100%;
  height: 153px;
  position: relative;
  top: -50px;
}

@media screen and (max-width: 736px) {
  .blockbox01 {
    padding-top: 80px;
  }
  .blockbox01:after {
    background-size: 160px;
    width: 100%;
    height: 82px;
    top: -28px;
  }
  .blockbox01 img {
    width: 36px;
  }
}
.blockbox02 {
  padding: 0;
  margin: -68px 0 -50px 0;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .blockbox02 {
    margin-top: -70px;
  }
}
.blockbox02 img {
  width: 60px;
  height: auto;
  line-height: 0;
  position: relative;
  z-index: 99;
}
.blockbox02 img.animation {
  animation: rotateArea 1s both;
}
.blockbox02:after {
  content: "";
  display: block;
  background: url(../images/prologue/img_bg02.png) center no-repeat #ff0;
  background-size: 299px;
  width: 100%;
  height: 153px;
  position: relative;
  top: -60px;
}

@media screen and (max-width: 768px) {
  .blockbox02 {
    margin-top: -118px;
  }
}
@media screen and (max-width: 736px) {
  .blockbox02:after {
    background-size: 160px;
    width: 100%;
    height: 82px;
    top: -30px;
  }
  .blockbox02 img {
    width: 36px;
  }
}
.blockbox03 {
  padding: 0;
  margin: 0 0 -50px 0;
  text-align: center;
}
.blockbox03 img {
  width: 52px;
  height: auto;
  line-height: 0;
  position: relative;
  z-index: 99;
}
.blockbox03 img.animation {
  animation: rotateArea 1s both;
}
.blockbox03:after {
  content: "";
  display: block;
  background: url(../images/prologue/img_bg.png) center no-repeat #fff;
  background-size: 299px;
  width: 100%;
  height: 153px;
  position: relative;
  top: -50px;
}

@media screen and (max-width: 736px) {
  .blockbox03:after {
    background-size: 160px;
    width: 100%;
    height: 82px;
    top: -26px;
  }
  .blockbox03 img {
    width: 32px;
  }
}
@keyframes rotateArea {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/* ----------------------------------------------------
    footer
---------------------------------------------------- */
footer {
  background: #fff;
}
footer .footerinner {
  padding: 20px 0 80px 0;
  margin: 0 auto;
  width: 1024px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
footer .sharebox .imgbase {
  padding: 0;
  margin: -172px 0 0 0;
  position: relative;
}
footer .sharebox .hand {
  position: absolute;
  left: 30px;
  bottom: 38px;
  z-index: 2;
}
footer .sharebox .sharebtn {
  position: absolute;
  left: 102px;
  bottom: 157px;
  z-index: 1;
}
footer .sharebox .sharebtn li {
  padding: 0;
  margin: 0 0 10px 0;
}
footer .sharebox .sharebtn li:last-child {
  margin-bottom: 0;
}
footer .sharebox .sharebtn li img {
  width: 157px;
  height: auto;
  line-height: 0;
}
footer .sharebox .sp_ver {
  display: none;
}
footer .addressbox {
  width: 480px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
footer .addressbox .sharetxt {
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: 6.25vw;
}
@media screen and (min-width: 737px) {
  footer .addressbox .sharetxt {
    font-size: 32px;
  }
}
footer .addressbox .hashtag {
  padding: 0;
  margin: 0 0 0 -46px;
  line-height: 0;
}
footer .addressbox .hashtag img {
  width: 374px;
  height: auto;
}
footer .addressbox address {
  padding: 0;
  margin: 80px 0 0 0;
  font-style: normal;
  -webkit-flex-grow: 2;
  flex-grow: 2;
  font-size: 12px;
  font-size: 3.75vw;
}
@media screen and (min-width: 737px) {
  footer .addressbox address {
    font-size: 17px;
  }
}
footer .addressbox address p {
  padding: 0;
  margin: 0;
}
footer .addressbox address p:first-child {
  font-weight: bold;
}
footer .addressbox address p span {
  display: inline-block;
}
footer .addressbox address p .address:before {
  content: "";
  display: inline-block;
  background: url(../images/prologue/icon_home.png) center no-repeat;
  background-size: 100%;
  width: 12px;
  height: 13px;
  margin-right: 6px;
}
footer .addressbox address p .tel {
  margin-right: 18px;
}
footer .addressbox address p .tel:before {
  content: "";
  display: inline-block;
  background: url(../images/prologue/icon_tel.png) center no-repeat;
  background-size: 100%;
  width: 12px;
  height: 13px;
  margin-right: 6px;
}
footer .addressbox address p .fax {
  margin-right: 18px;
}
footer .addressbox address p .fax:before {
  content: "";
  display: inline-block;
  background: url(../images/prologue/icon_fax.png) center no-repeat;
  background-size: 100%;
  width: 12px;
  height: 13px;
  margin-right: 6px;
}
footer .addressbox address p .mail:before {
  content: "";
  display: inline-block;
  background: url(../images/prologue/icon_mail.png) center no-repeat;
  background-size: 100%;
  width: 12px;
  height: 13px;
  margin-right: 6px;
  position: relative;
  top: 1px;
}

@media screen and (max-width: 768px) {
  footer .footerinner {
    padding-bottom: 40px;
    width: 96%;
  }
  footer .sharebox {
    width: 44%;
  }
  footer .sharebox .hand {
    left: 20px;
  }
  footer .sharebox .hand img {
    width: 62px;
    height: auto;
  }
  footer .sharebox .sharebtn {
    left: 78px;
    bottom: 112px;
  }
  footer .sharebox .sharebtn li {
    margin-bottom: 5px;
  }
  footer .sharebox .sharebtn li img {
    width: 132px;
  }
  footer .addressbox {
    width: 48%;
  }
  footer .addressbox address {
    margin-top: 50px;
  }
}
@media screen and (max-width: 736px) {
  footer .footerinner {
    padding-top: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 84%;
  }
  footer .sharebox {
    width: 100%;
    order: 2;
  }
  footer .sharebox .imgbase {
    margin: 40px 0 0 0;
  }
  footer .sharebox .ill_phone {
    line-height: 0;
  }
  footer .sharebox .hand {
    left: 10vw;
    bottom: 8vw;
  }
  footer .sharebox .hand img {
    width: 85%;
    height: auto;
  }
  footer .sharebox .sharebtn {
    margin: auto;
    left: 0;
    right: 0;
    bottom: 28%;
    width: 40%;
  }
  footer .sharebox .sharebtn li img {
    width: 100%;
  }
  footer .sharebox .sp_ver {
    padding: 0;
    margin: 80px 0 0 0;
    font-style: normal;
    display: block;
    font-size: 12px;
    font-size: 3.75vw;
  }
  footer .sharebox .sp_ver p {
    padding: 0;
    margin: 0;
  }
  footer .sharebox .sp_ver p:first-child {
    font-weight: bold;
  }
  footer .sharebox .sp_ver p span {
    display: inline-block;
  }
  footer .sharebox .sp_ver p .address:before {
    content: "";
    display: inline-block;
    background: url(../images/prologue/icon_home.png) center no-repeat;
    background-size: 100%;
    width: 12px;
    height: 13px;
    margin-right: 6px;
  }
  footer .sharebox .sp_ver p .tel {
    margin-right: 18px;
  }
  footer .sharebox .sp_ver p .tel:before {
    content: "";
    display: inline-block;
    background: url(../images/prologue/icon_tel.png) center no-repeat;
    background-size: 100%;
    width: 12px;
    height: 13px;
    margin-right: 6px;
  }
  footer .sharebox .sp_ver p .fax {
    margin-right: 18px;
  }
  footer .sharebox .sp_ver p .fax:before {
    content: "";
    display: inline-block;
    background: url(../images/prologue/icon_fax.png) center no-repeat;
    background-size: 100%;
    width: 12px;
    height: 13px;
    margin-right: 6px;
  }
  footer .sharebox .sp_ver p .mail:before {
    content: "";
    display: inline-block;
    background: url(../images/prologue/icon_mail.png) center no-repeat;
    background-size: 100%;
    width: 12px;
    height: 13px;
    margin-right: 6px;
    position: relative;
    top: 1px;
  }
  footer .addressbox {
    margin-top: 60px;
    width: 100%;
    text-align: center;
    order: 1;
  }
  footer .addressbox .sharetxt {
    line-height: 2.6rem;
  }
  footer .addressbox .hashtag {
    margin-left: -20px;
  }
  footer .addressbox address {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  footer .sharebox .hand {
    left: 38px;
    bottom: 6%;
  }
  footer .sharebox .hand img {
    width: 78%;
    height: auto;
  }
}
@media screen and (max-width: 360px) {
  footer .sharebox .hand {
    bottom: 10vw;
  }
  footer .sharebox .hand img {
    width: 70%;
    height: auto;
  }
}
@media screen and (max-width: 320px) {
  footer .sharebox .hand {
    left: 8vw;
    bottom: 6vw;
  }
}
/* ----------------------------------------------------
    pageup
---------------------------------------------------- */
#pageup {
  padding: 0;
  margin: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 999;
}
#pageup img {
  width: 61px;
  height: auto;
}
