@charset "UTF-8";
/* RESPONSIVE BOTH---------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
section,
summary,
time,
mark,
audio,
video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 0;
  letter-spacing: 0.025em;
  color: #000000;
  background: url(../img/bg_header_sp.png) top 70vw center/contain no-repeat;
}
body.input, body.error, body.complete {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1050px;
    background: none;
  }
}

/* clearfix */
.clearfix {
  display: inline-block;
  min-height: 1%;
  /* for IE 7 and MacIE5.5*/
  width: 100%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

a:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  .hide_pc {
    display: none;
  }
}

.hide_sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hide_sp {
    display: inline-block;
  }
}

.inner {
  padding: 0 5vw;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1050px;
    min-width: 1050px;
    padding: 0 10px;
    margin: auto;
  }
}

.contents {
  margin: 0 auto;
}

.contents_inr {
  width: 100%;
  margin: 0;
}

.header {
  height: 55px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9998;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .header {
    height: 50px;
  }
}
.header .inner {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header .inner {
    padding: 0 2.5%;
  }
}
.header.bgcolor {
  background: #cbe5d3;
}

/*nav----------------- */
.nav {
  max-width: 1030px;
  margin: auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (min-width: 940px) {
  .nav {
    padding-right: 40px;
  }
}
.nav .social img {
  height: 40px;
  margin-left: 5px;
  padding-top: 3px;
  vertical-align: middle;
}
.nav .social a:hover {
  -webkit-filter: none;
          filter: none;
}
.nav .cross {
  display: inline-block;
  padding: 0 3px;
  vertical-align: top;
  font-size: 24px;
  margin: 0 5px;
}
.nav .logo {
  width: 100px;
  padding: 5px 0;
}

/*footer----------------- */
footer {
  padding: 0 0 100px;
  background: url(../img/bg_footer_sp.png) bottom center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  footer {
    background: url(../img/bg_footer.png) bottom center/100% auto no-repeat;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 10vw 0 5vw;
  }
}
footer a:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
footer .inner {
  max-width: 860px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .inner {
    padding: 0 4vw;
  }
}

.message {
  padding: 40px 0;
  margin: 0 auto 32px;
  line-height: 1.8;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .message {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .message {
    padding: 0;
    margin-bottom: 5vw;
  }
  .message > img {
    margin-bottom: 4vw;
  }
}
.message dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .message dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .message dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4vw;
  }
}
.message dl dt {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .message dl dt {
    width: 20%;
  }
}
.message dl dd {
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .message dl dd {
    width: 80%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .message dl dd {
    font-size: 3.4vw;
  }
}
.message dl img {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .message dl img {
    width: 40%;
    margin: 4vw 0 2vw;
  }
}
.message:before, .message:after {
  content: "";
  display: block;
  height: 4px;
  border-top: 1px solid #cbe5d3;
  border-bottom: 3px solid #cbe5d3;
}
@media screen and (min-width: 769px) {
  .message:before {
    margin-bottom: 40px;
  }
  .message:after {
    margin-top: 40px;
  }
}

.copyright {
  margin-top: 4px;
  text-align: center;
}
.copyright .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.copyright .logo img {
  width: 130px;
  margin: 0 20px;
}
.copyright .logo .logo-sol {
  width: 97px;
}
.copyright__text {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 1vw;
    padding-bottom: 20px;
  }
  .copyright__text {
    font-size: 2.8vw;
  }
  .copyright .logo img {
    width: 34vw;
  }
  .copyright .logo .logo-sol {
    width: 28vw;
  }
}

@media screen and (min-width: 941px) {
  .friend {
    margin: 30px auto 0;
    text-align: center;
  }
}
.friend__heading {
  font-family: "游ゴシック", YuGothic,"Yu Gothic","メイリオ", sans-serif;
  font-weight: 600;
  font-style: oblique;
  font-style: italic;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .friend__heading {
    font-size: 2.8vw;
  }
}
.friend__snsHeading {
  font-family: "Open Sans", Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-weight: 600;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .friend__snsHeading {
    font-size: 2.8vw;
  }
}
.friend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 16px auto;
  width: 260px;
}
@media screen and (min-width: 769px) {
  .friend__list {
    width: 38%;
    margin: 10px auto 0;
  }
}
@media screen and (min-width: 940px) {
  .friend__list {
    width: 326px;
    margin: 22px auto;
  }
}
.friend__list img {
  width: 70px;
  height: 70px;
}
@media screen and (min-width: 941px) {
  .friend__list img {
    width: 88px;
    height: 88px;
  }
}

.pagetop {
  position: fixed;
  width: 80px;
  height: 80px;
  padding: 18px;
  background-color: #cbe5d3;
  border-radius: 50%;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagetop svg {
  fill: #FFFFFF;
}
.pagetop:hover {
  background-color: #cbe5d3;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 12vw;
    height: 12vw;
    padding: 2.5vw;
  }
}

.main {
  width: 100%;
  margin: auto;
}

.mv {
  margin: 0 auto;
  text-align: center;
}
.mv-bg {
  padding: 30vw 0 35vw;
  background: url(../img/mv_sp.jpg) top center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .mv-bg {
    padding: 100px 0 150px;
    background: url(../img/mv.jpg) top center/cover no-repeat;
  }
}
.mv h1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mv h1 {
    width: 50%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .mv h1 {
    margin-bottom: 20px;
  }
}
.mv-txt {
  margin: 6vw auto 12vw;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .contents-wrap {
    padding-top: 50px;
    background: url(../img/bg_header.png) top center/100% auto no-repeat;
  }
}
.contents-area {
  margin: 0 auto 12vw;
}
.contents-area:last-of-type {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contents-area {
    margin: 0 auto 100px;
  }
}
.contents-ttl {
  position: relative;
  margin-bottom: 2vw;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .contents-ttl {
    margin-bottom: 10px;
    padding-left: 100px;
    font-size: 24px;
  }
}
.contents-ttl::before {
  content: "PICKUP";
  display: block;
  width: 12%;
  margin-bottom: 2vw;
  padding: 0 8vw 0 1.2vw;
  font-size: 3vw;
  background-color: #d1e4b7;
}
@media screen and (min-width: 768px) {
  .contents-ttl::before {
    margin: auto;
    padding: 5px 30px 5px 5px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 12px;
  }
}
.contents-txt {
  font-size: 3.5vw;
}
@media screen and (min-width: 768px) {
  .contents-txt {
    font-size: 14px;
  }
}
.contents-img {
  margin-top: 20px;
}

/* IE表示用 */
_:-ms-input-placeholder, :root .contents-ttl::before {
  padding: 1vw 8vw 0 1.2vw;
}
@media screen and (min-width: 768px) {
  _:-ms-input-placeholder, :root .contents-ttl::before {
    padding: 8px 30px 2px 5px;
  }
}

.btn-read {
  margin: 6vw auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .btn-read {
    margin: 50px auto 0;
  }
}
.btn-read a {
  display: inline-block;
  padding: 4vw 8vw;
  border-radius: 50px;
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background-color: #f6aaa2;
}
@media screen and (min-width: 768px) {
  .btn-read a {
    padding: 20px 50px;
    font-size: 28px;
  }
}

/* IE表示用 */
_:-ms-input-placeholder, :root .btn-read a {
  padding: 4vw 8vw 2.8vw;
}
@media screen and (min-width: 768px) {
  _:-ms-input-placeholder, :root .btn-read a {
    padding: 24px 50px 16px;
  }
}

.inner-box {
  margin-top: 4vw;
  padding: 4vw 3vw 6vw;
  border-radius: 15px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .inner-box {
    margin-top: 40px;
    padding: 50px 60px 70px;
    border-radius: 30px;
  }
}
.inner-box h3 {
  font-size: 3.3vw;
}
@media screen and (min-width: 768px) {
  .inner-box h3 {
    font-size: 24px;
  }
}
.inner-box h3 .txt-color {
  color: #f6aaa2;
}
@media screen and (max-width: 767px) {
  .inner-box img {
    width: 100%;
    margin: auto;
  }
}

.result-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .result-flex {
    display: block;
  }
}
.result-flex .result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.result-flex .result-item h3 {
  margin-bottom: 4vw;
}
@media screen and (max-width: 767px) {
  .result-flex .result-item h3 {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .result-flex .result-item h3 {
    margin-bottom: 30px;
  }
}
.result-flex .result-item .result-graph {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .result-flex .result-item img {
    width: 88%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .result-flex .result-item:first-of-type {
    margin-bottom: 6vw;
  }
}
.result-item {
  margin: 6vw auto 0;
}
@media screen and (min-width: 768px) {
  .result-item {
    margin: 50px 20px 0;
  }
}
.result-item .txt-note {
  font-size: 3.3vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .result-item .txt-note {
    font-size: 14px;
  }
}
.result-img {
  margin-top: 2.5vw;
}
@media screen and (min-width: 768px) {
  .result-img {
    margin-top: 20px;
  }
}
.result-graph {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .result-graph {
    margin-top: 30px;
  }
}

.area-post {
  text-align: left;
}
.area-post h2 {
  margin-bottom: 2vw;
}
@media screen and (min-width: 768px) {
  .area-post h2 {
    margin-bottom: 20px;
  }
}

.post {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .post-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.post-wrap:nth-of-type(2) .post-type-01 {
  background: #9DC7AA;
}
.post-wrap:nth-of-type(2) .post-type-02 {
  background: #f6aaa2;
}
.post-wrap:nth-of-type(2) .post-type-03 {
  background: #d1e4b7;
}
.post-wrap:nth-of-type(2) .post-type-03.end, .post-wrap:nth-of-type(2) .post-type-03.en4 {
  background: #f7af86;
}
.post-wrap:nth-of-type(5) .post-type-02, .post-wrap:nth-of-type(5) .post-type-03.end, .post-wrap:nth-of-type(5) .post-type-03.en4 {
  background: #f6aaa2;
}
.post-wrap:nth-of-type(5) .post-type-01, .post-wrap:nth-of-type(5) .post-type-03 {
  background: #d1e4b7;
}
.post-wrap.col2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .post-wrap.col2 .post-item {
    width: 505px;
    min-height: 603px;
  }
}
.post-wrap.col2 .post-type-01:first-of-type {
  background: #875376;
}
.post-wrap.col2 .post-type-01:last-of-type {
  background: #c8b084;
}
.post-wrap-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .post-wrap-in {
    width: 193px;
    display: block;
  }
}
.post-item {
  font-family: "游ゴシック", YuGothic,"Yu Gothic","メイリオ", sans-serif;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  margin-top: 16px;
  min-height: 106vw;
  border-radius: 8px;
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .post-item {
    min-height: 482px;
    height: 482px;
    margin-top: 20px;
    border-radius: 10px;
  }
}
.post-item .img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.post-item .img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.post-item .btn-modal {
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  background: #32323c;
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  font-size: 5.8vw;
  width: 1.89em;
  height: 1.89em;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .post-item .btn-modal {
    font-size: 21px;
    right: 15px;
    bottom: 15px;
    width: 2.25em;
    height: 2.25em;
  }
}
.post-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.post-index {
  color: #fff;
  font-size: 7.3vw;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .post-index {
    font-size: 33px;
  }
}
.post-ttl {
  font-size: 4.8vw;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .post-ttl {
    font-size: 21.78px;
  }
}
.post-name {
  font-size: 3vw;
  margin-top: 0.8em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .post-name {
    font-size: 13.3px;
  }
}
.post-txt {
  font-size: 3.4vw;
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .post-txt {
    font-size: 15.73px;
  }
}
.post-type-01 {
  background: #f7af86;
}
@media screen and (min-width: 768px) {
  .post-type-01 {
    width: 405px;
  }
}
.post-type-02 {
  background: #d1e4b7;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .post-type-02 {
    width: 405px;
  }
}
.post-type-03 {
  background: #f6aaa2;
  min-height: auto;
  width: 49%;
  min-height: 52vw;
}
@media screen and (min-width: 768px) {
  .post-type-03 {
    width: auto;
    min-height: calc(50% - 20px);
    height: auto;
    padding-bottom: 2.5em;
  }
}
.post-type-03 .btn-modal {
  font-size: 3.8vw;
}
@media screen and (min-width: 768px) {
  .post-type-03 .btn-modal {
    font-size: 15px;
    width: 2.25em;
    height: 2.25em;
  }
}
.post-type-03 .post-ttl {
  letter-spacing: -0.06em;
}
.post-type-03.end, .post-type-03.en4 {
  background: #9DC7AA;
  margin-top: 15px;
}
.post-type-04 {
  width: 49%;
  min-height: 52vw;
}
@media screen and (min-width: 768px) {
  .post-type-04 {
    width: auto;
    min-height: calc(50% - 15px);
    height: auto;
    padding-bottom: 2.5em;
  }
}
.post-type-04 .post-ttl {
  min-height: 3.5em;
  letter-spacing: -0.06em;
}
.post-type-04 .post-name,
.post-type-04 .post-ttl {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .post-54 {
    min-height: auto;
  }
}

.box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  z-index: 1;
}

.btn-link {
  margin: 9.4vw 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .btn-link {
    margin: 70px 0;
  }
}

.comment {
  font-size: 3.8vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .comment {
    font-size: 20px;
  }
}
.comment span {
  display: inline-block;
  font-size: 70%;
}

#cboxNext,
#cboxPrevious {
  top: auto;
  top: unset;
  width: 42px;
  height: 42px;
  color: #FFFFFF;
  border-radius: 10px;
  background: #32323c url("../img/icon_arrow.png") no-repeat center;
  background-size: 32%;
  padding: 0;
  bottom: -50px;
}

#cboxContent {
  margin: 0;
}

#cboxNext {
  right: 0;
}

#cboxPrevious {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#colorbox {
  width: 90vw !important;
  max-width: 670px;
  height: auto !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#colorbox,
#cboxWrapper
#cboxClose,
#cboxLoadedContent,
#cboxSlideshow {
  overflow: visible !important;
}

#cboxWrapper {
  position: relative;
  width: auto !important;
  height: auto !important;
}

#cboxClose,
#cboxSlideshow {
  display: none !important;
}

#cboxContent,
#cboxLoadedContent {
  width: auto !important;
  height: auto !important;
  background: none;
}

#cboxContent,
#cboxLoadedContent {
  height: auto;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  height: auto !important;
}

#colorbox {
  top: 50px !important;
}
@media screen and (max-width: 599px) {
  #colorbox {
    top: 60px !important;
  }
}

.modal {
  max-width: 670px;
}
.modal__inner {
  padding: 4vw;
  color: #fff;
  background: #f7af86;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .modal__inner {
    padding: 30px 20px;
  }
}
.modal__header .number {
  position: relative;
  margin-bottom: 4vw;
  font-weight: bold;
  font-size: 42px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .modal__header .number {
    font-size: 27.5px;
    font-size: 7.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .modal__header .number {
    margin-bottom: 40px;
  }
}
.modal__container {
  line-height: 1.5;
}
.modal__container .modal__inner {
  padding: 0;
  overflow: auto;
}
@media screen and (min-width: 600px) {
  .modal__container .modal__inner {
    height: 54vh;
  }
}
@media screen and (max-width: 599px) {
  .modal__container .modal__inner {
    height: 50vh;
  }
}
.modal__container .title {
  font-size: 26px;
}
@media screen and (max-width: 599px) {
  .modal__container .title {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.modal__container .subTitle {
  font-size: 14px;
  font-weight: 500;
  margin: 10px auto 40px;
}
@media screen and (max-width: 599px) {
  .modal__container .subTitle {
    font-size: 11px;
    font-size: 2.9333333333vw;
    margin: 5px auto 14px;
  }
}
.modal__container .text {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .modal__container .text {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.modalPhoto .modal__header {
  background: url("../img/sample_bg.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 600px) {
  .modalPhoto .modal__header {
    height: 50vh;
  }
}
@media screen and (max-width: 599px) {
  .modalPhoto .modal__header {
    height: 0;
    padding-top: 62.6086957%;
  }
}
.modalPhoto .modal__header .number {
  position: absolute;
  top: 14px;
  left: 12px;
}
@media screen and (max-width: 599px) {
  .modalPhoto .modal__header .number {
    top: 13px;
    left: 11px;
  }
}
.modalPhoto .modal__container {
  padding-top: 11px;
}
@media screen and (max-width: 599px) {
  .modalPhoto .modal__container {
    padding-top: 14px;
  }
}
.modalPhoto .modal__container .modal__inner {
  overflow: auto;
}
@media screen and (min-width: 600px) {
  .modalPhoto .modal__container .modal__inner {
    height: 23vh;
  }
}
@media screen and (max-width: 599px) {
  .modalPhoto .modal__container .modal__inner {
    height: 21vh;
  }
}

.inline {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.color01 .modal__inner {
  background: #f7af86;
}

.color02 .modal__inner {
  background: #d1e4b7;
}

.color03 .modal__inner {
  background: #f6aaa2;
}

.color04 .modal__inner {
  background: #9DC7AA;
}

.color05 .modal__inner {
  background: #875376;
}

.color06 .modal__inner {
  background: #c8b084;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-pop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999 !important;
}
.modal-pop.is-show {
  display: block;
  -webkit-animation: fadein 0.4s;
          animation: fadein 0.4s;
}
.modal-pop .bg {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
.modal-pop-close {
  display: block;
  position: absolute;
  top: -30px;
  right: 0;
  width: 6vw;
  height: 6vw;
}
.modal-pop-close:before, .modal-pop-close:after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 6vw;
  right: 2vw;
  background-color: #fff;
}
.modal-pop-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-pop-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-pop-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999 !important;
  width: 96vw;
  padding: 4vw 2vw;
  background: #fff;
  text-align: center;
}
.modal-pop-main {
  display: none;
}
.modal-pop-main.active {
  display: block;
}

/*# sourceMappingURL=main.css.map */