@charset "UTF-8";
/*!
 * ress.css v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
}

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

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

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

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

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

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 */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

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 */
}

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

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

/* 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 {
  border-style: none;
  padding: 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 */
}

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

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

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and 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([fill]) {
  fill: currentColor;
}

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

* {
  letter-spacing: 0.05rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:focus {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

html {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 520px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

@media screen and (min-width: 1025px) {
  .spc__show {
    display: none !important;
  }
}

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

@media screen and (max-width: 768px), print {
  .ipad__hide {
    display: none !important;
  }
}
@media print {
  .ipad__hide {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .ipad__show {
    display: none !important;
  }
}

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

@media screen and (min-width: 521px) {
  .smp__show {
    display: none !important;
  }
}
@media print {
  .smp__show {
    display: none !important;
  }
}

@media print {
  .print__hide {
    display: none;
  }
}

@media print {
  .print__show {
    display: block;
  }
}

.fs0 {
  font-size: 0;
}

.fs-S {
  font-size: 14px;
}

.fs-M {
  font-size: 18px;
}
@media screen and (max-width: 768px), print {
  .fs-M {
    font-size: 16px;
  }
}

.fs-L {
  font-size: 22px;
}
@media screen and (max-width: 768px), print {
  .fs-L {
    font-size: 18px;
  }
}

.flex {
  display: flex;
}

@media screen and (max-width: 768px), print {
  .flexColumn {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px), print {
  .flexreColumn {
    flex-direction: column-reverse;
  }
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.alignCenter {
  align-items: center;
}

.justBetween {
  justify-content: space-between;
}

.justCenter {
  justify-content: center;
}

.justStart {
  justify-content: flex-start;
}

.justEnd {
  justify-content: flex-end;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}

.wrap-1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}

.w-100 {
  width: 100%;
}

:root {
  --headerHeight: 80px;
  --sectionTop: 100px;
  --sectionBottom: 150px;
}
@media screen and (max-width: 1024px) {
  :root {
    --headerHeight: 60px;
  }
}
@media screen and (max-width: 768px), print {
  :root {
    --sectionTop: 70px;
    --sectionBottom: 75px;
  }
}
@media print {
  :root {
    --headerHeight: 60px;
  }
}

.margin {
  margin-top: var(--sectionTop);
  margin-bottom: var(--sectionBottom);
}

.padding {
  padding-top: var(--sectionTop);
  padding-bottom: var(--sectionBottom);
}

.mb-S {
  margin-bottom: 25px;
}

.mb-M {
  margin-bottom: 30px;
}

.mb-L {
  margin-bottom: 40px;
}

main,
.second {
  padding-top: var(--headerHeight);
}

#pankuzu {
  padding: 15px 0 80px;
}
@media screen and (max-width: 1024px) {
  #pankuzu {
    padding-bottom: 40px;
  }
}
@media print {
  #pankuzu {
    padding-bottom: 40px;
  }
}
#pankuzu ul {
  scrollbar-width: thin;
  scrollbar-color: #cdcdcd;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto;
  white-space: nowrap;
  text-align: right;
}
#pankuzu li {
  display: inline-block;
  font-size: 13px;
  color: #999990;
}
@media screen and (max-width: 520px) {
  #pankuzu li {
    font-size: 11px;
  }
}
#pankuzu li + li {
  margin-left: 10px;
}
#pankuzu li a {
  color: #999990;
}

#page_header {
  background-image: url(../images/common/pageHeaderBg.png);
  background-size: cover;
  text-align: center;
  padding: 80px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #page_header {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px), print {
  #page_header {
    padding: 30px 0;
  }
}
@media screen and (max-width: 520px) {
  #page_header {
    padding: 20px 0;
  }
}
#page_header h1 {
  font-size: 30px;
  font-weight: normal;
}
@media screen and (max-width: 768px), print {
  #page_header h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  #page_header h1 {
    font-size: 21px;
  }
}
#page_header .en {
  color: #fff;
  font-size: 140px;
  font-weight: 400;
  letter-spacing: 0.9rem;
  line-height: 0.6;
  position: absolute;
  font-weight: normal;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #page_header .en {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px), print {
  #page_header .en {
    font-size: 70px;
  }
}
@media screen and (max-width: 520px) {
  #page_header .en {
    font-size: 50px;
  }
}

.secTitle {
  color: #eaeaea;
  font-size: 140px;
  font-weight: 400;
  font-family: "Cormorant", serif;
  letter-spacing: 0.9rem;
  line-height: 0.7;
  position: relative;
  font-weight: normal;
  margin-bottom: 50px;
  mix-blend-mode: multiply;
}
.secTitle::after {
  color: #333;
  top: 50%;
  left: 50%;
  right: 0;
  width: 100%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-family: "Shippori Mincho", serif;
  position: absolute;
  content: attr(data-jp);
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .secTitle {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px), print {
  .secTitle {
    font-size: 75px;
    letter-spacing: 0.3rem;
    margin-bottom: 30px;
  }
  .secTitle:after {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  .secTitle {
    font-size: 65px;
  }
  .secTitle:after {
    font-size: 16px;
  }
}

.brownBg {
  background-color: #f7f2ed;
}

.blueBg {
  background-color: #576872;
}

.button01 {
  background-color: #fff;
  border: 1px solid #576872;
  border-radius: 40px;
  color: #576872;
  display: block;
  font-size: 18px;
  padding: 20px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  max-width: 320px;
  margin-top: 50px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .button01 {
    font-size: 14px;
    padding: 15px 0;
    max-width: 290px;
    width: 100%;
  }
}
.button01.__center {
  margin: 50px auto 0;
}
@media screen and (max-width: 768px), print {
  .button01.__center {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px), print {
  .button01.__left {
    margin: 0 auto;
  }
}
.button01:visited {
  color: #576872;
}
.button01:after {
  width: 16px;
  height: 16px;
  border-top: 1px solid #576872;
  border-right: 1px solid #576872;
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
}
@media screen and (max-width: 520px) {
  .button01:after {
    width: 10px;
    height: 10px;
  }
}
.button01:hover {
  background-color: #576872;
  color: #fff;
  opacity: 1;
}
.button01:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.2s;
}

@media print {
  .widgetArea {
    display: flex;
    justify-content: space-between;
  }
}

.widget01,
.widget02 {
  background-color: #576872;
  position: fixed;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  right: -100px;
  height: 250px;
  width: 60px;
  text-align: center;
  z-index: 996;
  transition: 0.8s;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-height: 850px) {
  .widget01,
  .widget02 {
    height: 170px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .widget01,
  .widget02 {
    height: 60px;
    width: 49.8%;
    writing-mode: unset;
    font-size: 13px;
  }
}
@media print {
  .widget01,
  .widget02 {
    height: 60px;
    width: 49.8%;
    writing-mode: unset;
    font-size: 13px;
    position: relative;
  }
}
.widget01.show,
.widget02.show {
  right: 0;
}
.widget01:focus,
.widget02:focus {
  color: #fff;
}

.widget01 {
  bottom: 60%;
}
@media screen and (max-height: 850px) {
  .widget01 {
    bottom: 450px;
  }
}
@media screen and (max-height: 730px) {
  .widget01 {
    bottom: 350px;
  }
}
@media screen and (max-height: 620px) {
  .widget01 {
    bottom: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .widget01 {
    bottom: 0;
    left: 0;
  }
}
@media print {
  .widget01 {
    bottom: 0;
    left: 0;
  }
}
.widget01 span {
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .widget01 span {
    padding: 0 0 0 30px;
  }
}
.widget01 span::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/tel@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1024px) {
  .widget01 span::before {
    left: 0;
    transform: translate(0, 0);
  }
}

.widget02 {
  bottom: 30%;
}
@media screen and (max-height: 850px) {
  .widget02 {
    bottom: 250px;
  }
}
@media screen and (max-height: 730px) {
  .widget02 {
    bottom: 150px;
  }
}
@media screen and (max-height: 620px) {
  .widget02 {
    bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .widget02 {
    bottom: 0;
    right: 0;
  }
}
@media print {
  .widget02 {
    bottom: 0;
    right: 0;
  }
}
.widget02 span {
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .widget02 span {
    padding: 0 0 0 30px;
  }
}
.widget02 span::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/calendar@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 23px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1024px) {
  .widget02 span::before {
    left: 0;
    transform: translate(0, 0);
  }
}

#footLink .footFlex {
  flex-wrap: wrap;
}
#footLink .footFlex .linkItem {
  width: 16.5%;
  position: relative;
  overflow: hidden;
}
#footLink .footFlex .linkItem img {
  transition: 0.4s all;
}
#footLink .footFlex .linkItem:hover {
  opacity: 1;
}
#footLink .footFlex .linkItem:hover img {
  transform: scale(1.2, 1.2);
  transition: 0.4s all;
}
@media screen and (max-width: 1024px) {
  #footLink .footFlex .linkItem {
    width: 33%;
  }
  #footLink .footFlex .linkItem:nth-child(n+4) {
    margin-top: 0.5%;
  }
}
@media screen and (max-width: 520px) {
  #footLink .footFlex .linkItem {
    width: 49.5%;
  }
  #footLink .footFlex .linkItem:nth-child(n+3) {
    margin-top: 0.5%;
  }
}
@media print {
  #footLink .footFlex .linkItem {
    width: 33%;
  }
  #footLink .footFlex .linkItem:nth-child(n+4) {
    margin-top: 0.5%;
  }
}
#footLink .footFlex .linkItem .ButtonText {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}
#footLink .footFlex .linkItem .ButtonText .jp {
  font-family: "Shippori Mincho", serif;
  font-size: 1.15vw;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  #footLink .footFlex .linkItem .ButtonText .jp {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px), print {
  #footLink .footFlex .linkItem .ButtonText .jp {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 520px) {
  #footLink .footFlex .linkItem .ButtonText .jp {
    font-size: 4vw;
  }
}
#footLink .footFlex .linkItem .ButtonText .en {
  display: block;
  font-size: 0.8vw;
}
@media screen and (max-width: 1024px) {
  #footLink .footFlex .linkItem .ButtonText .en {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 520px) {
  #footLink .footFlex .linkItem .ButtonText .en {
    font-size: 2.5vw;
  }
}

.sm {
  font-family: "Shippori Mincho", serif;
}

.cm {
  font-family: "Cormorant", serif;
}

.ns {
  font-family: "Noto Sans JP", sans-serif;
}

.tsubuBg {
  background: url(../images/top/tsubuBg.png);
  background-repeat: repeat;
  padding: 0 0 90px;
}
@media screen and (max-width: 768px), print {
  .tsubuBg {
    padding: 0 0 45px;
  }
}

/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #333; /*伸びる背景色の設定*/
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
.editor h1 {
  font-size: 200%;
}

.editor h2 {
  font-size: 150%;
}

.editor h3 {
  font-size: 120%;
}

.editor h4 {
  font-size: 100%;
}

.editor h5 {
  font-size: 80%;
}

.editor h6 {
  font-size: 70%;
}

.editor p {
  display: block;
  margin: 1em 0;
}

.editor strong {
  font-weight: bold;
}

.editor b {
  font-weight: bold;
}

.editor em {
  font-style: italic;
}

.editor blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* img */
.editor .aligncenter {
  display: block;
  margin: 0 auto;
}

.editor .alignright {
  float: right;
}

.editor .alignleft {
  float: left;
}

.editor img[class*=wp-image-],
.editor img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.gallery {
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}

.gallery br {
  display: none;
}

.gallery-item {
  float: left;
  margin-bottom: 0 !important;
}

.gallery-icon {
  text-align: center;
}

.gallery-icon img {
  height: auto;
  margin-bottom: 10px !important;
}

.gallery-caption {
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  width: 48%;
  margin: 0 1%;
}

.gallery-columns-3 .gallery-item {
  width: 31.33333%;
  margin: 0 1%;
}

.gallery-columns-4 .gallery-item {
  width: 23%;
  margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
  width: 18%;
  margin: 0 1%;
}

@media screen and (max-width: 640px) {
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}
/* header */
.headerInner {
  background-color: #fff;
  top: 0;
  left: 0;
  height: var(--headerHeight);
  position: fixed;
  padding-left: 20px;
  width: 100%;
  z-index: 997;
}
@media print {
  .headerInner {
    position: absolute;
  }
}
.headerInner .logoFlex {
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .headerInner .logoFlex .headerLogo {
    width: 200px;
  }
}
@media screen and (max-width: 520px) {
  .headerInner .logoFlex .headerLogo {
    width: 110px;
  }
}
@media print {
  .headerInner .logoFlex .headerLogo {
    width: 150px;
  }
}
.headerInner .logoFlex .logoText {
  color: #666;
  font-size: 13px;
  margin-left: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .headerInner .logoFlex .logoText {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .headerInner .logoFlex .logoText {
    margin-left: 20px;
  }
}
@media screen and (max-width: 520px) {
  .headerInner .logoFlex .logoText {
    font-size: 10px;
    line-height: 1.6;
  }
}

.nav {
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .nav {
    margin-right: 0;
  }
}
@media print {
  .nav {
    display: none;
  }
}

#gNav {
  background-color: #f0f0f0;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: auto;
}
#gNav .headerNav {
  flex-wrap: wrap;
  width: calc(100% - 480px);
}
@media screen and (max-width: 1024px) {
  #gNav .headerNav {
    justify-content: center;
  }
}
@media screen and (max-width: 925px) {
  #gNav .headerNav {
    justify-content: flex-start;
    width: calc(100% - 530px);
  }
}
@media screen and (max-width: 768px), print {
  #gNav .headerNav {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
#gNav .headerNav .headerNavList {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px), print {
  #gNav .headerNav .headerNavList {
    border-bottom: 1px solid #ccc;
    padding: 20px 10px 15px;
    margin: 0;
  }
}
#gNav .headerNav .headerNavList:nth-child(odd) {
  width: 200px;
}
@media screen and (max-width: 1024px) {
  #gNav .headerNav .headerNavList:nth-child(odd) {
    width: 150px;
  }
}
@media screen and (max-width: 768px), print {
  #gNav .headerNav .headerNavList:nth-child(odd) {
    width: 48%;
  }
}
#gNav .headerNav .headerNavList:nth-child(even) {
  width: 240px;
}
@media screen and (max-width: 1024px) {
  #gNav .headerNav .headerNavList:nth-child(even) {
    width: 200px;
  }
}
@media screen and (max-width: 768px), print {
  #gNav .headerNav .headerNavList:nth-child(even) {
    width: 48%;
  }
}
#gNav .headerNav .headerNavList:nth-last-child(1) {
  margin-bottom: 0;
}
#gNav .headerNav .dummy {
  border-bottom: none;
  width: 240px;
}
@media screen and (max-width: 1024px) {
  #gNav .headerNav .dummy {
    width: 200px;
  }
}
@media screen and (max-width: 768px), print {
  #gNav .headerNav .dummy {
    width: 48%;
    padding: 20px 10px 15px;
  }
}
@media screen and (max-width: 768px), print {
  #gNav .headerNav .dummy .headerNavList__link {
    justify-content: center;
  }
}
#gNav .headerNav .dummy .headerNavList__link .snsIcon {
  margin-right: 20px;
}
@media screen and (max-width: 768px), print {
  #gNav .headerNav .dummy .headerNavList__link .snsIcon {
    width: 30px;
  }
}
#gNav .headerNav .dummy .headerNavList__link .snsIcon + .headerNavList__link {
  margin-right: 0;
}
#gNav .headerNav .headerNavList__link:hover::after {
  width: 0;
}
@media print {
  #gNav {
    display: none;
  }
}
#gNav .navInner {
  height: 100%;
}
#gNav .navInner .navFlex {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #gNav .navInner .navFlex {
    justify-content: center;
  }
}
@media screen and (max-width: 768px), print {
  #gNav .navInner .navFlex {
    padding: 60px 0 45px;
    position: relative;
    top: var(--headerHeight);
    height: calc(100vh - var(--headerHeight));
    overflow: auto;
    flex-direction: column;
    justify-content: flex-start;
  }
}
#gNav .navInner .navFlex .menuTitle {
  font-size: 140px;
  position: absolute;
  color: #eaeaea;
  top: 70px;
}
@media screen and (max-width: 768px), print {
  #gNav .navInner .navFlex .menuTitle {
    font-size: 70px;
    top: 10px;
    left: 0;
  }
}
#gNav .navInner .navFlex .contactButtonArea {
  width: 480px;
}
@media screen and (max-width: 520px) {
  #gNav .navInner .navFlex .contactButtonArea {
    width: 100%;
  }
}
#gNav .navInner .navFlex .contactButtonArea .contactButton {
  background-color: #fff;
  display: block;
  padding: 35px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 520px) {
  #gNav .navInner .navFlex .contactButtonArea .contactButton {
    font-size: 12px;
    padding: 20px;
  }
}
#gNav .navInner .navFlex .contactButtonArea .contactButton + .contactButton {
  margin-top: 30px;
}
@media screen and (max-width: 520px) {
  #gNav .navInner .navFlex .contactButtonArea .contactButton + .contactButton {
    margin-top: 20px;
  }
}
#gNav .navInner .navFlex .contactButtonArea .contactButton::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%207%22%3E%3Cg%20id%3D%22_%E3%83%A1%E3%82%A4%E3%83%B3%22%3E%3Cpolygon%20points%3D%2221%207%200%207%200%206%2018.98%206%2014.89%20.61%2015.69%200%2021%207%22%20style%3D%22fill%3A%23576872%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  top: 50%;
  transform: translate(0, -50%);
  height: 7px;
  width: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 20px;
}
@media screen and (max-width: 520px) {
  #gNav .navInner .navFlex .contactButtonArea .contactButton::before {
    width: 15px;
  }
}
#gNav .navInner .navFlex .contactButtonArea .contactButton:hover {
  background-color: #576872;
  color: #fff;
  opacity: 1;
}
#gNav .navInner .navFlex .contactButtonArea .contactButton:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%207%22%3E%3Cg%20id%3D%22_%E3%83%A1%E3%82%A4%E3%83%B3%22%3E%3Cpolygon%20points%3D%2221%207%200%207%200%206%2018.98%206%2014.89%20.61%2015.69%200%2021%207%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  top: 50%;
  transform: translate(0, -50%);
  height: 7px;
  width: 26px;
}
#gNav .navInner .navFlex .contactButtonArea .contactButton:hover .yoyaku {
  border: 1px solid #fff;
  color: #fff;
}
#gNav .navInner .navFlex .contactButtonArea .contactButton .contactTitle {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 520px) {
  #gNav .navInner .navFlex .contactButtonArea .contactButton .contactTitle {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
#gNav .navInner .navFlex .contactButtonArea .contactButton .yoyaku {
  border: 1px solid #576872;
  color: #576872;
  padding: 0 5px;
  margin-right: 20px;
}
@media screen and (max-width: 520px) {
  #gNav .navInner .navFlex .contactButtonArea .contactButton .yoyaku {
    margin-right: 10px;
  }
}

.headerNavList {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .headerNavList {
    font-size: 15px;
  }
}
.headerNavList + .headerNavList {
  margin-left: clamp(1px, 3.5vw, 50px);
}
@media screen and (max-width: 1200px) {
  .headerNavList + .headerNavList {
    margin-left: clamp(1px, 3.5vw, 20px);
  }
}
.headerNavList .headerNavList__link {
  position: relative;
}
.headerNavList .headerNavList__link::after {
  /*アンダーラインのスタイル*/
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  background-color: #333;
  bottom: -5px;
  left: 0;
  /*幅を0に設定*/
  width: 0;
  /*アニメーションの速度設定*/
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.headerNavList .headerNavList__link:hover::after {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .headerNavList .headerNavList__link:hover::after {
    width: 0;
  }
}

:root {
  --borderPosition: 20px;
}
@media screen and (max-width: 1024px) {
  :root {
    --borderPosition: 15px;
  }
}
@media print {
  :root {
    --borderPosition: 15px;
  }
}

.hunsMenu {
  cursor: pointer;
  position: relative;
  height: var(--headerHeight);
  width: var(--headerHeight);
}
.hunsMenu::before {
  bottom: 20px;
  content: "MENU";
  color: #333;
  font-family: "Cormorant", serif;
  font-size: 14px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .hunsMenu::before {
    bottom: 5px;
  }
}
@media print {
  .hunsMenu::before {
    bottom: 5px;
  }
}
.hunsMenu span {
  background: #333;
  display: inline-block;
  left: 50%;
  position: absolute;
  transition: all 0.4s;
  transform: translate(-50%, 0);
  height: 1px;
  width: 26px;
}
.hunsMenu span:nth-of-type(1) {
  top: var(--borderPosition);
}
.hunsMenu span:nth-of-type(2) {
  top: calc(var(--borderPosition) + 7px);
}
.hunsMenu span:nth-of-type(3) {
  top: calc(var(--borderPosition) + 14px);
}
.hunsMenu.active::before {
  content: "CLOSE";
}
.hunsMenu.active span:nth-of-type(1) {
  top: 18px;
  transform: translateX(-50%) translateY(6px) rotate(-45deg);
  width: 26px;
}
.hunsMenu.active span:nth-of-type(2) {
  opacity: 0;
}
.hunsMenu.active span:nth-of-type(3) {
  top: 30px;
  transform: translateX(-50%) translateY(-6px) rotate(45deg);
  width: 26px;
}

@media screen and (max-width: 768px), print {
  .footContactCard {
    flex-direction: column;
  }
}

#footContact .footContactBg {
  background: url(../images/top/tsubuBg.png), #f2f2f2;
  background-repeat: repeat;
  padding: 90px 0;
  position: relative;
}
@media screen and (max-width: 768px), print {
  #footContact .footContactBg {
    padding: 45px 0;
  }
}
#footContact .footContactBg::before {
  background-image: url(../images/top/bgDeco@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 505px;
  height: 450px;
  right: 35px;
  bottom: 0;
  position: absolute;
  content: "";
}
@media screen and (max-width: 1024px) {
  #footContact .footContactBg::before {
    width: 345px;
    height: 300px;
  }
}
@media screen and (max-width: 768px), print {
  #footContact .footContactBg::before {
    width: 240px;
    height: 210px;
  }
}
@media screen and (max-width: 520px) {
  #footContact .footContactBg::before {
    width: 160px;
    height: 140px;
  }
}
#footContact .footContactsubTitle {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px), print {
  #footContact .footContactsubTitle {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  #footContact .footContactsubTitle {
    text-align: left;
  }
}
#footContact .contactButtonArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #footContact .contactButtonArea {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px), print {
  #footContact .contactButtonArea {
    margin-bottom: 30px;
  }
}
@media print {
  #footContact .contactButtonArea {
    flex-direction: column;
    align-items: center;
  }
}
#footContact .contactButtonArea .contactButton {
  background-color: #fff;
  display: block;
  padding: 35px;
  text-align: center;
  position: relative;
  width: 48%;
}
@media screen and (max-width: 1024px) {
  #footContact .contactButtonArea .contactButton {
    width: 480px;
  }
}
@media screen and (max-width: 520px) {
  #footContact .contactButtonArea .contactButton {
    width: 100%;
  }
}
@media print {
  #footContact .contactButtonArea .contactButton {
    width: 480px;
  }
}
@media screen and (max-width: 1024px) {
  #footContact .contactButtonArea .contactButton + .contactButton {
    margin-top: 20px;
  }
}
@media print {
  #footContact .contactButtonArea .contactButton + .contactButton {
    margin-top: 20px;
  }
}
#footContact .contactButtonArea .contactButton::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%207%22%3E%3Cg%20id%3D%22_%E3%83%A1%E3%82%A4%E3%83%B3%22%3E%3Cpolygon%20points%3D%2221%207%200%207%200%206%2018.98%206%2014.89%20.61%2015.69%200%2021%207%22%20style%3D%22fill%3A%23576872%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  top: 50%;
  transform: translate(0, -50%);
  height: 7px;
  width: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 20px;
}
@media screen and (max-width: 520px) {
  #footContact .contactButtonArea .contactButton::before {
    width: 15px;
  }
}
#footContact .contactButtonArea .contactButton:hover {
  background-color: #576872;
  color: #fff;
  opacity: 1;
}
#footContact .contactButtonArea .contactButton:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%207%22%3E%3Cg%20id%3D%22_%E3%83%A1%E3%82%A4%E3%83%B3%22%3E%3Cpolygon%20points%3D%2221%207%200%207%200%206%2018.98%206%2014.89%20.61%2015.69%200%2021%207%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  top: 50%;
  transform: translate(0, -50%);
  height: 7px;
  width: 26px;
}
#footContact .contactButtonArea .contactButton:hover .yoyaku {
  border: 1px solid #fff;
  color: #fff;
}
#footContact .contactButtonArea .contactButton .contactTitle {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 520px) {
  #footContact .contactButtonArea .contactButton .contactTitle {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
#footContact .contactButtonArea .contactButton .yoyaku {
  border: 1px solid #576872;
  color: #576872;
  padding: 0 5px;
  margin-right: 20px;
}
@media screen and (max-width: 520px) {
  #footContact .contactButtonArea .contactButton .yoyaku {
    margin-right: 10px;
  }
}
#footContact .telTitle {
  font-size: 18px;
}
#footContact .telNumber {
  font-size: 30px;
  position: relative;
  padding-left: 35px;
  display: inline-block;
}
#footContact .telNumber::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/tel01@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#footContact .openTime {
  font-size: 13px;
}

.telContact {
  pointer-events: none;
}
@media screen and (max-width: 520px) {
  .telContact {
    pointer-events: auto;
  }
}
.telContact .telNumber {
  font-size: 30px;
}
.telContact .telNumber .telIcon {
  padding-left: 30px;
  position: relative;
}
.telContact .telNumber .telIcon::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/tel@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 26px;
  width: 26px;
}
.telContact .saleTime {
  font-size: 14px;
}

.formContact {
  font-size: 20px;
  position: relative;
}
.formContact::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%207%22%3E%3Cg%20id%3D%22_%E3%83%A1%E3%82%A4%E3%83%B3%22%3E%3Cpolygon%20points%3D%2221%207%200%207%200%206%2018.98%206%2014.89%20.61%2015.69%200%2021%207%22%20style%3D%22fill%3A%2377a7bc%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  top: 50%;
  transform: translate(0, -50%);
  height: 7px;
  width: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  transition: all 0.2s;
}
.formContact .mailIcon {
  position: relative;
  padding-left: 40px;
}
.formContact .mailIcon::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/mail@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 26px;
  width: 26px;
}

/*  footer  */
footer .footLogo {
  padding: 130px 0 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px), print {
  footer .footLogo {
    padding: 65px 0 30px;
    margin-bottom: 30px;
  }
}
footer .footerAccess {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px), print {
  footer .footerAccess {
    margin-bottom: 25px;
  }
}
footer .accessCard {
  text-align: left;
}
@media screen and (max-width: 768px), print {
  footer .accessCard {
    width: 320px;
    text-align: center;
    margin: 0 auto;
  }
}
footer .accessCard .companyName {
  font-size: 18px;
}
@media screen and (max-width: 768px), print {
  footer .accessCard .companyName {
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  footer .accessCard .companyName {
    font-size: 16px;
  }
}
footer .accessCard .companyArea {
  margin-top: 30px;
}
@media screen and (max-width: 768px), print {
  footer .accessCard .companyArea {
    text-align: left;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
  }
}
footer .accessCard .companyArea .openTime {
  font-size: 13px;
}
@media screen and (max-width: 520px) {
  footer .accessCard .companyArea .openTime {
    font-size: 12px;
  }
}
footer .siteMapList {
  flex-wrap: wrap;
  width: 360px;
}
@media screen and (max-width: 1024px) {
  footer .siteMapList {
    width: 305px;
  }
}
footer .siteMapList li {
  text-align: left;
  margin-bottom: 30px;
}
footer .siteMapList li:nth-child(odd) {
  width: 200px;
}
@media screen and (max-width: 1024px) {
  footer .siteMapList li:nth-child(odd) {
    width: 150px;
  }
}
footer .siteMapList li:nth-child(even) {
  width: calc(100% - 200px);
}
@media screen and (max-width: 1024px) {
  footer .siteMapList li:nth-child(even) {
    width: calc(100% - 150px);
  }
}
footer .snsFlex .snsIcon {
  margin-right: 20px;
}
footer .snsFlex .snsIcon + .snsIcon {
  margin-right: 0;
}
footer .siteFoot {
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  footer .siteFoot {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px), print {
  footer .siteFoot {
    padding: 30px 0 85px;
  }
}
@media print {
  footer .siteFoot {
    padding: 30px 0;
  }
}
footer .siteFoot .siteFootItem__link {
  font-size: 13px;
}

/** topFv ***********************************************************/
#topFv .topFvImage {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 1050px) {
  #topFv .topFvImage {
    margin-top: 70px;
  }
}
#topFv .topFvImage .first,
#topFv .topFvImage .second,
#topFv .topFvImage .third {
  color: #000;
  position: absolute;
  font-size: 45px;
  background-color: rgba(255, 255, 255, 0.7);
  writing-mode: vertical-rl;
  font-weight: 600;
  top: 4vw;
  padding: 10px 0;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1800px) {
  #topFv .topFvImage .first,
  #topFv .topFvImage .second,
  #topFv .topFvImage .third {
    top: 1vw;
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 1050px) {
  #topFv .topFvImage .first,
  #topFv .topFvImage .second,
  #topFv .topFvImage .third {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px), print {
  #topFv .topFvImage .first,
  #topFv .topFvImage .second,
  #topFv .topFvImage .third {
    top: -35px;
    font-size: 6vw;
  }
}
#topFv .topFvImage .first {
  right: 240px;
}
@media screen and (max-width: 1600px) {
  #topFv .topFvImage .first {
    right: 10vw;
  }
}
@media print {
  #topFv .topFvImage .first {
    right: 10vw;
  }
}
#topFv .topFvImage .second {
  right: 340px;
}
@media screen and (max-width: 1600px) {
  #topFv .topFvImage .second {
    right: 16vw;
  }
}
@media screen and (max-width: 768px), print {
  #topFv .topFvImage .second {
    right: 24vw;
  }
}
#topFv .topFvImage .third {
  right: 440px;
}
@media screen and (max-width: 1600px) {
  #topFv .topFvImage .third {
    right: 22vw;
  }
}
@media screen and (max-width: 768px), print {
  #topFv .topFvImage .third {
    right: 38vw;
  }
}

@media screen and (min-height: 1100px) {
  #toptopics {
    opacity: 1 !important;
    transform: none !important;
  }
}
@media screen and (max-width: 768px) and (max-height: 980px) {
  #toptopics.fadein {
    opacity: 1 !important;
    transform: none !important;
  }
}

/** concept ***********************************************************/
#topConcept {
  padding-bottom: 115px;
  position: relative;
}
@media screen and (max-width: 768px), print {
  #topConcept {
    padding-bottom: 50px;
  }
}
#topConcept::before {
  background-image: url(../images/top/conceptBg@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  height: 380px;
  width: 72%;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #topConcept::before {
    width: 100%;
    height: 70%;
  }
}
@media print {
  #topConcept::before {
    width: 100%;
    height: 70%;
  }
}
#topConcept .conceptFlex {
  position: relative;
}
#topConcept .conceptFlex .conceptTextArea {
  width: 100%;
}
#topConcept .conceptFlex .conceptTextArea .secTitle {
  margin-top: 20px;
  max-width: 1400px;
  position: relative;
  left: calc(50% - 60px);
  transform: translate(-50%, 0);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #topConcept .conceptFlex .conceptTextArea .secTitle {
    left: auto;
    transform: none;
    text-align: center;
  }
}
@media print {
  #topConcept .conceptFlex .conceptTextArea .secTitle {
    left: auto;
    transform: none;
    text-align: center;
  }
}
#topConcept .conceptFlex .conceptTextArea .secTitle::after {
  padding-left: 60px;
}
@media screen and (max-width: 1024px) {
  #topConcept .conceptFlex .conceptTextArea .secTitle::after {
    padding-left: 0;
  }
}
@media print {
  #topConcept .conceptFlex .conceptTextArea .secTitle::after {
    padding-left: 0;
  }
}
#topConcept .conceptFlex .conceptTextArea .conceptText {
  margin-left: 70px;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  #topConcept .conceptFlex .conceptTextArea .conceptText {
    margin: 0 auto;
    width: 460px;
  }
}
@media screen and (max-width: 520px) {
  #topConcept .conceptFlex .conceptTextArea .conceptText {
    width: 100%;
  }
}
@media print {
  #topConcept .conceptFlex .conceptTextArea .conceptText {
    margin: 0 auto;
    width: 460px;
  }
}
#topConcept .conceptFlex .conceptTextArea .conceptText .conceptTitle {
  font-size: 30px;
  margin-bottom: 40px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 1100px) {
  #topConcept .conceptFlex .conceptTextArea .conceptText .conceptTitle {
    font-size: 27px;
  }
}
@media screen and (max-width: 520px) {
  #topConcept .conceptFlex .conceptTextArea .conceptText .conceptTitle {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #topConcept .conceptFlex .conceptTextArea .conceptText .button01 {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px), print {
  #topConcept .conceptFlex .conceptTextArea .conceptText .button01 {
    margin-top: 40px;
  }
}
@media print {
  #topConcept .conceptFlex .conceptTextArea .conceptText .button01 {
    margin: 40px auto 0;
  }
}
#topConcept .conceptFlex .conceptImage {
  position: absolute;
  transform: translate(0, -50%);
  right: 0;
  top: 50%;
  width: 53%;
}
@media screen and (max-width: 1024px) {
  #topConcept .conceptFlex .conceptImage {
    position: relative;
    transform: none;
    top: auto;
    margin: 0 auto 45px;
    width: 70%;
  }
}
@media screen and (max-width: 768px), print {
  #topConcept .conceptFlex .conceptImage {
    width: 90%;
  }
}
@media print {
  #topConcept .conceptFlex .conceptImage {
    position: relative;
    transform: none;
    top: auto;
    margin: 0 auto 45px;
    width: 90%;
  }
  #topConcept .conceptFlex .conceptImage.spc__hide {
    display: none;
  }
}

/** works ***********************************************************/
#topWorks {
  margin-top: 130px;
}
@media screen and (max-width: 768px), print {
  #topWorks {
    margin-top: 65px;
  }
}
#topWorks .worksBg {
  background: url(../images/top/tsubuBg.png), #f2f2f2;
  background-repeat: repeat;
  padding: 90px 0;
  position: relative;
}
@media screen and (max-width: 768px), print {
  #topWorks .worksBg {
    padding: 60px 0;
  }
}
#topWorks .worksBg::before {
  background-image: url(../images/top/bgDeco@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 505px;
  height: 450px;
  left: 50px;
  bottom: 0;
  position: absolute;
  content: "";
}
@media screen and (max-width: 1024px) {
  #topWorks .worksBg::before {
    width: 345px;
    height: 300px;
  }
}
@media screen and (max-width: 768px), print {
  #topWorks .worksBg::before {
    width: 240px;
    height: 210px;
    left: 10px;
  }
}
@media screen and (max-width: 520px) {
  #topWorks .worksBg::before {
    width: 160px;
    height: 140px;
  }
}
#topWorks .secTitle {
  margin-bottom: 30px;
}
#topWorks .worksText {
  margin-bottom: 40px;
}

/** lineup ***********************************************************/
#topLineup .secTitle {
  margin-bottom: 0;
}
#topLineup .secTitle::after {
  font-size: 30px;
}
@media screen and (max-width: 768px), print {
  #topLineup .secTitle::after {
    font-size: 24px;
  }
}
#topLineup .lineupBg {
  background: url(../images/top/tsubuBg.png);
  background-repeat: repeat;
  padding: 40px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px), print {
  #topLineup .lineupBg {
    padding: 30px 0 50px;
  }
}
#topLineup .lineupBg .flexBg {
  background: url(../images/top/lineupBg.png);
  background-size: cover;
  width: 100%;
  height: 520px;
  bottom: 0;
  position: absolute;
  max-width: 1400px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1024px) {
  #topLineup .lineupBg .flexBg {
    height: 50%;
  }
}
@media print {
  #topLineup .lineupBg .flexBg {
    height: 50%;
  }
}
#topLineup .LineText {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px), print {
  #topLineup .LineText {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 520px) {
  #topLineup .LineText {
    text-align: left;
  }
}
#topLineup .buttonFlex {
  flex-wrap: wrap;
  position: relative;
}
#topLineup .buttonFlex .lineButton {
  width: 47.5%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 520px) {
  #topLineup .buttonFlex .lineButton {
    width: 100%;
  }
  #topLineup .buttonFlex .lineButton:nth-child(n+2) {
    margin-top: 20px;
  }
}
#topLineup .buttonFlex .lineButton:nth-child(n+3) {
  margin-top: 50px;
}
@media screen and (max-width: 768px), print {
  #topLineup .buttonFlex .lineButton:nth-child(n+3) {
    margin-top: 25px;
  }
}
#topLineup .buttonFlex .lineButton:hover {
  opacity: 1;
}
#topLineup .buttonFlex .lineButton:hover img {
  transform: scale(1.2, 1.2);
  transition: 0.4s all;
}
#topLineup .buttonFlex .lineButton img {
  transition: 0.4s all;
  vertical-align: bottom;
}
#topLineup .buttonFlex .lineButton .ButtonText {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}
#topLineup .buttonFlex .lineButton .ButtonText .en {
  font-family: "Cormorant", serif;
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px), print {
  #topLineup .buttonFlex .lineButton .ButtonText .en {
    font-size: 27px;
  }
}
#topLineup .buttonFlex .lineButton .ButtonText .jp {
  font-family: "Shippori Mincho", serif;
  display: block;
}
@media screen and (max-width: 768px), print {
  #topLineup .buttonFlex .lineButton .ButtonText .jp {
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
  #topLineup .buttonFlex .lineButton .ButtonText .jp {
    font-size: 12px;
  }
}
#topLineup .buttonFlex .lineButton .detailText {
  position: absolute;
  bottom: 10px;
  right: 15px;
  padding-right: 40px;
  text-align: right;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px), print {
  #topLineup .buttonFlex .lineButton .detailText {
    font-size: 12px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 520px) {
  #topLineup .buttonFlex .lineButton .detailText {
    bottom: 3px;
    right: 10px;
    font-size: 10px;
  }
}
#topLineup .buttonFlex .lineButton .detailText::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%207%22%3E%3Cg%20id%3D%22_%E3%83%A1%E3%82%A4%E3%83%B3%22%3E%3Cpolygon%20points%3D%2221%207%200%207%200%206%2018.98%206%2014.89%20.61%2015.69%200%2021%207%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  top: 50%;
  transform: translate(0, -50%);
  height: 7px;
  width: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 5px;
  width: 18px;
  right: 0;
}

/** Instagram ***********************************************************/
#topInstagram .instaBg {
  background: url(../images/top/tsubuBg.png);
  background-repeat: repeat;
  padding: 120px 0;
}
@media screen and (max-width: 768px), print {
  #topInstagram .instaBg {
    padding: 45px 0;
  }
}
#topInstagram .secTitle::after {
  font-size: 30px;
  left: 0;
  transform: none;
  text-align: left;
}
@media screen and (max-width: 768px), print {
  #topInstagram .secTitle::after {
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 768px), print {
  #topInstagram .instaFlex {
    flex-direction: column;
  }
}
#topInstagram .instaFlex .instaTextArea {
  width: calc(38% - 60px);
}
@media screen and (max-width: 768px), print {
  #topInstagram .instaFlex .instaTextArea {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 520px) {
  #topInstagram .instaFlex .instaTextArea {
    margin-bottom: 30px;
  }
}
#topInstagram .instaFlex .instaTextArea .instaText {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px), print {
  #topInstagram .instaFlex .instaTextArea .instaText {
    margin-bottom: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  #topInstagram .instaFlex .instaTextArea .instaText {
    text-align: left;
  }
}
#topInstagram .instaFlex .instaTextArea .instaLink {
  color: #576872;
  position: relative;
  padding-right: 25px;
}
@media screen and (max-width: 768px), print {
  #topInstagram .instaFlex .instaTextArea .instaLink {
    left: 40%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 520px) {
  #topInstagram .instaFlex .instaTextArea .instaLink {
    left: 0;
    transform: none;
  }
}
#topInstagram .instaFlex .instaTextArea .instaLink::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/link01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
#topInstagram .instaFlex .instaTextArea .instaLink span {
  border-bottom: 1px solid #576872;
}
#topInstagram .instaFlex .instaImageArea {
  width: 62%;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px), print {
  #topInstagram .instaFlex .instaImageArea {
    width: 100%;
  }
}
#topInstagram .instaFlex .instaImageArea .instaImage {
  width: 24%;
}
@media screen and (max-width: 768px), print {
  #topInstagram .instaFlex .instaImageArea .instaImage {
    width: 32%;
  }
}

/** topics ***********************************************************/
#topics .categoryName {
  font-size: 30px;
  font-weight: normal;
  color: #576872;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px), print {
  #topics .categoryName {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.topicsItemCategory {
  color: #576872;
  border: 1px solid #576872;
  font-size: 14px;
  text-align: center;
  padding: 0 3px;
  display: inline-block;
  width: 80px;
}
@media screen and (max-width: 1250px) {
  .topicsItemCategory {
    font-size: 12px;
  }
}

/** topics トップ＆一覧***********************************************************/
.topics_main .topicsBox {
  flex-wrap: wrap;
}
.topics_main .topicsBox .topicsListItem {
  width: 23.6%;
  position: relative;
}
.topics_main .topicsBox .topicsListItem:nth-child(n+5) {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .topics_main .topicsBox .topicsListItem {
    width: 48%;
  }
  .topics_main .topicsBox .topicsListItem:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 520px) {
  .topics_main .topicsBox .topicsListItem {
    width: 100%;
  }
  .topics_main .topicsBox .topicsListItem:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media print {
  .topics_main .topicsBox .topicsListItem {
    width: 48%;
  }
  .topics_main .topicsBox .topicsListItem:nth-child(n+3) {
    padding-top: 20px;
    margin-top: 0;
  }
}
.topics_main .topicsBox .topicsListItem .topicsItemTitle {
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .topics_main .topicsBox .topicsListItem .topicsItemTitle {
    font-size: 14px;
  }
}
@media print {
  .topics_main .topicsBox .topicsListItem .topicsItemTitle {
    font-size: 14px;
  }
}
.topics_main .topicsBox .topicsListItem .topicsList {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  background-color: #f2f2f2;
  transition: 0.4s all;
}
.topics_main .topicsBox .topicsListItem .topicsList.new:after {
  background-image: url(../images/topics/new@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
}
.topics_main .topicsBox .topicsListItem .topicsList:hover {
  opacity: 1;
  background-color: #cdd5d9;
  transition: 0.4s all;
}
.topics_main .topicsBox .topicsListItem .topicsList:hover .thumb {
  transform: scale(1.2, 1.2);
  transition: 0.4s all;
}
.topics_main .topicsBox .topicsListItem .topicsList:hover .topicsTextArea {
  background-color: #cdd5d9;
  transition: 0.4s all;
}
.topics_main .topicsBox .topicsListItem .topicsList .thumb_area {
  width: 100%;
  font-size: 0;
  overflow: hidden;
  transition: 0.4s all;
}
.topics_main .topicsBox .topicsListItem .topicsList .thumb_area .thumb {
  background-position: center;
  background-size: cover;
  padding-top: 67%;
  transition: 0.4s all;
}
@media print {
  .topics_main .topicsBox .topicsListItem .topicsList .thumb_area .thumb {
    padding-top: 60%;
  }
}
.topics_main .topicsBox .topicsListItem .topicsList .thumb_area .no-image {
  background-image: url(../images/topics/no-image@2x.jpg);
}
.topics_main .topicsBox .topicsListItem .topicsList .topicsTextArea {
  background-color: #f2f2f2;
  padding: 20px 20px 30px 20px;
  transition: 0.4s all;
}
@media screen and (max-width: 520px) {
  .topics_main .topicsBox .topicsListItem .topicsList .topicsTextArea {
    padding: 10px;
  }
}
@media print {
  .topics_main .topicsBox .topicsListItem .topicsList .topicsTextArea {
    padding: 20px 20px 0 20px;
  }
}
.topics_main .topicsBox .topicsListItem .topicsList .topicsTextArea .topicsItemHead .cateAera {
  display: flex;
  align-items: center;
}
.topics_main .topicsBox .topicsListItem .topicsList .topicsTextArea .topicsItemHead .cateAera .topicsItemTime {
  font-size: 14px;
  margin-right: 10px;
}
@media screen and (max-width: 768px), print {
  .topics_main .topicsBox .topicsListItem .topicsList .topicsTextArea .topicsItemHead .cateAera .topicsItemTime {
    font-size: 12px;
  }
}
@media screen and (max-width: 520px) {
  .topics_main .topicsBox .topicsListItem .topicsList .topicsTextArea .topicsItemHead .cateAera .topicsItemTime {
    margin-right: 7px;
  }
}
.topics_main .topicsBox .topicsListItem .topicsList .detailText {
  position: relative;
  bottom: 0;
  right: 0;
  padding-right: 50px;
  margin-bottom: 10px;
  text-align: right;
  color: #999999;
  font-size: 14px;
}
.topics_main .topicsBox .topicsListItem .topicsList .detailText::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%207%22%3E%3Cg%20id%3D%22_%E3%83%A1%E3%82%A4%E3%83%B3%22%3E%3Cpolygon%20points%3D%2221%207%200%207%200%206%2018.98%206%2014.89%20.61%2015.69%200%2021%207%22%20style%3D%22fill%3A%23999999%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  top: 50%;
  transform: translate(0, -50%);
  height: 7px;
  width: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 5px;
  width: 18px;
  right: 10px;
}
.topics_main .dummy {
  width: 23%;
}

/** pagination ***********************************************************/
.pagination .inner {
  display: flex;
  font-size: 18px;
  font-weight: 300;
  justify-content: center;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px), print {
  .pagination .inner {
    margin-top: 30px;
    page-break-inside: avoid;
  }
}
.pagination .inner .pn-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  border: 1px solid #576872;
  margin: 0 10px;
}
.pagination .inner .pn-prev::before {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  left: 44%;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(225deg);
  transform: translate(0, -50%) rotate(225deg);
  width: 12px;
  border-top: 1px solid #576872;
  border-right: 1px solid #576872;
}
.pagination .inner .pn-prev.opa {
  opacity: 0.2;
  border: 1px solid #576872;
  background-color: transparent;
}
.pagination .inner .pn-prev.opa::before {
  border-top: 1px solid #576872;
  border-right: 1px solid #576872;
}
.pagination .inner .pn-next {
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #fff;
  border: 1px solid #576872;
  margin: 0 10px;
}
.pagination .inner .pn-next::before {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 42%;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  width: 12px;
  border-top: 1px solid #576872;
  border-right: 1px solid #576872;
}
.pagination .inner .pn-next.opa {
  background-color: transparent;
  border: 1px solid #576872;
  opacity: 0.2;
}
.pagination .inner .pn-next.opa::before {
  border-top: 1px solid #576872;
  border-right: 1px solid #576872;
}
.pagination .inner .current {
  background-color: #576872;
  border: 1px solid #576872;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 40px;
  width: 40px;
  margin: 0 10px;
  justify-content: center;
  align-items: center;
}
.pagination .inner .pn-numbers {
  background-color: #fff;
  border: 1px solid #576872;
  border-radius: 50%;
  color: #576872;
  display: flex;
  height: 40px;
  width: 40px;
  margin: 0 10px;
  justify-content: center;
  align-items: center;
}

/** topicsDetail 詳細***********************************************************/
#topics_detail {
  /** 詳細ページネーション***********************************************************/
}
#topics_detail .topicsFlex {
  /** topicsDetail カテゴリー＆最新記事エリア***********************************************************/
}
@media screen and (max-width: 1024px) {
  #topics_detail .topicsFlex {
    flex-direction: column;
  }
}
@media print {
  #topics_detail .topicsFlex {
    flex-direction: column;
  }
}
#topics_detail .topicsFlex .topics_detail__main {
  background-color: #fff;
  padding: 60px 50px;
  width: calc(100% - 465px);
  height: 100%;
}
@media screen and (max-width: 1200px) {
  #topics_detail .topicsFlex .topics_detail__main {
    width: calc(100% - 395px);
  }
}
@media screen and (max-width: 1024px) {
  #topics_detail .topicsFlex .topics_detail__main {
    width: 100%;
  }
}
@media screen and (max-width: 768px), print {
  #topics_detail .topicsFlex .topics_detail__main {
    padding: 30px 25px;
  }
}
@media print {
  #topics_detail .topicsFlex .topics_detail__main {
    width: 100%;
    padding: 30px 25px;
  }
}
#topics_detail .topicsFlex .topics_detail__main .topicsItemHead {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 768px), print {
  #topics_detail .topicsFlex .topics_detail__main .topicsItemHead {
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 520px) {
  #topics_detail .topicsFlex .topics_detail__main .topicsItemHead {
    padding-bottom: 20px;
  }
}
#topics_detail .topicsFlex .topics_detail__main .topicsItemHead .thumb_area {
  width: 240px;
}
@media screen and (max-width: 1200px) {
  #topics_detail .topicsFlex .topics_detail__main .topicsItemHead .thumb_area {
    width: 150px;
  }
}
@media screen and (max-width: 520px) {
  #topics_detail .topicsFlex .topics_detail__main .topicsItemHead .thumb_area {
    width: 100%;
    margin-bottom: 10px;
  }
}
#topics_detail .topicsFlex .topics_detail__main .topicsItemHead .thumb_area .thumb {
  background-position: center;
  background-size: cover;
  padding-top: 67%;
}
#topics_detail .topicsFlex .topics_detail__main .topicsItemHead .thumb_area .no-image {
  background-image: url(../images/topics/no-image@2x.jpg);
}
#topics_detail .topicsFlex .topics_detail__main .topicsItemHead .topicsTitleArea {
  width: calc(100% - 270px);
}
@media screen and (max-width: 1200px) {
  #topics_detail .topicsFlex .topics_detail__main .topicsItemHead .topicsTitleArea {
    width: calc(100% - 170px);
  }
}
@media screen and (max-width: 520px) {
  #topics_detail .topicsFlex .topics_detail__main .topicsItemHead .topicsTitleArea {
    width: 100%;
  }
}
#topics_detail .topicsFlex .topics_detail__main .topicsItemHead .topicsTitleArea .topicsItemTime {
  font-size: 16px;
  margin-right: 10px;
}
@media screen and (max-width: 768px), print {
  #topics_detail .topicsFlex .topics_detail__main .topicsItemHead .topicsTitleArea .topicsItemTime {
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
  #topics_detail .topicsFlex .topics_detail__main .topicsItemHead .topicsTitleArea .topicsItemTime {
    font-size: 12px;
  }
}
#topics_detail .topicsFlex .topics_detail__main .topicsItemHead .topicsItemTitle {
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 768px), print {
  #topics_detail .topicsFlex .topics_detail__main .topicsItemHead .topicsItemTitle {
    font-size: 21px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 520px) {
  #topics_detail .topicsFlex .topics_detail__main .topicsItemHead .topicsItemTitle {
    font-size: 16px;
    line-height: normal;
  }
}
#topics_detail .topicsFlex .flexRight {
  width: 400px;
}
@media screen and (max-width: 1200px) {
  #topics_detail .topicsFlex .flexRight {
    width: 350px;
  }
}
@media screen and (max-width: 1024px) {
  #topics_detail .topicsFlex .flexRight {
    width: 100%;
  }
}
@media print {
  #topics_detail .topicsFlex .flexRight {
    width: 100%;
  }
}
#topics_detail .topicsFlex .flexRight .cateTitle {
  font-size: 24px;
  color: #576872;
}
@media screen and (max-width: 520px) {
  #topics_detail .topicsFlex .flexRight .cateTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #topics_detail .topicsFlex .flexRight .cateBox {
    margin-top: 35px;
  }
}
@media print {
  #topics_detail .topicsFlex .flexRight .cateBox {
    margin-top: 35px;
  }
}
#topics_detail .topicsFlex .flexRight .cateBox .category-area {
  background-color: #f2f2f2;
  border-top: 1px solid #ccc;
  padding: 20px;
}
@media screen and (max-width: 520px) {
  #topics_detail .topicsFlex .flexRight .cateBox .category-area {
    padding: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#topics_detail .topicsFlex .flexRight .cateBox .category-area .cate-link {
  display: block;
  cursor: pointer;
  padding: 10px 0 10px 40px;
  position: relative;
}
#topics_detail .topicsFlex .flexRight .cateBox .category-area .cate-link::before {
  border-top: 1px solid #576872;
  top: 50%;
  left: 15px;
  width: 14px;
  position: absolute;
  content: "";
}
#topics_detail .topicsFlex .flexRight .cateBox .category-area .cate-link:hover {
  background-color: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px), print {
  #topics_detail .topicsFlex .flexRight .cateBox .category-area .cate-link {
    font-size: 14px;
  }
}
#topics_detail .topicsFlex .flexRight .postArea {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  #topics_detail .topicsFlex .flexRight .postArea {
    margin-top: 35px;
  }
}
@media print {
  #topics_detail .topicsFlex .flexRight .postArea {
    margin-top: 35px;
  }
}
#topics_detail .topicsFlex .flexRight .postArea .topicsBox {
  border-top: 1px solid #ccc;
}
#topics_detail .topicsFlex .flexRight .postArea .topicsBox .topicsListItem {
  width: 100%;
  margin-top: 0;
  transition: all 0.3s;
  background-color: #f2f2f2;
}
#topics_detail .topicsFlex .flexRight .postArea .topicsBox .topicsListItem:hover {
  background-color: #fff;
  opacity: 1;
  transition: all 0.3s;
}
#topics_detail .topicsFlex .flexRight .postArea .topicsBox .topicsListItem + .topicsListItem {
  border-top: 1px dashed #ccc;
}
#topics_detail .topicsFlex .flexRight .postArea .topicsBox .topicsListItem .topicsList {
  padding: 20px;
}
@media screen and (max-width: 520px) {
  #topics_detail .topicsFlex .flexRight .postArea .topicsBox .topicsListItem .topicsList {
    padding: 10px;
  }
}
#topics_detail .topicsFlex .flexRight .postArea .topicsBox .topicsListItem .topicsList:hover {
  opacity: 1;
}
#topics_detail .topicsFlex .flexRight .postArea .topicsBox .topicsListItem .topicsTextArea {
  width: calc(100% - 120px);
}
#topics_detail .topicsFlex .flexRight .postArea .topicsBox .topicsListItem .topicsTextArea .cateAera {
  display: flex;
  align-items: center;
}
#topics_detail .topicsFlex .flexRight .postArea .topicsBox .topicsListItem .topicsTextArea .cateAera .topicsItemTime {
  margin-right: 10px;
}
#topics_detail .topicsFlex .flexRight .postArea .topicsBox .thumb_area {
  width: 100px;
}
#topics_detail .topicsFlex .flexRight .postArea .topicsBox .thumb_area .thumb {
  background-position: center;
  background-size: cover;
  padding-top: 67%;
}
#topics_detail .topicsFlex .flexRight .postArea .topicsBox .thumb_area .no-image {
  background-image: url(../images/topics/no-image@2x.jpg);
}
#topics_detail .sin_btns {
  margin-top: 70px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px), print {
  #topics_detail .sin_btns {
    margin-top: 35px;
    padding-top: 15px;
  }
}
#topics_detail .sin_btns .sin_pre,
#topics_detail .sin_btns .sin_nex,
#topics_detail .sin_btns .backbutton {
  position: relative;
  width: 30%;
}
#topics_detail .sin_btns .sin_pre::before,
#topics_detail .sin_btns .sin_nex::before,
#topics_detail .sin_btns .backbutton::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%207%22%3E%3Cg%20id%3D%22_%E3%83%A1%E3%82%A4%E3%83%B3%22%3E%3Cpolygon%20points%3D%2221%207%200%207%200%206%2018.98%206%2014.89%20.61%2015.69%200%2021%207%22%20style%3D%22fill%3A%23333%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  top: 50%;
  transform: translate(0, -50%);
  height: 7px;
  width: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 6px;
  top: 50%;
}
@media screen and (max-width: 768px), print {
  #topics_detail .sin_btns .sin_pre::before,
  #topics_detail .sin_btns .sin_nex::before,
  #topics_detail .sin_btns .backbutton::before {
    width: 14px;
  }
}
#topics_detail .sin_btns .sin_pre,
#topics_detail .sin_btns .backbutton {
  padding-left: 30px;
}
@media screen and (max-width: 768px), print {
  #topics_detail .sin_btns .sin_pre,
  #topics_detail .sin_btns .backbutton {
    padding-left: 20px;
  }
}
#topics_detail .sin_btns .sin_pre::before,
#topics_detail .sin_btns .backbutton::before {
  left: 0;
  transform: translate(0, -50%) scale(-1, 1);
}
#topics_detail .sin_btns .sin_nex {
  padding-right: 30px;
}
@media screen and (max-width: 768px), print {
  #topics_detail .sin_btns .sin_nex {
    padding-right: 20px;
  }
}
#topics_detail .sin_btns .sin_nex::before {
  right: 0;
  transform: translate(0, -50%);
}
#topics_detail .sin_btns .sin_none {
  width: 30%;
}

#contact #error01,
#contact #error02,
#contact #error03,
#contact #error04,
#contact #error05 {
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (max-width: 768px), print {
  #contact #error01,
  #contact #error02,
  #contact #error03,
  #contact #error04,
  #contact #error05 {
    padding-top: 90px;
    margin-top: -90px;
  }
}
#contact #error07,
#contact #error08 {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 768px), print {
  #contact #error07,
  #contact #error08 {
    padding-top: 90px;
    margin-top: -90px;
  }
}
#contact #error03,
#contact #error06 {
  padding-top: 170px;
  margin-top: -170px;
}
@media screen and (max-width: 768px), print {
  #contact #error03,
  #contact #error06 {
    padding-top: 120px;
    margin-top: -120px;
  }
}

#contact #error_radio,
#contact #error_name,
#contact #error_furi,
#contact #error_furi02,
#contact #error_zip,
#contact #error_tel,
#contact #error_tel02,
#contact #error_mail,
#contact #error_mail02,
#contact #error_mailbox,
#contact #error_mailbox02,
#contact #error_request,
#contact #error_select,
#contact #error_content02,
#contact #error_pp,
#reservation #error_radio,
#reservation #error_name,
#reservation #error_furi,
#reservation #error_furi02,
#reservation #error_zip,
#reservation #error_tel,
#reservation #error_tel02,
#reservation #error_mail,
#reservation #error_mail02,
#reservation #error_mailbox,
#reservation #error_mailbox02,
#reservation #error_request,
#reservation #error_select,
#reservation #error_content02,
#reservation #error_pp {
  display: none;
  color: red;
}
#contact #error_radio.show,
#contact #error_name.show,
#contact #error_furi.show,
#contact #error_furi02.show,
#contact #error_zip.show,
#contact #error_tel.show,
#contact #error_tel02.show,
#contact #error_mail.show,
#contact #error_mail02.show,
#contact #error_mailbox.show,
#contact #error_mailbox02.show,
#contact #error_request.show,
#contact #error_select.show,
#contact #error_content02.show,
#contact #error_pp.show,
#reservation #error_radio.show,
#reservation #error_name.show,
#reservation #error_furi.show,
#reservation #error_furi02.show,
#reservation #error_zip.show,
#reservation #error_tel.show,
#reservation #error_tel02.show,
#reservation #error_mail.show,
#reservation #error_mail02.show,
#reservation #error_mailbox.show,
#reservation #error_mailbox02.show,
#reservation #error_request.show,
#reservation #error_select.show,
#reservation #error_content02.show,
#reservation #error_pp.show {
  display: block;
}
#contact #error_mail03,
#reservation #error_mail03 {
  color: red;
}
#contact #tel-required,
#reservation #tel-required {
  display: none;
}
#contact #tel-required.showReq,
#reservation #tel-required.showReq {
  display: block;
}
#contact #formBox,
#reservation #formBox {
  padding-top: 50px;
  margin-top: -50px;
}
#contact .error,
#contact .error02,
#reservation .error,
#reservation .error02 {
  background-color: #f5e5e5 !important;
}
#contact .type_area.error,
#reservation .type_area.error {
  background-color: transparent !important;
}
#contact .type_area.error .radio-field-text:before,
#reservation .type_area.error .radio-field-text:before {
  background-color: #f5e5e5 !important;
}
#contact #req_content.error,
#reservation #req_content.error {
  background-color: transparent !important;
}
#contact #req_content.error .checkbox-field-text:before,
#reservation #req_content.error .checkbox-field-text:before {
  background-color: #f5e5e5 !important;
}
#contact ::placeholder,
#reservation ::placeholder {
  color: #999;
}
#contact input,
#reservation input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact .topArea .topText,
#reservation .topArea .topText {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px), print {
  #contact .topArea .topText,
  #reservation .topArea .topText {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  #contact .topArea .topText,
  #reservation .topArea .topText {
    margin-bottom: 20px;
  }
}
#contact .topArea .telArea,
#reservation .topArea .telArea {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  padding: 30px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 520px) {
  #contact .topArea .telArea,
  #reservation .topArea .telArea {
    padding: 20px;
  }
}
#contact .topArea .telArea .telcontent,
#reservation .topArea .telArea .telcontent {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px), print {
  #contact .topArea .telArea .telcontent,
  #reservation .topArea .telArea .telcontent {
    align-items: flex-end;
  }
}
@media screen and (max-width: 520px) {
  #contact .topArea .telArea .telcontent,
  #reservation .topArea .telArea .telcontent {
    flex-direction: column;
    align-items: center;
  }
}
#contact .topArea .telArea .telcontent .saleTime,
#reservation .topArea .telArea .telcontent .saleTime {
  font-size: 20px;
}
@media screen and (max-width: 520px) {
  #contact .topArea .telArea .telcontent .saleTime,
  #reservation .topArea .telArea .telcontent .saleTime {
    font-size: 16px;
  }
}
#contact .topArea .telArea .contactBtn .telNumber,
#reservation .topArea .telArea .contactBtn .telNumber {
  font-size: 30px;
  position: relative;
  padding-left: 35px;
  display: inline-block;
}
#contact .topArea .telArea .contactBtn .telNumber::before,
#reservation .topArea .telArea .contactBtn .telNumber::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/tel01@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#contact .topArea .telArea .openTime,
#reservation .topArea .telArea .openTime {
  font-size: 13px;
}
#contact .contactNote,
#reservation .contactNote {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px), print {
  #contact .contactNote,
  #reservation .contactNote {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #contact .contactNote,
  #reservation .contactNote {
    text-align: left;
    font-size: 12px;
  }
}
#contact .wh-bg,
#reservation .wh-bg {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  padding: 60px 0;
  margin-top: 60px;
}
@media screen and (max-width: 768px), print {
  #contact .wh-bg,
  #reservation .wh-bg {
    margin-top: 30px;
    padding: 30px 0;
  }
}
#contact .wh-bg .error_red,
#reservation .wh-bg .error_red {
  text-align: center;
  margin-bottom: 20px;
}
#contact .wh-bg .error,
#reservation .wh-bg .error {
  display: inline-block;
}
#contact .wh-bg input:invalid,
#reservation .wh-bg input:invalid {
  background-color: lightpink;
}
#contact .button01,
#reservation .button01 {
  margin-top: 0;
}
#contact .button01.back-btn-arow, #contact .button01.submit-btn-arow,
#reservation .button01.back-btn-arow,
#reservation .button01.submit-btn-arow {
  display: block;
  width: 100%;
  background-color: #576872;
  color: #fff;
  border: 1px solid #576872;
}
#contact .button01.back-btn-arow::after, #contact .button01.submit-btn-arow::after,
#reservation .button01.back-btn-arow::after,
#reservation .button01.submit-btn-arow::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#contact .button01.back-btn-arow:hover, #contact .button01.submit-btn-arow:hover,
#reservation .button01.back-btn-arow:hover,
#reservation .button01.submit-btn-arow:hover {
  background-color: #fff;
  color: #576872;
}
#contact .button01.back-btn-arow:hover::after, #contact .button01.submit-btn-arow:hover::after,
#reservation .button01.back-btn-arow:hover::after,
#reservation .button01.submit-btn-arow:hover::after {
  border-top: 1px solid #576872;
  border-right: 1px solid #576872;
}
#contact .confirmation,
#reservation .confirmation {
  display: block !important;
}
#contact .confirmation .button01,
#reservation .confirmation .button01 {
  margin: 0 auto;
}
#contact .btn-wrap,
#reservation .btn-wrap {
  margin-top: 30px;
}
#contact .step-area,
#reservation .step-area {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 40px;
  width: 90%;
}
@media screen and (max-width: 768px), print {
  #contact .step-area,
  #reservation .step-area {
    margin: 0 auto 15px;
    width: 90%;
  }
}
#contact .step-area .step2,
#contact .step-area .step3,
#reservation .step-area .step2,
#reservation .step-area .step3 {
  display: none;
}
@media print {
  #contact .step-area .step2,
  #contact .step-area .step3,
  #reservation .step-area .step2,
  #reservation .step-area .step3 {
    display: none !important;
  }
}
#contact .contactTitle,
#reservation .contactTitle {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px), print {
  #contact .contactTitle,
  #reservation .contactTitle {
    margin-bottom: 20px;
  }
}
#contact .step1,
#reservation .step1 {
  display: inline-block;
  z-index: 1;
  position: relative;
}
#contact .step2,
#reservation .step2 {
  display: none;
  z-index: 1;
  position: relative;
}
#contact .table-area,
#reservation .table-area {
  padding: 0 40px;
}
@media screen and (max-width: 768px), print {
  #contact .table-area,
  #reservation .table-area {
    padding: 0 35px;
  }
}
@media screen and (max-width: 520px) {
  #contact .table-area,
  #reservation .table-area {
    padding: 0 25px;
  }
}
#contact .table-area dl,
#reservation .table-area dl {
  border-bottom: 1px dashed #ccc;
  padding: 20px 25px;
}
@media print {
  #contact .table-area dl,
  #reservation .table-area dl {
    flex-direction: column;
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px), print {
  #contact .table-area dl,
  #reservation .table-area dl {
    flex-direction: column;
    padding: 15px 0;
  }
}
#contact .table-area dl.dlTop,
#reservation .table-area dl.dlTop {
  border-top: 1px dashed #ccc;
}
@media screen and (max-width: 768px), print {
  #contact .table-area dl .dtFlex,
  #reservation .table-area dl .dtFlex {
    align-items: center;
  }
}
#contact .table-area dl dt,
#reservation .table-area dl dt {
  width: 250px;
}
@media print {
  #contact .table-area dl dt,
  #reservation .table-area dl dt {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #contact .table-area dl dt,
  #reservation .table-area dl dt {
    width: 250px;
  }
}
@media screen and (max-width: 768px), print {
  #contact .table-area dl dt,
  #reservation .table-area dl dt {
    margin-bottom: 10px;
    width: 100%;
    justify-content: start;
  }
}
#contact .table-area dl dt .note,
#reservation .table-area dl dt .note {
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
  display: block;
  margin-top: 10px;
}
#contact .table-area dl dd,
#reservation .table-area dl dd {
  width: calc(100% - 260px);
}
@media print {
  #contact .table-area dl dd,
  #reservation .table-area dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #contact .table-area dl dd,
  #reservation .table-area dl dd {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 768px), print {
  #contact .table-area dl dd,
  #reservation .table-area dl dd {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}
#contact .table-area dl dd .textArea__form,
#contact .table-area dl dd .textBox__form,
#reservation .table-area dl dd .textArea__form,
#reservation .table-area dl dd .textBox__form {
  background-color: #f2f2f2;
  padding: 8px 10px;
  font-size: 16px;
  width: 100%;
}
@media screen and (max-width: 520px) {
  #contact .table-area dl dd .textArea__form,
  #contact .table-area dl dd .textBox__form,
  #reservation .table-area dl dd .textArea__form,
  #reservation .table-area dl dd .textBox__form {
    font-size: 14px;
  }
}
#contact .table-area dl dd .note,
#reservation .table-area dl dd .note {
  font-size: 0.8125rem;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
#contact .table-area dl dd .parent .textArea__form,
#contact .table-area dl dd .parent .textBox__form,
#contact .table-area dl dd .parent .textArea__form2,
#reservation .table-area dl dd .parent .textArea__form,
#reservation .table-area dl dd .parent .textBox__form,
#reservation .table-area dl dd .parent .textArea__form2 {
  background-color: #fcf0f0;
}
#contact .table-area dl dd .textArea__form2,
#reservation .table-area dl dd .textArea__form2 {
  background-color: #f2f2f2;
  padding: 8px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  width: 180px;
  margin-left: 10px;
}
#contact .table-area dl dd #mail_box,
#reservation .table-area dl dd #mail_box {
  border: 1px solid #f2f2f2;
  pointer-events: none;
  font-size: 16px;
  padding: 8px 15px;
  width: 100%;
}
#contact .table-area dl dd .mail_box-title,
#reservation .table-area dl dd .mail_box-title {
  margin: 10px 0;
  color: #999;
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  #contact .table-area dl dd .mail_box-title,
  #reservation .table-area dl dd .mail_box-title {
    font-size: 12px;
    letter-spacing: 0.03rem;
  }
}
#contact .table-area dl dd .parent .radio-field-text::before,
#reservation .table-area dl dd .parent .radio-field-text::before {
  background-color: #fcf0f0;
}
#contact .table-area dl dd .radio:checked + span::after,
#reservation .table-area dl dd .radio:checked + span::after {
  content: "";
  border-left: 2px solid #576872;
  border-bottom: 2px solid #576872;
  height: 8px;
  width: 15px;
  top: 5px;
  left: 2px;
  position: absolute;
  transform: rotate(-45deg);
}
#contact .table-area dl dd .tel-check,
#reservation .table-area dl dd .tel-check {
  margin-right: 40px;
}
#contact label,
#reservation label {
  position: relative;
}
#contact label input[type=radio],
#contact label input[type=checkbox],
#reservation label input[type=radio],
#reservation label input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 20px;
  left: 15px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#contact label .checkbox-field-text,
#contact label .radio-field-text,
#reservation label .checkbox-field-text,
#reservation label .radio-field-text {
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
#contact label input[type=checkbox]:checked + .checkbox-field-text::after,
#contact label input[type=radio]:checked + .radio-field-text::after,
#reservation label input[type=checkbox]:checked + .checkbox-field-text::after,
#reservation label input[type=radio]:checked + .radio-field-text::after {
  opacity: 1;
}
#contact label input[type=radio]:checked + .radio-field-text,
#reservation label input[type=radio]:checked + .radio-field-text {
  color: #576872;
}
#contact label .checkbox-field-text::before,
#reservation label .checkbox-field-text::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border: 1px solid #576872;
  background-color: #fff;
}
#contact label .checkbox-field-text::after,
#reservation label .checkbox-field-text::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 47%;
  left: 6px;
  transform: rotate(47deg) skewY(3deg) translateY(-46%);
  transform-origin: center right;
  border-right: 2px solid #ad5959;
  border-bottom: 2px solid #ad5959;
  border-radius: 0;
  background-color: transparent;
  opacity: 0;
}
#contact label .radio-field-text,
#reservation label .radio-field-text {
  margin-right: 40px;
}
@media screen and (max-width: 520px) {
  #contact label .radio-field-text,
  #reservation label .radio-field-text {
    margin-right: 20px;
  }
}
#contact label .radio-field-text::before,
#reservation label .radio-field-text::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #576872;
  border-radius: 50%;
  background-color: #fff;
}
#contact label .radio-field-text::after,
#reservation label .radio-field-text::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #576872;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  opacity: 0;
}
#contact .horizontal-item,
#reservation .horizontal-item {
  display: contents;
}
#contact .required,
#reservation .required {
  background: #ad5959;
  color: #fff;
  font-weight: normal;
  padding: 3px 15px;
  margin-right: 10px;
  border-radius: 20px;
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  #contact .required,
  #reservation .required {
    font-size: 14px;
    margin-right: 5px;
  }
}
#contact .privacy_area,
#reservation .privacy_area {
  margin: 30px 0;
}
@media screen and (max-width: 520px) {
  #contact .privacy_area,
  #reservation .privacy_area {
    margin: 20px 0;
  }
}
#contact .privacy_area .privacyTitle,
#reservation .privacy_area .privacyTitle {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: normal;
}
@media screen and (max-width: 520px) {
  #contact .privacy_area .privacyTitle,
  #reservation .privacy_area .privacyTitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#contact .privacy_area .privacyBox,
#reservation .privacy_area .privacyBox {
  border: 1px solid #f2f2f2;
  overflow-y: scroll;
  max-width: 880px;
  width: 100%;
  height: 200px;
  padding: 30px;
  margin: 0 auto 30px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
@media screen and (max-width: 768px), print {
  #contact .privacy_area .privacyBox,
  #reservation .privacy_area .privacyBox {
    padding: 25px;
    margin-bottom: 15px;
    height: 250px;
  }
}
#contact .privacy_area .privacyBox ul,
#reservation .privacy_area .privacyBox ul {
  margin: 0;
}
#contact .privacy_area .privacyBox ul li,
#reservation .privacy_area .privacyBox ul li {
  text-indent: -1.4em;
  padding-left: 2.4em;
}
#contact .privacy_area .privacyBox .privacy_sub,
#reservation .privacy_area .privacyBox .privacy_sub {
  color: #576872;
}
#contact .privacy_area .privacyBox .privacyText + .privacy_sub,
#reservation .privacy_area .privacyBox .privacyText + .privacy_sub {
  margin-top: 35px;
}
@media screen and (max-width: 520px) {
  #contact .privacy_area .privacyBox,
  #reservation .privacy_area .privacyBox {
    text-align: left;
  }
}
#contact .privacy_area .privacyBox .privacyBox__title,
#reservation .privacy_area .privacyBox .privacyBox__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  #contact .privacy_area .privacyBox .privacyBox__title + p,
  #reservation .privacy_area .privacyBox .privacyBox__title + p {
    font-size: 15px;
  }
}
#contact .privacy_area .privacy_inner,
#reservation .privacy_area .privacy_inner {
  display: flex;
  justify-content: center;
}
@media print {
  #contact .privacy_area .privacy_inner,
  #reservation .privacy_area .privacy_inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px), print {
  #contact .privacy_area .privacy_inner,
  #reservation .privacy_area .privacy_inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 520px) {
  #contact .privacy_area .privacy_inner,
  #reservation .privacy_area .privacy_inner {
    font-size: 14px;
    justify-content: center;
  }
}
#contact .privacy_area .privacy_inner + .error,
#reservation .privacy_area .privacy_inner + .error {
  text-align: center;
  width: 100%;
}
#contact .form_confirm .confrim-none,
#reservation .form_confirm .confrim-none {
  display: none;
}
#contact .form_confirm .step1,
#reservation .form_confirm .step1 {
  display: none;
}
#contact .form_confirm .step2,
#reservation .form_confirm .step2 {
  display: inline-block;
  z-index: 1;
  position: relative;
}
@media print {
  #contact .form_confirm .step2,
  #reservation .form_confirm .step2 {
    display: inline-block;
  }
}
#contact .form_confirm .confrim-none,
#reservation .form_confirm .confrim-none {
  display: none;
}
#contact .form_confirm .privacyBox,
#reservation .form_confirm .privacyBox {
  display: none;
}
#contact .form_confirm .privacy_area,
#reservation .form_confirm .privacy_area {
  display: none !important;
}
#contact .form_confirm .back-btn-arow,
#reservation .form_confirm .back-btn-arow {
  background-color: #999999;
  border: 2px solid #999999;
  color: #fff;
}
#contact .form_confirm .back-btn-arow span::after,
#reservation .form_confirm .back-btn-arow span::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(225deg);
  left: 0;
}
#contact .form_confirm .back-btn-arow:hover,
#reservation .form_confirm .back-btn-arow:hover {
  background-color: #fff;
}
#contact .form_confirm .back-btn-arow:hover span,
#reservation .form_confirm .back-btn-arow:hover span {
  color: #999999;
}
#contact .form_confirm .contact-btn-wrap,
#reservation .form_confirm .contact-btn-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px), print {
  #contact .form_confirm .contact-btn-wrap,
  #reservation .form_confirm .contact-btn-wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 520px) {
  #contact .form_confirm .contact-btn-wrap,
  #reservation .form_confirm .contact-btn-wrap {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px), print {
  #contact .form_confirm .contact-btn-wrap .submit-btn,
  #reservation .form_confirm .contact-btn-wrap .submit-btn {
    width: 48%;
  }
}
@media screen and (max-width: 520px) {
  #contact .form_confirm .contact-btn-wrap .submit-btn,
  #reservation .form_confirm .contact-btn-wrap .submit-btn {
    width: auto;
  }
}
#contact .form_confirm .contact-btn-wrap .back-btn,
#reservation .form_confirm .contact-btn-wrap .back-btn {
  margin-right: 30px;
}
@media print {
  #contact .form_confirm .contact-btn-wrap .back-btn,
  #reservation .form_confirm .contact-btn-wrap .back-btn {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px), print {
  #contact .form_confirm .contact-btn-wrap .back-btn,
  #reservation .form_confirm .contact-btn-wrap .back-btn {
    margin-right: 0;
    width: 48%;
  }
}
@media screen and (max-width: 520px) {
  #contact .form_confirm .contact-btn-wrap .back-btn,
  #reservation .form_confirm .contact-btn-wrap .back-btn {
    margin-top: 15px;
    width: auto;
  }
}
#contact .form_confirm .contact-btn-wrap .back-btn .button01,
#reservation .form_confirm .contact-btn-wrap .back-btn .button01 {
  width: 320px;
}
@media screen and (max-width: 768px), print {
  #contact .form_confirm .contact-btn-wrap .back-btn .button01,
  #reservation .form_confirm .contact-btn-wrap .back-btn .button01 {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #contact .form_confirm .contact-btn-wrap .back-btn .button01,
  #reservation .form_confirm .contact-btn-wrap .back-btn .button01 {
    width: 70vw;
  }
}
#contact .form_confirm .contact-btn-wrap .back-btn .button01::after,
#reservation .form_confirm .contact-btn-wrap .back-btn .button01::after {
  background-image: url(../images/top/arrow_1@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%) rotate(-135deg);
  transition: all 0.2s;
}
@media screen and (max-width: 520px) {
  #contact .form_confirm .contact-btn-wrap .back-btn .button01::after,
  #reservation .form_confirm .contact-btn-wrap .back-btn .button01::after {
    left: 10px;
  }
}
#contact .form_confirm .contact-btn-wrap .back-btn:hover .button01,
#reservation .form_confirm .contact-btn-wrap .back-btn:hover .button01 {
  color: #999999;
}
#contact .form_confirm .contact-btn-wrap .back-btn:hover .button01::after,
#reservation .form_confirm .contact-btn-wrap .back-btn:hover .button01::after {
  background-image: url(../images/contact/arrow_gray@2x.png);
}
#contact .form_confirm .contact-btn-wrap .button01,
#reservation .form_confirm .contact-btn-wrap .button01 {
  width: 320px;
}
@media screen and (max-width: 768px), print {
  #contact .form_confirm .contact-btn-wrap .button01,
  #reservation .form_confirm .contact-btn-wrap .button01 {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #contact .form_confirm .contact-btn-wrap .button01,
  #reservation .form_confirm .contact-btn-wrap .button01 {
    width: 70vw;
  }
}
#contact .form_complete .step-area .step3,
#reservation .form_complete .step-area .step3 {
  display: inline-block;
  z-index: 1;
  position: relative;
}
#contact .form_complete .table-area,
#reservation .form_complete .table-area {
  padding: 0 !important;
  background-color: transparent !important;
}
#contact .form_complete .button01,
#reservation .form_complete .button01 {
  margin: 40px auto 0;
  max-width: 390px;
}
@media screen and (max-width: 520px) {
  #contact .form_complete .button01,
  #reservation .form_complete .button01 {
    margin: 20px auto 0;
  }
}
#contact .form_complete .completeText .compTitle,
#reservation .form_complete .completeText .compTitle {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: normal;
  margin-top: 60px;
}
@media screen and (max-width: 520px) {
  #contact .form_complete .completeText .compTitle,
  #reservation .form_complete .completeText .compTitle {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
}
#contact .form_complete .completeText p,
#reservation .form_complete .completeText p {
  line-height: 1.8;
}
@media screen and (max-width: 768px), print {
  #contact .form_complete .completeText p,
  #reservation .form_complete .completeText p {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 520px) {
  #contact .form_complete .completeText p,
  #reservation .form_complete .completeText p {
    margin-bottom: 15px;
  }
}
#contact .form_complete .completeText p + p,
#reservation .form_complete .completeText p + p {
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #contact .textLeft__smp,
  #reservation .textLeft__smp {
    text-align: left;
  }
}
#contact .hensin .small,
#reservation .hensin .small {
  font-size: 14px;
}
#contact .privacyBox::-webkit-scrollbar,
#reservation .privacyBox::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
#contact .simplebar-scrollbar::before,
#reservation .simplebar-scrollbar::before {
  background: #ccc;
  border-radius: 20px;
  width: 11px;
  height: 75px;
}
#contact .simplebar-scrollbar.simplebar-visible::before,
#reservation .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
#contact .simplebar-track,
#reservation .simplebar-track {
  background: #fff;
  width: 15px !important;
}
#contact #pp_check.error + .checkbox-field-text::before,
#reservation #pp_check.error + .checkbox-field-text::before {
  background-color: #f5e5e5;
}

@media screen and (max-width: 1100px) {
  #reservation #page_header .en {
    font-size: 120px;
  }
}
@media screen and (max-width: 1024px) {
  #reservation #page_header .en {
    font-size: 90px;
  }
}
@media screen and (max-width: 768px), print {
  #reservation #page_header .en {
    font-size: 9vw;
  }
}
#reservation .formTitle {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px), print {
  #reservation .formTitle {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #reservation .formTitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 520px) {
  #reservation .formText {
    text-align: left;
  }
}
#reservation .formImages {
  margin-top: 40px;
}
@media screen and (max-width: 768px), print {
  #reservation .formImages {
    margin-top: 20px;
  }
}
@media screen and (max-width: 520px) {
  #reservation .formImages {
    flex-wrap: wrap;
  }
}
#reservation .formImages .formImage {
  width: 25%;
}
@media screen and (max-width: 520px) {
  #reservation .formImages .formImage {
    width: 50%;
  }
}
#reservation .nayami {
  margin: 90px 0 120px;
}
@media screen and (max-width: 768px), print {
  #reservation .nayami {
    margin: 45px 0 60px;
  }
}
#reservation .nayami .nayamiBg {
  background-color: #fff;
  padding-top: 60px;
}
@media screen and (max-width: 768px), print {
  #reservation .nayami .nayamiBg {
    padding-top: 30px;
  }
}
#reservation .nayami .nayamiBg .nayamiTitle {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px), print {
  #reservation .nayami .nayamiBg .nayamiTitle {
    font-size: 20px;
  }
}
#reservation .nayami .nayamiBg .nayamiTitle span {
  padding: 0 25px;
  position: relative;
  display: inline-block;
  line-height: 1.5;
}
#reservation .nayami .nayamiBg .nayamiTitle span::after, #reservation .nayami .nayamiBg .nayamiTitle span::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #333;
  width: 1px;
  height: 30px;
  top: 50%;
}
#reservation .nayami .nayamiBg .nayamiTitle span::after {
  transform: translate(0, -50%) rotate(-35deg);
  left: 0;
}
#reservation .nayami .nayamiBg .nayamiTitle span::before {
  transform: translate(0, -50%) rotate(35deg);
  right: 0;
}
#reservation .buttonTitle {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px), print {
  #reservation .buttonTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #reservation .contactButtonArea {
    flex-direction: column;
    align-items: center;
  }
}
@media print {
  #reservation .contactButtonArea {
    flex-direction: column;
    align-items: center;
  }
}
#reservation .contactButtonArea .telArea {
  width: 48%;
  background-color: #576872;
  color: #fff;
  padding: 20px 35px;
}
@media screen and (max-width: 1024px) {
  #reservation .contactButtonArea .telArea {
    width: 100%;
    max-width: 480px;
    padding: 20px;
  }
}
@media print {
  #reservation .contactButtonArea .telArea {
    width: 100%;
    max-width: 480px;
  }
}
@media screen and (max-width: 1024px) {
  #reservation .contactButtonArea .telArea + .telArea {
    margin-top: 20px;
  }
}
@media print {
  #reservation .contactButtonArea .telArea + .telArea {
    margin-top: 20px;
  }
}
#reservation .contactButtonArea .telArea.formArea {
  position: relative;
}
#reservation .contactButtonArea .telArea.formArea::before {
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
}
@media screen and (max-width: 520px) {
  #reservation .contactButtonArea .telArea.formArea::before {
    width: 10px;
    height: 10px;
    right: 10px;
  }
}
#reservation .contactButtonArea .telArea a {
  color: #fff;
}
#reservation .contactButtonArea .telArea .saleTime {
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  #reservation .contactButtonArea .telArea .saleTime {
    font-size: 16px;
  }
}
#reservation .contactButtonArea .telArea .openTime {
  font-size: 13px;
}
@media screen and (max-width: 520px) {
  #reservation .contactButtonArea .telArea .openTime {
    font-size: 10px;
  }
}
#reservation .contactButtonArea .telArea .formidou {
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  #reservation .contactButtonArea .telArea .formidou {
    font-size: 10px;
  }
}
#reservation .contactButtonArea .telArea .phoneIcon {
  padding-left: 40px;
  position: relative;
}
#reservation .contactButtonArea .telArea .phoneIcon::before {
  position: absolute;
  content: "";
  background-image: url(../images/reservation/tel01@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#reservation .contactButtonArea .telArea .yoyakuform {
  font-size: 24px;
  line-height: 54px;
}
@media screen and (max-width: 520px) {
  #reservation .contactButtonArea .telArea .yoyakuform {
    font-size: 20px;
  }
}
#reservation .contactButtonArea .telArea .yoyakuform .mailIcon {
  padding-left: 40px;
  position: relative;
}
#reservation .contactButtonArea .telArea .yoyakuform .mailIcon::before {
  position: absolute;
  content: "";
  background-image: url(../images/reservation/mail01@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#reservation .formFlow {
  margin-top: 90px;
}
@media screen and (max-width: 520px) {
  #reservation .formFlow {
    margin-top: 45px;
  }
}
#reservation .formFlow .flowFlex {
  box-shadow: 2px 2px 7px rgba(140, 140, 140, 0.3);
}
#reservation .formFlow .flowFlex + .flowFlex {
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 768px), print {
  #reservation .formFlow .flowFlex + .flowFlex {
    margin-top: 60px;
  }
}
#reservation .formFlow .flowFlex + .flowFlex::after {
  background-image: linear-gradient(to top, #ccc, #ccc 6px, transparent 6px);
  background-size: 6px 10px;
  background-position: left top;
  background-repeat: repeat-y;
  position: absolute;
  content: "";
  top: -75px;
  left: 42px;
  height: 60px;
  width: 3px;
}
@media screen and (max-width: 768px), print {
  #reservation .formFlow .flowFlex + .flowFlex::after {
    left: 32px;
    top: -55px;
    height: 45px;
  }
}
@media screen and (max-width: 900px) {
  #reservation .formFlow .flowFlex .flowFlex_s {
    flex-direction: column;
  }
}
#reservation .formFlow .flowFlex .flowFlex_s .flowText {
  width: calc(100% - 340px);
}
@media screen and (max-width: 1024px) {
  #reservation .formFlow .flowFlex .flowFlex_s .flowText {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 900px) {
  #reservation .formFlow .flowFlex .flowFlex_s .flowText {
    width: 100%;
    margin-bottom: 30px;
  }
}
#reservation .formFlow .flowFlex .flowFlex_s img {
  width: 300px;
}
@media screen and (max-width: 1024px) {
  #reservation .formFlow .flowFlex .flowFlex_s img {
    width: 250px;
  }
}
@media screen and (max-width: 900px) {
  #reservation .formFlow .flowFlex .flowFlex_s img {
    width: 300px;
  }
}
#reservation .formFlow .number {
  background-color: #576872;
  color: #fff;
  padding: 0 10px;
  font-size: 60px;
  width: 90px;
}
@media screen and (max-width: 768px), print {
  #reservation .formFlow .number {
    font-size: 45px;
    width: 70px;
  }
}
@media screen and (max-width: 520px) {
  #reservation .formFlow .number {
    font-size: 35px;
    width: 60px;
  }
}
#reservation .formFlow .flowTextArea {
  background-color: #fff;
  padding: 40px;
  width: calc(100% - 90px);
}
@media screen and (max-width: 768px), print {
  #reservation .formFlow .flowTextArea {
    padding: 25px;
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 520px) {
  #reservation .formFlow .flowTextArea {
    width: calc(100% - 60px);
  }
}
#reservation .formFlow .flowTextArea .flowTitle {
  font-size: 22px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px), print {
  #reservation .formFlow .flowTextArea .flowTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  #reservation .formFlow .flowTextArea .flowTitle {
    font-size: 18px;
    letter-spacing: -0.04rem;
  }
}
#reservation select,
#reservation .gray {
  color: #999;
}
#reservation .example {
  color: #333;
}
#reservation .kibou {
  max-width: 330px !important;
  width: 100%;
  margin-right: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 520px) {
  #reservation .kibou {
    margin-right: 0;
  }
}
#reservation .select {
  width: 220px !important;
  margin-top: 10px;
}
#reservation .kibouFlex {
  position: relative;
  flex-wrap: wrap;
}
#reservation .select_deco {
  position: relative;
}
#reservation .select_deco:before {
  width: 9px;
  height: 9px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: translate(0, -50%) rotate(135deg);
  position: absolute;
  content: "";
  right: 10px;
  top: 55%;
}
#reservation #error01,
#reservation #error02,
#reservation #error04 {
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (max-width: 768px), print {
  #reservation #error01,
  #reservation #error02,
  #reservation #error04 {
    padding-top: 90px;
    margin-top: -90px;
  }
}
#reservation #error03,
#reservation #error05,
#reservation #error06,
#reservation #error08 {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 768px), print {
  #reservation #error03,
  #reservation #error05,
  #reservation #error06,
  #reservation #error08 {
    padding-top: 70px;
    margin-top: -70px;
  }
}
#reservation #kibou {
  margin-bottom: 20px;
}
#reservation .webTitle {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: normal;
  margin-top: 60px;
}
@media screen and (max-width: 520px) {
  #reservation .webTitle {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
}
#reservation .wh-bg {
  margin-top: 0;
}
#reservation .wh-bg.confirm {
  margin-top: 60px;
}
@media screen and (max-width: 768px), print {
  #reservation .wh-bg.confirm {
    margin-top: 30px;
  }
}

/** works ***********************************************************/
#works .tsubuBg {
  padding-bottom: 170px;
}
@media screen and (max-width: 768px), print {
  #works .tsubuBg {
    padding-bottom: 85px;
  }
}
#works .wrap-800 {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  #works .wrap-800 {
    width: 100%;
  }
}
#works .wrap-800 .tagTitle {
  font-size: 20px;
  color: #576872;
  margin-bottom: 15px;
}
@media screen and (max-width: 520px) {
  #works .wrap-800 .tagTitle {
    font-size: 18px;
  }
}
#works .wrap-800 .tagFlex {
  margin-bottom: 50px;
  flex-wrap: wrap;
  justify-content: center;
}
#works .wrap-800 .tagFlex .tagLink {
  background-color: #fff;
  border: 1px solid #576872;
  border-radius: 20px;
  padding: 0 20px;
  color: #576872;
  transition: all 0.3s;
  margin: 5px;
}
#works .wrap-800 .tagFlex .tagLink.check {
  background-color: #576872;
  color: #fff;
}
#works .wrap-800 .tagFlex .tagLink:hover {
  background-color: #576872;
  color: #fff;
  transition: all 0.3s;
  opacity: 1;
}

.worksBox {
  flex-wrap: wrap;
}

.worksList:hover {
  opacity: 1;
}
.worksList .detailText {
  position: relative;
  bottom: 0;
  right: 0;
  padding-right: 40px;
  text-align: right;
  font-family: "Cormorant", serif;
  color: #999999;
  font-size: 14px;
}
.worksList .detailText::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%207%22%3E%3Cg%20id%3D%22_%E3%83%A1%E3%82%A4%E3%83%B3%22%3E%3Cpolygon%20points%3D%2221%207%200%207%200%206%2018.98%206%2014.89%20.61%2015.69%200%2021%207%22%20style%3D%22fill%3A%23999999%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  top: 50%;
  transform: translate(0, -50%);
  height: 7px;
  width: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 5px;
  width: 18px;
  right: 0;
}
.worksList .worksTextArea {
  margin-top: 15px;
}
.worksList .worksTextArea .tagArea {
  margin-top: 15px;
}
@media screen and (max-width: 520px) {
  .worksList .worksTextArea .tagArea {
    margin-top: 10px;
  }
}
.worksList .worksTextArea .tagArea .tag {
  font-size: 0.875rem;
  color: #999;
  margin-right: 10px;
}
.worksList .worksTextArea .tagArea .tag.tagCurrent {
  color: #576872;
  font-weight: bold;
}
.worksList .worksItemHead {
  padding-bottom: 30px;
}
.worksList .worksItemHead .cateAera {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .worksList .worksItemHead .cateAera {
    flex-direction: column;
    align-items: flex-start;
  }
}
.worksList .worksItemHead .cateAera .cateBox .worksItemCategory {
  color: #576872;
  border: 1px solid #576872;
  font-size: 14px;
  text-align: center;
  padding: 0 3px;
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 1250px) {
  .worksList .worksItemHead .cateAera .cateBox .worksItemCategory {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .worksList .worksItemHead .cateAera .cateBox .worksItemCategory {
    margin-top: 3px;
  }
}

.worksListItem {
  width: 32%;
  position: relative;
}
.worksListItem .thumb_area {
  width: 100%;
  font-size: 0;
  overflow: hidden;
}
.worksListItem .thumb_area .thumb {
  background-position: center;
  background-size: cover;
  padding-top: 67%;
  transition: 0.4s all;
  vertical-align: bottom;
}
@media print {
  .worksListItem .thumb_area .thumb {
    padding-top: 60%;
  }
}
.worksListItem .thumb_area .no-image {
  background-image: url(../images/topics/no-image@2x.jpg);
}
.worksListItem:hover {
  opacity: 1;
}
.worksListItem:hover .thumb {
  transform: scale(1.2, 1.2);
  transition: 0.4s all;
}
.worksListItem:nth-child(n+4) {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .worksListItem {
    width: 48%;
  }
  .worksListItem:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 520px) {
  .worksListItem {
    width: 100%;
  }
  .worksListItem:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media print {
  .worksListItem {
    width: 48%;
  }
  .worksListItem:nth-child(n+3) {
    margin-top: 40px;
  }
}
.worksListItem .worksItemTitle {
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .worksListItem .worksItemTitle {
    font-size: 14px;
  }
}
@media print {
  .worksListItem .worksItemTitle {
    font-size: 14px;
  }
}

.dummy {
  width: 32%;
}

/** worksDetail ***********************************************************/
#works_detail .works_detail__main {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  padding: 60px 80px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px), print {
  #works_detail .works_detail__main {
    padding: 30px 25px 85px;
    margin-bottom: 45px;
  }
}
#works_detail .works_detail__main .test-slick2 div {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 520px) {
  #works_detail .works_detail__main .wrapper {
    width: 100%;
  }
}
#works_detail .works_detail__main .titleArea {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px), print {
  #works_detail .works_detail__main .titleArea {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
#works_detail .works_detail__main .titleArea .worksTitle {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px), print {
  #works_detail .works_detail__main .titleArea .worksTitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 520px) {
  #works_detail .works_detail__main .titleArea .worksTitle {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
#works_detail .works_detail__main .titleArea .date {
  font-size: 13px;
  color: #999990;
}
@media screen and (max-width: 520px) {
  #works_detail .works_detail__main .titleArea .date {
    font-size: 11px;
  }
}
#works_detail .works_detail__main .thumb_area {
  width: 100%;
  font-size: 0;
}
#works_detail .works_detail__main .thumb_area .thumb {
  background-position: center;
  background-size: cover;
  padding-top: 67%;
}
@media print {
  #works_detail .works_detail__main .thumb_area .thumb {
    padding-top: 60%;
  }
}
#works_detail .works_detail__main .thumb_area .no-image {
  background-image: url(../images/topics/no-image@2x.jpg);
}
#works_detail .works_detail__main .conceptArea {
  margin-top: 45px;
}
@media screen and (max-width: 768px), print {
  #works_detail .works_detail__main .conceptArea {
    margin-top: 20px;
  }
}
#works_detail .works_detail__main .conceptArea .conceptTitle {
  border-bottom: 1px dashed #ccc;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px), print {
  #works_detail .works_detail__main .conceptArea .conceptTitle {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  #works_detail .works_detail__main .conceptArea .conceptTitle {
    font-size: 22px;
  }
}
#works_detail .works_detail__main .worksImages {
  margin-top: 70px;
}
@media screen and (max-width: 768px), print {
  #works_detail .works_detail__main .worksImages {
    margin-top: 35px;
  }
}
#works_detail .works_detail__main .worksImages .test-slick {
  /* 共通設定 */
  /* next */
  /* prev */
}
@media print {
  #works_detail .works_detail__main .worksImages .test-slick {
    width: 530px;
  }
}
#works_detail .works_detail__main .worksImages .test-slick .slick-arrow {
  z-index: 1;
}
#works_detail .works_detail__main .worksImages .test-slick .slick-arrow:hover {
  opacity: 0.7;
}
#works_detail .works_detail__main .worksImages .test-slick .slick-next::before,
#works_detail .works_detail__main .worksImages .test-slick .slick-next::after,
#works_detail .works_detail__main .worksImages .test-slick .slick-prev::before,
#works_detail .works_detail__main .worksImages .test-slick .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#works_detail .works_detail__main .worksImages .test-slick .slick-next::after,
#works_detail .works_detail__main .worksImages .test-slick .slick-prev::after {
  width: 50px;
  height: 50px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px), print {
  #works_detail .works_detail__main .worksImages .test-slick .slick-next::after,
  #works_detail .works_detail__main .worksImages .test-slick .slick-prev::after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 520px) {
  #works_detail .works_detail__main .worksImages .test-slick .slick-next::after,
  #works_detail .works_detail__main .worksImages .test-slick .slick-prev::after {
    width: 20px;
    height: 20px;
  }
}
#works_detail .works_detail__main .worksImages .test-slick .slick-next {
  right: 26px;
}
#works_detail .works_detail__main .worksImages .test-slick .slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}
@media screen and (max-width: 520px) {
  #works_detail .works_detail__main .worksImages .test-slick .slick-next::after {
    right: -16px;
  }
}
#works_detail .works_detail__main .worksImages .test-slick .slick-prev {
  left: 26px;
}
#works_detail .works_detail__main .worksImages .test-slick .slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 520px) {
  #works_detail .works_detail__main .worksImages .test-slick .slick-prev::after {
    left: -16px;
  }
}
#works_detail .works_detail__main .worksImages .test-slick__item {
  width: 100%;
  font-size: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px), print {
  #works_detail .works_detail__main .worksImages .test-slick__item {
    margin-bottom: 15px;
  }
}
#works_detail .works_detail__main .worksImages .test-slick__item .thumb {
  background-position: center;
  background-size: cover;
  padding-top: 66.6%;
}
@media print {
  #works_detail .works_detail__main .worksImages .test-slick__item .thumb {
    padding-top: 30%;
    width: 530px;
  }
}
#works_detail .works_detail__main .worksImages .test-slick2__item {
  width: 100%;
  font-size: 0;
}
#works_detail .works_detail__main .worksImages .test-slick2__item .thumb {
  background-position: center;
  background-size: cover;
  padding-top: 100%;
}
#works_detail .works_detail__main .worksImages .test-slick2 {
  margin-bottom: 45px;
  transform: unset !important;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 768px), print {
  #works_detail .works_detail__main .worksImages .test-slick2 {
    margin-bottom: 20px;
  }
}
#works_detail .works_detail__main .worksImages .test-slick2 .slick-track {
  display: inline;
  transform: unset !important;
  width: 100% !important;
}
#works_detail .works_detail__main .worksImages .test-slick2 .test-slick2__item {
  margin-top: 10px;
  width: 16.6666666667% !important;
}
@media screen and (max-width: 520px) {
  #works_detail .works_detail__main .worksImages .test-slick2 .test-slick2__item {
    width: 25% !important;
  }
}
#works_detail .works_detail__main .worksImages .test-slick2 .test-slick2__item .thumb {
  width: 95% !important;
  margin: 0 auto;
}
#works_detail .works_detail__main .dataArea {
  margin-top: 70px;
}
@media screen and (max-width: 768px), print {
  #works_detail .works_detail__main .dataArea {
    margin-top: 35px;
  }
}
@media print {
  #works_detail .works_detail__main .dataArea {
    page-break-inside: avoid;
  }
}
#works_detail .works_detail__main .dataArea .dataTitle {
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 768px), print {
  #works_detail .works_detail__main .dataArea .dataTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  #works_detail .works_detail__main .dataArea .dataTitle {
    font-size: 22px;
  }
}
#works_detail .works_detail__main .dataArea .dataTable .dataline {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 520px) {
  #works_detail .works_detail__main .dataArea .dataTable .dataline {
    flex-direction: column;
  }
}
#works_detail .works_detail__main .dataArea .dataTable .dataline:nth-child(1) {
  border-top: 1px solid #ccc;
}
#works_detail .works_detail__main .dataArea .dataTable .dataline dt {
  width: 130px;
  background-color: #f2f2f2;
  padding: 10px 30px;
}
@media screen and (max-width: 520px) {
  #works_detail .works_detail__main .dataArea .dataTable .dataline dt {
    width: 100%;
    padding: 10px 20px;
  }
}
#works_detail .works_detail__main .dataArea .dataTable .dataline dd {
  width: calc(100% - 130px);
  padding: 10px 30px;
}
@media screen and (max-width: 520px) {
  #works_detail .works_detail__main .dataArea .dataTable .dataline dd {
    width: 100%;
    padding: 10px 20px;
  }
}
#works_detail .othersArea .othersTitle {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2;
}
#works_detail .othersArea .worksBox {
  margin-top: 40px;
}
@media screen and (max-width: 520px) {
  #works_detail .othersArea .worksBox {
    margin-top: 20px;
  }
}

#flow .tsubuBg {
  padding-bottom: 130px;
}
@media screen and (max-width: 768px), print {
  #flow .tsubuBg {
    padding-bottom: 60px;
  }
}
#flow #link01,
#flow #link02 {
  margin-top: -90px;
  padding-top: 90px;
}
#flow #linkArea {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px), print {
  #flow #linkArea {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  #flow #linkArea .flex {
    flex-direction: column;
    align-items: center;
  }
}
#flow #linkArea .button01 {
  margin-top: 0;
}
#flow #linkArea .button01::after {
  transform: translate(0, -50%) rotate(135deg);
}
#flow #linkArea .button01 + .button01 {
  margin-left: 30px;
}
@media screen and (max-width: 768px), print {
  #flow #linkArea .button01 + .button01 {
    margin-left: 15px;
  }
}
@media screen and (max-width: 520px) {
  #flow #linkArea .button01 + .button01 {
    margin-left: 0;
    margin-top: 20px;
  }
}
#flow #step .stepTitle {
  background-color: #576872;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 768px), print {
  #flow #step .stepTitle {
    padding: 10px;
  }
}
@media screen and (max-width: 520px) {
  #flow #step .stepTitle {
    font-size: 18px;
    letter-spacing: 0.04rem;
  }
}
#flow #step .stepTitle .stepNumber {
  font-size: 30px;
  display: inline-block;
  margin-right: 30px;
  font-family: "cormorant-infant", sans-serif;
}
@media screen and (max-width: 520px) {
  #flow #step .stepTitle .stepNumber {
    line-height: 1;
    margin-right: 0;
    font-size: 25px;
  }
}
#flow #step .stepTitle .stepNumber .big {
  font-size: 40px;
  display: inline-block;
  font-variant-caps: normal;
}
@media screen and (max-width: 520px) {
  #flow #step .stepTitle .stepNumber .big {
    font-size: 32px;
  }
}
#flow #step #stepArea {
  background-color: #fff;
  box-shadow: 2px 2px 7px rgba(71, 62, 62, 0.3);
  padding-bottom: 100px;
}
@media screen and (max-width: 768px), print {
  #flow #step #stepArea {
    padding-bottom: 50px;
  }
}
#flow #step .stepItem {
  padding-left: 70px;
  position: relative;
  margin: 40px 0;
}
@media screen and (max-width: 520px) {
  #flow #step .stepItem {
    padding-left: 50px;
    margin: 20px 0;
  }
}
@media print {
  #flow #step .stepItem {
    padding: 0 0 40px 70px;
    page-break-inside: avoid;
  }
}
#flow #step .stepItem:after {
  position: absolute;
  background-color: #576872;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: -10px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Shippori Mincho", serif;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  #flow #step .stepItem:after {
    width: 30px;
    height: 30px;
    top: 0;
    font-size: 16px;
  }
}
#flow #step .stepItem::before {
  border-left: 1px dashed #ccc;
  position: absolute;
  top: 0;
  left: 25px;
  height: calc(100% + 40px);
  width: 1px;
  content: "";
}
@media screen and (max-width: 520px) {
  #flow #step .stepItem::before {
    left: 15px;
    top: 3px;
  }
}
#flow #step .stepItem .button01 {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  #flow #step .stepItem .button01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  #flow #step .stepItem .button01 {
    font-size: 14px;
  }
}
#flow #step .stepItem .button01 + .button01 {
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  #flow #step .stepItem .button01 + .button01 {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px), print {
  #flow #step .stepItem .button01 + .button01 {
    margin-left: 0;
    margin-top: 20px;
  }
}
#flow #step .item01::after {
  content: "01";
}
#flow #step .item02::after {
  content: "02";
}
#flow #step .item03::after {
  content: "03";
}
#flow #step .item04::after {
  content: "04";
}
#flow #step .item05::after {
  content: "05";
}
#flow #step .item06 {
  margin-bottom: 80px;
}
#flow #step .item06::after {
  content: "06";
}
#flow #step .item06::before {
  content: none;
}
#flow #step .item07::after {
  content: "07";
}
#flow #step .item08::after {
  content: "08";
}
#flow #step .item09 {
  margin-bottom: 80px;
}
#flow #step .item09::after {
  content: "09";
}
#flow #step .item09::before {
  content: none;
}
#flow #step .item10::after {
  content: "10";
}
#flow #step .item11::after {
  content: "11";
}
#flow #step .item12::after {
  content: "12";
}
#flow #step .item13::after {
  content: "13";
}
#flow #step .item14::after {
  content: "14";
}
#flow #step .item15::after {
  content: "15";
}
#flow #step .item16::after {
  content: "16";
}
#flow #step .item17::after {
  content: "17";
}
#flow #step .item17::before {
  height: 100%;
}
#flow #step .item1502 {
  position: relative;
}
#flow #step .item1502::before {
  position: absolute;
  content: "";
  background: -webkit-linear-gradient(top, white, rgba(255, 255, 255, 0));
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
  top: 50px;
  left: 25px;
  width: 1px;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  #flow #step .item1502::before {
    left: 15px;
    top: 10px;
  }
}
#flow #step .stepsubTitle {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #flow #step .stepsubTitle {
    font-size: 18px;
    padding-bottom: 10px;
    letter-spacing: 0rem;
  }
}
@media screen and (max-width: 768px), print {
  #flow #step .stepFlex {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px), print {
  #flow #step .stepFlex.row {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px), print {
  #flow #step .stepFlex.row .stepImage {
    margin: 20px 0 0;
  }
}
#flow #step .stepFlex .stepText {
  width: calc(100% - 350px);
}
@media screen and (max-width: 1024px) {
  #flow #step .stepFlex .stepText {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 768px), print {
  #flow #step .stepFlex .stepText {
    width: 100%;
  }
}
#flow #step .stepFlex .stepImage {
  width: 300px;
}
@media screen and (max-width: 1024px) {
  #flow #step .stepFlex .stepImage {
    width: 200px;
  }
}
@media screen and (max-width: 768px), print {
  #flow #step .stepFlex .stepImage {
    width: 100%;
    margin-bottom: 20px;
  }
}
#flow #step .stepFlex .stepImage img {
  display: block;
}
#flow #step .stepFlex .stepImage img + img {
  margin-top: 20px;
}
#flow #step .noPrice {
  background-color: #f2f2f2;
  font-size: 18px;
  padding: 5px;
  margin-top: 40px;
}
@media screen and (max-width: 520px) {
  #flow #step .noPrice {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px), print {
  #flow #step .buttonFlex {
    flex-direction: column;
  }
}
#flow #faq {
  margin-top: 150px;
}
@media screen and (max-width: 768px), print {
  #flow #faq {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px), print {
  #flow #faq .qFlex {
    flex-direction: column;
  }
}
#flow #faq .sectionTitle {
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
  width: 260px;
}
@media screen and (max-width: 1024px) {
  #flow #faq .sectionTitle {
    width: 180px;
  }
}
@media screen and (max-width: 768px), print {
  #flow #faq .sectionTitle {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    line-height: 0.7;
  }
}
#flow #faq .sectionTitle span {
  font-size: 1rem;
}
#flow #faq .qArea {
  width: calc(100% - 260px);
}
@media screen and (max-width: 1024px) {
  #flow #faq .qArea {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 768px), print {
  #flow #faq .qArea {
    width: 100%;
  }
}
#flow #faq .acdContetns {
  border-bottom: 1px solid #ccc;
}
#flow #faq .acdContetns + .acdContetns {
  padding-top: 30px;
}
@media screen and (max-width: 520px) {
  #flow #faq .acdContetns + .acdContetns {
    padding-top: 15px;
  }
}
#flow #faq .acdContetns .acdTitle {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: baseline;
  padding-right: 50px;
}
@media screen and (max-width: 520px) {
  #flow #faq .acdContetns .acdTitle {
    font-size: 16px;
  }
}
#flow #faq .acdContetns .acdTitle::before, #flow #faq .acdContetns .acdTitle::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #576872;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}
@media screen and (max-width: 520px) {
  #flow #faq .acdContetns .acdTitle::before, #flow #faq .acdContetns .acdTitle::after {
    right: 10px;
  }
}
#flow #faq .acdContetns .acdTitle::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
}
#flow #faq .acdContetns .acdTitle.open::before {
  opacity: 0;
}
#flow #faq .acdContetns .acdTitle.open::after {
  transform: translateY(-50%) rotate(180deg);
}
#flow #faq .acdContetns .acdTitle.open + .acdInner {
  padding: 40px;
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  position: relative;
  background-color: #fff;
  box-shadow: 2px 2px 7px rgba(140, 140, 140, 0.3);
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #flow #faq .acdContetns .acdTitle.open + .acdInner {
    padding: 20px;
  }
}
#flow #faq .acdContetns .acdTitle.open + .acdInner.short .answerFlex {
  justify-content: flex-start;
}
#flow #faq .acdContetns .acdTitle.open + .acdInner.short .answerFlex .staffText {
  max-width: 782px;
  width: calc(100% - 130px);
  margin-left: 40px;
}
@media screen and (max-width: 768px), print {
  #flow #faq .acdContetns .acdTitle.open + .acdInner.short .answerFlex .staffText {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
#flow #faq .acdContetns .acdTitle.open + .acdInner.short .answerFlex .staffText::before {
  top: 18px;
}
@media screen and (max-width: 768px), print {
  #flow #faq .acdContetns .acdTitle.open + .acdInner.short .answerFlex .staffText::before {
    top: auto;
  }
}
#flow #faq .acdContetns .acdInner {
  padding: 0 40px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  display: flex;
}
@media screen and (max-width: 520px) {
  #flow #faq .acdContetns .acdInner {
    padding: 0 20px;
  }
}
#flow #faq .acdContetns .Q,
#flow #faq .acdContetns .A {
  font-size: 30px;
  line-height: 1;
  margin-right: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 520px) {
  #flow #faq .acdContetns .Q,
  #flow #faq .acdContetns .A {
    font-size: 22px;
  }
}
#flow #faq .acdContetns .answerText .small {
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}
@media screen and (max-width: 768px), print {
  #flow #faq .acdContetns .answerText .answerFlex {
    flex-direction: column-reverse;
  }
}
#flow #faq .acdContetns .answerText .answerFlex .staffImage {
  width: 90px;
}
@media screen and (max-width: 768px), print {
  #flow #faq .acdContetns .answerText .answerFlex .staffImage {
    margin: 0 auto;
  }
}
#flow #faq .acdContetns .answerText .answerFlex .staffImage .staffName {
  font-size: 14px;
}
#flow #faq .acdContetns .answerText .answerFlex .staffText {
  background-color: #f2f2f2;
  border-radius: 12px;
  width: calc(100% - 130px);
  padding: 10px 20px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px), print {
  #flow #faq .acdContetns .answerText .answerFlex .staffText {
    width: 100%;
    margin-bottom: 40px;
  }
}
#flow #faq .acdContetns .answerText .answerFlex .staffText::before {
  position: absolute;
  content: "";
  left: -25px;
  background-image: url(../images/flow/balloon@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 18px;
  top: 30px;
}
@media screen and (max-width: 768px), print {
  #flow #faq .acdContetns .answerText .answerFlex .staffText::before {
    transform: rotate(-90deg);
    left: auto;
    top: auto;
    bottom: -20px;
    right: 40%;
  }
}

#support .tsubuBg {
  padding-bottom: 160px;
}
@media screen and (max-width: 768px), print {
  #support .tsubuBg {
    padding-bottom: 80px;
  }
}
#support #support02 {
  margin-top: 120px;
}
@media screen and (max-width: 768px), print {
  #support #support02 {
    margin-top: 90px;
  }
}
#support .supportTitle {
  background-color: #576872;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 50px;
  padding: 10px;
}
@media screen and (max-width: 768px), print {
  #support .supportTitle {
    margin-bottom: 25px;
    font-size: 26px;
  }
}
@media screen and (max-width: 520px) {
  #support .supportTitle {
    font-size: 22px;
  }
}
#support .supportImage {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px), print {
  #support .supportImage {
    margin-bottom: 20px;
  }
}
#support .supportText {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px), print {
  #support .supportText {
    margin-bottom: 45px;
    font-size: 1rem;
  }
}
#support .supportBox + .supportBox {
  margin-top: 110px;
}
@media screen and (max-width: 768px), print {
  #support .supportBox + .supportBox {
    margin-top: 50px;
  }
}
#support .supportBox .supportSubTitle {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px), print {
  #support .supportBox .supportSubTitle {
    margin-bottom: 10px;
    font-size: 26px;
  }
}
@media screen and (max-width: 520px) {
  #support .supportBox .supportSubTitle {
    font-size: 22px;
  }
}
#support .supportBox .supportItem {
  background-color: #fff;
  box-shadow: 2px 2px 7px rgba(140, 140, 140, 0.3);
  padding: 40px;
}
@media screen and (max-width: 768px), print {
  #support .supportBox .supportItem {
    padding: 20px;
  }
}
@media screen and (max-width: 520px) {
  #support .supportBox .supportItem {
    flex-direction: column;
  }
}
#support .supportBox .supportItem + .supportItem {
  margin-top: 40px;
}
@media screen and (max-width: 768px), print {
  #support .supportBox .supportItem + .supportItem {
    margin-top: 20px;
  }
}
#support .supportBox .supportItem .itemTitle {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px), print {
  #support .supportBox .supportItem .itemTitle {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
@media screen and (max-width: 520px) {
  #support .supportBox .supportItem .itemTitle {
    font-size: 18px;
  }
}
#support .supportBox .supportItem .itemImage {
  margin: 40px 0;
}
@media screen and (max-width: 768px), print {
  #support .supportBox .supportItem .itemImage {
    margin: 20px 0;
  }
}
#support .supportBox .supportItem .itemLeft,
#support .supportBox .supportItem .itemRight {
  width: 48%;
}
@media screen and (max-width: 520px) {
  #support .supportBox .supportItem .itemLeft,
  #support .supportBox .supportItem .itemRight {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #support .supportBox .supportItem .itemLeft {
    margin-bottom: 20px;
  }
}
#support #link01,
#support #link02 {
  margin-top: -90px;
  padding-top: 90px;
}
#support #linkArea {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px), print {
  #support #linkArea {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  #support #linkArea .flex {
    flex-direction: column;
    align-items: center;
  }
}
#support #linkArea .button01 {
  margin-top: 0;
}
#support #linkArea .button01::after {
  transform: translate(0, -50%) rotate(135deg);
}
#support #linkArea .button01 + .button01 {
  margin-left: 30px;
}
@media screen and (max-width: 768px), print {
  #support #linkArea .button01 + .button01 {
    margin-left: 15px;
  }
}
@media screen and (max-width: 520px) {
  #support #linkArea .button01 + .button01 {
    margin-left: 0;
    margin-top: 20px;
  }
}

#voice .jaken {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px), print {
  #voice .jaken {
    margin-bottom: 30px;
  }
}
#voice .jaken .jakenText {
  margin-top: 10px;
}
#voice .voiceTopText {
  margin-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  #voice .voiceTopText {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px), print {
  #voice .voiceTopText {
    margin-bottom: 50px;
  }
}
#voice #voice01 .voiceBox {
  background-color: #fff;
  box-shadow: 2px 2px 7px rgba(140, 140, 140, 0.3);
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px), print {
  #voice #voice01 .voiceBox {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 768px), print {
  #voice #voice01 .voiceBox {
    padding: 40px 0;
  }
}
#voice #voice01 .voiceBox:before {
  position: absolute;
  content: "";
  background-image: url(../images/voice/voiceBg@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: 40px;
  width: 342px;
  height: 302px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #voice #voice01 .voiceBox:before {
    width: 30vw;
    height: 26vw;
    right: 15px;
  }
}
#voice #voice01 .voiceBox + .voiceBox {
  margin-top: 90px;
}
@media screen and (max-width: 768px), print {
  #voice #voice01 .voiceBox + .voiceBox {
    margin-top: 50px;
  }
}
#voice #voice01 .voiceBox .voiceNumber {
  font-size: 60px;
  color: #576872;
  line-height: 50px;
  font-family: "cormorant-infant", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px), print {
  #voice #voice01 .voiceBox .voiceNumber {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px), print {
  #voice #voice01 .voiceBox .voiceNumber {
    font-size: 40px;
  }
}
#voice #voice01 .voiceBox .voiceNumber span {
  font-size: 140px;
  line-height: 50px;
}
@media screen and (max-width: 768px), print {
  #voice #voice01 .voiceBox .voiceNumber span {
    font-size: 100px;
  }
}
@media screen and (max-width: 520px) {
  #voice #voice01 .voiceBox .voiceNumber span {
    font-size: 80px;
  }
}
#voice #voice01 .voiceBox .voiceImageFlex {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px), print {
  #voice #voice01 .voiceBox .voiceImageFlex {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  #voice #voice01 .voiceBox .voiceImageFlex {
    flex-direction: column;
  }
}
#voice #voice01 .voiceBox .voiceImageFlex .voiceImage {
  width: 48%;
}
@media screen and (max-width: 520px) {
  #voice #voice01 .voiceBox .voiceImageFlex .voiceImage {
    width: 100%;
  }
  #voice #voice01 .voiceBox .voiceImageFlex .voiceImage + .voiceImage {
    margin-top: 15px;
  }
}
#voice #voice01 .voiceBox .voiceImageFlex .voiceImage .imageText {
  font-size: 0.875rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px), print {
  #voice #voice01 .voiceBox .voiceImageFlex .voiceImage .imageText {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px), print {
  #voice #voice01 .voiceBox .voiceTextFlex {
    flex-direction: column;
  }
}
#voice #voice01 .voiceBox .voiceTextFlex .voiceQuestion {
  width: calc(100% - 340px);
}
@media screen and (max-width: 768px), print {
  #voice #voice01 .voiceBox .voiceTextFlex .voiceQuestion {
    width: 100%;
    margin-bottom: 20px;
  }
}
#voice #voice01 .voiceBox .voiceTextFlex .voiceQuestion .voiceItem + .voiceItem {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dashed #ccc;
}
@media screen and (max-width: 768px), print {
  #voice #voice01 .voiceBox .voiceTextFlex .voiceQuestion .voiceItem + .voiceItem {
    margin-top: 30px;
    padding-top: 30px;
  }
}
#voice #voice01 .voiceBox .voiceTextFlex .voiceQuestion .voiceItem .voiceQ {
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px), print {
  #voice #voice01 .voiceBox .voiceTextFlex .voiceQuestion .voiceItem .voiceQ {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  #voice #voice01 .voiceBox .voiceTextFlex .voiceQuestion .voiceItem .voiceQ {
    font-size: 17px;
    letter-spacing: -0.07rem;
  }
}
#voice #voice01 .voiceBox .voiceTextFlex .voiceImage {
  width: 280px;
}
@media screen and (max-width: 768px), print {
  #voice #voice01 .voiceBox .voiceTextFlex .voiceImage {
    margin: 0 auto;
  }
}
#voice #voice01 .voiceBox .voiceTextFlex .voiceImage img:hover {
  cursor: pointer;
}

.iziModal {
  max-width: 1000px !important;
}
@media screen and (max-width: 1024px) {
  .iziModal {
    max-width: 90% !important;
  }
}
@media print {
  .iziModal {
    display: none;
  }
}
.iziModal .close {
  position: fixed;
  font-size: 50px;
  line-height: 1;
  top: -55px;
  right: 0;
  font-weight: 100;
}
.iziModal .close:hover {
  cursor: pointer;
}
.iziModal .close a {
  color: #fff;
}
@media print {
  .iziModal .close a {
    color: transparent;
  }
}
.iziModal .modal-main {
  overflow: scroll;
  max-height: 80vh;
}

.iziModal.hasScroll .iziModal-wrap {
  background-color: #fff;
}

#company .tsubuBg {
  padding-bottom: 160px;
}
@media screen and (max-width: 768px), print {
  #company .tsubuBg {
    padding-bottom: 80px;
  }
}
#company .companyMain {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px), print {
  #company .companyMain {
    margin-bottom: 50px;
  }
}
#company .companyTitle {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.1;
  width: 400px;
}
@media screen and (max-width: 1024px) {
  #company .companyTitle {
    width: 100%;
    line-height: 0.8;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px), print {
  #company .companyTitle {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  #company .companyTitle {
    font-size: 30px;
    line-height: 1.1;
  }
}
#company .companyTitle span {
  font-size: 1rem;
}
#company .compInfo {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px), print {
  #company .compInfo {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  #company .compInfo .infoFlex {
    flex-direction: column;
  }
}
@media print {
  #company .compInfo .infoFlex {
    flex-direction: column;
  }
}
#company .compInfo .infoFlex .infoRight {
  width: calc(100% - 400px);
}
@media screen and (max-width: 1024px) {
  #company .compInfo .infoFlex .infoRight {
    width: 100%;
  }
}
@media print {
  #company .compInfo .infoFlex .infoRight {
    width: 100%;
  }
}
#company .compInfo .infoFlex .infoRight .infoTable {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px), print {
  #company .compInfo .infoFlex .infoRight .infoTable {
    margin-bottom: 40px;
  }
}
#company .compInfo .infoFlex .infoRight .infoTable dl {
  border-bottom: 1px solid #ccc;
  padding: 20px;
}
#company .compInfo .infoFlex .infoRight .infoTable dl:first-of-type {
  border-top: 1px solid #ccc;
}
#company .compInfo .infoFlex .infoRight .infoTable dl dt {
  width: 260px;
}
@media screen and (max-width: 1300px) {
  #company .compInfo .infoFlex .infoRight .infoTable dl dt {
    width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  #company .compInfo .infoFlex .infoRight .infoTable dl dt {
    width: 260px;
  }
}
@media screen and (max-width: 768px), print {
  #company .compInfo .infoFlex .infoRight .infoTable dl dt {
    width: 150px;
  }
}
@media screen and (max-width: 520px) {
  #company .compInfo .infoFlex .infoRight .infoTable dl dt {
    width: 100px;
  }
}
#company .compInfo .infoFlex .infoRight .infoTable dl dd {
  width: calc(100% - 260px);
}
@media screen and (max-width: 1300px) {
  #company .compInfo .infoFlex .infoRight .infoTable dl dd {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 1024px) {
  #company .compInfo .infoFlex .infoRight .infoTable dl dd {
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 768px), print {
  #company .compInfo .infoFlex .infoRight .infoTable dl dd {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 520px) {
  #company .compInfo .infoFlex .infoRight .infoTable dl dd {
    width: calc(100% - 100px);
  }
}
#company .compInfo .infoFlex .infoRight .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
}
@media screen and (max-width: 768px), print {
  #company .compInfo .infoFlex .infoRight .gmap {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 520px) {
  #company .compInfo .infoFlex .infoRight .gmap {
    padding-bottom: 100%;
  }
}
#company .compInfo .infoFlex .infoRight .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#company #staff {
  margin-top: -90px;
  padding-top: 90px;
}
#company #staff .companyTitle {
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px), print {
  #company #staff .companyTitle {
    margin-bottom: 30px;
  }
}
#company #staff .staffFlex {
  flex-wrap: wrap;
}
#company #staff .staffFlex .staffItem {
  width: 48%;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
#company #staff .staffFlex .staffItem:nth-child(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  #company #staff .staffFlex .staffItem {
    width: 100%;
  }
  #company #staff .staffFlex .staffItem:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 520px) {
  #company #staff .staffFlex .staffItem {
    padding-bottom: 45px;
  }
  #company #staff .staffFlex .staffItem:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media print {
  #company #staff .staffFlex .staffItem {
    width: 100%;
    page-break-inside: avoid;
  }
  #company #staff .staffFlex .staffItem:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 520px) {
  #company #staff .staffFlex .staffItem .itemFlex {
    flex-direction: column;
  }
}
#company #staff .staffFlex .staffItem .itemFlex .staffImage {
  width: 35%;
}
@media screen and (max-width: 520px) {
  #company #staff .staffFlex .staffItem .itemFlex .staffImage {
    width: 100%;
  }
}
#company #staff .staffFlex .staffItem .itemFlex .staffTextArea {
  width: 56%;
}
@media screen and (max-width: 520px) {
  #company #staff .staffFlex .staffItem .itemFlex .staffTextArea {
    width: 100%;
  }
}
#company #staff .staffFlex .staffItem .itemFlex .staffTextArea .staffName {
  font-size: 28px;
  line-height: 0.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #company #staff .staffFlex .staffItem .itemFlex .staffTextArea .staffName {
    font-size: 22px;
    display: flex;
    align-items: center;
    line-height: 1;
  }
}
#company #staff .staffFlex .staffItem .itemFlex .staffTextArea .staffName span {
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 520px) {
  #company #staff .staffFlex .staffItem .itemFlex .staffTextArea .staffName span {
    margin-left: 10px;
  }
}
@media screen and (max-width: 520px) {
  #company #staff .staffFlex .staffItem .itemFlex .staffTextArea .staffText {
    margin-top: 20px;
  }
}
#company #staff .staffFlex .staffItem .cateArea {
  flex-wrap: wrap;
}
#company #staff .staffFlex .staffItem .cateArea .cate {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 14px;
  padding: 0 20px;
  margin-right: 15px;
  margin-top: 15px;
}

#about-us .tsubuBg {
  padding-bottom: 160px;
}
@media screen and (max-width: 768px), print {
  #about-us .tsubuBg {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1405px) {
  #about-us .hide1405 {
    display: none;
  }
}
#about-us .aboutTitle {
  font-size: 44px;
  font-weight: 600;
  line-height: 0.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px), print {
  #about-us .aboutTitle {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  #about-us .aboutTitle {
    font-size: 40px;
  }
}
#about-us .aboutTitle span {
  font-weight: normal;
  font-size: 1rem;
}
#about-us #concept {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px), print {
  #about-us #concept {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  #about-us #concept .conceptFlex {
    flex-direction: column;
  }
}
@media print {
  #about-us #concept .conceptFlex {
    flex-direction: column;
  }
}
#about-us #concept .conceptFlex .flexLeft {
  width: 71%;
}
@media screen and (max-width: 1024px) {
  #about-us #concept .conceptFlex .flexLeft {
    width: 100%;
  }
}
@media print {
  #about-us #concept .conceptFlex .flexLeft {
    width: 100%;
  }
}
#about-us #concept .conceptFlex .flexLeft .conceptFlexLeft {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #about-us #concept .conceptFlex .flexLeft .conceptFlexLeft {
    flex-direction: column;
  }
}
@media print {
  #about-us #concept .conceptFlex .flexLeft .conceptFlexLeft {
    flex-direction: column;
  }
}
#about-us #concept .conceptFlex .flexLeft .conceptFlexLeft .conceptTextArea {
  margin-top: 70px;
}
@media screen and (max-width: 768px), print {
  #about-us #concept .conceptFlex .flexLeft .conceptFlexLeft .conceptTextArea {
    margin-top: 25px;
  }
}
#about-us #concept .conceptFlex .flexLeft .conceptFlexLeft .conceptTextArea .conceptCopy {
  font-size: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  #about-us #concept .conceptFlex .flexLeft .conceptFlexLeft .conceptTextArea .conceptCopy {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
#about-us #concept .conceptFlex .flexLeft .conceptFlexLeft .conceptImage {
  width: 36.1%;
  margin-left: 20px;
}
@media screen and (max-width: 1405px) {
  #about-us #concept .conceptFlex .flexLeft .conceptFlexLeft .conceptImage {
    width: 59%;
  }
}
@media screen and (max-width: 1100px) {
  #about-us #concept .conceptFlex .flexLeft .conceptFlexLeft .conceptImage {
    width: 75%;
  }
}
#about-us #concept .conceptFlex .flexLeft .conceptText_under {
  margin-top: 60px;
}
#about-us #concept .conceptFlex .flexRight {
  width: 25.7%;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  #about-us #concept .conceptFlex .flexRight {
    margin-top: 0;
  }
}
@media print {
  #about-us #concept .conceptFlex .flexRight {
    margin-top: 0;
  }
}
#about-us #promise {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px), print {
  #about-us #promise {
    margin-bottom: 90px;
  }
}
#about-us #promise .promiseFlex {
  flex-wrap: wrap;
}
#about-us #promise .promiseFlex .promiseArea {
  background-color: #fff;
  box-shadow: 2px 2px 7px 2px rgba(140, 140, 140, 0.3);
  padding: 100px 40px 70px;
  position: relative;
  z-index: 1;
  width: 32%;
  height: 100%;
}
#about-us #promise .promiseFlex .promiseArea:nth-child(2) {
  margin-top: 50px;
}
#about-us #promise .promiseFlex .promiseArea:nth-child(3) {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  #about-us #promise .promiseFlex .promiseArea {
    padding: 60px 20px 40px;
  }
}
@media screen and (max-width: 768px), print {
  #about-us #promise .promiseFlex .promiseArea {
    width: 100%;
  }
  #about-us #promise .promiseFlex .promiseArea:nth-child(2), #about-us #promise .promiseFlex .promiseArea:nth-child(3) {
    margin-top: 30px;
  }
}
#about-us #promise .promiseFlex .promiseArea .number {
  position: absolute;
  font-size: 140px;
  line-height: 0.8;
  top: 0;
  left: 0;
  color: #eaeaea;
  font-family: "cormorant-infant", sans-serif;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #about-us #promise .promiseFlex .promiseArea .number {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px), print {
  #about-us #promise .promiseFlex .promiseArea .number {
    font-size: 140px;
  }
}
@media screen and (max-width: 520px) {
  #about-us #promise .promiseFlex .promiseArea .number {
    font-size: 100px;
  }
}
#about-us #promise .promiseFlex .promiseArea .promiseTitle {
  color: #576872;
  font-size: 3.1vw;
  font-weight: bold;
}
@media screen and (max-width: 1300px) {
  #about-us #promise .promiseFlex .promiseArea .promiseTitle {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px), print {
  #about-us #promise .promiseFlex .promiseArea .promiseTitle {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px), print {
  #about-us #promise .promiseFlex .promiseArea .promiseText {
    max-width: 375px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px), print {
  #about-us #about .aboutFlex {
    flex-direction: column;
  }
}
#about-us #about .aboutFlex .aboutTitle {
  width: 440px;
}
@media screen and (max-width: 1024px) {
  #about-us #about .aboutFlex .aboutTitle {
    width: 300px;
  }
}
@media screen and (max-width: 768px), print {
  #about-us #about .aboutFlex .aboutTitle {
    width: 100%;
  }
}
#about-us #about .aboutFlex .aboutTextArea {
  width: calc(100% - 440px);
}
@media screen and (max-width: 1024px) {
  #about-us #about .aboutFlex .aboutTextArea {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 768px), print {
  #about-us #about .aboutFlex .aboutTextArea {
    width: 100%;
  }
}
#about-us #about .aboutFlex .aboutTextArea .TextTitle {
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px), print {
  #about-us #about .aboutFlex .aboutTextArea .TextTitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 520px) {
  #about-us #about .aboutFlex .aboutTextArea .TextTitle {
    font-size: 24px;
  }
}

#zeh .tsubuBg {
  padding-bottom: 140px;
}
@media screen and (max-width: 768px), print {
  #zeh .tsubuBg {
    padding-bottom: 70px;
  }
}
#zeh #zehMain .zehTitle {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px), print {
  #zeh #zehMain .zehTitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #zeh #zehMain .zehTitle {
    font-size: 21px;
  }
}
#zeh #zehMain .zehText {
  line-height: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px), print {
  #zeh #zehMain .zehText {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  #zeh #zehMain .zehText {
    line-height: 24px;
  }
}
@media screen and (max-width: 520px) {
  #zeh #zehMain .tableArea {
    overflow-x: scroll;
  }
}
#zeh #zehMain .tableArea .zehTable {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #333;
  background-color: #fff;
}
@media screen and (max-width: 768px), print {
  #zeh #zehMain .tableArea .zehTable {
    font-size: 13px;
  }
}
@media screen and (max-width: 520px) {
  #zeh #zehMain .tableArea .zehTable {
    font-size: 14px;
    width: 600px;
  }
}
#zeh #zehMain .tableArea .zehTable tr th {
  background-color: #576872;
  color: #fff;
  font-weight: normal;
  padding: 5px;
}
@media screen and (max-width: 768px), print {
  #zeh #zehMain .tableArea .zehTable tr th {
    padding: 2px;
  }
}
@media screen and (max-width: 520px) {
  #zeh #zehMain .tableArea .zehTable tr th {
    padding: 5px;
  }
}
#zeh #zehMain .tableArea .zehTable tr th + th {
  border-left: 1px solid #fff;
}
#zeh #zehMain .tableArea .zehTable tr td {
  text-align: center;
  border: 1px solid #333;
  padding: 5px;
}
@media screen and (max-width: 768px), print {
  #zeh #zehMain .tableArea .zehTable tr td {
    padding: 2px;
  }
}
@media screen and (max-width: 520px) {
  #zeh #zehMain .tableArea .zehTable tr td {
    padding: 5px;
  }
}
#zeh #zehMain .tableArea .zehTable tr:nth-child(3) td {
  padding: 15px 5px;
}
@media screen and (max-width: 768px), print {
  #zeh #zehMain .tableArea .zehTable tr:nth-child(3) td {
    padding: 10px 2px;
  }
}
@media screen and (max-width: 520px) {
  #zeh #zehMain .tableArea .zehTable tr:nth-child(3) td {
    padding: 15px 5px;
  }
}
#zeh #zehMain .tableArea .scroll-hint-icon {
  top: calc(50% - 45px);
}