@charset "UTF-8";
/*!
 * ress.css â€¢ v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css?family=Roboto:500,500i,700,700i&display=swap");
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

main a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

li {
  list-style: none;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type="text"]:focus {
  outline: 0;
}

/*
font
====================================*/
body, html {
  color: #000;
  font-family: Shuei KakuGo Gin L, "Shuei KakuGo Gin L", 秀英角ゴシック銀 L, "秀英角ゴシック銀 L", sans-serif;
  font-feature-settings: "palt";
  font-size: 62.5%;
  font-weight: 400;
}

html {
  overflow-y: visible;
}

body {
  min-width: 1200px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 1px;
  }
}

body.scrollstop {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

body.scrollstop::before {
  visibility: visible;
  z-index: 50;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 1;
}

img {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

a {
  color: #000;
}

.pcObj {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .pcObj {
    display: none !important;
  }
}

.spObj {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .spObj {
    display: block !important;
  }
}

.wrapper {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 0;
  }
}

.modal {
  box-sizing: border-box;
  display: none;
  z-index: 1002;
  z-index: 10000;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 30px;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .modal {
    width: 92vw;
    border-radius: 5px;
  }
}

.modal .modal-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .modal .modal-close {
    top: -8vw;
    width: 5.33333vw;
    height: 5.33333vw;
  }
}

.modal .modal-close:before, .modal .modal-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  transform-origin: center;
  background: #fff;
  content: "";
}

@media screen and (max-width: 767px) {
  .modal .modal-close:before, .modal .modal-close:after {
    width: 6.4vw;
    height: 0.53333vw;
  }
}

.modal .modal-close:before {
  transform: translate(-50%) rotate(45deg);
}

.modal .modal-close:after {
  transform: translate(-50%) rotate(-45deg);
}

.modal .modal-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

.modal .modal-list li {
  width: calc(100% / 3);
}

.modal .modal-list li:nth-of-type(n + 4) {
  margin-top: 20px;
}

.modal.open {
  display: block;
  animation: fade ease 0.6s forwards;
}

.modal.fadeout {
  animation: fadeout ease 0.6s forwards;
}

.modal-bg {
  visibility: hidden;
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(148, 212, 213, 0.6);
  opacity: 0;
}

.modal-bg.open {
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  visibility: visible;
  backface-visibility: hidden;
  animation: fadein ease 0.6s forwards;
}

.modal-bg.fadeout {
  animation: fadeout ease 0.6s forwards;
}

@keyframes fadein {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fadeout {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

.tabs {
  display: flex;
  border-bottom: 1px solid #ccc;
}

[role="tab"] {
  margin-bottom: -1px;
  padding: 10px 20px;
  border: 1px solid transparent;
}

[role="tab"][aria-selected="true"] {
  border-color: #ccc #ccc #fff;
}

[role="tabpanel"][aria-hidden="true"] {
  display: none;
}

.js-morelist .panel-unit {
  display: none;
}

.js-morelist .panel-unit.is-show {
  display: block;
  animation: fadein 0.4s forwards;
}

.js-morebtn {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 200px;
  margin: 50px auto 0;
  padding: 2.5px 0;
  border: 2px solid #000;
  border-radius: 25px;
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .js-morebtn {
    width: 40vw;
    margin: 9.86667vw auto 0;
    padding: 0.93333vw 0;
    border: 1px solid #000;
    font-size: 3.73333vw;
  }
}

.js-morebtn::before, .js-morebtn::after {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 11px;
  height: 11px;
  transform: translateY(-50%) rotate(90deg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  transition: opacity 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .js-morebtn::before, .js-morebtn::after {
    right: 2.66667vw;
    width: 2vw;
    height: 2vw;
  }
}

.js-morebtn:hover {
  background: #000;
  color: #fff;
}

.js-morebtn:hover::before {
  opacity: 0;
}

.js-morebtn:hover::after {
  opacity: 1;
}

.js-morebtn[aria-expanded='true']::before, .js-morebtn[aria-expanded='true']::after {
  transform: translateY(-50%) rotate(-90deg);
}

.js-morebtn-open.is-hidden {
  display: none;
}

.js-morebtn-close::before, .js-morebtn-close::after {
  transform: translateY(-50%) rotate(-90deg);
}

.js-morebtn-close.is-hidden {
  display: none;
}

.more-btn {
  width: 200px;
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  .more-btn {
    width: 40vw;
    margin: 9.86667vw auto 0;
  }
}

.more-btn a {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 2.5px 0;
  border: 2px solid #000;
  border-radius: 25px;
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  transition: background-color .3s ease-out, color .3s ease-out;
}

@media screen and (max-width: 767px) {
  .more-btn a {
    padding: 0.93333vw 0;
    border: 1px solid #000;
    font-size: 3.73333vw;
  }
}

.more-btn a::before,
.more-btn span::before {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 11px;
  height: 11px;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  transition: opacity .3s ease-out;
}

@media screen and (max-width: 767px) {
  .more-btn a::before,
  .more-btn span::before {
    right: 2.66667vw;
    width: 2vw;
    height: 2vw;
  }
}

.more-btn a::before {
  background-image: url("/navi/setouchi-palette/assets/img/common/arrow-black.svg");
}

.more-btn span::before {
  background-image: url("/navi/setouchi-palette/assets/img/common/arrow-white.svg");
  opacity: 0;
}

.more-btn a:hover {
  background: #000;
  color: #fff;
}

.more-btn a:hover::before {
  opacity: 0;
}

.more-btn a:hover span::before {
  opacity: 1;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}

.simplebar-wrapper {
  width: inherit;
  max-width: inherit;
  height: inherit;
  max-height: inherit;
  overflow: hidden;
}

.simplebar-mask {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
  direction: inherit;
}

.simplebar-offset {
  -webkit-overflow-scrolling: touch;
  box-sizing: inherit !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  direction: inherit !important;
  resize: none !important;
}

.simplebar-content-wrapper {
  scrollbar-width: none;
  box-sizing: border-box !important;
  display: block;
  visibility: visible;
  position: relative;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  direction: inherit;
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.simplebar-content:after, .simplebar-content:before {
  display: table;
  content: ' ';
}

.simplebar-placeholder {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  z-index: -1;
  position: relative;
  flex-basis: 0;
  flex-grow: inherit;
  flex-shrink: 0;
  width: 100%;
  max-width: 1px;
  height: 100%;
  max-height: 1px;
  margin: 0;
  padding: 0;
  float: left;
  overflow: hidden;
  pointer-events: none;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 1000%;
  min-width: 1px;
  height: 1000%;
  min-height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  -ms-user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  right: 0;
  left: 0;
  border-radius: 7px;
  background: #000;
  content: '';
  opacity: 0;
  transition: opacity .2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  right: 2px;
  left: 2px;
  height: 100%;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 2px;
  right: auto;
  left: 0;
  width: auto;
  min-width: 10px;
  height: 7px;
  min-height: 0;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  visibility: hidden;
  position: fixed;
  width: 500px;
  height: 500px;
  overflow-x: scroll;
  overflow-y: hidden;
  direction: rtl;
  opacity: 0;
}

.simplebar-hide-scrollbar {
  scrollbar-width: none;
  visibility: hidden;
  position: fixed;
  left: 0;
  overflow-y: scroll;
}

.member-unit {
  display: flex;
  width: 262px;
}

.member-unit[data-custom-open] {
  cursor: pointer;
  transition: opacity .3s ease-out;
}

.member-unit[data-custom-open]:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .member-unit {
    width: 39.46667vw;
  }
  .member-unit:nth-of-type(n + 3) {
    margin-top: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .member-unit {
    margin-right: calc(72px / 3);
    margin-right: calc(calc(100% - 262px*4) / 3);
  }
  .member-unit:nth-of-type(4n) {
    margin-right: 0;
  }
  .member-unit:nth-of-type(n + 5) {
    margin-top: 70px;
  }
}

.member-unit_img {
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .member-unit_img {
    width: 13.33333vw;
    height: 13.33333vw;
  }
}

.member-unit_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-unit_detail {
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  width: calc(100% - 100px);
  padding-left: 14px;
}

@media screen and (max-width: 767px) {
  .member-unit_detail {
    width: calc(100% - 13.33333vw);
    padding-left: 2.13333vw;
  }
}

.member-unit_name {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: calc(100% - 18px);
  font-family: Shuei KakuGo Gin M, "Shuei KakuGo Gin M", 秀英角ゴシック銀 M, "秀英角ゴシック銀 M", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .member-unit_name {
    height: calc(100% - 2.93333vw);
    font-size: 2.4vw;
    letter-spacing: 0.03em;
    line-height: 1.38889;
  }
}

.member-unit_name span {
  display: block;
}

.member-unit_tag {
  margin-top: auto;
}

.member-unit_tag li {
  height: 18px;
}

@media screen and (max-width: 767px) {
  .member-unit_tag li {
    height: 2.93333vw;
  }
}

.member-unit_tag li img {
  width: auto !important;
  height: 100% !important;
}

@media screen and (max-width: 767px) {
  .member-unit_tag li img {
    vertical-align: top;
  }
}

.member-unit-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .member-unit-list {
    justify-content: space-between;
  }
}

.btm-area {
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .btm-area {
    margin-top: 13.33333vw;
  }
}

.btm-area_attention {
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  padding: 15px 40px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btm-area_attention {
    width: 100%;
    padding: 4vw 5.33333vw;
    font-size: 2.93333vw;
  }
}

.btm-area_pagetop {
  width: 100%;
  background: #969696;
  text-align: center;
}

.btm-area_pagetop a {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 44px 0 17px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btm-area_pagetop a {
    padding: 7.2vw 0 1.86667vw;
    font-size: 3.73333vw;
  }
}

.btm-area_pagetop span {
  box-sizing: border-box;
  position: absolute;
  top: 26px;
  left: 50%;
  width: 23px;
  height: 23px;
  transform: translateX(-50%) rotate(-45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: top .3s ease-out;
}

@media screen and (max-width: 767px) {
  .btm-area_pagetop span {
    top: 3.73333vw;
    width: 5.46667vw;
    height: 5.46667vw;
    border-width: 0.53333vw 0.53333vw 0 0;
  }
}

.btm-area_pagetop a:hover span {
  top: 20px;
}

@media screen and (max-width: 767px) {
  .btm-area_pagetop a:hover span {
    top: 3.73333vw;
  }
}

.btm-area_logo {
  width: 120px;
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  .btm-area_logo {
    width: 21.2vw;
    margin: 11.73333vw auto 0;
  }
}

.btm-area_logo img {
  width: 100%;
}

.btm-area_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .btm-area_list {
    margin-top: 3.46667vw;
  }
}

@media screen and (max-width: 767px) {
  .btm-area_list li {
    margin-right: 2.93333vw;
    margin-bottom: 2.66667vw;
    margin-left: 2.93333vw;
  }
}

.btm-area_list li + li {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .btm-area_list li + li {
    margin-right: 2.93333vw;
    margin-left: 2.93333vw;
  }
}

.btm-area_list a {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: color .3s ease-out;
}

@media screen and (max-width: 767px) {
  .btm-area_list a {
    font-size: 4.26667vw;
  }
}

.btm-area_list a:hover {
  color: #969696;
}

.sns-share {
  background: #ececec;
}

.sns-share .section-inner {
  padding-top: 23px;
  padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .sns-share .section-inner {
    padding-top: 2.66667vw;
    padding-bottom: 4vw;
  }
}

.sns-share_title {
  font-family: Shuei KakuGo Gin M, "Shuei KakuGo Gin M", 秀英角ゴシック銀 M, "秀英角ゴシック銀 M", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sns-share_title {
    font-size: 4vw;
  }
}

.sns-share_list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .sns-share_list {
    margin-top: 2.66667vw;
  }
}

.sns-share_item, .sns-share_item--fb, .sns-share_item--tw {
  width: 60px;
}

@media screen and (max-width: 767px) {
  .sns-share_item, .sns-share_item--fb, .sns-share_item--tw {
    width: 8vw;
  }
}

.sns-share_item a, .sns-share_item--fb a, .sns-share_item--tw a {
  transition: opacity .3s ease-out;
}

.sns-share_item a:hover, .sns-share_item--fb a:hover, .sns-share_item--tw a:hover {
  opacity: 0.7;
}

.sns-share_item + .sns-share_item, .sns-share_item--fb + .sns-share_item, .sns-share_item--tw + .sns-share_item, .sns-share_item + .sns-share_item--fb, .sns-share_item--fb + .sns-share_item--fb, .sns-share_item--tw + .sns-share_item--fb, .sns-share_item + .sns-share_item--tw, .sns-share_item--fb + .sns-share_item--tw, .sns-share_item--tw + .sns-share_item--tw {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .sns-share_item + .sns-share_item, .sns-share_item--fb + .sns-share_item, .sns-share_item--tw + .sns-share_item, .sns-share_item + .sns-share_item--fb, .sns-share_item--fb + .sns-share_item--fb, .sns-share_item--tw + .sns-share_item--fb, .sns-share_item + .sns-share_item--tw, .sns-share_item--fb + .sns-share_item--tw, .sns-share_item--tw + .sns-share_item--tw {
    margin-left: 4vw;
  }
}

.sns-share_item img, .sns-share_item--fb img, .sns-share_item--tw img {
  width: 100%;
}

.theme-area .section-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .theme-area .section-inner {
    padding-top: 13.33333vw;
    padding-bottom: 13.33333vw;
  }
}

.theme-area_title {
  font-family: Shuei KakuGo Gin M, "Shuei KakuGo Gin M", 秀英角ゴシック銀 M, "秀英角ゴシック銀 M", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .theme-area_title {
    font-size: 5.6vw;
    letter-spacing: 0.06em;
  }
}

.theme-area_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 970px;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .theme-area_list {
    display: block;
    width: 100%;
    margin-top: 11.33333vw;
  }
}

.theme-area_btn {
  width: 220px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .theme-area_btn {
    width: 100%;
  }
}

.theme-area_btn a {
  font-family: Shuei KakuGo Gin L, "Shuei KakuGo Gin L", 秀英角ゴシック銀 L, "秀英角ゴシック銀 L", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .theme-area_btn a {
    padding: 2.4vw 0;
    font-size: 3.73333vw;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) {
  .theme-area_btn a::before,
  .theme-area_btn span::before {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .theme-area_btn:nth-of-type(n + 1) {
    margin-top: 5.33333vw;
  }
}

.theme-area_btn:nth-of-type(n + 5) {
  margin-top: 29px;
}

@media screen and (max-width: 767px) {
  .theme-area_btn:nth-of-type(n + 5) {
    margin-top: 5.33333vw;
  }
}

/*# sourceMappingURL=../css-map/main.css.map */
