@charset "UTF-8";
/* =========================================================
reset
========================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}
p {
  font-size: 9px;
  font-size: 0.9rem;
  text-align: left;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
input, select {
  vertical-align: middle;
}
.bold {
  font-weight: bold;
}
.ta-c {
  text-align: center;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.d-ib {
  display: inline-block;
}
.d-b {
  display: block;
}
.d-i {
  display: inline;
}
.boxshadow-bl {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.bg-gray {
  background-color: #F7F7F7;
}
.bg-blue {
  background-color: #EBF7FF;
}
.gold-txt {
  color: #a69472;
}
.big-txt01 {
  font-size: 200%;
}
.pink-txt {
  color: #d98b82;
}
.small {
  font-size: 1.2rem;
}
.pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: none;
  }
  .small {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .fs-pc14 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .fs-pc18 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .fs-pc20 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fs-sp20 {
    font-size: calc(20/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .fs-sp24 {
    font-size: calc(24/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .fs-sp26 {
    font-size: calc(26/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .fs-sp28 {
    font-size: calc(28/750 * 100vw);
  }
}
.w1000 {
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .w1000 {
    width: 100%;
  }
}
.w1024 {
  width: 1024px;
}
@media screen and (max-width: 767px) {
  .w1024 {
    width: 100%;
  }
}
.w1080 {
  width: 1080px;
}
@media screen and (max-width: 767px) {
  .w1080 {
    width: 100%;
  }
}
.w1100 {
  width: 1100px;
}
@media screen and (max-width: 767px) {
  .w1100 {
    width: 100%;
  }
}
.w1200 {
  width: 1200px;
}
@media screen and (max-width: 767px) {
  .w1200 {
    width: 100%;
  }
}
.w1300 {
  width: 1300px;
}
@media screen and (max-width: 767px) {
  .w1300 {
    width: 100%;
  }
}
.w1400 {
  width: 1400px;
}
@media screen and (max-width: 767px) {
  .w1400 {
    width: 100%;
  }
}
.w1600 {
  width: 1600px;
}
@media screen and (max-width: 767px) {
  .w1600 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .w-pc45per {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .w-pc50per {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .w-pc100per {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .w-sp45per {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .w-sp50per {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .w-sp85per {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .w-sp100per {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .h-pc50 {
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .h-pc100 {
    height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .pt-pc10 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp10 {
    padding-top: calc(10/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pt-pc20 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp20 {
    padding-top: calc(20/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pt-pc30 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp30 {
    padding-top: calc(30/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pt-pc40 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp40 {
    padding-top: calc(40/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pt-pc50 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp50 {
    padding-top: calc(50/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pt-pc60 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp60 {
    padding-top: calc(60/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pt-pc70 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp70 {
    padding-top: calc(70/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pt-pc80 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp80 {
    padding-top: calc(80/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pt-pc90 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp90 {
    padding-top: calc(90/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pt-pc100 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp100 {
    padding-top: calc(100/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pt-pc110 {
    padding-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp110 {
    padding-top: calc(110/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pt-pc120 {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp120 {
    padding-top: calc(120/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pt-pc130 {
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp130 {
    padding-top: calc(130/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pt-pc140 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp140 {
    padding-top: calc(140/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pt-pc150 {
    padding-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp150 {
    padding-top: calc(150/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pt-pc160 {
    padding-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp160 {
    padding-top: calc(160/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pt-pc170 {
    padding-top: 170px;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp170 {
    padding-top: calc(170/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pt-pc180 {
    padding-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp180 {
    padding-top: calc(180/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pt-pc190 {
    padding-top: 190px;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp190 {
    padding-top: calc(190/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc200 {
    padding-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp200 {
    padding-top: calc(200/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pb-pc10 {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp10 {
    padding-bottom: calc(10/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pb-pc20 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp20 {
    padding-bottom: calc(20/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pb-pc30 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp30 {
    padding-bottom: calc(30/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pb-pc40 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp40 {
    padding-bottom: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc50 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp50 {
    padding-bottom: calc(50/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pb-pc60 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp60 {
    padding-bottom: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc70 {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp70 {
    padding-bottom: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc80 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp80 {
    padding-bottom: calc(80/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pb-pc90 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp90 {
    padding-bottom: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc100 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp100 {
    padding-bottom: calc(100/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pb-pc110 {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp110 {
    padding-bottom: calc(110/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pb-pc120 {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp120 {
    padding-bottom: calc(120/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pb-pc130 {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp130 {
    padding-bottom: calc(130/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pb-pc140 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp140 {
    padding-bottom: calc(140/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pb-pc150 {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp150 {
    padding-bottom: calc(150/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pb-pc160 {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp160 {
    padding-bottom: calc(160/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pb-pc170 {
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp170 {
    padding-bottom: calc(170/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pb-pc180 {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp180 {
    padding-bottom: calc(180/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pb-pc190 {
    padding-bottom: 190px;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp190 {
    padding-bottom: calc(190/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pb-pc200 {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp200 {
    padding-bottom: calc(200/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pl-pc10 {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp10 {
    padding-left: calc(10/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pl-pc20 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp20 {
    padding-left: calc(20/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pl-pc30 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp30 {
    padding-left: calc(30/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pl-pc40 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp40 {
    padding-left: calc(40/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pl-pc50 {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp50 {
    padding-left: calc(50/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pl-pc60 {
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp60 {
    padding-left: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc70 {
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp70 {
    padding-left: calc(70/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pl-pc80 {
    padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp80 {
    padding-left: calc(80/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pl-pc90 {
    padding-left: 90px;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp90 {
    padding-left: calc(90/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pl-pc100 {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp100 {
    padding-left: calc(100/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pr-pc10 {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp10 {
    padding-right: calc(10/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .pr-pc20 {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp20 {
    padding-right: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc30 {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp30 {
    padding-right: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc40 {
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp40 {
    padding-right: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc50 {
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp50 {
    padding-right: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc60 {
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp60 {
    padding-right: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc70 {
    padding-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp70 {
    padding-right: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc80 {
    padding-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp80 {
    padding-right: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc90 {
    padding-right: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp90 {
    padding-right: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc100 {
    padding-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp100 {
    padding-right: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ptb-pc10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ptb-sp10 {
    padding-top: calc(10/750 * 100vw);
    padding-bottom: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ptb-pc20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .ptb-sp20 {
    padding-top: calc(20/750 * 100vw);
    padding-bottom: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ptb-pc30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ptb-sp30 {
    padding-top: calc(30/750 * 100vw);
    padding-bottom: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .plr-pc10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .plr-pc20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .plr-pc30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .plr-sp10 {
    padding-left: calc(10/750 * 100vw);
    padding-right: calc(10/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .plr-sp20 {
    padding-left: calc(20/750 * 100vw);
    padding-right: calc(20/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .plr-sp30 {
    padding-left: calc(30/750 * 100vw);
    padding-right: calc(30/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-sp10 {
    padding: calc(10/750 * 100vw);
  }
}

.m0a {
  margin: 0 auto;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.mta {
  margin-top: auto;
}

.mta {
  margin-bottom: auto;
}

@media screen and (min-width: 768px) {
  .mt-pc10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp10 {
    margin-top: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp20 {
    margin-top: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp30 {
    margin-top: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp40 {
    margin-top: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp50 {
    margin-top: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp60 {
    margin-top: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc70 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp70 {
    margin-top: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc80 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp80 {
    margin-top: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc90 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp90 {
    margin-top: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc100 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp100 {
    margin-top: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc110 {
    margin-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp110 {
    margin-top: calc(110/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc120 {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp120 {
    margin-top: calc(120/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc130 {
    margin-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp130 {
    margin-top: calc(130/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc140 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp140 {
    margin-top: calc(140/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc150 {
    margin-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp150 {
    margin-top: calc(150/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc160 {
    margin-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp160 {
    margin-top: calc(160/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc170 {
    margin-top: 170px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp170 {
    margin-top: calc(170/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc180 {
    margin-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp180 {
    margin-top: calc(180/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc190 {
    margin-top: 190px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp190 {
    margin-top: calc(190/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc200 {
    margin-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp200 {
    margin-top: calc(200/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp10 {
    margin-bottom: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp20 {
    margin-bottom: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp30 {
    margin-bottom: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc40 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp40 {
    margin-bottom: calc(40/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mb-pc50 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp50 {
    margin-bottom: calc(50/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mb-pc60 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp60 {
    margin-bottom: calc(60/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mb-pc70 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp70 {
    margin-bottom: calc(70/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mb-pc80 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp80 {
    margin-bottom: calc(80/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mb-pc90 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp90 {
    margin-bottom: calc(90/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mb-pc100 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp100 {
    margin-bottom: calc(100/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mb-pc110 {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp110 {
    margin-bottom: calc(110/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mb-pc120 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp120 {
    margin-bottom: calc(120/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mb-pc130 {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp130 {
    margin-bottom: calc(130/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mb-pc140 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp140 {
    margin-bottom: calc(140/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mb-pc150 {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp150 {
    margin-bottom: calc(150/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mb-pc160 {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp160 {
    margin-bottom: calc(160/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mb-pc170 {
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp170 {
    margin-bottom: calc(170/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mb-pc180 {
    margin-bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp180 {
    margin-bottom: calc(180/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mb-pc190 {
    margin-bottom: 190px;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp190 {
    margin-bottom: calc(190/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mb-pc200 {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp200 {
    margin-bottom: calc(200/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .ml-pc10 {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp10 {
    margin-left: calc(10/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .ml-pc20 {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp20 {
    margin-left: calc(20/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .ml-pc30 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp30 {
    margin-left: calc(30/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .ml-pc40 {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp40 {
    margin-left: calc(40/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .ml-pc50 {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp50 {
    margin-left: calc(50/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .ml-pc60 {
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp60 {
    margin-left: calc(60/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .ml-pc70 {
    margin-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp70 {
    margin-left: calc(70/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .ml-pc80 {
    margin-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp80 {
    margin-left: calc(80/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .ml-pc90 {
    margin-left: 90px;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp90 {
    margin-left: calc(90/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .ml-pc100 {
    margin-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp100 {
    margin-left: calc(100/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mr-pc10 {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp10 {
    margin-right: calc(10/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mr-pc20 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp20 {
    margin-right: calc(20/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mr-pc30 {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp30 {
    margin-right: calc(30/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mr-pc40 {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp40 {
    margin-right: calc(40/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mr-pc50 {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp50 {
    margin-right: calc(50/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mr-pc60 {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp60 {
    margin-right: calc(60/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mr-pc70 {
    margin-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp70 {
    margin-right: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc80 {
    margin-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp80 {
    margin-right: calc(80/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mr-pc90 {
    margin-right: 90px;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp90 {
    margin-right: calc(90/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .mr-pc100 {
    margin-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp100 {
    margin-right: calc(100/750 * 100vw);
  }
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  min-width: 1300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: auto;
  }
}
body {
  letter-spacing: 0;
  background: #fff;
  color: #000;
  font-weight: 400;
  min-width: 1000px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(28/750 * 100vw);
    min-width: calc(750/750 * 100vw);
    max-width: calc(750/750 * 100vw);
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
div {
  font-size: 16px;
}
li {
  font-size: 16px;
}
img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}
a {
  color: #333;
  display: block;
  text-decoration: none;
}

figure {
  line-height: 0;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-ui {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}
.sp-ui {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-ui {
    display: block;
  }
}
.pc-in {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}
.sp-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-in {
    display: inline;
  }
}
.pc-fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pc-fl {
    display: none;
  }
}
.sp-fl {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.f-garamond {
  font-family: "EB Garamond", serif;
}
.f-shippori {
  font-family: "Shippori Mincho", serif;
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ============================
slider
===================================================*/
.slider-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
}
.slider-item {
  width: 184px;
  margin-left: 20px;
}

.slider-item-img {
  width: 184px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .slider-item {
    width: calc(184/750 * 100vw);
    margin-left: calc(20/750 * 100vw);
  }
  .slider-item-img {
    width: calc(184/750 * 100vw);
    height: auto;
  }
}
/* ============================
  main-visual
=============================*/
.main-visual {
  position: relative;
  margin: 60px auto 90px;
  width: 100%;
  height: 610px;
}
@media screen and (max-width: 767px) {
  .main-visual {
    height: calc(990 / 750 * 100vw);
    margin: calc(110 / 750 * 100vw) auto calc(120/750 * 100vw);
  }
}
.main-visual__inner-ttl01 {
  height: 0;
}
.main-visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  height: 670px;
}
@media screen and (max-width: 767px) {
  .main-visual__bg {
    height: calc(990 / 750 * 100vw);
  }
}
.hide {
  overflow: hidden;
  text-indent: 100%;
  opacity: 0;
}
.main-visual__bg.__01 {
  background: url(/img/usr/freepage/kanzakimegumi-masacoteranishi/mv01.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .main-visual__bg.__01 {
    background: url(/img/usr/freepage/kanzakimegumi-masacoteranishi/mv01_sp.jpg) center top/100% auto no-repeat;
  }
}
.main-visual__bg.__02 {
  background: url(/img/usr/freepage/kanzakimegumi-masacoteranishi/mv02.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .main-visual__bg.__02 {
    background: url(/img/usr/freepage/kanzakimegumi-masacoteranishi/mv02_sp.jpg) center top/100% auto no-repeat;
  }
}
.main-visual__bg.__03 {
  background: url(/img/usr/freepage/kanzakimegumi-masacoteranishi/mv03.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .main-visual__bg.__03 {
    background: url(/img/usr/freepage/kanzakimegumi-masacoteranishi/mv03_sp.jpg) center top/100% auto no-repeat;
  }
}
.main-visual__bg.__04 {
  background: url(/img/usr/freepage/kanzakimegumi-masacoteranishi/mv04.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .main-visual__bg.__04 {
    background: url(/img/usr/freepage/kanzakimegumi-masacoteranishi/mv04_sp.jpg) center top/100% auto no-repeat;
  }
}
.mv-dots {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.mv-dots li {
  display: inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .mv-dots li {
    margin: 0 calc(5 / 750 * 100vw);
  }
}
.mv-dots li button {
  position: relative;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.mv-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .mv-dots li button:before {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
.mv-dots li.slick-active button:before {
  background: #a69472;
}
.mv-dots li {
  outline: none;
}
.mv-dots li button {
  outline: none;
}
.list01-dots {
  outline: none;
}
.list01-dots button {
  outline: none;
}

@-webkit-keyframes bgAnime_01 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgAnime_01 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bgAnime_02 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgAnime_02 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes bgAnime_03 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgAnime_03 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes bgAnime_04 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgAnime_04 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ============================
  wrapper
=============================*/
.wrapper {
  width: 75%;
  max-width: 980px;
  margin: 0 auto 80px;
  padding-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.wrapper p {
  margin-bottom: 16px;
}

/* ============================
  top
=============================*/
.top {
  width: 75%;
  max-width: 750px;
  margin: 0 auto 80px;
}
h2 {
  margin-bottom: 60px;
}
.top_sentence {
  width: 80%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .top {
    width: 100%;
  }
  h2 {
    margin-bottom: 40px;
  }
  .top_sentence {
    width: 90%;
  }
}

/* ============================
  Collection
=============================*/
.collection {
  margin-bottom: 120px;
}
h3 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 60px;
}
.inner {
  margin-bottom: 100px;
}
h4 {
  color: #c9a063;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: left;
}
.item .item-img {
  margin-bottom: 60px;
}
.item .item-img:first-of-type {
  width: 60%;
  max-width: 600px;
}
.item .item-img:nth-of-type(2) {
  width: 60%;
  max-width: 600px;
  margin-left: 40%;
}
.item .item-img:nth-of-type(3) {
  width: 75%;
  max-width: 750px;
  margin: 0 auto 60px;
}
.item .item-img:nth-of-type(4) {
  width: 60%;
  max-width: 600px;
  margin-left: 20%;
}
.inner:nth-of-type(3) .item .item-img:nth-of-type(2) {
  width: 75%;
  max-width: 750px;
  margin: 0 auto 60px;
}
.inner:nth-of-type(3) .item .item-img:nth-of-type(3) {
  width: 60%;
  max-width: 600px;
  margin-right: 40%;
}
.inner:nth-of-type(4) .item .item-img:nth-of-type {
  width: 70%;
  max-width: 700px;
}
.inner:nth-of-type(4) .item .item-img:nth-of-type(2) {
  width: 70%;
  max-width: 700px;
  margin-left: 30%;
}
.item .item-text {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 80px;
}
.item .item-text p {
  font-size: 8px;
  font-size: 0.8rem;
}
.item .ware {
  width: 75%;
  max-width: 750px;
  margin: 0 auto 60px;
}
.product {
  border: 1px solid #f3eee4;
  width: 50%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.product .product-img {
  width: 25%;
  margin: 0 auto;
}
.product .product-detail {
  width: 60%;
  margin: 0 auto;
}
.product .product-text {
  font-size: 0.8rem;
}
.product .product-text a {
  display: inline;
}
.product .btn {
  background: #c9a063;
  padding: 10px;
}
.product .btn a {
  color: #fff;
  font-size: 0.8rem;
}
dl {
  color: #cc2929;
}
dl dt {
  margin-bottom: 10px;
}
dl dd {
  line-height: 1.6;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .collection {
    width: 96%;
    margin: 0 auto 80px;
  }
  h3 {
    margin-bottom: 40px;
  }
  h4 {
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .item .item-img {
    margin-bottom: 40px;
  }
  .item .item-img:first-of-type {
  width: 80%;
  }
  .item .item-img:nth-of-type(2) {
   width: 80%;
    max-width: 80%;
    margin-left: 20%;
  }
  .item .item-img:nth-of-type(3) {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .item .item-img:nth-of-type(4) {
    width: 80%;
    max-width: 80%;
    margin: 0 auto 40px;
  }
  .inner:nth-of-type(3) .item .item-img:nth-of-type(2) {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .inner:nth-of-type(3) .item .item-img:nth-of-type(3) {
    width: 80%;
    max-width: 80%;
    margin-right: 20%;
}
  .inner:nth-of-type(4) .item .item-img:nth-of-type {
    width: 80%;
    max-width: 80%;
  }
  .inner:nth-of-type(4) .item .item-img:nth-of-type(2) {
    width: 80%;
    max-width: 80%;
    margin-left: 20%;
  }
  .item .item-text {
    width: 90%;
    max-width: 90%;
    margin-bottom: 40px;
  }
  .item .ware {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .product {
    border: 2px solid #f3eee4;
    width: 90%;
    margin: 0 auto 20px;
    padding: 16px 10px;
  }
  .product .product-img {
    width: 30%;
  }
  .product .btn {
    padding: 8px;
  }
  dl {
    width: 90%;
    margin: 0 auto;
  }
  dl dt {
    margin-bottom: 10px;
  }
}
/* ============================
  Profile
=============================*/
.inner2 {
  width: 70%;
  margin: 0 auto 100px;
}
.collaboration {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.collaboration .photo {
  width: 30%;
}
.collaboration .introduction {
  width: 60%;
}
h5 {
  color: #c9a063;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: left;
}
h6 {
  color: #c9a063;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 30px;
}
.reserve {
  width: 80%;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
}
.reserve .list {
  width: 40%;
  margin: 0 auto 60px;
}
.reserve .list-img {
  margin-bottom: 20px;
}
.reserve .list-detail {
  width: 60%;
  margin: 0 auto;
}
.reserve .list-text {
  font-size: 0.8rem;
  text-align: center;
}
.reserve .btn {
  background: #c9a063;
  padding: 10px;
}
.reserve .btn a {
  color: #fff;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .inner2 {
    width: 96%;
    margin-bottom: 80px;
  }
  .collaboration .photo {
    width: 34%;
  }
  .collaboration .introduction {
    width: 62%;
  }
  .collaboration .introduction p {
    line-height: 1.5;
  }
  h5 {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  h6 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .reserve {
    width: 98%;
    margin: 0 auto 20px;
  }
  .reserve .list {
    width: 48%;
  }
  .reserve .list-img {
    margin-bottom: 10px;
  }
  .reserve .list-detail {
    width: 96%;
    margin: 0 auto;
  }
  .reserve2 {
    width: 96%;
    margin: 0 auto;
  }
}

/* footer ==============================================================================================================================================================*/
footer {
  margin-top: 170px;
  padding: 80px 0 35px;
  width: 100%;
  color: #c9a063;
  background: #fff;
  border-top: 5px solid #f3eee4;
}
footer a {
  color: #c9a063 !important;
  font-size: 10px;
  font-size: 1rem;
}
footer p,
footer #fLogo,
footer #sns,
footer #copy {
  text-align: center;
}
footer p {
  margin-bottom: 40px;
}
footer p a {
  text-decoration: underline !important;
}
footer p a:hover {
  text-decoration: none !important;
}
footer #fLogo img {
  max-width: 128px;
  border: 1px solid #c9a063;
}
footer #sns {
  margin: 20px auto 40px;
  width: 128px;
  display: flex;
  justify-content: space-between;
}
footer #copy {
  font-size: 8px;
  font-size: 0.8rem;
}
#pagetop {
  position: fixed;
  right: 2%;
  bottom: 25px;
  max-width: 74px;
  z-index: 800;
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 30px;
    padding: 20px 0 10px;
  }
  footer p {
    margin-bottom: 30px;
  }
  footer #sns {
    margin: 30px auto;
  }
  #pagetop img {
    width: 70%;
    height: auto;
    float: right;
  }
}

/*Floating
******************************************************/
.floating {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #f3eee4;
}

.floating.show {
  height: auto;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.floating-container {
  margin: 0 auto;
  width: 1000px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .floating-container {
    width: calc(750/750 * 100vw);
    padding: 10px 0;
    height: calc(110/750 * 100vw);
    background: #f3eee4;
  }
}

.flo-list {
  margin-left: auto;
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flo-list {
    display: none;
  }
}

.flo-list li a {
  margin: 0 100px;
  color: #000;
  font-size: 18px;
}
.flo-list li .flo-list li:last-child a {
  margin-right: 0px;
}

.flo-list li.is-active a {
  border-bottom: 1px #fff solid;
}

.flo-list li:first-child:before,
.flo-list li:last-child:after {
  content: none;
}

.flo-list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #cccccc;
  -webkit-transform: rotate(113deg);
  transform: rotate(113deg);
}

.flo-list .nav-list-item-txt {
  padding: 0 0;
}
.flo-list .nav-list-item-txt img {
  margin-right: 10px;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .flo-list .nav-list-item-txt img {
    width: 28px;
  }
}

.flo-logo {
  width: 200px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .flo-logo {
    width: calc(300/750 * 100vw);
    margin-right: calc(40/750 * 100vw);
  }
}
.flo-logo img {
  width: 100%;
  font-size: 0;
}
.flo-logo:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .hamburger-menu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .floating02-menu-btn {
    position: fixed;
    top: 0px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(110/750 * 100vw);
    width: calc(110/750 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
  }
}

@media screen and (max-width: 767px) {
  .floating02-menu-btn span,
.floating02-menu-btn span:before,
.floating02-menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: calc(50/750 * 100vw);
    border-radius: 3px;
    background-color: #000;
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .floating02-menu-btn span:before {
    bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .floating02-menu-btn span:after {
    top: 8px;
  }
}

@media (max-width: 767px) {
  .floating02-menu-btn.is-show span {
    background-color: transparent;
  }

  .floating02-menu-btn.is-show span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .floating02-menu-btn.is-show span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .floating02-menu-content ul {
    padding: calc(160/750 * 100vw) 0 0;
  }

  .floating02-menu-content ul li {
    list-style: none;
  }

  .floating02-menu-content ul li a {
    display: block;
    font-size: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000;
    border-left: #000 2px solid;
    font-size: calc(40/750 * 100vw);
    padding-left: calc(40/750 * 100vw);
    margin: calc(90/750 * 100vw) 0 0 calc(40/750 * 100vw);
  }

  .floating02-menu-content ul li:first-child a {
    width: calc(403/750 * 100vw);
  }

  .floating02-menu-content ul li:nth-child(2) a {
    width: calc(399/750 * 100vw);
  }

  .floating02-menu-content ul li:nth-child(3) a {
    width: calc(402/750 * 100vw);
  }

  .floating02-menu-content ul li:last-child a {
    width: calc(450/750 * 100vw);
  }

  .floating02-menu-content {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: -100vh;
    z-index: 80;
    background: #f3eee4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /*アニメーション設定*/
  }

  .floating02-menu-content.is-show {
    top: 0;
    /*メニューを画面内へ*/
  }
}
.hum-txt {
  font-size: calc(20/750 * 100vw);
  position: absolute;
  bottom: calc(0/750 * 100vw);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body .floating02-wrap.is-start {
    opacity: 0 !important;
    -webkit-animation: Slidenone 0 forwards;
            animation: Slidenone 0 forwards;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #anc-selection01,
#anc-selection02,
#anc-selection03 {
    padding-top: calc(220/750 * 100vw);
    margin-top: calc(-140/750 * 100vw);
  }
}

