@charset "UTF-8";
/*---------------------------------------------
  Browser Default Initialization
---------------------------------------------*/
body {
  word-break: break-all;
  text-align: justify;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

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

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

caption,
th {
  text-align: left;
}

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

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

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

img,
abbr,
acronym,
fieldset {
  border: 0;
}

img {
  width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

ul li {
  list-style-type: none;
}

a,
button,
input,
textarea {
  outline: none;
  text-decoration: none;
}

a {
  color: #231815;
}

@media all and (max-width: 800px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

/*---------------------------------------------
  FontSize Initialization
---------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0em;
  -webkit-text-size-adjust: 100%;
  font-family: YakuHanMP,"Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 800px) {
  .u-pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 801px), print {
  .u-sp-only {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

a[href^="tel:"] {
  text-decoration: none;
}

#wrap {
  -webkit-transition: 1s 0.2s;
  transition: 1s 0.2s;
  position: relative;
  overflow: clip;
}

main {
  position: relative;
  z-index: 2;
}

.u-link01 {
  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;
  border: solid 1px #F6DDC9;
  text-align: center;
  color: #F6DDC9;
  margin: 30px 0 0;
  border-radius: 80px;
  height: 75px;
}

.u-link01 span {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}

.u-link01.type2 {
  border: solid 1px #50484D;
  background: #fff;
}

.u-link01.type2 span {
  color: #50484D;
}

.u-link01.type3 {
  border: solid 1px rgba(246, 221, 201, 0.5);
  margin: 15px 0 20px 0;
  height: 50px;
}

.u-link01.type3 span {
  font-family: YakuHanMP,"Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

@media all and (max-width: 800px) {
  .u-link01 {
    margin: 8vw 0vw 0vw 0vw;
    border-radius: 21.33333vw 21.33333vw 21.33333vw 21.33333vw;
    height: 20vw;
  }
  .u-link01 span {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .u-link01.type3 {
    margin: 4vw 0vw 5.33333vw 0vw;
    height: 13.33333vw;
  }
}

@media screen and (min-width: 801px), print {
  .u-link01 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 40.5px 0 0;
    /* 30px × 1.35 */
    border-radius: 108px;
    /* 80px × 1.35 */
    height: 101.25px;
    /* 75px × 1.35 */
  }
  .u-link01:hover {
    opacity: 0.7;
  }
  .u-link01 span {
    font-size: 21.6px;
    /* 16px × 1.35 */
  }
  .u-link01.type2 {
    border: solid 1px #50484D;
    background: #fff;
  }
  .u-link01.type2 span {
    color: #50484D;
  }
  .u-link01.type3 {
    border: solid 1px rgba(246, 221, 201, 0.5);
    margin: 20.25px 0 27px 0;
    /* 15px, 20px × 1.35 */
    height: 67.5px;
    /* 50px × 1.35 */
  }
  .u-link01.type3 span {
    font-family: YakuHanMP,"Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
  }
}

.kigou {
  letter-spacing: -0.1em;
}

@media all and (max-width: 800px) {
  .l-header {
    display: none;
  }
}

@media screen and (min-width: 801px), print {
  .l-header {
    background: url(../img/bg_pc.png);
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: calc(50% - 253px);
  }
  .l-header .link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header .link:hover {
    opacity: 0.7;
  }
  .l-header__logo {
    display: block;
    width: 198px;
  }
  .l-header-nav {
    padding: 65px 50px;
  }
  .l-header-nav-lists {
    margin: 67px 0 0;
  }
  .l-header-nav-list {
    display: block;
    margin: 24px 0 0;
    max-width: 130px;
  }
  .l-header-nav-list a {
    position: relative;
    display: block;
    font-family: YakuHanMP,"Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.1em;
    -webkit-clip-path: inset(0 0 -0.2em);
            clip-path: inset(0 0 -0.2em);
    line-height: 1;
  }
  .l-header-nav-list a:before {
    content: attr(data-text);
    display: inline-block;
    -webkit-transition: 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    top: 16px;
    opacity: 0;
    font-family: YakuHanMP,"Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .l-header-nav-list a span {
    display: inline-block;
    position: relative;
    -webkit-transition: 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1;
  }
  .l-header-nav-list a:hover:before {
    opacity: 1;
    top: 3px;
  }
  .l-header-nav-list a:hover span {
    opacity: 0;
    -webkit-transform: translate3d(0, -130%, 0);
            transform: translate3d(0, -130%, 0);
  }
  .l-header-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    margin: 48px 0 0;
  }
  .l-header-bnr-item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header-bnr-item.bnr02 {
    margin: 2px 0 0;
  }
  .l-header-bnr-item.bnr03 {
    margin: 4px 0 0;
  }
  .l-header-bnr-item:hover {
    opacity: 0.7;
  }
  .l-header-bnr-item.bnr01 img {
    width: 78.5px;
  }
  .l-header-bnr-item.bnr02 img {
    width: 90.5px;
  }
  .l-header-bnr-item.bnr03 img {
    width: 80.5px;
  }
  .l-header-bnr-item.bnr04 img {
    width: 80.5px;
  }
  .l-header-btn {
    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;
    position: absolute;
    bottom: 50px;
    width: 165px;
    border: solid 1px;
    border-radius: 30px;
    height: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header-btn span {
    font-family: YakuHanMP,"Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .l-header-btn:hover {
    /*opacity: 0.7;*/
    background: #231815;
  }
  .l-header-btn:hover span {
    color: #FEF0DA;
  }
}

@media (min-width: 801px) and (max-width: 1050px) {
  .l-header {
    width: calc(100% - 506px);
  }
}

@media all and (max-width: 800px) {
  .p-slide {
    display: none;
  }
}

@media screen and (min-width: 801px), print {
  .p-slide {
    background: url(../img/bg_pc.png);
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: calc(50% - 253px);
  }
  .p-slide.act1 .p-slide-item.bg02 {
    opacity: 1;
  }
  .p-slide.act2 .p-slide-item.bg03 {
    opacity: 1;
  }
  .p-slide.act3 .p-slide-item.bg04 {
    opacity: 1;
  }
  .p-slide-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .p-slide-item .txt01 {
    position: absolute;
    top: 0;
    display: block;
    width: 120px;
  }
  .p-slide-item.bg01 {
    background: url(../img/slide_01.jpg) center center;
    background-size: cover;
    z-index: 1;
  }
  .p-slide-item.bg01 .txt01 {
    width: 88.5px;
    top: 120px;
    left: 163px;
  }
  .p-slide-item.bg02 {
    background: url(../img/slide_02.jpg) center center;
    background-size: cover;
    z-index: 2;
    opacity: 0;
  }
  .p-slide-item.bg02 .txt01 {
    width: 87.5px;
    top: 127px;
    right: 74px;
  }
  .p-slide-item.bg03 {
    background: url(../img/slide_03.jpg) center center;
    background-size: cover;
    z-index: 3;
    opacity: 0;
  }
  .p-slide-item.bg03 .txt01 {
    width: 88px;
    top: 63px;
    left: 103px;
  }
  .p-slide-item.bg04 {
    background: url(../img/slide_04.jpg) center bottom;
    background-size: cover;
    z-index: 4;
    opacity: 0;
  }
  .p-slide-item.bg04 .txt01 {
    width: 87px;
    right: 85px;
    top: 280px;
  }
}

@media (min-width: 801px) and (max-width: 1050px) {
  .p-slide {
    display: none;
  }
}

@media all and (max-width: 800px) {
  .u-footnav {
    background: url(../img/bg_footnav.png);
    background-size: 13.33333vw;
    position: fixed;
    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;
    bottom: 0;
    left: 0;
    height: 13.33333vw;
    width: 100%;
    z-index: 100;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .u-footnav span {
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: 0.05em;
  }
  .u-footnav.hide {
    bottom: -13.33333vw;
  }
}

@media screen and (min-width: 801px), print {
  #content {
    /*
    max-width : 375px;
    */
    max-width: 506px;
    margin: 0 auto;
  }
}

@media (min-width: 801px) and (max-width: 1050px) {
  #content {
    margin: 0;
    left: calc(100% - 506px);
  }
}

@-webkit-keyframes fadeInText {
  0% {
    -webkit-transform: translateY(8px) rotate(3deg);
            transform: translateY(8px) rotate(3deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(-3deg);
            transform: translateY(-3px) rotate(-3deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    opacity: 1;
  }
}

@keyframes fadeInText {
  0% {
    -webkit-transform: translateY(8px) rotate(3deg);
            transform: translateY(8px) rotate(3deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(-3deg);
            transform: translateY(-3px) rotate(-3deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    opacity: 1;
  }
}

.p-mv {
  position: relative;
  background: url(../img/bg_01.jpg);
  background-size: 500px;
  color: #F6DDC9;
}

.p-mv__txt {
  position: absolute;
  top: 21px;
  left: 97px;
  display: block;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  z-index: 5;
  overflow: hidden;
}

.p-mv__txt span {
  display: inline-block;
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
}

.p-mv__txt.act span:nth-child(1) {
  -webkit-animation: fadeInText 0.4s ease 0.07s forwards;
          animation: fadeInText 0.4s ease 0.07s forwards;
}

.p-mv__txt.act span:nth-child(2) {
  -webkit-animation: fadeInText 0.4s ease 0.14s forwards;
          animation: fadeInText 0.4s ease 0.14s forwards;
}

.p-mv__txt.act span:nth-child(3) {
  -webkit-animation: fadeInText 0.4s ease 0.21s forwards;
          animation: fadeInText 0.4s ease 0.21s forwards;
}

.p-mv__txt.act span:nth-child(4) {
  -webkit-animation: fadeInText 0.4s ease 0.28s forwards;
          animation: fadeInText 0.4s ease 0.28s forwards;
}

.p-mv__txt.act span:nth-child(5) {
  -webkit-animation: fadeInText 0.4s ease 0.35s forwards;
          animation: fadeInText 0.4s ease 0.35s forwards;
}

.p-mv__txt.act span:nth-child(6) {
  -webkit-animation: fadeInText 0.4s ease 0.42s forwards;
          animation: fadeInText 0.4s ease 0.42s forwards;
}

.p-mv__txt.act span:nth-child(7) {
  -webkit-animation: fadeInText 0.4s ease 0.49s forwards;
          animation: fadeInText 0.4s ease 0.49s forwards;
}

.p-mv__txt.act span:nth-child(8) {
  -webkit-animation: fadeInText 0.4s ease 0.56s forwards;
          animation: fadeInText 0.4s ease 0.56s forwards;
}

.p-mv__txt.act span:nth-child(9) {
  -webkit-animation: fadeInText 0.4s ease 0.63s forwards;
          animation: fadeInText 0.4s ease 0.63s forwards;
}

.p-mv__txt.act span:nth-child(10) {
  -webkit-animation: fadeInText 0.4s ease 0.7s forwards;
          animation: fadeInText 0.4s ease 0.7s forwards;
}

.p-mv__txt.act span:nth-child(11) {
  -webkit-animation: fadeInText 0.4s ease 0.77s forwards;
          animation: fadeInText 0.4s ease 0.77s forwards;
}

.p-mv__txt.act span:nth-child(12) {
  -webkit-animation: fadeInText 0.4s ease 0.84s forwards;
          animation: fadeInText 0.4s ease 0.84s forwards;
}

.p-mv__txt.act span:nth-child(13) {
  -webkit-animation: fadeInText 0.4s ease 0.91s forwards;
          animation: fadeInText 0.4s ease 0.91s forwards;
}

.p-mv__txt.act span:nth-child(14) {
  -webkit-animation: fadeInText 0.4s ease 0.98s forwards;
          animation: fadeInText 0.4s ease 0.98s forwards;
}

.p-mv__txt.act span:nth-child(15) {
  -webkit-animation: fadeInText 0.4s ease 1.05s forwards;
          animation: fadeInText 0.4s ease 1.05s forwards;
}

.p-mv__txt.act span:nth-child(16) {
  -webkit-animation: fadeInText 0.4s ease 1.12s forwards;
          animation: fadeInText 0.4s ease 1.12s forwards;
}

.p-mv__txt.act span:nth-child(17) {
  -webkit-animation: fadeInText 0.4s ease 1.19s forwards;
          animation: fadeInText 0.4s ease 1.19s forwards;
}

.p-mv__txt.act span:nth-child(18) {
  -webkit-animation: fadeInText 0.4s ease 1.26s forwards;
          animation: fadeInText 0.4s ease 1.26s forwards;
}

.p-mv__txt.act span:nth-child(19) {
  -webkit-animation: fadeInText 0.4s ease 1.33s forwards;
          animation: fadeInText 0.4s ease 1.33s forwards;
}

.p-mv__tit {
  position: absolute;
  display: block;
  top: 622px;
  left: 47.5px;
  font-size: 13.5px;
  letter-spacing: 0.31em;
  z-index: 5;
}

.p-mv__movie {
  position: absolute;
  display: block;
  width: 360px;
  height: 360px;
  top: 85px;
  left: 2.5%;
  overflow: hidden;
  border-radius: 50%;
  z-index: 1;
}

.p-mv__line {
  position: relative;
  z-index: 0;
  opacity: 0;
}

.p-mv__line.start {
  opacity: 1 !important;
}

.p-mv__line.start img {
  -webkit-clip-path: circle(100% at center);
          clip-path: circle(100% at center);
}

.p-mv__line img {
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(20% at center);
          clip-path: circle(20% at center);
  -webkit-transition: -webkit-clip-path 3.6s ease-out;
  transition: -webkit-clip-path 3.6s ease-out;
  transition: clip-path 3.6s ease-out;
  transition: clip-path 3.6s ease-out, -webkit-clip-path 3.6s ease-out;
  mask-size: 100% 200%;
  -webkit-mask-size: 200% 200%;
  mask-position: center;
  -webkit-mask-position: center;
}

.p-mv__base {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 47px;
  left: 0;
  z-index: 2;
}

.p-mv__ico {
  position: absolute;
  display: block;
  will-change: transform;
  z-index: 4;
}

.p-mv__ico.type1 {
  top: 27px;
  left: 14px;
  width: 80px;
}

.p-mv__ico.type2 {
  top: 94px;
  left: 22px;
  width: 18.75px;
}

.p-mv__ico.type3 {
  top: 448px;
  left: 5px;
  width: 17.25px;
}

.p-mv__ico.type4 {
  top: 595px;
  left: 15px;
  width: 21.25px;
}

.p-mv__ico.type5 {
  top: 30px;
  right: 18px;
  width: 39.75px;
}

.p-mv__ico.type6 {
  top: 87px;
  right: 18px;
  width: 17.25px;
}

.p-mv__ico.type7 {
  top: 519px;
  right: 12px;
  width: 18.75px;
}

@media all and (max-width: 800px) {
  .p-mv {
    height: 186.66667vw;
  }
  .p-mv__txt {
    top: 5.6vw;
    left: 25.86667vw;
    font-size: 12.5px;
    font-size: 3.33333vw;
  }
  .p-mv__tit {
    top: 162.66667vw;
    left: 12.66667vw;
    font-size: 13.5px;
    font-size: 3.6vw;
  }
  .p-mv__base {
    top: 11.73333vw;
  }
  .p-mv__movie {
    top: 24vw;
    width: 96vw;
    height: 96vw;
  }
  .p-mv__ico.type1 {
    top: 7.2vw;
    left: 3.73333vw;
    width: 21.33333vw;
  }
  .p-mv__ico.type2 {
    top: 25.06667vw;
    left: 5.86667vw;
    width: 5vw;
  }
  .p-mv__ico.type3 {
    top: 119.46667vw;
    left: 1.33333vw;
    width: 4.6vw;
  }
  .p-mv__ico.type4 {
    top: 158.66667vw;
    left: 4vw;
    width: 5.66667vw;
  }
  .p-mv__ico.type5 {
    top: 8vw;
    right: 4.8vw;
    width: 10.6vw;
  }
  .p-mv__ico.type6 {
    top: 23.2vw;
    right: 4.8vw;
    width: 4.6vw;
  }
  .p-mv__ico.type7 {
    top: 138.4vw;
    right: 3.2vw;
    width: 5vw;
  }
}

@media screen and (min-width: 801px), print {
  .p-mv {
    /*
    max-width : 375px;
    */
    max-width: 506px;
    margin: 0 auto;
  }
  .p-mv__txt {
    top: 28.35px;
    /* 21px * 1.35 */
    left: 130.95px;
    /* 97px * 1.35 */
    font-size: 16.875px;
    /* 12.5px * 1.35 */
  }
  .p-mv__tit {
    top: 832px;
    /* 622px * 1.35 */
    left: 64.125px;
    /* 47.5px * 1.35 */
    font-size: 18.225px;
    /* 13.5px * 1.35 */
  }
  .p-mv__movie {
    width: 486px;
    /* 360px * 1.35 */
    height: 486px;
    /* 360px * 1.35 */
    top: 130.75px;
    /* 85px * 1.35 */
    left: 3.375%;
    /* 2.5% * 1.35 */
  }
  .p-mv__base {
    top: 63.45px;
    /* 47px * 1.35 */
    left: 0;
  }
  .p-mv__ico.type1 {
    top: 36.45px;
    /* 27px * 1.35 */
    left: 18.9px;
    /* 14px * 1.35 */
    width: 108px;
    /* 80px * 1.35 */
  }
  .p-mv__ico.type2 {
    top: 126.9px;
    /* 94px * 1.35 */
    left: 29.7px;
    /* 22px * 1.35 */
    width: 25.3125px;
    /* 18.75px * 1.35 */
  }
  .p-mv__ico.type3 {
    top: 604.8px;
    /* 448px * 1.35 */
    left: 6.75px;
    /* 5px * 1.35 */
    width: 23.2875px;
    /* 17.25px * 1.35 */
  }
  .p-mv__ico.type4 {
    top: 803.25px;
    /* 595px * 1.35 */
    left: 20.25px;
    /* 15px * 1.35 */
    width: 28.6875px;
    /* 21.25px * 1.35 */
  }
  .p-mv__ico.type5 {
    top: 40.5px;
    /* 30px * 1.35 */
    right: 24.3px;
    /* 18px * 1.35 */
    width: 53.6625px;
    /* 39.75px * 1.35 */
  }
  .p-mv__ico.type6 {
    top: 117.45px;
    /* 87px * 1.35 */
    right: 24.3px;
    /* 18px * 1.35 */
    width: 23.2875px;
    /* 17.25px * 1.35 */
  }
  .p-mv__ico.type7 {
    top: 700.65px;
    /* 519px * 1.35 */
    right: 16.2px;
    /* 12px * 1.35 */
    width: 25.3125px;
    /* 18.75px * 1.35 */
  }
}

.p-top01 {
  background: url(../img/bg_01.jpg);
  background-size: 500px;
  color: #F6DDC9;
}

.p-top01__tit {
  font-family: YakuHanMP,"Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
}

.p-top01__txt {
  display: block;
  font-family: YakuHanMP,"Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.05em;
  line-height: 2.1;
}

@media all and (max-width: 800px) {
  .p-top01__inner {
    padding: 10.66667vw 11.46667vw 50.66667vw 11.46667vw;
  }
  .p-top01__tit {
    font-size: 18.4px;
    font-size: 4.90667vw;
  }
  .p-top01__txt {
    margin: 5.33333vw 0vw 0vw 0vw;
    font-size: 13.75px;
    font-size: 3.66667vw;
  }
}

@media screen and (min-width: 801px), print {
  .p-top01 {
    /*
    padding : 40px 43px 190px 43px;
    max-width : 375px;
    margin : 0 auto;
    &__tit{
      font-size: 18.4px;
    }
    &__txt{
      margin : 20px 0px 0 0;
      font-size: 12.75px;
    }
    */
    max-width: 506.25px;
    margin: 0 auto;
  }
  .p-top01__inner {
    padding: 54px 58.05px 256.5px 58.05px;
  }
  .p-top01__tit {
    font-size: 24.84px;
  }
  .p-top01__txt {
    margin: 27px 0px 0 0;
    font-size: 18.21px;
  }
}

.p-top02 {
  position: relative;
  background: url(../img/bg_02.jpg);
  background-size: 500px;
  color: #F6DDC9;
}

.p-top02__inner {
  padding: 25px 42px 120px 42px;
}

.p-top02__tit {
  margin: 0 auto;
  width: 113px;
}

.p-top02__tit2 {
  margin: 20px 0 0;
  font-family: YakuHanMP,"Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18.4px;
  line-height: 2;
}

.p-top02__txt {
  font-family: YakuHanMP,"Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.06em;
  margin: 20px -5px 0 0;
  font-size: 12.75px;
  line-height: 2.1;
}

.p-top02__ico {
  position: absolute;
  display: block;
}

.p-top02__photo {
  display: block;
  margin: 20px -42px 0;
}

.p-top02__name {
  margin: 26px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.p-top02__name .jp {
  font-family: YakuHanMP,"Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.18em;
}

.p-top02__name .en {
  display: inline-block;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 11.34px;
  padding: 3px 0 0;
  letter-spacing: 0.1em;
}

.p-top02 dl {
  border-top: solid 1px rgba(246, 221, 201, 0.5);
  /*border-bottom : solid 1px rgba(246, 221, 201, 0.5);*/
}

.p-top02 dl.type1 {
  margin: 30px 0 0;
}

.p-top02 dl:last-of-type {
  border-bottom: solid 1px rgba(246, 221, 201, 0.5);
}

.p-top02 dl.act dt:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-top02 dl + dl {
  border-bottom: none;
}

.p-top02 dt {
  cursor: pointer;
  position: relative;
  background-color: rgba(246, 221, 201, 0.1);
  padding: 15px 15px 15px 17px;
}

.p-top02 dt span {
  font-family: YakuHanMP,"Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}

.p-top02 dt:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -2.5px 0 0;
  width: 6px;
  height: 6px;
  background: url(/assets/img/ico_arrow.png) no-repeat;
  background-size: contain;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top02 dd {
  display: none;
  background-color: rgba(246, 221, 201, 0.1);
  border-top: solid 1px rgba(246, 221, 201, 0.5);
  padding: 17px 10px 30px 20px;
  font-size: 12.5px;
  font-family: YakuHanMP,"Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
}

.p-top02 dd .txt {
  font-family: YakuHanMP,"Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12.7px;
  line-height: 2;
}

.p-top02 dd .txt2 {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11.34px;
  line-height: 1.9;
}

.p-top02 dd .txt2.type2 {
  margin: 8px 0 0;
  line-height: 1.6;
}

.p-top02 dd ul li {
  margin: 10px 0 0;
  line-height: 2;
}

.p-top02 dd ul li:first-of-type {
  margin: 0;
}

@media all and (max-width: 800px) {
  .p-top02__ico {
    top: -50.66667vw;
  }
  .p-top02__inner {
    padding: 6.66667vw 11.2vw 32vw 11.2vw;
  }
  .p-top02__photo {
    display: block;
    margin: 5.33333vw -11.2vw 0vw -11.2vw;
  }
  .p-top02__tit {
    margin: 0vw auto 0vw;
    width: 30.13333vw;
  }
  .p-top02__tit2 {
    margin: 5.33333vw auto 0vw;
    font-size: 18.4px;
    font-size: 4.90667vw;
  }
  .p-top02__txt {
    margin: 5.33333vw -1.33333vw 0vw 0vw;
    font-size: 13.75px;
    font-size: 3.66667vw;
  }
  .p-top02__name {
    margin: 6.93333vw 0vw 0vw 0vw;
    gap: 20px;
  }
  .p-top02__name .jp {
    font-family: YakuHanMP,"Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    font-size: 5.33333vw;
  }
  .p-top02__name .en {
    font-size: 11.34px;
    font-size: 3.024vw;
    padding: 0.8vw 0vw 0vw 0vw;
  }
  .p-top02 dl.type1 {
    margin: 8vw 0vw 0vw 0vw;
  }
  .p-top02 dt {
    padding: 4vw 4vw 4vw 4.53333vw;
  }
  .p-top02 dt span {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .p-top02 dt:after {
    content: "";
    right: 5.33333vw;
    width: 1.73333vw;
    height: 1.73333vw;
    margin: -0.8vw 0vw 0vw 0vw;
  }
  .p-top02 dd {
    padding: 4vw 2.66667vw 8vw 4.53333vw;
    font-size: 13.5px;
    font-size: 3.6vw;
  }
  .p-top02 dd .txt {
    font-size: 13.7px;
    font-size: 3.65333vw;
  }
  .p-top02 dd .txt2 {
    font-size: 12.34px;
    font-size: 3.29067vw;
  }
  .p-top02 dd .txt2.type2 {
    margin: 2.13333vw 0vw 0vw 0vw;
  }
  .p-top02 dd ul li {
    margin: 2.66667vw 0vw 0vw 0vw;
  }
  .p-top02 dd ul li:first-of-type {
    margin: 0;
  }
}

@media screen and (min-width: 801px), print {
  .p-top02 {
    /*
    max-width : 375px;
    &__ico{
      top : -190px;
    }
    */
    max-width: 506px;
    margin: 0 auto;
  }
  .p-top02__ico {
    top: -256.5px;
    /* -190px × 1.35 */
  }
  .p-top02__inner {
    padding: 33.75px 56.7px 162px 56.7px;
  }
  .p-top02__tit {
    width: 152.55px;
  }
  .p-top02__tit2 {
    font-size: 24.84px;
  }
  .p-top02__txt {
    margin: 27px -6.75px 0 0;
    font-size: 18.21px;
  }
  .p-top02__photo {
    margin: 27px -56.7px 0;
  }
  .p-top02__name {
    margin: 35.1px 0 0;
    gap: 27px;
  }
  .p-top02__name .jp {
    font-size: 27px;
  }
  .p-top02__name .en {
    font-size: 15.309px;
    padding: 4.05px 0 0;
  }
  .p-top02 dl.type1 {
    margin: 40.5px 0 0;
  }
  .p-top02 dt {
    padding: 20.25px 20.25px 20.25px 22.95px;
  }
  .p-top02 dt span {
    font-size: 21.6px;
  }
  .p-top02 dt:after {
    right: 27px;
    margin: -3.375px 0 0;
    width: 8.1px;
    height: 8.1px;
  }
  .p-top02 dd {
    padding: 22.95px 13.5px 40.5px 27px;
    font-size: 17.875px;
  }
  .p-top02 dd .txt {
    font-size: 18.145px;
  }
  .p-top02 dd .txt2 {
    font-size: 16.309px;
  }
  .p-top02 dd .txt2.type2 {
    margin: 10.8px 0 0;
  }
  .p-top02 dd ul li {
    margin: 13.5px 0 0;
  }
}

.p-top03 {
  position: relative;
  background: url(../img/bg_03.jpg);
  background-size: 375px;
  color: #50484D;
}

.p-top03__tit {
  position: absolute;
  display: block;
  top: -40px;
}

.p-top03__tit2 {
  font-size: 18.4px;
}

.p-top03__txt {
  margin: 10px -6px 0 0;
  font-size: 12.75px;
  letter-spacing: -0.04em;
  line-height: 2.05;
}

.p-top03-box {
  position: relative;
  margin: 30px 0 0;
}

.p-top03-box svg {
  position: absolute;
  display: block;
  top: 39px;
  left: 64px;
  width: 160px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-top03-box.act.move svg {
  opacity: 1;
}

.p-top03-box.act.move .svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 0.5s linear 0.5s both, animate-svg-fill-1 0.5s linear 0.8s both;
  animation: animate-svg-stroke-1 0.5s linear 0.5s both, animate-svg-fill-1 0.5s linear 0.8s both;
}

.p-top03-box.act.move .svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 0.5s linear 0.8s both, animate-svg-fill-2 0.5s linear 1.1s both;
  animation: animate-svg-stroke-2 0.5s linear 0.8s both, animate-svg-fill-2 0.5s linear 1.1s both;
}

.p-top03-box.act.move .svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 0.5s linear 1.1s both, animate-svg-fill-3 0.5s linear 1.4s both;
  animation: animate-svg-stroke-3 0.5s linear 1.1s both, animate-svg-fill-3 0.5s linear 1.4s both;
}

.p-top03-box.act.move .svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 0.5s linear 1.4s both, animate-svg-fill-4 0.5s linear 1.7s both;
  animation: animate-svg-stroke-4 0.5s linear 1.4s both, animate-svg-fill-4 0.5s linear 1.7s both;
}

.p-top03-box.act.move .svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 0.5s linear 1.7s both, animate-svg-fill-5 0.5s linear 2s both;
  animation: animate-svg-stroke-5 0.5s linear 1.7s both, animate-svg-fill-5 0.5s linear 2s both;
}

.p-top03-box.act.move .svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 0.5s linear 2s both, animate-svg-fill-6 0.5s linear 2.3s both;
  animation: animate-svg-stroke-6 0.5s linear 2s both, animate-svg-fill-6 0.5s linear 2.3s both;
}

.p-top03-box.act.move .svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 0.5s linear 2.3s both, animate-svg-fill-7 0.5s linear 2.5999999999999996s both;
  animation: animate-svg-stroke-7 0.5s linear 2.3s both, animate-svg-fill-7 0.5s linear 2.5999999999999996s both;
}

.p-top03-box.act.move .svg-elem-8 {
  -webkit-animation: animate-svg-stroke-8 0.5s linear 2.6s both, animate-svg-fill-8 0.5s linear 2.9000000000000004s both;
  animation: animate-svg-stroke-8 0.5s linear 2.6s both, animate-svg-fill-8 0.5s linear 2.9000000000000004s both;
}

.p-top03__inner {
  padding: 70px 42px 70px 42px;
}

@media all and (max-width: 800px) {
  .p-top03__tit {
    top: -10.66667vw;
  }
  .p-top03__inner {
    padding: 18.66667vw 9.6vw 18.66667vw 9.6vw;
  }
  .p-top03__tit2 {
    font-size: 18.4px;
    font-size: 4.90667vw;
  }
  .p-top03__txt {
    margin: 2.66667vw -1.6vw 0vw 0vw;
    font-size: 13.75px;
    font-size: 3.66667vw;
  }
  .p-top03-box {
    margin: 8vw 0vw 0vw 0vw;
  }
  .p-top03-box svg {
    top: 10.93333vw;
    left: 18.13333vw;
    width: 43.73333vw;
  }
}

@media screen and (min-width: 801px), print {
  .p-top03 {
    /*
    max-width : 375px;
    */
    margin: 0 auto;
    max-width: 506px;
  }
  .p-top03__tit {
    position: absolute;
    display: block;
    top: -54px;
    /* -40px × 1.35 */
  }
  .p-top03__tit2 {
    font-size: 24.84px;
    /* 18.4px × 1.35 */
  }
  .p-top03__txt {
    margin: 13.5px -8.1px 0 0;
    /* 10px × 1.35, -6px × 1.35 */
    font-size: 18.21px;
    /* 12.75px × 1.35 */
  }
  .p-top03-box {
    margin: 40.5px 0 0;
    /* 30px × 1.35 */
  }
  .p-top03-box svg {
    top: 52.65px;
    left: 87.7px;
    width: 216px;
  }
  .p-top03__inner {
    padding: 94.5px 54px 94.5px 54px;
    /* 70px × 1.35, 42px × 1.35 */
  }
}

@-webkit-keyframes slideUp {
  0%, 15% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  60%, 75% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% -100%, 100% -100%, 100% 0%, 0% 0%);
            clip-path: polygon(0% -100%, 100% -100%, 100% 0%, 0% 0%);
  }
}

@keyframes slideUp {
  0%, 15% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  60%, 75% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% -100%, 100% -100%, 100% 0%, 0% 0%);
            clip-path: polygon(0% -100%, 100% -100%, 100% 0%, 0% 0%);
  }
}

.p-top04 {
  position: relative;
  background: url(../img/bg_04.jpg);
  background-size: 500px;
  color: #F6DDC9;
}

.p-top04__inner {
  padding: 10px 43px 280px 43px;
}

.p-top04__ico {
  position: absolute;
  display: block;
  top: -50px;
}

.p-top04__tit {
  display: block;
  padding: 60px 0 0;
  margin: 20px auto 0;
  width: 97.5px;
}

.p-top04__txt {
  margin: 25px 0 0;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 11.34px;
  line-height: 1.6;
}

.p-top04__tit2 {
  margin: 25px auto 0;
  font-size: 18.4px;
  line-height: 2;
}

.p-top04__pic {
  width: 336px;
  top: 0px;
  position: relative;
  display: block;
  margin: 0 0 0 -38px;
}

.p-top04 dl.item {
  border-top: solid 1px rgba(246, 221, 201, 0.5);
}

.p-top04 dl.item.type1 {
  margin: 25px 0 0;
}

.p-top04 dl.item:last-of-type {
  border-bottom: solid 1px rgba(246, 221, 201, 0.5) !important;
}

.p-top04 dl.item.act > dt:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-top04 dl.item > dt {
  cursor: pointer;
  position: relative;
  background-color: rgba(246, 221, 201, 0.1);
  padding: 15px;
}

.p-top04 dl.item > dt span {
  font-family: YakuHanMP,"Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: -0.05em;
}

.p-top04 dl.item > dt span.min {
  font-size: 12.5px;
}

.p-top04 dl.item > dt:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -2.5px 0 0;
  width: 6px;
  height: 6px;
  background: url(/assets/img/ico_arrow.png) no-repeat;
  background-size: contain;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top04 dl.item > dd {
  display: none;
  background-color: rgba(246, 221, 201, 0.1);
  border-top: solid 1px rgba(246, 221, 201, 0.5);
  padding: 15px 15px 15px 15px;
  font-size: 11.34px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-top04 dl.item > dd .txt {
  margin: 15px 0 0;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11.34px;
  line-height: 1.65;
}

.p-top04 dl.item > dd ul li {
  margin: 10px 0 0;
}

.p-top04 dl.item > dd ul li:first-of-type {
  margin: 0;
}

.p-top04 dl.item + dl.item {
  border-bottom: none;
}

.p-top04 dl.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-top04 dl.detail dt {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 11.34px;
  min-width: 60px;
}

.p-top04 dl.detail dd {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11.34px;
}

.p-top04__copywrap {
  margin: 0px auto 0;
  display: block;
  width: 240px;
  position: relative;
  overflow: hidden;
}

.p-top04__copy2 {
  display: block;
  position: absolute;
  width: 200px;
  top: 0;
  left: 20px;
}

.p-top04__copy {
  margin: 0px auto 0;
  width: 240px;
  overflow: hidden;
}

.p-top04__copy img {
  width: 100%;
  height: auto;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  -webkit-animation: slideUp 2s 0.5s ease-out infinite;
          animation: slideUp 2s 0.5s ease-out infinite;
}

.p-top04__copy.act img {
  -webkit-animation: slideUp 2s 0.5s ease-out infinite;
          animation: slideUp 2s 0.5s ease-out infinite;
}

.p-top04 .u-link01 {
  margin: 20px auto 0;
}

@media all and (max-width: 800px) {
  .p-top04__ico {
    top: -13.33333vw;
  }
  .p-top04__inner {
    padding: 2.66667vw 11.46667vw 74.66667vw 11.46667vw;
  }
  .p-top04__pic {
    width: 89.6vw;
    top: 0vw;
    margin: 0vw 0vw 0vw -10.13333vw;
  }
  .p-top04__tit {
    padding: 16vw 0vw 0vw 0vw;
    margin: 5.33333vw auto 0vw;
    width: 26vw;
  }
  .p-top04__tit2 {
    margin: 6.66667vw auto 0vw;
    font-size: 18.4px;
    font-size: 4.90667vw;
  }
  .p-top04__txt {
    margin: 6.66667vw 0vw 0vw 0vw;
    font-size: 12.34px;
    font-size: 3.29067vw;
  }
  .p-top04__copywrap {
    margin: 13.33333vw auto 0vw;
    width: 64vw;
  }
  .p-top04__copy2 {
    width: 42.66667vw;
    top: 1.33333vw;
    left: 10.4vw;
  }
  .p-top04__copy {
    margin: 0vw auto 0vw;
    width: 64vw;
  }
  .p-top04 .u-link01 {
    margin: 5.33333vw auto 0vw;
  }
  .p-top04 dl.item.type1 {
    margin: 6.66667vw 0vw 0vw 0vw;
  }
  .p-top04 dl.item:last-of-type {
    border-bottom: solid 1px rgba(246, 221, 201, 0.5) !important;
  }
  .p-top04 dl.item > dt {
    padding: 4vw 4vw 4vw 4vw;
  }
  .p-top04 dl.item > dt span {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .p-top04 dl.item > dt span.min {
    font-size: 12.5px;
    font-size: 3.33333vw;
  }
  .p-top04 dl.item > dt:after {
    content: "";
    right: 5.33333vw;
    margin: -0.66667vw 0vw 0vw 0vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  .p-top04 dl.item > dd {
    padding: 4vw 4vw 4vw 4vw;
  }
  .p-top04 dl.item > dd .txt {
    margin: 4vw 0vw 0vw 0vw;
    font-size: 12.34px;
    font-size: 3.29067vw;
  }
  .p-top04 dl.detail dt {
    font-size: 12.34px;
    font-size: 3.29067vw;
    min-width: 16vw;
  }
  .p-top04 dl.detail dd {
    font-size: 12.34px;
    font-size: 3.29067vw;
  }
}

@media screen and (min-width: 801px), print {
  .p-top04 {
    /*
    max-width : 375px;
    */
    margin: 0 auto;
    max-width: 506px;
  }
  .p-top04__inner {
    padding: 13.5px 58.05px 378px 58.05px;
    /* 10px, 43px, 280px → 13.5px, 58.05px, 378px */
  }
  .p-top04__ico {
    top: -67.5px;
    /* -50px → -67.5px */
  }
  .p-top04__tit {
    padding: 81px 0 0;
    /* 60px → 81px */
    margin: 27px auto 0;
    /* 20px → 27px */
    width: 131.625px;
    /* 97.5px → 131.625px */
  }
  .p-top04__txt {
    margin: 33.75px 0 0;
    /* 25px → 33.75px */
    font-size: 16.309px;
    /* 11.34px → 15.309px */
  }
  .p-top04__tit2 {
    margin: 33.75px auto 0;
    /* 25px → 33.75px */
    font-size: 24.84px;
    /* 18.4px → 24.84px */
  }
  .p-top04__pic {
    width: 453.6px;
    /* 336px → 453.6px */
    margin: 0 0 0 -51.3px;
    /* -38px → -51.3px */
  }
  .p-top04 dl.item.type1 {
    margin: 33.75px 0 0;
    /* 25px → 33.75px */
  }
  .p-top04 dl.item > dt {
    padding: 20.25px;
    /* 15px → 20.25px */
  }
  .p-top04 dl.item > dt span {
    font-size: 21.6px;
    /* 16px → 21.6px */
  }
  .p-top04 dl.item > dt span.min {
    font-size: 16.875px;
    /* 12.5px → 16.875px */
  }
  .p-top04 dl.item > dt:after {
    right: 27px;
    /* 20px → 27px */
    margin: -3.375px 0 0;
    /* -2.5px → -3.375px */
    width: 8.1px;
    /* 6px → 8.1px */
    height: 8.1px;
    /* 6px → 8.1px */
  }
  .p-top04 dl.item > dd {
    padding: 20.25px 20.25px 20.25px 20.25px;
    /* 15px → 20.25px */
    font-size: 16.309px;
    /* 11.34px → 15.309px */
  }
  .p-top04 dl.item > dd .txt {
    margin: 20.25px 0 0;
    /* 15px → 20.25px */
    font-size: 16.309px;
    /* 11.34px → 15.309px */
  }
  .p-top04 dl.detail dt {
    font-size: 16.309px;
    /* 11.34px → 15.309px */
    min-width: 81px;
    /* 60px → 81px */
  }
  .p-top04 dl.detail dd {
    font-size: 16.309px;
    /* 11.34px → 15.309px */
  }
  .p-top04__copywrap {
    margin: 67.5px auto 0;
    /* 50px → 67.5px */
    display: block;
    width: 324px;
    position: relative;
    overflow: hidden;
  }
  .p-top04__copy2 {
    display: block;
    position: absolute;
    width: 220px;
    top: 6px;
    left: 52px;
  }
  .p-top04__copy {
    margin: 0 auto 0;
    /* 50px → 67.5px */
    width: 324px;
    /* 240px → 324px */
  }
  .p-top04 .u-link01 {
    margin: 27px auto 0;
    /* 20px → 27px */
  }
}

.p-top05 {
  position: relative;
  background: url(../img/bg_05.jpg);
  background-size: 500px;
  color: #F6DDC9;
}

.p-top05__pic {
  position: absolute;
  display: block;
  top: -240px;
}

.p-top05__pic2 {
  width: 336px;
  top: -20px;
  position: relative;
  display: block;
  margin: 0 0 0 -38px;
}

.p-top05__inner {
  padding: 195px 45px 160px 45px;
}

.p-top05__tit {
  padding: 60px 0 0;
  margin: 0 auto;
  line-height: 1;
  display: block;
  width: 77.25px;
}

.p-top05__tit2 {
  font-family: YakuHanMP,"Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18.42px;
  line-height: 2;
}

.p-top05-items {
  margin: 30px 0 0;
}

.p-top05-item {
  border: solid 1px rgba(246, 221, 201, 0.3);
  border-radius: 50px;
  padding: 30px;
}

.p-top05-item__tit {
  font-family: YakuHanMP,"Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 18.42px;
}

.p-top05-item__tit.wide {
  letter-spacing: 0.07em;
}

.p-top05-item__txt {
  margin: 17px 0 0;
  font-family: YakuHanMP,"Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12.75px;
  line-height: 2.05;
}

.p-top05-item__txt.wide {
  letter-spacing: -0.03em;
  word-break: normal;
}

.p-top05-item__txt2 {
  margin: 20px 0 0;
  font-family: YakuHanMP,"Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16.3px;
}

.p-top05-item__txt2.wide {
  letter-spacing: 0.07em;
}

.p-top05 .swiper {
  margin: 0px -45px 0 -45px;
  padding: 0 55px 0 55px;
}

.p-top05-button {
  position: relative;
  margin: 60px 0 0;
}

.p-top05-button .swiper-button-prev {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: auto;
  width: 64px;
  height: 13px;
  background: url(/assets/img/btn_next.png) no-repeat left center;
  background-size: contain;
}

.p-top05-button .swiper-button-prev:after {
  display: none;
}

.p-top05-button .swiper-button-next {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  width: 65.5px;
  height: 13px;
  background: url(/assets/img/btn_prev.png) no-repeat left center;
  background-size: contain;
}

.p-top05-button .swiper-button-next:after {
  display: none;
}

.p-top05-button .swiper-button-next.swiper-button-disabled, .p-top05-button .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5 !important;
}

@media all and (max-width: 800px) {
  .p-top05__pic {
    top: -64vw;
  }
  .p-top05__pic2 {
    width: 89.6vw;
    top: -5.33333vw;
    margin: 0vw 0vw 0vw -10.13333vw;
  }
  .p-top05__inner {
    padding: 60vw 12vw 42.66667vw 12vw;
  }
  .p-top05__tit {
    padding: 6.93333vw 0vw 0vw 0vw;
    margin: 0vw auto 0vw;
    width: 20.6vw;
  }
  .p-top05__tit2 {
    font-size: 18.42px;
    font-size: 4.912vw;
  }
  .p-top05__txt {
    margin: 5.33333vw 0vw 0vw 0vw;
    font-size: 13.75px;
    font-size: 3.66667vw;
  }
  .p-top05-items {
    margin: 8vw 0vw 0vw 0vw;
  }
  .p-top05-item {
    border-radius: 13.33333vw 13.33333vw 13.33333vw 13.33333vw;
    padding: 8vw 7.46667vw 8vw 7.46667vw;
  }
  .p-top05-item__tit {
    font-size: 18.42px;
    font-size: 4.912vw;
  }
  .p-top05-item__txt {
    margin: 4.53333vw 0vw 0vw 0vw;
    font-size: 13.75px;
    font-size: 3.66667vw;
  }
  .p-top05-item__txt2 {
    margin: 5.33333vw 0vw 0vw 0vw;
    font-size: 16.3px;
    font-size: 4.34667vw;
  }
  .p-top05 .swiper {
    margin: 5.33333vw -12vw 0vw -12vw;
    padding: 0vw 14.66667vw 0vw 14.66667vw;
  }
  .p-top05-button {
    margin: 16vw 0vw 0vw 0vw;
  }
  .p-top05-button .swiper-button-prev {
    width: 17.06667vw;
    height: 3.46667vw;
  }
  .p-top05-button .swiper-button-next {
    width: 17.46667vw;
    height: 3.46667vw;
  }
}

@media screen and (min-width: 801px), print {
  .p-top05 {
    /*
    max-width : 375px;
    */
    margin: 0 auto;
    max-width: 506px;
  }
  .p-top05__pic {
    top: -324px;
    /* -240px × 1.35 */
  }
  .p-top05__pic2 {
    width: 453.6px;
    /* 336px × 1.35 */
    top: -27px;
    /* -20px × 1.35 */
    margin: 0 0 0 -51.3px;
    /* -38px × 1.35 */
  }
  .p-top05__inner {
    padding: 263.25px 60.75px 180px 60.75px;
    /* 195px, 45px, 160px × 1.35 */
  }
  .p-top05__tit {
    padding: 81px 0 0;
    /* 60px × 1.35 */
    width: 104.2875px;
    /* 77.25px × 1.35 */
  }
  .p-top05__tit2 {
    font-size: 24.887px;
    /* 18.42px × 1.35 */
  }
  .p-top05-items {
    margin: 40.5px 0 0;
    /* 30px × 1.35 */
  }
  .p-top05-item {
    cursor: pointer;
    border-radius: 67.5px;
    /* 50px × 1.35 */
    padding: 40.5px;
    /* 30px × 1.35 */
  }
  .p-top05-item__tit {
    font-size: 24.887px;
    /* 18.42px × 1.35 */
  }
  .p-top05-item__txt {
    margin: 22.95px 0 0;
    /* 17px × 1.35 */
    font-size: 18.2125px;
    /* 12.75px × 1.35 */
  }
  .p-top05-item__txt2 {
    margin: 27px 0 0;
    /* 20px × 1.35 */
    font-size: 22.005px;
    /* 16.3px × 1.35 */
  }
  .p-top05 .swiper {
    margin: 0px -60.75px 0 -60.75px;
    /* -45px × 1.35 */
    padding: 0 74.25px 0 74.25px;
    /* 55px × 1.35 */
  }
  .p-top05-button .swiper-button-prev {
    width: 86.4px;
    height: 17.55px;
  }
  .p-top05-button .swiper-button-next {
    width: 88.425px;
    height: 17.55px;
  }
}

.p-top06 {
  position: relative;
  background: url(../img/bg_06.jpg);
  background-size: 500px;
  color: #F6DDC9;
}

.p-top06__inner {
  padding: 50px 45px 280px 45px;
}

.p-top06__tit {
  position: absolute;
  display: block;
  z-index: 10;
  top: -90px;
}

.p-top06__txt {
  margin: 20px 0 0;
  font-size: 12.75px;
  font-family: YakuHanMP,"Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.06em;
  line-height: 2;
}

.p-top06__txt2 {
  border-top: solid 1px rgba(246, 221, 201, 0.5);
  border-bottom: solid 1px rgba(246, 221, 201, 0.5);
  margin: 25px 0 0;
  padding: 15px 10px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  font-size: 11.34px;
  line-height: 1.6;
}

.p-top06 .p-mapwrap {
  position: relative;
}

.p-top06 .p-mapwrap .u-link01 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 285px;
  margin: 0 auto;
  bottom: 60px;
}

.p-top06 .p-mapwrap iframe {
  width: 100%;
  height: 550px;
}

.p-top06__pic {
  position: absolute;
  bottom: -55px;
  display: block;
}

.p-top06 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-top06 dl.type1 {
  margin: 30px 0 0;
}

.p-top06 dt {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 11.34px;
  min-width: 60px;
}

.p-top06 dd {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11.34px;
}

@media all and (max-width: 800px) {
  .p-top06 .p-mapwrap .u-link01 {
    width: 76vw;
    bottom: 16vw;
  }
  .p-top06__inner {
    padding: 13.33333vw 12vw 74.66667vw 12vw;
  }
  .p-top06__tit {
    top: -24vw;
  }
  .p-top06__pic {
    bottom: -14.66667vw;
  }
  .p-top06__txt {
    margin: 5.33333vw -3.46667vw 0vw 0vw;
    font-size: 13.75px;
    font-size: 3.66667vw;
  }
  .p-top06__txt2 {
    margin: 6.66667vw 0vw 0vw 0vw;
    padding: 4vw 1.33333vw 4vw 1.33333vw;
    font-size: 12.34px;
    font-size: 3.29067vw;
  }
  .p-top06 dl.type1 {
    margin: 8vw 0vw 0vw 0vw;
  }
  .p-top06 dt {
    font-size: 12.34px;
    font-size: 3.29067vw;
    min-width: 16vw;
  }
  .p-top06 dd {
    font-size: 12.34px;
    font-size: 3.29067vw;
  }
}

@media screen and (min-width: 801px), print {
  .p-top06 {
    /*
    max-width : 375px;
    */
    margin: 0 auto;
    max-width: 506px;
  }
  .p-top06__inner {
    padding: 67.5px 60.75px 378px 60.75px;
    /* 50px, 45px, 280px × 1.35 */
  }
  .p-top06__tit {
    top: -121.5px;
    /* -90px × 1.35 */
  }
  .p-top06__txt {
    margin: 27px 0 0;
    /* 20px × 1.35 */
    font-size: 17.2125px;
    /* 12.75px × 1.35 */
  }
  .p-top06__txt2 {
    margin: 33.75px 0 0;
    /* 25px × 1.35 */
    padding: 20.25px 13.5px;
    /* 15px, 10px × 1.35 */
    font-size: 15.309px;
    /* 11.34px × 1.35 */
  }
  .p-top06 .p-mapwrap {
    position: relative;
  }
  .p-top06 .p-mapwrap .u-link01 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 384.75px;
    /* 285px × 1.35 */
    margin: 0 auto;
    bottom: 81px;
    /* 60px × 1.35 */
  }
  .p-top06 .p-mapwrap iframe {
    width: 100%;
    height: 742.5px;
    /* 550px × 1.35 */
  }
  .p-top06__pic {
    bottom: -74.25px;
    /* -55px × 1.35 */
  }
  .p-top06 dl.type1 {
    margin: 40.5px 0 0;
    /* 30px × 1.35 */
  }
  .p-top06 dt {
    font-size: 15.309px;
    /* 11.34px × 1.35 */
    min-width: 81px;
    /* 60px × 1.35 */
  }
  .p-top06 dd {
    font-size: 15.309px;
    /* 11.34px × 1.35 */
  }
}

.p-top07 {
  position: relative;
  background: url(../img/bg_07.jpg);
  background-size: 500px;
  color: #F6DDC9;
}

.p-top07__pic {
  position: absolute;
  display: block;
  top: -240px;
}

.p-top07__inner {
  padding: 240px 45px 130px 45px;
}

.p-top07__tit {
  font-family: YakuHanMP,"Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18.4px;
  line-height: 2;
}

.p-top07__tit2 {
  display: block;
  line-height: 0;
  margin: 0 auto;
  width: 120px;
}

.p-top07__txt {
  font-family: YakuHanMP,"Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.06em;
  font-size: 12.75px;
  margin: 25px -5px 0 0;
  line-height: 2.1;
}

.p-top07__txt.type2 {
  margin: 40px -5px 0 0;
}

.p-top07-contact {
  margin: 10px 0 0;
  padding: 60px 0 0;
}

@media all and (max-width: 800px) {
  .p-top07__pic {
    top: -64vw;
  }
  .p-top07__inner {
    padding: 64vw 10.93333vw 34.66667vw 10.93333vw;
  }
  .p-top07__tit {
    font-size: 18.4px;
    font-size: 4.90667vw;
  }
  .p-top07__tit2 {
    width: 32vw;
  }
  .p-top07__txt {
    margin: 6.66667vw -1.33333vw 0vw 0vw;
    font-size: 13.75px;
    font-size: 3.66667vw;
  }
  .p-top07__txt.type2 {
    margin: 10.66667vw -1.33333vw 0vw 0vw;
  }
  .p-top07-contact {
    margin: 2.66667vw 0vw 0vw 0vw;
    padding: 16vw 0vw 0vw 0vw;
  }
}

@media screen and (min-width: 801px), print {
  .p-top07 {
    /*
    max-width : 375px;
    */
    max-width: 506px;
    margin: 0 auto;
  }
  .p-top07__pic {
    top: -324px;
    /* -240px × 1.35 */
  }
  .p-top07__inner {
    padding: 324px 57.75px 175.5px 57.75px;
    /* 240px, 45px, 130px × 1.35 */
  }
  .p-top07__tit {
    font-size: 24.84px;
  }
  .p-top07__tit2 {
    width: 162px;
    /* 120px × 1.35 */
  }
  .p-top07__txt {
    font-size: 18.2125px;
    /* 12.75px × 1.35 */
    margin: 33.75px -5px 0 0;
    /* 25px, -5px × 1.35 */
  }
  .p-top07__txt.type2 {
    margin: 54px -5px 0 0;
    /* 40px, -5px × 1.35 */
  }
  .p-top07-contact {
    margin: 13.5px 0 0;
    /* 10px × 1.35 */
    padding: 81px 0 0;
    /* 60px × 1.35 */
  }
}

.l-footer {
  position: relative;
  background: url(../img/bg_02.jpg);
  background-size: 500px;
  color: #F6DDC9;
  z-index: 2;
}

.l-footer__ico {
  position: absolute;
  display: block;
  top: -90px;
}

.l-footer__inner {
  margin: 0 auto;
  padding: 124px 0 50px 0;
  width: 224px;
}

.l-footer__tit {
  display: block;
  margin: 13px auto 0;
  width: 196.5px;
}

.l-footer__txt {
  text-align: center;
  font-family: YakuHanMP,"Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  margin: 0 -5px 0 0;
  font-size: 11.3px;
}

.l-footer-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin: 28px 0 0;
}

.l-footer-bnr-item.bnr01 img {
  width: 75px;
}

.l-footer-bnr-item.bnr02 img {
  width: 87px;
}

.l-footer-bnr-item.bnr03 img {
  width: 77.25px;
}

.l-footer-bnr-item.bnr04 img {
  width: 78.25px;
}

.l-footer-bnr-item {
  width: 40%;
  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;
}

.l-footer-bnr-item a {
  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;
}

.l-footer__copy {
  display: block;
  margin: 30px auto 0;
  width: 222.5px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.07em;
  font-family: YakuHanMP,"Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.l-footer__copy a {
  color: #F6DDC9;
}

@media all and (max-width: 800px) {
  .l-footer__ico {
    top: -24vw;
  }
  .l-footer__inner {
    padding: 33.06667vw 0vw 16vw 0vw;
    width: 59.33333vw;
    margin: 0vw auto 0vw;
  }
  .l-footer__tit {
    margin: 3.46667vw auto 0vw;
    width: 52.4vw;
  }
  .l-footer__txt {
    margin: 0vw -1.33333vw 0vw 0vw;
    font-size: 11.3px;
    font-size: 3.01333vw;
  }
  .l-footer-bnr {
    margin: 7.46667vw 0vw 0vw 0vw;
  }
  .l-footer-bnr-item.bnr01 img {
    width: 20vw;
  }
  .l-footer-bnr-item.bnr02 img {
    width: 23.2vw;
  }
  .l-footer-bnr-item.bnr03 img {
    width: 20.6vw;
  }
  .l-footer-bnr-item.bnr04 img {
    width: 20.86667vw;
  }
  .l-footer__copy {
    margin: 8vw -5.86667vw 0vw -4.53333vw;
    width: 67.33333vw;
    font-size: 10px;
    font-size: 2.66667vw;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media screen and (min-width: 801px), print {
  .l-footer {
    /*
    max-width : 375px;
    */
    max-width: 506px;
    margin: 0 auto;
  }
  .l-footer__ico {
    top: -121.5px;
    /* -90px × 1.35 */
  }
  .l-footer__inner {
    padding: 167.4px 0 67.5px 0;
    /* 124px, 50px × 1.35 */
    width: 302.4px;
    /* 224px × 1.35 */
  }
  .l-footer__tit {
    margin: 17.55px auto 0;
    /* 13px × 1.35 */
    width: 265.275px;
    /* 196.5px × 1.35 */
  }
  .l-footer__txt {
    margin: 0 -6.75px 0 0;
    /* -5px × 1.35 */
    font-size: 15.255px;
    /* 11.3px × 1.35 */
  }
  .l-footer-bnr {
    gap: 40.5px;
    /* 30px × 1.35 */
    margin: 37.8px 0 0;
    /* 28px × 1.35 */
  }
  .l-footer-bnr-item.bnr01 img {
    width: 101.25px;
    /* 75px × 1.35 */
  }
  .l-footer-bnr-item.bnr02 img {
    width: 117.45px;
    /* 87px × 1.35 */
  }
  .l-footer-bnr-item.bnr03 img {
    width: 104.2875px;
    /* 77.25px × 1.35 */
  }
  .l-footer-bnr-item.bnr04 img {
    width: 105.6375px;
    /* 78.25px × 1.35 */
  }
  .l-footer__copy {
    margin: 40.5px auto 0;
    /* 30px × 1.35 */
    width: 300.375px;
    /* 222.5px × 1.35 */
  }
  .l-footer__copy a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-footer__copy a:hover {
    opacity: 0.7;
  }
  .l-footer-bnr-item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-footer-bnr-item:hover {
    opacity: 0.7;
  }
  .l-footer .link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-footer .link:hover {
    opacity: 0.7;
  }
}

@media (min-width: 801px) and (max-width: 1050px) {
  .l-footer {
    margin: 0;
    left: calc(100% - 506px);
  }
}
/*# sourceMappingURL=common.css.map */