@charset "UTF-8";
@media (max-width: 750px) {
  .sp-none {
    display: none !important;
  }
}

.pc-none {
  display: none !important;
}

@media (max-width: 750px) {
  .pc-none {
    display: block !important;
  }
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

fieldset,
img {
  border: 0;
}

address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

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

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

select,
input,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

img {
  font-size: 0;
  vertical-align: middle;
  line-height: 1;
}

a {
  overflow: hidden;
  outline: none;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}

/*font
--------------------*/
body {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
}

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

body {
  font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
}

@font-face {
  font-family: 'AGaramondPro-Regular';
  src: url("../fonts/AGaramondPro-Regular.otf") format("opentype"), url("../fonts/AGaramondPro-Regular.woff") format("woff");
}

@font-face {
  font-family: 'AGaramondPro-Italic';
  src: url("../fonts/AGaramondPro-Italic.otf") format("opentype"), url("../fonts/AGaramondPro-Italic.woff") format("woff");
}

.garamond, body {
  font-family: 'AGaramondPro-Regular';
}

.garamond-i, .about-tokodo-top-left h3, .about-tokodo-bottom-left h3, .about-ceramics h3, .custom-made h3, .royal-warrant .common-inner h3, .gallery h3, .footer .common-inner h3 {
  font-family: 'AGaramondPro-Italic';
}

.header {
  padding: calc(20 / 1280 * 100vw) 0;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

@media (max-width: 750px) {
  .header {
    z-index: 1001;
    padding: calc(20 / 375 * 100vw) 0;
  }
}

.header .common-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #c1b86d;
  padding-bottom: calc(25 / 1280 * 100vw);
  max-width: calc(1200 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .header .common-inner {
    padding-bottom: calc(15 / 375 * 100vw);
  }
}

.header-left h1 {
  max-width: calc(185 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .header-left h1 {
    max-width: calc(111 / 375 * 100vw);
  }
}

.header-left h1 img {
  width: 100%;
}

.header-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right ul li {
  margin-right: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .header-right ul li {
    display: none;
  }
}

.header-right ul li a {
  text-decoration: none;
  color: #000;
  font-size: calc(16 / 1280 * 100vw);
}

.header-right ul li:last-child {
  margin-right: 0;
}

@media (max-width: 750px) {
  .header-right ul li.header__nav__item--sp-menu {
    display: block;
  }
}

.kv {
  margin-top: calc(120 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .kv {
    margin-top: calc(120 / 375 * 100vw);
  }
}

.kv .common-inner {
  max-width: calc(1200 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .kv .common-inner {
    position: relative;
    max-width: calc(345 / 375 * 100vw);
  }
}

.kv-slider {
  position: relative;
}

.kv-slider img {
  width: 100%;
}

.kv-slider .slick-dots {
  display: none;
  right: 10px;
  text-align: right;
  bottom: calc(25 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .kv-slider .slick-dots {
    display: block;
  }
}

.kv-slider .slick-dots li button::before {
  width: 5px;
  height: 5px;
  border: 2px solid #c1b86d;
  border-radius: 50%;
  content: "";
  opacity: 0.75;
}

.kv-slider .slick-dots li.slick-active button::before {
  background-color: #c1b86d;
  color: #c1b86d;
}

@media (max-width: 750px) {
  .kv .logo {
    position: absolute;
    top: calc(12 / 375 * 100vw);
    left: 0;
    right: 0;
    width: calc(100 / 375 * 100vw);
    margin: auto;
  }
}

.about-tokodo {
  padding-top: calc(80 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .about-tokodo {
    padding: calc(30 / 375 * 100vw) 0;
  }
}

.about-tokodo-top {
  margin-top: calc(80 / 1280 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 750px) {
  .about-tokodo-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    margin-top: calc(60 / 375 * 100vw);
  }
}

.about-tokodo-top-left {
  text-align: center;
  width: calc(520 / 1280 * 100vw);
  margin-left: calc(80 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .about-tokodo-top-left {
    width: calc(345 / 375 * 100vw);
    margin: 0 auto;
  }
}

.about-tokodo-top-left h3 {
  margin-top: calc(40 / 1280 * 100vw);
  text-align: left;
  font-size: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .about-tokodo-top-left h3 {
    margin-top: 0;
    font-size: calc(18 / 375 * 100vw);
  }
}

.about-tokodo-top-left p {
  text-align: left;
  font-size: calc(16 / 1280 * 100vw);
  margin-top: calc(20 / 1280 * 100vw);
  padding-left: calc(40 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .about-tokodo-top-left p {
    margin-top: calc(23 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    padding-left: calc(40 / 375 * 100vw);
    letter-spacing: 0.7px;
  }
}

.about-tokodo-top-left img {
  width: calc(208 / 1280 * 100vw);
}

.about-tokodo-top-right {
  width: calc(600 / 1280 * 100vw);
  margin-top: calc(240 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .about-tokodo-top-right {
    width: calc(360 / 375 * 100vw);
    margin: calc(40 / 375 * 100vw) 0 0 auto;
  }
}

.about-tokodo-top-right img {
  width: 100%;
}

.about-tokodo-bottom {
  margin-top: calc(-160 / 1280 * 100vw);
  padding-bottom: calc(50 / 1280 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: rgba(193, 184, 109, 0.1);
}

@media (max-width: 750px) {
  .about-tokodo-bottom {
    margin-top: calc(-150 / 375 * 100vw);
    padding-bottom: calc(60 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}

.about-tokodo-bottom-left {
  text-align: center;
  width: calc(520 / 1280 * 100vw);
  margin-top: calc(330 / 1280 * 100vw);
  margin-right: calc(70 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .about-tokodo-bottom-left {
    width: calc(345 / 375 * 100vw);
    margin: calc(40 / 375 * 100vw) auto 0;
  }
}

.about-tokodo-bottom-left h3 {
  margin-top: calc(40 / 1280 * 100vw);
  text-align: left;
  font-size: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .about-tokodo-bottom-left h3 {
    margin-top: 0;
    font-size: calc(18 / 375 * 100vw);
  }
}

.about-tokodo-bottom-left p {
  text-align: left;
  font-size: calc(16 / 1280 * 100vw);
  margin-top: calc(20 / 1280 * 100vw);
  padding-left: calc(40 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .about-tokodo-bottom-left p {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    padding-left: calc(40 / 375 * 100vw);
  }
}

.about-tokodo-bottom-left p.about-tokodo-subtext {
  font-size: calc(24 / 1280 * 100vw);
  padding-left: 0;
}

@media (max-width: 750px) {
  .about-tokodo-bottom-left p.about-tokodo-subtext {
    font-size: calc(24 / 375 * 100vw);
    letter-spacing: -0.24px;
  }
}

.about-tokodo-bottom-left img {
  width: calc(208 / 1280 * 100vw);
}

.about-tokodo-bottom-right {
  width: calc(600 / 1280 * 100vw);
  margin-top: calc(80 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .about-tokodo-bottom-right {
    width: calc(360 / 375 * 100vw);
    margin-top: calc(190 / 375 * 100vw);
  }
}

.about-tokodo-bottom-right img {
  width: 100%;
}

.about-ceramics .common-inner {
  padding-top: calc(80 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .about-ceramics .common-inner {
    font-size: calc(80 / 375 * 100vw);
  }
}

.about-ceramics h3 {
  font-size: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .about-ceramics h3 {
    font-size: calc(18 / 375 * 100vw);
  }
}

.about-ceramics p {
  margin-top: calc(20 / 1280 * 100vw);
  margin-left: calc(40 / 1280 * 100vw);
  font-size: calc(16 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .about-ceramics p {
    margin-top: calc(20 / 375 * 100vw);
    margin-left: calc(40 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}

.about-ceramics-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: calc(100 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .about-ceramics-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(60 / 375 * 100vw);
  }
}

.about-ceramics-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(528 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .about-ceramics-top-left {
    width: 100%;
  }
}

.about-ceramics-top-right {
  width: 50%;
}

@media (max-width: 750px) {
  .about-ceramics-top-right {
    width: 100%;
    margin-top: calc(40 / 375 * 100vw);
  }
}

.about-ceramics-top-right img {
  width: 100%;
}

.about-ceramics-bottom {
  margin-top: calc(80 / 1280 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-row-gap: calc(40 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .about-ceramics-bottom {
    margin-top: calc(40 / 375 * 100vw);
    grid-row-gap: 0;
  }
}

.about-ceramics-bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(520 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .about-ceramics-bottom-content {
    width: calc(165 / 375 * 100vw);
  }
}

@media (max-width: 750px) {
  .about-ceramics-bottom-content p {
    margin-left: 0;
  }
}

.about-ceramics-bottom img {
  width: 50%;
}

@media (max-width: 750px) {
  .about-ceramics-bottom img {
    width: calc(165 / 375 * 100vw);
  }
}

.custom-made {
  padding-top: calc(120 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .custom-made {
    padding-top: calc(80 / 375 * 100vw);
  }
}

.custom-made h3 {
  font-size: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .custom-made h3 {
    font-size: calc(18 / 375 * 100vw);
  }
}

.custom-made p {
  padding-left: calc(40 / 1280 * 100vw);
  font-size: calc(16 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .custom-made p {
    padding-left: calc(40 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}

.custom-made img {
  width: 100%;
}

.custom-made-top {
  position: relative;
  width: calc(960 / 1280 * 100vw);
  margin: calc(220 / 1280 * 100vw) 0 0 auto;
  padding: calc(300 / 1280 * 100vw) calc(80 / 1280 * 100vw) calc(154 / 1280 * 100vw) calc(360 / 1280 * 100vw);
  background: rgba(193, 184, 109, 0.1);
}

@media (max-width: 750px) {
  .custom-made-top {
    width: calc(325 / 375 * 100vw);
    margin: calc(200 / 375 * 100vw) 0 0 auto;
    padding: calc(10 / 375 * 100vw) calc(15 / 375 * 100vw) calc(80 / 375 * 100vw) calc(70 / 375 * 100vw);
  }
}

.custom-made-top img {
  position: absolute;
  top: calc(-120 / 1280 * 100vw);
  left: calc(-240 / 1280 * 100vw);
  width: calc(840 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .custom-made-top img {
    top: calc(-120 / 375 * 100vw);
    left: calc(-50 / 375 * 100vw);
    width: calc(300 / 375 * 100vw);
  }
}

.custom-made-top-content {
  position: relative;
}

.custom-made-top-content p {
  margin-top: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .custom-made-top-content p {
    padding-left: 0;
    margin-top: calc(20 / 375 * 100vw);
  }
}

.custom-made-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: calc(-76 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .custom-made-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: calc(-50 / 375 * 100vw);
  }
}

.custom-made-bottom-left {
  width: calc(600 / 1280 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: calc(40 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .custom-made-bottom-left {
    width: 100%;
    margin-top: calc(40 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
  }
}

.custom-made-bottom-left .custom-made-subtext {
  margin: calc(20 / 1280 * 100vw) 0;
  font-size: calc(24 / 1280 * 100vw);
  padding-left: 0;
}

@media (max-width: 750px) {
  .custom-made-bottom-left .custom-made-subtext {
    margin: calc(20 / 375 * 100vw) 0;
    font-size: calc(24 / 375 * 100vw);
  }
}

.custom-made-bottom-right {
  width: calc(600 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .custom-made-bottom-right {
    width: calc(255 / 375 * 100vw);
  }
}

.royal-warrant {
  padding-top: calc(120 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .royal-warrant {
    padding-top: calc(80 / 375 * 100vw);
  }
}

.royal-warrant .common-inner {
  padding: calc(80 / 1280 * 100vw);
  background-color: #ab9049;
  color: #fff;
}

@media (max-width: 750px) {
  .royal-warrant .common-inner {
    padding: calc(40 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
}

.royal-warrant .common-inner .section-title {
  color: #fff;
}

.royal-warrant .common-inner .section-title::before {
  background: #fff;
}

.royal-warrant .common-inner .top-img {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: calc(100 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .royal-warrant .common-inner .top-img {
    margin-top: calc(60 / 375 * 100vw);
  }
}

.royal-warrant .common-inner h3 {
  margin: calc(80 / 1280 * 100vw) 0 calc(20 / 1280 * 100vw);
  font-size: calc(20 / 1280 * 100vw);
  text-align: center;
}

@media (max-width: 750px) {
  .royal-warrant .common-inner h3 {
    margin: calc(40 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }
}

.royal-warrant .common-inner p {
  width: calc(720 / 1280 * 100vw);
  margin: 0 auto;
  font-size: calc(16 / 1280 * 100vw);
  text-align: left;
  line-height: 1.75;
}

@media (max-width: 750px) {
  .royal-warrant .common-inner p {
    width: 100%;
    font-size: calc(14 / 375 * 100vw);
  }
}

.royal-warrant .common-inner .royal-warrant-bottom {
  position: relative;
}

.royal-warrant .common-inner .royal-warrant-bottom img {
  width: calc(800 / 1280 * 100vw);
  margin: calc(80 / 1280 * 100vw) 0 calc(270 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .royal-warrant .common-inner .royal-warrant-bottom img {
    width: 100%;
    margin: calc(40 / 375 * 100vw) 0 0;
  }
}

.royal-warrant .common-inner .royal-warrant-bottom .right-content {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: calc(-150 / 1280 * 100vw);
  background-color: #ab9049;
}

@media (max-width: 750px) {
  .royal-warrant .common-inner .royal-warrant-bottom .right-content {
    position: initial;
    width: 100%;
    margin-top: 0;
  }
}

.royal-warrant .common-inner .royal-warrant-bottom .right-content h3 {
  margin-top: calc(40 / 1280 * 100vw);
  margin-left: calc(40 / 1280 * 100vw);
  text-align: left;
}

@media (max-width: 750px) {
  .royal-warrant .common-inner .royal-warrant-bottom .right-content h3 {
    margin: calc(40 / 375 * 100vw) 0 calc(20 / 375 * 100vw) 0;
    text-align: center;
  }
}

.royal-warrant .common-inner .royal-warrant-bottom .right-content p {
  width: calc(500 / 1280 * 100vw);
  margin-left: calc(80 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .royal-warrant .common-inner .royal-warrant-bottom .right-content p {
    width: 100%;
    margin-left: 0;
  }
}

.mobile-navigation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0px;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  width: 100vw;
  z-index: 1000;
}

.mobile-navigation.hidden {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: scale(2);
          transform: scale(2);
  z-index: -2000;
}

.mobile-navigation__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100vw;
}

.mobile-navigation__inner__close-button {
  background-position: center;
  background-image: url("../img/mobile-navigation/icon_close.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 35px;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
}

.mobile-navigation__inner .text {
  width: 192px;
}

.mobile-navigation__inner__menu-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
  width: 70%;
  color: #000;
  font-size: 24px;
  text-decoration: none;
}

.mobile-navigation__inner__menu-item__image {
  height: 20px;
}

.mobile-navigation__inner__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 0;
  width: 50%;
}

.mobile-navigation__inner__sns-list__item__image {
  height: 50px;
  width: 50px;
}

.header__nav__item--sp-menu {
  position: relative;
  width: 50px;
  height: 50px;
  margin-left: 8px;
  z-index: 1001;
}

.header__nav__item--sp-menu span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 0px;
  height: 2px;
  border-radius: 2px;
  background: #000;
  width: 45%;
}

.header__nav__item--sp-menu span:nth-of-type(1) {
  top: 15px;
}

.header__nav__item--sp-menu span:nth-of-type(2) {
  top: 23px;
}

.header__nav__item--sp-menu span:nth-of-type(3) {
  top: 31px;
}

.header__nav__item--sp-menu.active span:nth-of-type(1) {
  top: 18px;
  left: 0px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 40%;
}

.header__nav__item--sp-menu.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.header__nav__item--sp-menu.active span:nth-of-type(3) {
  top: 30px;
  left: 0px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 40%;
}

.gallery {
  padding-top: calc(120 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery {
    padding: calc(80 / 375 * 100vw) 0;
  }
}

.gallery h3 {
  margin-top: calc(100 / 1280 * 100vw);
  text-align: center;
  color: #c1b86d;
  font-size: calc(48 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery h3 {
    margin-top: calc(100 / 375 * 100vw);
    font-size: calc(36 / 375 * 100vw);
  }
}

.gallery p {
  margin-top: calc(20 / 1280 * 100vw);
  font-size: calc(16 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery p {
    margin-top: calc(20 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}

.gallery-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery-row {
    margin-bottom: calc(15 / 375 * 100vw);
  }
}

.gallery-row:nth-of-type(2) .gallery-row-left {
  width: calc(400 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery-row:nth-of-type(2) .gallery-row-left {
    width: calc(110 / 375 * 100vw);
  }
}

.gallery-row:nth-of-type(2) .gallery-row-right {
  width: calc(700 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery-row:nth-of-type(2) .gallery-row-right {
    width: calc(220 / 375 * 100vw);
    height: calc(207 / 375 * 100vw);
  }
}

@media (max-width: 750px) {
  .gallery-row:nth-of-type(2) .gallery-row-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.gallery-row:nth-of-type(3) {
  margin-top: calc(-155 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery-row:nth-of-type(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0;
  }
}

.gallery-row:nth-of-type(3) .gallery-row-left {
  margin-top: calc(175 / 1280 * 100vw);
  width: calc(480 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery-row:nth-of-type(3) .gallery-row-left {
    margin-top: 0;
    width: 100%;
  }
}

.gallery-row:nth-of-type(3) .gallery-row-right {
  width: calc(600 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery-row:nth-of-type(3) .gallery-row-right {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .gallery-row:nth-of-type(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.gallery-row:nth-of-type(4) .gallery-row-left {
  width: calc(480 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery-row:nth-of-type(4) .gallery-row-left {
    width: 100%;
  }
}

.gallery-row:nth-of-type(4) .gallery-row-left img {
  margin-bottom: calc(20 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery-row:nth-of-type(4) .gallery-row-left img {
    margin-bottom: calc(15 / 375 * 100vw);
  }
}

.gallery-row:nth-of-type(4) .gallery-row-right {
  padding-top: calc(20 / 1280 * 100vw);
  width: calc(530 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery-row:nth-of-type(4) .gallery-row-right {
    padding-top: 0;
    width: 100%;
  }
}

.gallery-row:nth-of-type(4) .gallery-row-right h4 {
  margin-top: calc(80 / 1280 * 100vw);
  font-size: calc(24 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery-row:nth-of-type(4) .gallery-row-right h4 {
    margin-top: calc(40 / 375 * 100vw);
    font-size: calc(24 / 375 * 100vw);
  }
}

.gallery-row:nth-of-type(4) .gallery-row-right p {
  padding-left: calc(40 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery-row:nth-of-type(4) .gallery-row-right p {
    padding-left: calc(40 / 375 * 100vw);
  }
}

.gallery-kv {
  margin-top: calc(40 / 1280 * 100vw);
}

.gallery-menu {
  position: relative;
  margin-top: calc(80 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery-menu {
    margin-top: calc(85 / 375 * 100vw);
  }
}

.gallery-menu h4 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: calc(36 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery-menu h4 {
    top: calc(-45 / 375 * 100vw);
    width: calc(120 / 375 * 100vw);
    padding-right: calc(15 / 375 * 100vw);
    padding-bottom: calc(15 / 375 * 100vw);
    font-size: calc(24 / 375 * 100vw);
    background-color: #fff;
  }
}

@media (max-width: 750px) {
  .gallery-menu .gallery-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(15 / 375 * 100vw);
  }
}

.gallery-menu.branch .gallery-row-left {
  margin-top: auto;
  width: calc(540 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery-menu.branch .gallery-row-left {
    width: 100%;
  }
}

.gallery-menu.branch .gallery-row-right {
  width: calc(560 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery-menu.branch .gallery-row-right {
    width: 100%;
  }
}

.gallery-menu.dinner h4 {
  left: unset;
  right: 0;
}

@media (max-width: 750px) {
  .gallery-menu.dinner h4 {
    padding-left: calc(15 / 375 * 100vw);
    padding-right: 0;
  }
}

.gallery-menu.dinner .gallery-row:first-of-type .gallery-row-left {
  width: calc(720 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery-menu.dinner .gallery-row:first-of-type .gallery-row-left {
    width: 100%;
  }
}

.gallery-menu.dinner .gallery-row:first-of-type .gallery-row-right {
  width: calc(380 / 1280 * 100vw);
  margin-top: auto;
}

@media (max-width: 750px) {
  .gallery-menu.dinner .gallery-row:first-of-type .gallery-row-right {
    width: 100%;
  }
}

.gallery-menu.dinner .gallery-row:last-of-type .gallery-row-left {
  width: calc(560 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery-menu.dinner .gallery-row:last-of-type .gallery-row-left {
    width: 100%;
  }
}

.gallery-menu.dinner .gallery-row:last-of-type .gallery-row-right {
  width: calc(540 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery-menu.dinner .gallery-row:last-of-type .gallery-row-right {
    width: 100%;
  }
}

.gallery-menu.sweet .gallery-row .gallery-row-left {
  width: calc(600 / 1280 * 100vw);
  margin-top: auto;
}

@media (max-width: 750px) {
  .gallery-menu.sweet .gallery-row .gallery-row-left {
    width: 100%;
  }
}

.gallery-menu.sweet .gallery-row .gallery-row-right {
  width: calc(500 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .gallery-menu.sweet .gallery-row .gallery-row-right {
    width: 100%;
  }
}

.footer {
  margin-bottom: calc(80 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .footer {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}

.footer .common-inner {
  padding: calc(80 / 1280 * 100vw) 0 calc(73 / 1280 * 100vw);
  background: rgba(193, 184, 109, 0.1);
  text-align: center;
}

@media (max-width: 750px) {
  .footer .common-inner {
    padding: calc(40 / 375 * 100vw) 0;
  }
}

.footer .common-inner h3 {
  margin-top: calc(60 / 1280 * 100vw);
  font-size: calc(24 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .footer .common-inner h3 {
    margin-top: calc(60 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }
}

.footer .common-inner .company {
  margin-top: calc(40 / 1280 * 100vw);
  display: inline-block;
}

@media (max-width: 750px) {
  .footer .common-inner .company {
    margin-top: calc(50 / 375 * 100vw);
    margin-left: calc(-40 / 375 * 100vw);
  }
}

.footer .common-inner .company-name {
  font-size: calc(24 / 1280 * 100vw);
}

@media (max-width: 750px) {
  .footer .common-inner .company-name {
    text-align: left;
    font-size: calc(18 / 375 * 100vw);
  }
}

.footer .common-inner .company-info {
  display: inline-block;
  text-align: left;
  margin-top: calc(20 / 1280 * 100vw);
  font-size: calc(16 / 1280 * 100vw);
  line-height: 1.75;
}

@media (max-width: 750px) {
  .footer .common-inner .company-info {
    margin-top: calc(20 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.7;
  }
}

.footer .common-inner .company-info span {
  display: block;
}

.base-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.section-title {
  position: relative;
  text-align: center;
  color: #000;
  margin: 0 auto;
  font-size: calc(18 / 1280 * 100vw);
  letter-spacing: 0.05em;
}

@media (max-width: 750px) {
  .section-title {
    font-size: calc(18 / 375 * 100vw);
  }
}

.section-title:before {
  content: "";
  position: absolute;
  height: calc(1 / 1280 * 100vw);
  width: calc(50 / 1280 * 100vw);
  background: #c1b86d;
  bottom: calc(-20 / 1280 * 100vw);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 750px) {
  .section-title:before {
    height: calc(1 / 375 * 100vw);
    width: calc(50 / 375 * 100vw);
    bottom: calc(-20 / 375 * 100vw);
  }
}

.common-inner {
  max-width: calc(1120 / 1280 * 100vw);
  margin: 0 auto;
}

@media (max-width: 750px) {
  .common-inner {
    max-width: calc(345 / 375 * 100vw);
  }
}

a:hover {
  position: static;
  opacity: 0.7;
  z-index: 1000;
}

@media (max-width: 750px) {
  .sp-none {
    display: none !important;
  }
}

.pc-none {
  display: none;
}

@media (max-width: 750px) {
  .pc-none {
    display: block;
  }
}

img {
  width: 100%;
  height: auto;
}
