@charset "UTF-8";
.fl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

body {
  color: #585858;
}

.pc-br {
  display: none;
}
@media (min-width: 767px) {
  .pc-br {
    display: block;
  }
}

header {
  background-color: #fff;
  width: 100%;
}
header.other-than {
  border-bottom: 1px solid #d8d8d8;
}
header .header-content {
  margin: 0 15px;
  padding: 15px 0;
  position: relative;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 0.8em;
  max-width: 1000px;
}
@media (min-width: 767px) {
  header .header-content {
    font-size: 0.9em;
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  header .header-content {
    margin: 0 auto;
    font-size: 1em;
  }
}
header .header-content .header-logo {
  width: 75px;
  position: absolute;
  top: 0;
  left: 0;
}
header .header-content .header-logo a {
  display: block;
}
@media (min-width: 767px) {
  header .header-content .header-logo {
    width: 125px;
  }
}
header .header-content .menu {
  display: block;
}
@media (min-width: 767px) {
  header .header-content .menu {
    display: flex;
  }
}
header .header-content .menu .menu-item.form-link {
  text-align: right;
  margin-bottom: 10px;
  font-size: 14px;
}
@media (min-width: 767px) {
  header .header-content .menu .menu-item.form-link {
    padding-right: 10px;
    margin-bottom: 0;
    font-size: 16px;
  }
}
header .header-content .menu .menu-item.site-link {
  text-align: right;
  font-size: 14px;
}
@media (min-width: 767px) {
  header .header-content .menu .menu-item.site-link {
    border-left: 1px solid #585858;
    padding-left: 10px;
    font-size: 16px;
  }
}
header .header-content .menu .menu-item a {
  color: #585858;
}

.wrapper section.sec-02 {
  background-image: url(../images/sec-02-bg-t.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper section.flow-bg {
  background-color: #EBE3C7;
}
.wrapper section.flyer-bg {
  background-color: #F7F7F7;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media (min-width: 767px) {
  .wrapper section.flyer-bg {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.wrapper section.sample-area {
  padding-bottom: 20px;
}
@media (min-width: 767px) {
  .wrapper section.sample-area {
    padding-bottom: 40px;
  }
}
.wrapper section .main-img img {
  display: block;
}
.wrapper section .section-content {
  max-width: 1000px;
  margin: 0 auto;
}
.wrapper section .section-wrapper {
  padding: 0 10px;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .wrapper section .section-wrapper {
    padding: 0;
  }
}
.wrapper section .section-wrapper .title-en {
  font-weight: normal;
  font-size: 13px;
  padding: 30px 0 20px 0;
}
.wrapper section .section-wrapper .title-en.about-en, .wrapper section .section-wrapper .title-en.lineup-en, .wrapper section .section-wrapper .title-en.flow-en {
  padding-top: 40px;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .title-en {
    font-size: 14px;
  }
}
.wrapper section .section-wrapper .title-ja {
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6;
}
.wrapper section .section-wrapper .title-ja span {
  font-size: 15px;
}
.wrapper section .section-wrapper .title-ja .pc-none {
  display: block;
}
@media (min-width: 374px) {
  .wrapper section .section-wrapper .title-ja .pc-none {
    display: none;
  }
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .title-ja {
    font-size: 25px;
  }
}
.wrapper section .section-wrapper .about {
  text-align: center;
  padding-bottom: 30px;
}
.wrapper section .section-wrapper .about .about-text {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .about .about-text {
    font-size: 16px;
  }
}
.wrapper section .section-wrapper .about .about-text:last-child {
  margin-bottom: 0;
}
.wrapper section .section-wrapper .secret {
  padding: 30px 0;
}
.wrapper section .section-wrapper .secret .pos {
  position: relative;
}
.wrapper section .section-wrapper .secret .pos .title-icon {
  position: absolute;
  top: 105%;
  left: 70%;
  transform: translate(-50%, -50%);
  width: 20%;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .secret .pos .title-icon {
    width: 10%;
    left: 60%;
  }
}
@media (min-width: 1024px) {
  .wrapper section .section-wrapper .secret .pos .title-icon {
    top: 115%;
    left: 55%;
  }
}
.wrapper section .section-wrapper .secret .point-area {
  justify-content: center;
  flex-direction: column;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .secret .point-area {
    flex-direction: row;
    margin-bottom: 25px;
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .wrapper section .section-wrapper .secret .point-area {
    margin-top: 70px;
  }
}
.wrapper section .section-wrapper .secret .point-area .point-item {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .secret .point-area .point-item {
    width: 32%;
  }
}
.wrapper section .section-wrapper .secret .point-area .point-item.first-item .link {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.wrapper section .section-wrapper .secret .point-area .point-item.first-item .link a {
  display: block;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.wrapper section .section-wrapper .secret .point-area .point-item.first-item .link a .flyer {
  position: absolute;
  top: 0px;
  left: -35px;
  width: 30%;
}
.wrapper section .section-wrapper .secret .point-area .point-item.second-item02 {
  margin-top: 20px;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .secret .point-area .point-item.second-item02 {
    margin-top: 0;
  }
}
.wrapper section .section-wrapper .secret .cv-area {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.wrapper section .section-wrapper .secret .cv-area .cv-content {
  width: 100%;
  flex-direction: column;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .secret .cv-area .cv-content {
    flex-direction: row;
  }
}
.wrapper section .section-wrapper .secret .cv-area .cv-content .cv-btn {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .secret .cv-area .cv-content .cv-btn {
    width: 32%;
    margin: initial;
  }
}
.wrapper section .section-wrapper .secret .cv-area .cv-content .cv-btn:last-child {
  margin-bottom: 0;
}
.wrapper section .section-wrapper .secret .cv-area .cv-content .cv-btn p {
  color: #585858;
  margin-bottom: 5px;
}
.wrapper section .section-wrapper .secret .cv-area .cv-content .cv-btn p.cv-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper section .section-wrapper .secret .cv-area .cv-content .cv-btn p img {
  width: auto;
}
.wrapper section .section-wrapper .secret .cv-area .cv-content .cv-btn p span {
  font-size: 14px;
  padding: 0 10px;
}
.wrapper section .section-wrapper .secret .cv-area .cv-content .cv-btn a {
  display: block;
  color: #69924B;
  border: 2px solid #69924B;
  border-radius: 3px;
  padding: 10px;
  background-color: #fff;
  line-height: 1.4;
}
.wrapper section .section-wrapper .secret .cv-area .cv-content .cv-btn a .sp-none {
  display: none;
}
.wrapper section .section-wrapper .secret .cv-area .under-content {
  background-color: #fff;
  padding: 30px;
  margin: 30px auto 0 auto;
}
.wrapper section .section-wrapper .secret .cv-area .under-content div {
  margin-bottom: 20px;
}
.wrapper section .section-wrapper .secret .cv-area .under-content div.under-title {
  font-size: 18px;
}
.wrapper section .section-wrapper .secret .cv-area .under-content div.under-text {
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .secret .cv-area .under-content div.under-text {
    font-size: 14px;
  }
}
.wrapper section .section-wrapper .secret .cv-area .under-content div.under-text span {
  font-size: 13px;
}
.wrapper section .section-wrapper .secret .cv-area .under-content div.link-btn p a {
  color: #585858;
}
.wrapper section .section-wrapper .secret .cv-area .under-content div.link-btn p img {
  width: auto;
}
.wrapper section .section-wrapper .secret .cv-area .under-content div:last-child {
  margin-bottom: 0;
}
.wrapper section .section-wrapper .line-up {
  text-align: center;
  padding-bottom: 30px;
}
.wrapper section .section-wrapper .line-up .line-up-bg .line-up-top {
  flex-direction: column;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .line-up .line-up-bg .line-up-top {
    flex-direction: row;
    align-items: flex-end;
  }
}
.wrapper section .section-wrapper .line-up .line-up-bg .line-up-top .top-item {
  width: 90%;
  margin: 0 auto;
}
.wrapper section .section-wrapper .line-up .plan-area {
  margin: 30px 0;
}
.wrapper section .section-wrapper .line-up .plan-area .plan-title {
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .line-up .plan-area .plan-title {
    font-size: 25px;
  }
}
.wrapper section .section-wrapper .line-up .plan-area .plan-img-pc {
  display: none;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .line-up .plan-area .plan-img-pc {
    display: block;
  }
}
.wrapper section .section-wrapper .line-up .plan-area .plan-img-sp {
  display: block;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .line-up .plan-area .plan-img-sp {
    display: none;
  }
}
.wrapper section .section-wrapper .line-up .box-area {
  flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .line-up .box-area {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.wrapper section .section-wrapper .line-up .box-area .box {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .line-up .box-area .box {
    width: 49%;
  }
}
.wrapper section .section-wrapper .line-up .box-area .box.baby {
  background-image: url(../images/baby.png);
}
.wrapper section .section-wrapper .line-up .box-area .box.kids {
  background-image: url(../images/kids.png);
}
.wrapper section .section-wrapper .line-up .box-area .box.adult {
  background-image: url(../images/adult.png);
}
.wrapper section .section-wrapper .line-up .box-area .box.wedd {
  background-image: url(../images/wedding.png);
}
.wrapper section .section-wrapper .line-up .box-area .box.matanty {
  background-image: url(../images/matanty.png);
}
.wrapper section .section-wrapper .line-up .box-area .box.family {
  background-image: url(../images/family.png);
}
.wrapper section .section-wrapper .line-up .box-area .box:last-child {
  margin-bottom: 0;
}
.wrapper section .section-wrapper .line-up .box-area .box::before {
  width: 100%;
  height: 200px;
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(83, 65, 55, 0.6);
}
.wrapper section .section-wrapper .line-up .box-area .box a {
  display: block;
}
.wrapper section .section-wrapper .line-up .box-area .box a .box-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 2rem;
  box-sizing: border-box;
  flex-direction: column;
}
.wrapper section .section-wrapper .line-up .box-area .box a .box-text .box-title {
  font-size: 30px;
  width: 100%;
  margin-bottom: 15px;
}
.wrapper section .section-wrapper .line-up .box-area .box a .box-text .sub-text {
  width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.8;
}
.wrapper section .section-wrapper .line-up .box-area .box a .box-text .btn {
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 14px;
  width: 100%;
  padding: 10px;
  position: relative;
  max-width: 300px;
}
.wrapper section .section-wrapper .line-up .box-area .box a .box-text .btn .icon {
  position: absolute;
  bottom: -2px;
  right: -1px;
}
.wrapper section .section-wrapper .flow {
  text-align: center;
  padding-bottom: 30px;
}
.wrapper section .section-wrapper .flow .flow-sub-text {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.8;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .flow .flow-sub-text {
    font-size: 16px;
  }
}
.wrapper section .section-wrapper .flow .flow-main-img {
  margin: 0 auto;
  max-width: 500px;
  margin-bottom: 30px;
}
.wrapper section .section-wrapper .flow .cv-content {
  width: 100%;
  flex-direction: column;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .flow .cv-content {
    flex-direction: row;
  }
}
.wrapper section .section-wrapper .flow .cv-content .cv-btn {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .flow .cv-content .cv-btn {
    width: 32%;
    margin: initial;
  }
}
.wrapper section .section-wrapper .flow .cv-content .cv-btn:last-child {
  margin-bottom: 0;
}
.wrapper section .section-wrapper .flow .cv-content .cv-btn p {
  color: #585858;
  margin-bottom: 5px;
}
.wrapper section .section-wrapper .flow .cv-content .cv-btn p img {
  width: auto;
}
.wrapper section .section-wrapper .flow .cv-content .cv-btn p.cv-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper section .section-wrapper .flow .cv-content .cv-btn p span {
  font-size: 14px;
  padding: 0 10px;
}
.wrapper section .section-wrapper .flow .cv-content .cv-btn a {
  display: block;
  color: #69924B;
  border: 2px solid #69924B;
  border-radius: 3px;
  padding: 10px;
  background-color: #fff;
  line-height: 1.4;
}
.wrapper section .section-wrapper .flow .cv-content .cv-btn a .sp-none {
  display: none;
}
.wrapper section .section-wrapper .media {
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .media {
    padding-top: 60px;
  }
}
.wrapper section .section-wrapper .media .title-media {
  border-top: 1px solid #585858;
  border-bottom: 1px solid #585858;
  padding: 10px 0;
  margin-bottom: 0;
  font-size: 16px;
}
.wrapper section .section-wrapper .media .title-media.media-service {
  margin-top: 30px;
}
.wrapper section .section-wrapper .media .title-media.other {
  margin-top: 30px;
}
.wrapper section .section-wrapper .media .title-media.other .other-sub-text {
  font-size: 13px;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .media .title-media.other .other-sub-text {
    font-size: 16px;
  }
}
.wrapper section .section-wrapper .media .media-content, .wrapper section .section-wrapper .media .service-content {
  flex-direction: column;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .media .media-content, .wrapper section .section-wrapper .media .service-content {
    flex-direction: row;
  }
}
.wrapper section .section-wrapper .media .media-content .media-item, .wrapper section .section-wrapper .media .service-content .media-item {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #D4D4D4;
}
.wrapper section .section-wrapper .media .media-content .media-item:first-child, .wrapper section .section-wrapper .media .service-content .media-item:first-child {
  border-top: none;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .media .media-content .media-item, .wrapper section .section-wrapper .media .service-content .media-item {
    width: 31%;
    border-top: none;
  }
}
.wrapper section .section-wrapper .media .media-content .media-item .medium, .wrapper section .section-wrapper .media .service-content .media-item .medium {
  margin-bottom: 20px;
  letter-spacing: 5px;
  margin-top: 30px;
}
.wrapper section .section-wrapper .media .media-content .media-item .medium p span, .wrapper section .section-wrapper .media .service-content .media-item .medium p span {
  padding: 0 10px;
  border-left: 1px solid #585858;
  border-right: 1px solid #585858;
}
.wrapper section .section-wrapper .media .media-content .media-item .medium-name, .wrapper section .section-wrapper .media .service-content .media-item .medium-name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 5px;
}
.wrapper section .section-wrapper .media .media-content .media-item .medium-name.photo-next, .wrapper section .section-wrapper .media .service-content .media-item .medium-name.photo-next {
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .media .media-content .media-item .medium-name.photo-next, .wrapper section .section-wrapper .media .service-content .media-item .medium-name.photo-next {
    margin-bottom: 20px;
  }
}
.wrapper section .section-wrapper .media .media-content .media-item .medium-img p.img-01, .wrapper section .section-wrapper .media .service-content .media-item .medium-img p.img-01 {
  margin-bottom: 30px;
}
.wrapper section .section-wrapper .media .media-content .media-item .medium-img p.img-01 img, .wrapper section .section-wrapper .media .service-content .media-item .medium-img p.img-01 img {
  width: 90%;
}
.wrapper section .section-wrapper .media .media-content .media-item .medium-img p.img-03 img, .wrapper section .section-wrapper .media .service-content .media-item .medium-img p.img-03 img {
  width: 74%;
}
.wrapper section .section-wrapper .media .media-content .media-item .link-btn, .wrapper section .section-wrapper .media .service-content .media-item .link-btn {
  background-color: #585858;
  border-radius: 3px;
  width: 100%;
  margin: 0 auto;
}
.wrapper section .section-wrapper .media .media-content .media-item .link-btn .video-text, .wrapper section .section-wrapper .media .service-content .media-item .link-btn .video-text {
  color: #fff;
  padding: 10px 0;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .wrapper section .section-wrapper .media .media-content .media-item .link-btn, .wrapper section .section-wrapper .media .service-content .media-item .link-btn {
    margin-top: 10px;
  }
}
.wrapper section .section-wrapper .media .media-content .media-item .link-btn.ppo, .wrapper section .section-wrapper .media .service-content .media-item .link-btn.ppo {
  background-color: #ABB323;
  margin-bottom: 10px;
}
.wrapper section .section-wrapper .media .media-content .media-item .link-btn.ppo a, .wrapper section .section-wrapper .media .service-content .media-item .link-btn.ppo a {
  padding: 15px 0;
}
.wrapper section .section-wrapper .media .media-content .media-item .link-btn.pb, .wrapper section .section-wrapper .media .service-content .media-item .link-btn.pb {
  background-color: #73B8C5;
  margin-bottom: 10px;
  margin-top: 20px;
}
.wrapper section .section-wrapper .media .media-content .media-item .link-btn.pb a, .wrapper section .section-wrapper .media .service-content .media-item .link-btn.pb a {
  padding: 15px 0;
}
.wrapper section .section-wrapper .media .media-content .media-item .link-btn a, .wrapper section .section-wrapper .media .service-content .media-item .link-btn a {
  display: block;
  color: #fff;
  padding: 10px 0;
}
.wrapper section .section-wrapper .media .media-content .media-item .medium-text, .wrapper section .section-wrapper .media .service-content .media-item .medium-text {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 1.8;
  font-size: 12px;
}
.wrapper section .section-wrapper .media .media-content .media-item .service, .wrapper section .section-wrapper .media .service-content .media-item .service {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.6;
  font-size: 16px;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .media .media-content .media-item .service, .wrapper section .section-wrapper .media .service-content .media-item .service {
    font-size: 13px;
  }
}
.wrapper section .section-wrapper .media .media-content .media-item .service-logo, .wrapper section .section-wrapper .media .service-content .media-item .service-logo {
  width: 70%;
  margin: 0 auto 20px auto;
}
.wrapper section .section-wrapper .media .media-content .media-item .service-logo.ppo-logo-area, .wrapper section .section-wrapper .media .service-content .media-item .service-logo.ppo-logo-area {
  position: relative;
}
.wrapper section .section-wrapper .media .media-content .media-item .service-logo.ppo-logo-area .logo-text, .wrapper section .section-wrapper .media .service-content .media-item .service-logo.ppo-logo-area .logo-text {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .wrapper section .section-wrapper .media .media-content .media-item .service-main-img.ppo-img, .wrapper section .section-wrapper .media .service-content .media-item .service-main-img.ppo-img {
    margin-top: -10px;
  }
}
.wrapper section .section-wrapper .media .media-content .media-item .service-text, .wrapper section .section-wrapper .media .service-content .media-item .service-text {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 14px;
  text-align: left;
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .media .media-content .media-item .service-text, .wrapper section .section-wrapper .media .service-content .media-item .service-text {
    font-size: 15px;
  }
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .media .media-content .media-item .service-text.text-01, .wrapper section .section-wrapper .media .service-content .media-item .service-text.text-01 {
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .wrapper section .section-wrapper .media .media-content .media-item .service-text.text-01, .wrapper section .section-wrapper .media .service-content .media-item .service-text.text-01 {
    margin-bottom: 83px;
  }
}
@media (min-width: 767px) {
  .wrapper section .section-wrapper .media .media-content .media-item .service-text.text-03, .wrapper section .section-wrapper .media .service-content .media-item .service-text.text-03 {
    margin-bottom: 90px;
  }
}
@media (min-width: 1024px) {
  .wrapper section .section-wrapper .media .media-content .media-item .service-text.text-03, .wrapper section .section-wrapper .media .service-content .media-item .service-text.text-03 {
    margin-bottom: 45px;
  }
}
.wrapper section .flyer {
  text-align: center;
  color: #534138;
  max-width: 1000px;
  margin: 0 auto;
}
.wrapper section .flyer .title {
  font-size: 19px;
  padding: 30px 0 20px 0;
}
@media (min-width: 767px) {
  .wrapper section .flyer .title {
    font-size: 22px;
    padding-top: 50px;
  }
}
.wrapper section .flyer .text {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .wrapper section .flyer .text {
    font-size: 16px;
  }
}
.wrapper section .flyer .flyer-pc {
  display: none;
}
@media (min-width: 1280px) {
  .wrapper section .flyer .flyer-pc {
    display: block;
  }
}
.wrapper section .flyer.common .common-box .flyer-img, .wrapper section .flyer.common .category-box .flyer-img {
  box-shadow: 2px 2px 4px #c5c5c5;
}
.wrapper section .flyer.common .common-box .btn, .wrapper section .flyer.common .category-box .btn {
  background-color: #534138;
  box-shadow: 2px 2px 4px #c5c5c5;
  margin-top: 20px;
}
.wrapper section .flyer.common .common-box .btn a, .wrapper section .flyer.common .category-box .btn a {
  color: #fff;
  display: block;
  padding: 15px 0;
}
.wrapper section .flyer.common .common-box {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .wrapper section .flyer.common .common-box {
    max-width: 310px;
  }
}
.wrapper section .flyer.common .category-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.wrapper section .flyer.common .category-box .category-item {
  width: 100%;
}
@media (min-width: 767px) {
  .wrapper section .flyer.common .category-box .category-item {
    width: 31%;
  }
}
.wrapper .modal-bg {
  display: none;
  background-color: #000;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: 999;
}
.wrapper .modal-main {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 750px;
  height: auto;
  z-index: 9999;
}
.wrapper .modal-main video {
  width: 100%;
}
.wrapper .modal-open {
  display: block;
}

.privacy .ttl-sec, .security .ttl-sec {
  text-align: center;
  margin-top: 60px;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.15em;
}
@media (min-width: 767px) {
  .privacy .ttl-sec, .security .ttl-sec {
    font-size: 1.3rem;
  }
}
.privacy .uk-container, .security .uk-container {
  padding: 0 15px;
}
@media (min-width: 767px) {
  .privacy .uk-container, .security .uk-container {
    padding: 0 30px;
  }
}
.privacy .uk-container .uk-card-default .uk-card-body, .security .uk-container .uk-card-default .uk-card-body {
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  max-width: 1000px;
  margin: 15px auto 15px auto;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  .privacy .uk-container .uk-card-default .uk-card-body, .security .uk-container .uk-card-default .uk-card-body {
    margin: 30px auto 30px auto;
  }
}
.privacy .uk-container .uk-card-default .uk-card-body h3, .security .uk-container .uk-card-default .uk-card-body h3 {
  font-size: 1rem;
  line-height: 1.5;
  color: #454649;
  font-weight: 700;
}
.privacy .uk-container .uk-card-default .uk-card-body .txt-lower, .security .uk-container .uk-card-default .uk-card-body .txt-lower {
  margin-top: 1em;
  line-height: 1.7;
  color: #454649;
  font-size: 0.875rem;
}
.privacy .uk-container .uk-card-default .uk-card-body .txt-lower.al-security-ceo, .security .uk-container .uk-card-default .uk-card-body .txt-lower.al-security-ceo {
  text-align: left;
  margin-top: 30px;
}
@media (min-width: 767px) {
  .privacy .uk-container .uk-card-default .uk-card-body .txt-lower.al-security-ceo, .security .uk-container .uk-card-default .uk-card-body .txt-lower.al-security-ceo {
    text-align: right;
  }
}
.privacy .uk-container .uk-card-default .uk-card-body .list-lower, .security .uk-container .uk-card-default .uk-card-body .list-lower {
  margin-top: 15px;
}
.privacy .uk-container .uk-card-default .uk-card-body .subttl-lower, .security .uk-container .uk-card-default .uk-card-body .subttl-lower {
  margin-top: 1em;
  line-height: 1.7;
  color: #454649;
  font-size: 0.875rem;
}
.privacy .uk-container .uk-card-default .uk-card-body .list-lower.dot > li, .security .uk-container .uk-card-default .uk-card-body .list-lower.dot > li {
  padding-left: 1em;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #454649;
}
.privacy .uk-container .uk-card-default .uk-card-body .list-lower.dot > li:before, .security .uk-container .uk-card-default .uk-card-body .list-lower.dot > li:before {
  content: "・";
  display: block;
  width: 1em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.privacy .uk-container .uk-card-default .uk-card-body .list-lower.num, .security .uk-container .uk-card-default .uk-card-body .list-lower.num {
  margin-left: 2em;
}
.privacy .uk-container .uk-card-default .uk-card-body .list-lower.num li, .security .uk-container .uk-card-default .uk-card-body .list-lower.num li {
  margin-top: 1em;
  line-height: 1.7;
  color: #454649;
  font-size: 0.875rem;
}
.privacy .uk-container .uk-card-default .uk-card-body article, .security .uk-container .uk-card-default .uk-card-body article {
  margin-top: 3vh;
}

footer {
  background-color: #585858;
  padding: 30px 0;
  font-size: 14px;
}
footer .footer-content {
  padding: 0 10px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  footer .footer-content {
    padding: 0;
  }
}
footer .footer-content .footer-link {
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer-content .footer-link .footer-link-item {
  margin-left: 10px;
  margin-bottom: 20px;
}
footer .footer-content .footer-link .footer-link-item a {
  color: #fff;
}
footer .footer-content .contact-btn {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 250px;
}
footer .footer-content .contact-btn a {
  color: #fff;
  display: block;
  padding: 10px;
}
footer .footer-content .footer-logo {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  footer .footer-content .footer-logo {
    width: 100px;
  }
}
footer .footer-content small {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 11px;
}

/*# sourceMappingURL=style.css.map */
