@charset "UTF-8";
/* reset.scss 
*******************************/
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a, a:hover, a:active, a:visited {
  color: #333333;
  text-decoration: none;
  outline: none;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* font-size 
*******************************/
/* common
*******************************/
html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  /*overflow-y: scroll*/
}

body {
  width: 100%;
  min-width: 1000px;
  height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}

img {
  width: 100%;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff7fa inset;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.container {
  height: 100%;
}

.pcOnly {
  display: block !important;
}

.spOnly {
  display: none !important;
}

.show {
  display: block;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.btn {
  display: block;
  cursor: pointer;
}

.btn img {
  display: block;
}

.pic {
  position: relative;
  overflow: hidden;
}

.pic .cover {
  width: 100%;
  height: 100%;
  background: #FDD0DF;
  background-size: 5px auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.pic img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.fade {
  opacity: 0;
}

.pagetop {
  display: none;
  width: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}

.pagetop a {
  display: block;
  transition-duration: .3s;
}

.pagetop a img {
  display: block;
}

.pagetop a:hover {
  opacity: 0.7;
}

#loader {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff638f;
}

/* モーダル
*******************************/
.modalClose {
  width: 120px;
  padding-top: 120px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

.modalClose #btnClose {
  width: 58px;
  padding-top: 58px;
  position: absolute;
  top: 30px;
  right: 30px;
  background: url(../images/btn-modal-close.png) no-repeat 0 0;
  background-size: 58px auto;
  transition-duration: .3s;
}

.modalClose #btnClose:hover {
  opacity: 0.7;
}

.modalHistoryClose {
  display: none;
  width: 120px;
  padding-top: 120px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

.modalHistoryClose #btnHistoryClose {
  width: 58px;
  padding-top: 58px;
  position: absolute;
  top: 30px;
  right: 30px;
  background: url(../images/btn-modal-close.png) no-repeat 0 0;
  background-size: 58px auto;
  transition-duration: .3s;
}

.modalHistoryClose #btnHistoryClose:hover {
  opacity: 0.7;
}

.gallery-pic {
  cursor: pointer;
}

#glayLayer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #333333;
  opacity: 0.7;
  z-index: 500;
}

#overLayer {
  width: 600px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
}

/* Animation
*******************************/
#svg-animation {
  width: 100%;
}

#svg-animation .cls-1 {
  stroke: #333333;
  stroke-width: 2px;
  fill: transparent;
  stroke-dasharray: 1425px;
  stroke-dashoffset: 1425px;
}

#svg-animation .cls-1.animate {
  -webkit-animation: nameAnim 2.5s ease-in forwards;
          animation: nameAnim 2.5s ease-in forwards;
}

@media all and (-ms-high-contrast: none) {
  #svg-animation .cls-1 {
    fill: #333333;
    stroke-dashoffset: none !important;
    -webkit-animation: fadeAnim 1.5s ease-in forwards !important;
            animation: fadeAnim 1.5s ease-in forwards !important;
    opacity: 0;
  }
}

@-webkit-keyframes nameAnim {
  0% {
    stroke-dashoffset: 1425px;
  }
  30% {
    fill: transparent;
  }
  60% {
    stroke-dashoffset: 0;
    fill: #333333;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #333333;
  }
}

@keyframes nameAnim {
  0% {
    stroke-dashoffset: 1425px;
  }
  30% {
    fill: transparent;
  }
  60% {
    stroke-dashoffset: 0;
    fill: #333333;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #333333;
  }
}

@-webkit-keyframes fadeAnim {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeAnim {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#svg-animation2 .cls-1, #svg-animation2 .cls-2, #svg-animation2 .cls-3, #svg-animation2 .cls-4, #svg-animation2 .cls-5 {
  fill: 0;
  stroke: #FFFFFF;
  stroke-width: 50;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

#svg-animation2 .cls-1 {
  stroke-width: 34px;
}

#svg-animation2 .cls-2 {
  stroke-width: 31px;
}

#svg-animation2 .cls-3 {
  stroke-width: 30px;
}

#svg-animation2 .cls-4 {
  stroke-width: 35px;
}

#svg-animation2 .cls-5 {
  stroke-width: 20px;
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

/* TOP
*******************************/
.mainvisual {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mainvisual .title {
  width: 445px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 200;
}

.mainvisual .title .official {
  width: 380px;
  height: 143px;
  position: absolute;
  top: 75px;
  left: 196px;
  opacity: 0;
  z-index: 3;
}

.mainvisual .title .official image {
  width: 100%;
}

.mainvisual .title .official #clipmask {
  width: 100%;
}

.mainvisual .pic-block {
  width: 100%;
  height: 100%;
  padding: 16px;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.mainvisual .pic-block .main-pic {
  width: 100%;
  align-items: stretch;
  overflow: hidden;
  position: relative;
}

.mainvisual .pic-block .main-pic img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  max-width: 200%;
  min-width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .mainvisual .pic-block .main-pic img {
    position: static;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    max-width: initial;
    max-width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: none;
            transform: none;
  }
}

.mainvisual .pic-block:before {
  content: '';
  width: 100%;
  height: 6px;
  background: url("../images/ptn-arch-down.png") repeat-x;
  background-size: 21px auto;
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 10;
}

.mainvisual .pic-block:after {
  content: '';
  width: 100%;
  height: 6px;
  background: url("../images/ptn-arch-up.png") repeat-x;
  background-size: 21px auto;
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 10;
}

.mainvisual .scroll {
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mainvisual .scroll .text {
  margin-bottom: 5px;
}

.mainvisual .scroll .scrolldown {
  width: 1px;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
}

.mainvisual .scroll .scrolldown .s-line {
  width: 100%;
  height: 100%;
  display: block;
  background: #ffffff;
  -webkit-animation: scrolldown 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: scrolldown 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

.section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section .bg-wrapper {
  width: 100%;
  height: 150%;
  position: absolute;
  top: -20%;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.section .sec-wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}

.section .sec-wrapper .sec-title {
  margin: 0 auto;
  margin-bottom: 50px;
}

.section .sec-wrapper .sec-title .text {
  width: 100%;
  margin-bottom: 6px;
}

.section .sec-wrapper .sec-title .bow {
  width: 100%;
  position: relative;
}

.section .sec-wrapper .sec-title .bow span {
  width: 23px;
  height: 13px;
  background: url("../images/icon-bow.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.information .bg-wrapper {
  background: url("../images/ptn-pink.jpg");
  background-size: 65px auto;
}

.information .sec-wrapper .sec-title {
  width: 216px;
}

.information .sec-wrapper .list-block #info-list {
  width: 800px;
  margin: 0 auto;
  background: #ffffff;
  margin-bottom: 30px;
  padding: 10px 30px;
}

.information .sec-wrapper .list-block #info-list .row {
  display: table;
  width: 100%;
  padding: 20px 0;
  border-top: 1px dotted #ff638f;
}

.information .sec-wrapper .list-block #info-list .row:first-child {
  border-top: 0;
}

.information .sec-wrapper .list-block #info-list .row .th {
  display: table-cell;
  width: 90px;
  background: url("../images/bg-ribbon.png") no-repeat;
  background-size: 100% auto;
  font-size: 12px;
  color: #ffffff;
  padding-left: 10px;
}

.information .sec-wrapper .list-block #info-list .row .td {
  display: table-cell;
  padding-left: 20px;
}

.information .sec-wrapper .list-block #info-list .row .td a {
  text-decoration: underline;
  transition: all .3s;
}

.information .sec-wrapper .list-block #info-list .row .td a:hover {
  opacity: 0.6;
}

.information .sec-wrapper .list-block .more, .information .sec-wrapper .list-block .close {
  width: 195px;
  margin: 0 auto;
}

.profile .bg-wrapper {
  background: url("../images/ptn-yellow.jpg");
  background-size: 5px auto;
  height: 105%;
  top: -5%;
}

.profile .bg-wrapper .bg-star {
  width: 1302px;
  height: 372px;
  position: absolute;
  top: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.profile .sec-wrapper .sec-title {
  width: 125px;
}

.profile .sec-wrapper .profile-block .left-block {
  width: 525px;
  height: 430px;
  float: left;
  position: relative;
}

.profile .sec-wrapper .profile-block .left-block .frame {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.profile .sec-wrapper .profile-block .left-block .pic {
  width: 465px;
  height: 380px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.profile .sec-wrapper .profile-block .right-block {
  float: right;
}

.profile .sec-wrapper .profile-block .right-block .info-block {
  width: 460px;
  margin-top: 37px;
  padding: 40px;
  background: #ffffff;
  position: relative;
}

.profile .sec-wrapper .profile-block .right-block .info-block img {
  width: 265px;
  position: absolute;
  top: -60px;
  right: -25px;
}

.profile .sec-wrapper .profile-block .right-block .info-block .name {
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  color: #ff638f;
  margin-bottom: 24px;
}

.profile .sec-wrapper .profile-block .right-block .info-block .text {
  margin-bottom: 24px;
}

.profile .sec-wrapper .profile-block .right-block .info-block .item {
  display: inline;
  margin-right: 46px;
}

.profile .sec-wrapper .profile-block .right-block .info-block .item:last-child {
  margin-right: 0;
}

.profile .sec-wrapper .profile-block .right-block .info-block .item .ttl {
  display: inline-block;
  width: 70px;
  margin-right: 8px;
  padding: 3px 0;
  border: 1px solid #ff638f;
  font-size: 12px;
  color: #ff638f;
  text-align: center;
}

.profile .sec-wrapper .profile-block .right-block .history-block {
  width: 290px;
  margin: 0 auto;
  margin-top: 30px;
}

.officialcontents .bg-wrapper {
  background: url("../images/ptn-blue.jpg");
  background-size: 65px auto;
}

.officialcontents .sec-wrapper .sec-title {
  width: 309px;
}

.officialcontents .sec-wrapper .link-list {
  font-size: 0;
  text-align: center;
}

.officialcontents .sec-wrapper .link-list .sns-block {
  display: block;
  width: 250px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.officialcontents .sec-wrapper .link-list .sns-block .btn {
  display: inline-block;
}

.officialcontents .sec-wrapper .link-list .sns-block .btn.tw, .officialcontents .sec-wrapper .link-list .sns-block .btn.fb, .officialcontents .sec-wrapper .link-list .sns-block .btn.line {
  width: 70px;
}

.officialcontents .sec-wrapper .link-list .sns-block .btn.tw, .officialcontents .sec-wrapper .link-list .sns-block .btn.fb {
  margin-right: 20px;
}

.officialcontents .sec-wrapper .link-list .blog, .officialcontents .sec-wrapper .link-list .shop, .officialcontents .sec-wrapper .link-list .weibo {
  width: 295px;
  display: inline-block;
}

.officialcontents .sec-wrapper .link-list .blog, .officialcontents .sec-wrapper .link-list .shop {
  margin-right: 40px;
}

.gallery .bg-wrapper {
  background: url("../images/ptn-yellow.jpg");
  background-size: 5px auto;
  height: 105%;
  top: -5%;
}

.gallery .bg-wrapper .bg-star {
  width: 1302px;
  height: 372px;
  position: absolute;
  top: -181px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.gallery .sec-wrapper .sec-title {
  width: 131px;
}

.gallery .sec-wrapper .sec-title .text {
  margin-bottom: -3px !important;
}

.gallery .sec-wrapper #gallery {
  width: 100%;
  margin-bottom: 25px;
  font-size: 0;
}

.gallery .sec-wrapper #gallery .pic {
  width: 330px;
  height: 330px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.gallery .sec-wrapper #gallery .pic:nth-child(3n) {
  margin-right: 0;
}

.gallery .sec-wrapper .instagram {
  width: 420px;
  margin: 0 auto;
}

footer:before {
  content: '';
  width: 100%;
  height: 8px;
  background: url("../images/ptn-arch-yellow.png") repeat-x;
  background-size: 80px auto;
  position: absolute;
  top: -1px;
  left: 0;
}

footer .bg-wrapper {
  width: 100%;
  height: 100%;
  background: url("../images/ptn-pink.jpg");
  background-size: 65px auto;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

footer .inner-wrapper {
  padding: 60px 0;
}

footer .inner-wrapper .sns-block {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  font-size: 0;
}

footer .inner-wrapper .sns-block .tw, footer .inner-wrapper .sns-block .fb, footer .inner-wrapper .sns-block .line {
  width: 50px;
  display: inline-block;
}

footer .inner-wrapper .sns-block .tw, footer .inner-wrapper .sns-block .fb {
  margin-right: 15px;
}

footer .inner-wrapper .contact-block {
  margin-bottom: 25px;
  text-align: center;
}

footer .inner-wrapper .contact-block .text {
  font-weight: 600;
  margin-bottom: 10px;
}

footer .inner-wrapper .contact-block .contact {
  width: 295px;
  margin: 0 auto;
}

footer .inner-wrapper .copy-right {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* common
	*******************************/
  body {
    min-width: initial;
    min-width: auto;
    font-size: 3.73333vw;
  }
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
  .pagetop {
    width: 10.66667%;
    right: 4%;
    bottom: 6%;
  }
  /* モーダル
	*******************************/
  .modalClose {
    width: 14.66667%;
    padding-top: 14.66667%;
  }
  .modalClose #btnClose {
    width: 72.72727%;
    padding-top: 72.72727%;
    top: 27.27273%;
    right: 27.27273%;
    background-size: 100% auto;
  }
  .modalHistoryClose {
    width: 14.66667%;
    padding-top: 14.66667%;
  }
  .modalHistoryClose #btnHistoryClose {
    width: 72.72727%;
    padding-top: 72.72727%;
    top: 27.27273%;
    right: 27.27273%;
    background-size: 100% auto;
  }
  #overLayer {
    width: 66.66667%;
  }
  /* TOP
	*******************************/
  .mainvisual .title {
    width: 75.46667%;
    height: auto;
  }
  .mainvisual .title .official {
    width: 75.26502%;
    height: auto;
    padding-top: 28.26855%;
    top: 46.66667%;
    left: 34.4523%;
  }
  .mainvisual .title .official svg {
    position: absolute;
    top: 0;
    left: 0;
  }
  .mainvisual .scroll {
    width: 13.46667%;
  }
  .mainvisual .scroll .text {
    margin-bottom: 8.91089%;
  }
  .mainvisual .scroll .scrolldown {
    width: 1px;
    height: 40px;
  }
  .section .sec-wrapper {
    width: 92%;
    padding: 16% 0;
  }
  .section .sec-wrapper .sec-title {
    margin-bottom: 8.69565% !important;
  }
  .section .sec-wrapper .sec-title .bow {
    width: 100%;
  }
  .section .sec-wrapper .sec-title .bow span {
    height: 100% !important;
    background-size: 100% auto !important;
  }
  .section.gallery .sec-wrapper .sec-title {
    margin-bottom: 11.5942% !important;
  }
  .information .sec-wrapper .sec-title {
    width: 48.4%;
  }
  .information .sec-wrapper .sec-title .text {
    margin-bottom: 3.85675% !important;
  }
  .information .sec-wrapper .sec-title .bow {
    padding-top: 7.16253% !important;
  }
  .information .sec-wrapper .sec-title .bow span {
    width: 12.67218% !important;
  }
  .information .sec-wrapper .list-block #info-list {
    width: 100%;
    margin-bottom: 7.24638%;
    padding: 2.89855% 7.24638%;
  }
  .information .sec-wrapper .list-block #info-list .row {
    display: block;
    padding: 5.42373% 0;
  }
  .information .sec-wrapper .list-block #info-list .row .th {
    display: block;
    width: 100%;
    font-size: 3.2vw;
    background-size: 30.16949% auto;
    margin-bottom: 3.38983%;
    padding-left: 3.55932%;
  }
  .information .sec-wrapper .list-block #info-list .row .td {
    display: block;
    padding-left: 0;
  }
  .information .sec-wrapper .list-block .more, .information .sec-wrapper .list-block .close {
    width: 56.52174%;
  }
  .profile .bg-wrapper .bg-star {
    width: 104.53333%;
    height: auto;
    top: -13.04594%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .profile .sec-wrapper .sec-title {
    width: 30.72464%;
  }
  .profile .sec-wrapper .sec-title .text {
    margin-bottom: 6.60377% !important;
  }
  .profile .sec-wrapper .sec-title .bow {
    padding-top: 12.26415% !important;
  }
  .profile .sec-wrapper .sec-title .bow span {
    width: 21.69811% !important;
  }
  .profile .sec-wrapper .profile-block .left-block {
    width: 100%;
    height: auto;
    float: none;
    padding-top: 82.89855%;
  }
  .profile .sec-wrapper .profile-block .left-block .frame {
    width: 100%;
  }
  .profile .sec-wrapper .profile-block .left-block .pic {
    width: 90.57971%;
    height: 87.41259%;
  }
  .profile .sec-wrapper .profile-block .right-block {
    float: none;
  }
  .profile .sec-wrapper .profile-block .right-block .info-block {
    width: 100%;
    margin-top: 8.69565%;
    padding: 7.24638%;
  }
  .profile .sec-wrapper .profile-block .right-block .info-block img {
    width: 57.68116%;
    top: -7.53623%;
    right: -5.21739%;
  }
  .profile .sec-wrapper .profile-block .right-block .info-block .name {
    font-size: 9.6vw;
    margin-bottom: 6.77966%;
  }
  .profile .sec-wrapper .profile-block .right-block .info-block .text {
    margin-bottom: 6.77966%;
  }
  .profile .sec-wrapper .profile-block .right-block .info-block .item {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 3.38983%;
  }
  .profile .sec-wrapper .profile-block .right-block .info-block .item:last-child {
    margin-bottom: 0;
  }
  .profile .sec-wrapper .profile-block .right-block .info-block .item .ttl {
    font-size: 3.2vw;
    width: 23.72881%;
    margin-right: 3.38983%;
    padding: 1.01695% 0;
  }
  .profile .sec-wrapper .profile-block .right-block .history-block {
    width: 85.50725%;
    margin-top: 8.69565%;
  }
  .officialcontents .sec-wrapper .sec-title {
    width: 75.50725%;
  }
  .officialcontents .sec-wrapper .sec-title .text {
    margin-bottom: 3.83877% !important;
  }
  .officialcontents .sec-wrapper .sec-title .bow {
    padding-top: 4.9904% !important;
  }
  .officialcontents .sec-wrapper .sec-title .bow span {
    width: 8.82917% !important;
  }
  .officialcontents .sec-wrapper .link-list {
    width: 100%;
    margin: 0 auto;
  }
  .officialcontents .sec-wrapper .link-list .sns-block {
    width: 72.46377%;
    margin-bottom: 8.69565%;
  }
  .officialcontents .sec-wrapper .link-list .sns-block .btn {
    display: inline-block;
  }
  .officialcontents .sec-wrapper .link-list .sns-block .btn.tw, .officialcontents .sec-wrapper .link-list .sns-block .btn.fb, .officialcontents .sec-wrapper .link-list .sns-block .btn.line {
    width: 28%;
  }
  .officialcontents .sec-wrapper .link-list .sns-block .btn.tw, .officialcontents .sec-wrapper .link-list .sns-block .btn.fb {
    margin-right: 8%;
  }
  .officialcontents .sec-wrapper .link-list .blog, .officialcontents .sec-wrapper .link-list .shop, .officialcontents .sec-wrapper .link-list .weibo {
    width: 85.50725%;
  }
  .officialcontents .sec-wrapper .link-list .blog, .officialcontents .sec-wrapper .link-list .shop {
    margin-right: 0;
    margin-bottom: 8%;
  }
  .gallery .bg-wrapper .bg-star {
    width: 104.53333%;
    height: auto;
    top: -18.93939%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .gallery .sec-wrapper .sec-title {
    width: 32.02899%;
  }
  .gallery .sec-wrapper .sec-title .text {
    margin-bottom: -2.71493% !important;
  }
  .gallery .sec-wrapper .sec-title .bow {
    padding-top: 11.76471% !important;
  }
  .gallery .sec-wrapper .sec-title .bow span {
    width: 20.81448% !important;
  }
  .gallery .sec-wrapper #gallery {
    margin: 0 auto;
    margin-bottom: 6.8%;
  }
  .gallery .sec-wrapper #gallery .pic {
    width: 32.46377%;
    height: auto;
    padding-top: 32.46377%;
    margin-right: 1.30435%;
    margin-bottom: 1.30435%;
  }
  .gallery .sec-wrapper #gallery .pic:nth-child(3n) {
    margin-right: 0;
  }
  .gallery .sec-wrapper .instagram {
    width: 85.50725%;
  }
  footer .inner-wrapper {
    padding: 16% 0;
  }
  footer .inner-wrapper .sns-block {
    margin-bottom: 6.66667%;
  }
  footer .inner-wrapper .sns-block .tw, footer .inner-wrapper .sns-block .fb, footer .inner-wrapper .sns-block .line {
    width: 13.33333%;
  }
  footer .inner-wrapper .sns-block .tw, footer .inner-wrapper .sns-block .fb {
    margin-right: 4%;
  }
  footer .inner-wrapper .contact-block {
    margin-bottom: 6.66667%;
  }
  footer .inner-wrapper .contact-block .text {
    margin-bottom: 2%;
  }
  footer .inner-wrapper .contact-block .contact {
    width: 78.66667%;
  }
  footer .inner-wrapper .copy-right {
    font-size: 3.2vw;
  }
}

/* History
*******************************/
#history {
  height: 100%;
  min-height: 100%;
}

#history .history {
  height: auto;
  min-height: 100%;
  overflow: auto;
}

#history .history .bg-wrapper {
  height: 100%;
  background: url("../images/ptn-yellow.jpg");
  background-size: 5px auto;
  top: 0;
}

#history .history .bg-wrapper .bg-star {
  width: 1302px;
  height: 372px;
  position: absolute;
  top: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#history .history .sec-wrapper .sec-title {
  width: 133px;
}

#history .history .sec-wrapper .sec-title .text {
  margin-bottom: 0;
}

#history .history .sec-wrapper .info-block .history-info {
  width: 800px;
  margin: 0 auto;
  background: #ffffff;
  padding: 10px 30px;
}

#history .history .sec-wrapper .info-block .history-info .row {
  display: table;
  width: 100%;
  padding: 20px 0;
}

#history .history .sec-wrapper .info-block .history-info .row .th {
  display: table-cell;
  width: 90px;
  background: url("../images/bg-ribbon.png") no-repeat;
  background-size: 100% auto;
  font-size: 12px;
  color: #ffffff;
  padding-left: 10px;
}

#history .history .sec-wrapper .info-block .history-info .row .td {
  display: table-cell;
  padding-left: 20px;
}

#history .history .sec-wrapper .info-block .history-info .row .td a {
  text-decoration: underline;
  word-break: break-all;
  transition: all .3s;
}

#history .history .sec-wrapper .info-block .history-info .row .td a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  #history .history .bg-wrapper .bg-star {
    width: 104.53333%;
    height: auto;
    top: -13.89677%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #history .history .sec-wrapper .sec-title {
    width: 30.13333%;
  }
  #history .history .sec-wrapper .sec-title .bow {
    padding-top: 11.50442% !important;
  }
  #history .history .sec-wrapper .sec-title .bow span {
    width: 20.35398% !important;
  }
  #history .history .sec-wrapper .info-block .history-info {
    width: 100%;
    padding: 2.89855% 7.24638%;
  }
  #history .history .sec-wrapper .info-block .history-info .row {
    display: block;
    padding: 5.42373% 0;
  }
  #history .history .sec-wrapper .info-block .history-info .row .th {
    display: block;
    width: 100%;
    font-size: 3.2vw;
    background-size: 30.16949% auto;
    margin-bottom: 3.38983%;
    padding-left: 3.55932%;
  }
  #history .history .sec-wrapper .info-block .history-info .row .td {
    display: block;
    padding-left: 0;
  }
  #history .history .sec-wrapper .info-block .history-info .row .td a {
    transition: none;
  }
  #history .history .sec-wrapper .info-block .history-info .row .td a:hover {
    opacity: 1;
  }
}

/* Contact
*******************************/
#contact {
  height: 100%;
  min-height: 100%;
}

#contact .contact {
  height: auto;
  min-height: 100%;
  overflow: auto;
}

#contact .contact .bg-wrapper {
  height: 100%;
  background: url("../images/ptn-yellow.jpg");
  background-size: 5px auto;
  top: 0;
}

#contact .contact .bg-wrapper .bg-star {
  width: 1302px;
  height: 372px;
  position: absolute;
  top: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#contact .contact .sec-wrapper .sec-title {
  width: 140px;
}

#contact .contact .sec-wrapper .form-block form {
  width: 800px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px 50px;
}

#contact .contact .sec-wrapper .form-block form .row {
  display: table;
  width: 100%;
  padding: 10px 0;
}

#contact .contact .sec-wrapper .form-block form .row .th {
  display: table-cell;
  width: 140px;
  color: #333333;
  font-weight: 600;
  vertical-align: middle;
}

#contact .contact .sec-wrapper .form-block form .row .td {
  display: table-cell;
  width: calc(100% - 140px);
}

#contact .contact .sec-wrapper .form-block form .row .td input, #contact .contact .sec-wrapper .form-block form .row .td textarea {
  width: 100%;
  padding: 10px 8px;
  display: block;
  border: 1px solid #ff638f;
  background-color: #fff7fa !important;
}

#contact .contact .sec-wrapper .form-block form .row.row3 .th {
  vertical-align: top;
  padding-top: 10px;
}

#contact .contact .sec-wrapper .form-block form .row.row4 {
  padding: 20px 0 0;
}

#contact .contact .sec-wrapper .form-block form .row.row4 .submit {
  width: 195px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #contact .contact .bg-wrapper .bg-star {
    width: 104.53333%;
    height: auto;
    padding-top: 32.66667%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #contact .contact .bg-wrapper .bg-star img {
    position: absolute;
    bottom: 0;
  }
  #contact .contact .sec-wrapper {
    padding: 16% 0 8%;
  }
  #contact .contact .sec-wrapper .sec-title {
    width: 31.73333%;
  }
  #contact .contact .sec-wrapper .sec-title .text {
    margin-bottom: 10.5042% !important;
  }
  #contact .contact .sec-wrapper .sec-title .bow {
    padding-top: 10.92437% !important;
  }
  #contact .contact .sec-wrapper .sec-title .bow span {
    width: 19.32773% !important;
  }
  #contact .contact .sec-wrapper .form-block form {
    width: 100%;
    padding: 5.7971% 7.24638%;
  }
  #contact .contact .sec-wrapper .form-block form .row {
    display: block;
    width: 100%;
    padding: 3.38983% 0;
  }
  #contact .contact .sec-wrapper .form-block form .row .th {
    display: block;
    width: 100%;
    vertical-align: baseline;
  }
  #contact .contact .sec-wrapper .form-block form .row .td {
    display: block;
    width: 100%;
    padding: 3.38983% 0 0;
  }
  #contact .contact .sec-wrapper .form-block form .row .td input, #contact .contact .sec-wrapper .form-block form .row .td textarea {
    width: 100%;
    padding: 3.38983% 2.54237%;
  }
  #contact .contact .sec-wrapper .form-block form .row.row3 .th {
    vertical-align: baseline;
    padding-top: 0;
  }
  #contact .contact .sec-wrapper .form-block form .row.row4 {
    padding: 6.77966% 0 3.38983%;
  }
  #contact .contact .sec-wrapper .form-block form .row.row4 .submit {
    width: 66.10169%;
  }
  #contact .contact .sec-wrapper .back-to-top {
    width: 56.52174%;
    margin: 0 auto;
    margin-top: 8.69565%;
  }
  #contact #btnClose {
    display: none;
  }
}

/* Confirm
*******************************/
#confirm {
  height: 100%;
  min-height: 100%;
}

#confirm .confirm {
  height: auto;
  min-height: 100%;
  overflow: auto;
}

#confirm .confirm .bg-wrapper {
  height: 100%;
  background: url("../images/ptn-yellow.jpg");
  background-size: 5px auto;
  top: 0;
}

#confirm .confirm .bg-wrapper .bg-star {
  width: 1302px;
  height: 372px;
  position: absolute;
  top: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#confirm .confirm .sec-wrapper .sec-title {
  width: 140px;
}

#confirm .confirm .sec-wrapper .form-block form {
  width: 800px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px 50px;
}

#confirm .confirm .sec-wrapper .form-block form .row {
  display: table;
  width: 100%;
  padding: 10px 0;
}

#confirm .confirm .sec-wrapper .form-block form .row .th {
  display: table-cell;
  width: 140px;
  color: #333333;
  font-weight: 600;
}

#confirm .confirm .sec-wrapper .form-block form .row .td {
  display: table-cell;
  width: calc(100% - 140px);
}

#confirm .confirm .sec-wrapper .form-block form .row.row4 {
  padding: 40px 0 10px;
  text-align: center;
  font-size: 0;
}

#confirm .confirm .sec-wrapper .form-block form .row.row4 p {
  font-size: 14px;
  color: #ff638f;
  font-weight: 600;
  margin-bottom: 30px;
}

#confirm .confirm .sec-wrapper .form-block form .row.row4 .submit, #confirm .confirm .sec-wrapper .form-block form .row.row4 .cancel {
  width: 195px;
  display: inline-block;
}

#confirm .confirm .sec-wrapper .form-block form .row.row4 .cancel {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #confirm .confirm .bg-wrapper .bg-star {
    width: 104.53333%;
    height: auto;
    padding-top: 32.66667%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #confirm .confirm .bg-wrapper .bg-star img {
    position: absolute;
    bottom: 0;
  }
  #confirm .confirm .sec-wrapper {
    padding: 16% 0 8%;
  }
  #confirm .confirm .sec-wrapper .sec-title {
    width: 31.73333%;
  }
  #confirm .confirm .sec-wrapper .sec-title .text {
    margin-bottom: 10.5042% !important;
  }
  #confirm .confirm .sec-wrapper .sec-title .bow {
    padding-top: 10.92437% !important;
  }
  #confirm .confirm .sec-wrapper .sec-title .bow span {
    width: 19.32773% !important;
  }
  #confirm .confirm .sec-wrapper .form-block form {
    width: 100%;
    padding: 5.7971% 7.24638%;
  }
  #confirm .confirm .sec-wrapper .form-block form .row {
    display: block;
    width: 100%;
    padding: 3.38983% 0;
  }
  #confirm .confirm .sec-wrapper .form-block form .row .th {
    display: block;
    width: 100%;
  }
  #confirm .confirm .sec-wrapper .form-block form .row .td {
    display: block;
    width: 100%;
    padding: 3.38983% 0 0;
  }
  #confirm .confirm .sec-wrapper .form-block form .row.row4 {
    padding: 16.94915% 0 3.38983%;
  }
  #confirm .confirm .sec-wrapper .form-block form .row.row4 p {
    font-size: 3.73333vw;
    margin-bottom: 10.16949%;
  }
  #confirm .confirm .sec-wrapper .form-block form .row.row4 .submit, #confirm .confirm .sec-wrapper .form-block form .row.row4 .cancel {
    width: 46.61017%;
  }
  #confirm .confirm .sec-wrapper .form-block form .row.row4 .cancel {
    margin-right: 6.77966%;
  }
  #confirm .confirm .sec-wrapper .back-to-top {
    width: 56.52174%;
    margin: 0 auto;
    margin-top: 8.69565%;
  }
  #confirm #btnClose {
    display: none;
  }
}

/* Thanks
*******************************/
#thanks {
  height: 100%;
  min-height: 100%;
}

#thanks .thanks {
  height: auto;
  min-height: 100%;
  overflow: auto;
}

#thanks .thanks .bg-wrapper {
  height: 100%;
  background: url("../images/ptn-yellow.jpg");
  background-size: 5px auto;
  top: 0;
}

#thanks .thanks .bg-wrapper .bg-star {
  width: 1302px;
  height: 372px;
  position: absolute;
  top: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#thanks .thanks .sec-wrapper .sec-title {
  width: 140px;
}

#thanks .thanks .sec-wrapper .info-block {
  width: 800px;
  margin: 0 auto;
  background: #ffffff;
  padding: 50px 0;
  text-align: center;
}

#thanks .thanks .sec-wrapper .info-block p {
  color: #ff638f;
  font-weight: 600;
  margin-bottom: 50px;
}

#thanks .thanks .sec-wrapper .info-block .close {
  width: 195px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #thanks .thanks .bg-wrapper .bg-star {
    width: 104.53333%;
    height: auto;
    padding-top: 32.66667%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #thanks .thanks .bg-wrapper .bg-star img {
    position: absolute;
    bottom: 0;
  }
  #thanks .thanks .sec-wrapper {
    padding: 16% 0 8%;
  }
  #thanks .thanks .sec-wrapper .sec-title {
    width: 31.73333%;
  }
  #thanks .thanks .sec-wrapper .sec-title .text {
    margin-bottom: 10.5042% !important;
  }
  #thanks .thanks .sec-wrapper .sec-title .bow {
    padding-top: 10.92437% !important;
  }
  #thanks .thanks .sec-wrapper .sec-title .bow span {
    width: 19.32773% !important;
  }
  #thanks .thanks .sec-wrapper .info-block {
    width: 100%;
    padding: 8.69565% 0;
  }
  #thanks .thanks .sec-wrapper .info-block p {
    margin: 14.49275% 0;
  }
  #thanks .thanks .sec-wrapper .info-block .close {
    width: 56.52174%;
  }
  #thanks .thanks .sec-wrapper .back-to-top {
    width: 56.52174%;
    margin: 0 auto;
    margin-top: 8.69565%;
  }
  #thanks #btnClose {
    display: none;
  }
}
