@charset "UTF-8";
/*default*/
* {
  box-sizing: border-box;
}

.main-section-wrapper {
  margin: 0 auto;
}

.global-wrapper {
  height: auto;
}

p, ul, ol, table {
  margin: 0;
  padding: 0;
  list-style: none;
}

.copyrights {
  margin-top: 1em;
}

.global-wrapper {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

/*default-end*/
/*ここから入力*/
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
  .breadcrumb, .footer-wrapper {
    min-width: 1170px;
    margin-top: 0;
  }
}
.main-container {
  width: 100%;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, verdana, sans-serif;
}
.main-container p {
  color: #707070;
  font-weight: 400;
}
.main-container img {
  width: 100%;
  vertical-align: bottom;
}
.main-container img.lazyloaded {
  -webkit-animation: fade 3s forwards;
          animation: fade 3s forwards;
  opacity: 0;
}
.main-container .bg_main_1 {
  width: 100%;
  margin: 0 auto;
  background: url(../img/bg_main.jpg);
  background-size: 1017px auto;
  background-repeat: repeat;
  background-position: top center;
  padding: 0px 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-container .bg_main_1 {
    background: url(../img/bg_main_sp.jpg);
    background-size: 100% auto;
    padding: 0px 0 8px;
  }
}
.main-container .bg_main_1::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/bg_b.png);
  background-size: 530px 60px;
  background-repeat: repeat-x;
  background-position: bottom left;
  width: 100%;
  height: 60px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .main-container .bg_main_1::after {
    background-size: 64% auto;
  }
}
.main-container .main-head {
  width: 100%;
  position: relative;
}
.main-container .main-head::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/top_illust.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  width: 364px;
  height: 170px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .main-container .main-head::before {
    display: none;
  }
}
.main-container .main-head .main-title {
  max-width: 966px;
  width: 96%;
  -webkit-animation-name: opening-title;
          animation-name: opening-title;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  margin: 0px auto 0;
  padding-top: 48px;
  padding-bottom: 80px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .main-container .main-head .main-title {
    width: 100%;
    padding: 0 0 30px;
  }
}
.main-container .open-content {
  width: 100%;
  margin: 0 auto;
}
.main-container .open-content .open-01 {
  overflow: hidden;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.main-container .open-content .open-01 .open-01-img {
  float: left;
  width: 56%;
  max-width: 766px;
}
@media screen and (max-width: 767px) {
  .main-container .open-content .open-01 .open-01-img {
    float: none;
    width: 100%;
    padding: 0px;
  }
}
.main-container .open-content .open-01 .open-01-txt {
  float: left;
  width: 44%;
  max-width: 600px;
  background: #fff;
  margin-top: 40px;
  padding: 50px 0 94px 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-container .open-content .open-01 .open-01-txt {
    float: none;
    width: 100%;
    margin: 0px;
    padding: 10px 10% 80px 10%;
  }
}
.main-container .open-content .open-01 .open-01-txt::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 70px;
  background-image: url(../img/illust_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  width: 206px;
  height: 130px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .main-container .open-content .open-01 .open-01-txt::after {
    bottom: 45px;
    right: 3px;
    width: 25%;
    height: 60px;
  }
}
.main-container .open-content .open-01 .open-01-txt .text {
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .main-container .open-content .open-01 .open-01-txt .text {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
.main-container .open-content .open-01 .open-01-sub {
  float: left;
  max-width: 260px;
  width: 25%;
  margin: -55px auto 0 45px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main-container .open-content .open-01 .open-01-sub {
    float: none;
    width: 100%;
    padding: 10px;
  }
}
.main-container .open-content .open-02 {
  width: 100%;
  clear: both;
  margin-top: -100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-container .open-content .open-02 {
    margin: 0px 0;
    padding: 0px 0;
  }
}
.main-container .open-content .open-02::after {
  content: "";
  position: absolute;
  top: 70px;
  right: 0px;
  background-image: url(../img/illust_03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  width: 357px;
  height: 239px;
  margin: auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .main-container .open-content .open-02::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -40px;
    right: 0px;
    width: 35%;
    height: 89px;
  }
}
.main-container .open-content .open-02 .content-inner {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .main-container .open-content .open-02 .content-inner {
    display: block;
  }
}
.main-container .open-content .open-02 .content-inner .open-02-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main-container .open-content .open-02 .content-inner .open-02-box .open-02-txt {
  max-width: 766px;
  background: #fff;
  padding: 55px 80px 140px 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-container .open-content .open-02 .content-inner .open-02-box .open-02-txt {
    float: none;
    width: 65%;
    padding: 50px 13px 30px 10%;
  }
}
.main-container .open-content .open-02 .content-inner .open-02-box .open-02-txt::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 70px;
  background-image: url(../img/illust_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  width: 282px;
  height: 215px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .main-container .open-content .open-02 .content-inner .open-02-box .open-02-txt::after {
    top: -15px;
    left: 0px;
    width: 50%;
    height: 135px;
  }
}
.main-container .open-content .open-02 .content-inner .open-02-box .open-02-txt .title {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #9B2A3A;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .main-container .open-content .open-02 .content-inner .open-02-box .open-02-txt .title {
    font-size: 16px;
    line-height: 20px;
  }
}
.main-container .open-content .open-02 .content-inner .open-02-box .open-02-txt .text {
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .main-container .open-content .open-02 .content-inner .open-02-box .open-02-txt .text {
    font-size: 14px;
    line-height: 20px;
  }
}
.main-container .open-content .open-02 .content-inner .open-02-box .open-02-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .main-container .open-content .open-02 .content-inner .open-02-box .open-02-img {
    display: block;
    width: 35%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .main-container .open-content .open-02 .content-inner .open-02-box .open-02-img {
    font-size: 12px;
    line-height: 20px;
  }
}
.main-container .open-content .open-03 {
  max-width: 1166px;
  width: 100%;
  margin: -125px auto 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-container .open-content .open-03 {
    margin: 0;
  }
}

.concierge-content {
  width: 100%;
  margin: 80px auto 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .concierge-content {
    margin: 50px auto 50px;
  }
}
.concierge-content::after {
  content: "";
  position: absolute;
  bottom: -410px;
  right: 0;
  background-image: url(../img/illust_05.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 386px;
  height: 419px;
  margin: auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .concierge-content::after {
    bottom: -120px;
    width: 30%;
    height: 119px;
  }
}
.concierge-content .bg-concierg {
  max-width: 966px;
  width: 100%;
  margin: auto;
  background-image: url(../img/bg_concierge.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top left;
  padding: 50px 20px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .concierge-content .bg-concierg {
    background-image: url(../img/bg_concierge_sp.png);
    padding: 15px 20px 20px 10px;
  }
}
.concierge-content .bg-concierg .sec-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5em;
  margin-bottom: 20px;
  text-align: center;
  color: #7C5D6B;
}
@media screen and (max-width: 767px) {
  .concierge-content .bg-concierg .sec-title {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
  }
}
.concierge-content .bg-concierg .concierge-01 {
  width: 100%;
  margin: 5px auto 5px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.concierge-content .bg-concierg .concierge-01 .concierge-01-img {
  max-width: 366px;
  width: 28%;
  padding-left: 60px;
  margin-right: 10%;
}
@media screen and (max-width: 767px) {
  .concierge-content .bg-concierg .concierge-01 .concierge-01-img {
    width: 45%;
    padding-left: 0;
    margin-right: 0;
  }
}
.concierge-content .bg-concierg .concierge-01 .concierge-01-txt {
  display: block;
  max-width: 560px;
  width: 60%;
  background: #fff;
  padding: 30px 70px 25px 40px;
}
@media screen and (max-width: 767px) {
  .concierge-content .bg-concierg .concierge-01 .concierge-01-txt {
    margin-top: 25px;
    padding: 15px 10px 20px;
    width: 55%;
  }
}
.concierge-content .bg-concierg .concierge-01 .concierge-01-txt .title {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #7C5D6B;
}
@media screen and (max-width: 767px) {
  .concierge-content .bg-concierg .concierge-01 .concierge-01-txt .title {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
}
.concierge-content .bg-concierg .concierge-01 .concierge-01-txt .text {
  font-size: 16px;
  line-height: 28px;
  color: #7C5D6B;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .concierge-content .bg-concierg .concierge-01 .concierge-01-txt .text {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
  }
}

.photo-content {
  width: 100%;
}
.photo-content .content-inner {
  max-width: 1166px;
  margin: 100px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .photo-content .content-inner {
    margin: 60px auto 0;
  }
}
.photo-content .content-inner .sec-title {
  width: 45%;
  max-width: 418px;
  display: block;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .photo-content .content-inner .sec-title {
    width: 58%;
  }
}
.photo-content .content-inner .text {
  font-size: 20px;
  line-height: 38px;
  color: #7C5D6B;
  font-weight: bold;
  display: block;
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  .photo-content .content-inner .text {
    margin-top: 0px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}
.photo-content .content-inner .photo-01 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 0px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .photo-content .content-inner .photo-01 {
    display: block;
  }
}
.photo-content .content-inner .photo-01 .photo-01-img {
  position: relative;
  padding-bottom: 20px;
  padding-right: 0;
  width: 56%;
}
@media screen and (max-width: 767px) {
  .photo-content .content-inner .photo-01 .photo-01-img {
    width: 80%;
    margin: 70px auto 0;
    padding: 0;
  }
}
.photo-content .content-inner .photo-01 .photo-01-img::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -8%;
  background-image: url(../img/icon_bestshot.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  width: 157px;
  height: 185px;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .photo-content .content-inner .photo-01 .photo-01-img::before {
    width: 25%;
    height: 95px;
    top: -60px;
    z-index: 1;
  }
}
.photo-content .content-inner .photo-01 .photo-02-img {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .photo-content .content-inner .photo-01 .photo-02-img {
    width: 85%;
    margin: 5px 5% 0 10%;
  }
}

.display-content {
  background-image: url(../img/bg_display.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  padding: 40px 0 40px;
}
@media screen and (max-width: 767px) {
  .display-content {
    background-image: url(../img/bg_display_sp.jpg);
    background-size: 100% auto;
    padding: 0px 0 30px;
  }
}
.display-content .content-inner {
  max-width: 966px;
  margin: 0 auto;
}
.display-content .content-inner .display-title {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .display-content .content-inner .display-title {
    display: block;
    padding: 90px 0 20px;
  }
}
.display-content .content-inner .display-title .sec-title {
  width: 420px;
  margin: 0 0 0 -10%;
}
@media screen and (max-width: 767px) {
  .display-content .content-inner .display-title .sec-title {
    width: 58%;
    margin: 15px 0 0 -2%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.display-content .content-inner .display-title .text {
  display: block;
  margin-left: 35px;
  width: 100%;
  max-width: 500px;
  padding-bottom: 50px;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: bold;
  color: #7C5D6B;
}
@media screen and (max-width: 767px) {
  .display-content .content-inner .display-title .text {
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 60px;
  }
}
.display-content .content-inner .display-title .photo-text {
  width: 252px;
  height: 75px;
  position: absolute;
  bottom: 30px;
  right: -100px;
}
@media screen and (max-width: 767px) {
  .display-content .content-inner .display-title .photo-text {
    width: 40%;
    right: 10%;
    bottom: 0px;
    z-index: 1;
  }
}
.display-content .content-inner .display-01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -30px auto 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .display-content .content-inner .display-01 {
    width: 90%;
  }
}
.display-content .content-inner .display-01 .image {
  width: 48.5%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .display-content .content-inner .display-01 .image {
    width: 100%;
    margin-bottom: 10px;
  }
}
.display-content .content-inner .display-01 .image:nth-child(n+3) {
  width: 31%;
}

.item-content {
  width: 100%;
  background: #FAEBD9;
  position: relative;
}
.item-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/bg_item_t.svg);
  background-size: 120px auto;
  background-repeat: repeat-x;
  background-position: top left;
  width: 100%;
  height: 75px;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .item-content::before {
    background-size: 57px auto;
    background-size: 57px auto;
  }
}
.item-content .bg-item {
  width: 100%;
  max-width: 1454px;
  margin: 0 auto;
  background-image: url(../img/bg_item.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top left;
}
@media screen and (max-width: 767px) {
  .item-content .bg-item {
    background-image: url(../img/bg_item_sp.jpg);
  }
}
.item-content .bg-item::before {
  content: "";
  position: absolute;
  top: -80px;
  right: 7%;
  background-image: url(../img/illust_06.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  width: 198px;
  height: 403px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .item-content .bg-item::before {
    width: 20%;
    top: -35px;
    right: 3%;
    height: 110px;
  }
}
.item-content .bg-item .content-inner {
  max-width: 1250px;
  width: 98%;
  margin: 0 auto;
  padding: 120px 0;
  background: #FFFAFB;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .item-content .bg-item .content-inner {
    width: 90%;
    padding: 50px 0 100px;
  }
}
.item-content .bg-item .content-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 40px;
  background-image: url(../img/illust_07.jpg);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: bottom right;
  width: 201px;
  height: 180px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .item-content .bg-item .content-inner::after {
    width: 22%;
    height: 80px;
    right: 20px;
  }
}
.item-content .bg-item .content-inner .sec-title {
  max-width: 532px;
  width: 80%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .item-content .bg-item .content-inner .sec-title {
    width: 78%;
    margin: 0 auto 10px;
  }
}
.item-content .bg-item .content-inner .text {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
  color: #7C5D6B;
}
@media screen and (max-width: 767px) {
  .item-content .bg-item .content-inner .text {
    font-size: 14px;
    line-height: 20px;
  }
}
.item-content .bg-item .content-inner .item-box {
  width: 96%;
  max-width: 966px;
  margin: 60px auto 0px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .item-content .bg-item .content-inner .item-box {
    width: 86%;
    margin: 20px auto 0px;
    display: block;
  }
}
.item-content .bg-item .content-inner .item-box .item-image {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .item-content .bg-item .content-inner .item-box .item-image {
    width: 100%;
  }
}
.item-content .bg-item .content-inner .item-box .item-txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .item-content .bg-item .content-inner .item-box .item-txt {
    width: 100%;
  }
}
.item-content .bg-item .content-inner .item-box .item-txt .title {
  font-size: 24px;
  font-weight: bold;
  color: #707070;
  line-height: 1.5em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .item-content .bg-item .content-inner .item-box .item-txt .title {
    margin-top: 1px;
    font-size: 14px;
  }
}
.item-content .bg-item .content-inner .item-box .item-txt .title span {
  font-size: 18px;
  padding: 0 2px;
}
@media screen and (max-width: 767px) {
  .item-content .bg-item .content-inner .item-box .item-txt .title span {
    font-size: 9px;
  }
}
.item-content .bg-item .content-inner .item-box .item-txt .text {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .item-content .bg-item .content-inner .item-box .item-txt .text {
    font-size: 12px;
    line-height: 1.5em;
  }
}
.item-content .bg-item .content-inner .item-box:nth-child(even) .item-image {
  order: 2;
}
.item-content .bg-item .content-inner .item-box:nth-child(even) .item-txt {
  order: 1;
}

.link-box {
  background: #FAF7E6;
  padding: 30px 0 50px;
}
@media screen and (max-width: 767px) {
  .link-box {
    padding: 10px 0 10px;
  }
}
.link-box .content-inner {
  max-width: 695px;
  width: 90%;
  margin: 20px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .link-box .content-inner {
    margin: 10px auto;
    width: 96%;
  }
}
.link-box .content-inner .aside-title {
  color: #E84660;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .link-box .content-inner .aside-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.link-box .content-inner .link-li {
  display: flex;
  justify-content: space-between;
  width: 98%;
}
.link-box .content-inner .link-li li {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .link-box .content-inner .link-li li {
    width: 25%;
  }
}
.link-box .content-inner .link-li li a {
  text-decoration: none;
  transition: all 0.5s;
}
.link-box .content-inner .link-li li a img {
  max-width: 110px;
  width: 98%;
  height: auto;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .link-box .content-inner .link-li li a img {
    width: 65%;
    margin-bottom: 10px;
  }
}
.link-box .content-inner .link-li li a span {
  display: inline-block;
  width: auto;
  clear: both;
  color: #E84660;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .link-box .content-inner .link-li li a span {
    font-size: 10px;
    line-height: 1.2em;
    letter-spacing: -0.2px;
  }
}
.link-box .content-inner .link-li li a span.icon-blank {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .link-box .content-inner .link-li li a span.icon-blank {
    padding-right: 15px;
  }
}
.link-box .content-inner .link-li li a span.icon-blank::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  background-image: url(../img/icon_blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  width: 12px;
  height: 10px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .link-box .content-inner .link-li li a span.icon-blank::after {
    width: 10px;
    height: 8px;
  }
}

@media screen and (max-width: 767px) {
  .footer-wrapper {
    margin-top: 10px;
  }
}

/* fadeアニメーション */
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* animation */
@-webkit-keyframes opening-title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes opening-title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}/*# sourceMappingURL=style.css.map */