@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Forum&display=swap");
:root {
  --header-height: 8.8rem;
  --header-height_sp: 6rem;
  --main-position: center;
  --main-lh: 1.5;
}

/* webfont ------------------------------------------------------------ */
/* cleafix ------------------------------------------------------------ */
.u-cf {
  *zoom: 1;
}
.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* add Reset
------------------------------------------------------------ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

/*=============================================================
 Base
=============================================================*/
html {
  overflow-y: scroll;
  font-size: calc(0.1458333333vw + 0.5rem);
}
@media (max-width: 1200px) {
  html {
    font-size: 0.7916666667vw;
  }
}
@media only screen and (max-width: 599px) {
  html {
    font-size: 2.6315789474vw;
  }
}
@media (orientation: landscape) and (max-width: 600px) {
  html {
    font-size: 1.5789473684vw;
  }
}

body {
  width: 100%;
  margin: 0;
  color: #313131;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: YakuHanJPs, "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 599px) {
  body {
    font-size: 1.6rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.5;
}

/*figure {  margin: 0;}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

img, object, embed {
  max-width: 100%;
}

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

/*button{
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}*/
blockquote {
  position: relative;
  margin: 1em 0 0;
  padding: 15px 15px 15px 60px;
  background: #eee;
  color: #333;
}
blockquote::before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  vertical-align: middle;
  content: "”";
  color: #cfcfcf;
  font-size: 30px;
  line-height: 1;
}
blockquote cite {
  display: block;
  margin-top: 1em;
  text-align: right;
  font-size: 0.9em;
}

small {
  font-size: 100%;
}

/*=============================================================
 Link
=============================================================*/
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #f00;
}

a[target=_blank],
.is-blank {
  text-decoration: underline;
}
a[target=_blank]::after,
.is-blank::after {
  content: "\f35d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 0.5rem;
}
a[target=_blank]:hover,
.is-blank:hover {
  text-decoration: none;
}

a[href$=".pdf"]::after {
  content: "\f1c1";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  margin-left: 0.5rem;
}

/*=============================================================
 Layout
=============================================================*/
#page {
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 599px) {
  #page {
    min-width: initial;
    min-width: auto;
    padding-top: 0;
  }
}
/* gHeader
------------------------------------------------------------ */
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 12rem;
  padding: 0 2%;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.l-header .l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
.l-header.is-fixed {
  position: fixed;
  width: 100%;
  height: 12rem !important;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  z-index: 100;
}
.l-header.is-fixed .l-header__nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.l-header.is-fixed .l-global_nav__menu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  margin-top: 0 !important;
}
.l-header.is-up {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.is-drawer_opened .l-header {
  opacity: 1;
}
.is-drawer_opened .l-header .l-global_nav__menu .list {
  margin-top: 0 !important;
}

@media only screen and (max-width: 599px) {
  .l-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem !important;
    background-color: transparent;
  }
  .l-header__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    height: 100%;
  }
  .l-header__heading .logo {
    width: 12rem;
  }
  .l-header.is-fixed {
    height: 6rem !important;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .is-drawer_opened {
    /*    #page {
          padding-top: 6rem;
        }*/
  }
  .is-drawer_opened .l-header {
    position: fixed;
    background-color: rgb(255, 255, 255);
  }
}
/* global_nav
------------------------------------------------------------ */
.l-global_nav__menu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.l-global_nav__menu .list > li {
  font-family: "Forum", "Georgia", "Times New Roman", Times, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", serif;
  font-size: 2.8rem;
}
.l-global_nav__menu .list > li:not(.contact) a {
  display: block;
  color: #000;
  text-align: center;
}
.l-global_nav__menu .list > li:not(.contact) a > span {
  display: inline-block;
  position: relative;
}
.l-global_nav__menu .list > li:not(.contact) a > span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0.1rem;
  background-color: #D66A7B;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-global_nav__menu .list > li:not(.contact) a:hover > span::before {
  width: 100%;
}
.l-global_nav__menu .list > li:not(.contact) a:hover figure {
  background-color: rgba(241, 146, 47, 0.3);
}
.l-global_nav__menu .list > li:not(:first-child).is-current a > span::before {
  width: 100%;
}
.l-global_nav__menu .list > li:not(:first-child).is-current a figure {
  background-color: rgba(241, 146, 47, 0.3);
}
.l-global_nav__menu .c-button01 {
  display: none;
}

@media only screen and (max-width: 599px) {
  .l-global_nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  .l-global_nav__menu .list {
    display: block !important;
    width: 100%;
    margin-top: 0;
  }
  .l-global_nav__menu .list > li {
    margin: 0;
    font-family: "Forum", "Georgia", "Times New Roman", Times, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", serif;
  }
  .l-global_nav__menu .list > li:not(.contact) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 0;
    padding: 1rem 0;
    border-bottom: 1px dotted #D3D3D3;
    background: url(/assets/img/common/icon_arrow02.svg) 95% 50% no-repeat;
    background-size: 2rem auto;
    font-size: 2.8rem;
    font-weight: 400;
    text-align: center;
  }
  .l-global_nav__menu .list > li:not(.contact) a > span {
    display: inline-block;
    position: relative;
  }
  .l-global_nav__menu .list > li:not(.contact) a > span::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0.2rem;
    background-color: rgba(241, 146, 47, 0.3);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .l-global_nav__menu .c-button01 {
    display: block;
  }
}
/* drawer */
.l-drawer__check,
.l-drawer > label {
  display: none;
}

@media only screen and (max-width: 599px) {
  .is-drawer_opened #page {
    scroll-behavior: smooth;
    inset: 0;
    overflow: auto;
  }
  .l-drawer {
    display: block;
  }
  .l-drawer > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: fixed;
    top: 0.5rem;
    right: 0;
    width: 5rem;
    height: 5rem;
    z-index: 100;
    cursor: pointer;
  }
  .l-drawer > label.l-drawer__open {
    color: #333;
    font-size: 1rem;
    -webkit-transition: all 0.3s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .l-drawer > label.l-drawer__open > span, .l-drawer > label.l-drawer__open::before, .l-drawer > label.l-drawer__open::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 17%;
    width: 66%;
    border-bottom: 2px solid #333;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .l-drawer > label.l-drawer__open::before {
    -webkit-transform: translateY(-0.9rem);
            transform: translateY(-0.9rem);
  }
  .l-drawer > label.l-drawer__open::after {
    -webkit-transform: translateY(0.9rem);
            transform: translateY(0.9rem);
  }
  .l-drawer__check:checked + .l-drawer__open {
    background: rgba(255, 255, 255, 0.3);
  }
  .l-drawer__check:checked + .l-drawer__open span {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .l-drawer__check:checked + .l-drawer__open::before {
    -webkit-transform: rotate(135deg) scaleX(1);
            transform: rotate(135deg) scaleX(1);
  }
  .l-drawer__check:checked + .l-drawer__open::after {
    -webkit-transform: rotate(-135deg) scaleX(1);
            transform: rotate(-135deg) scaleX(1);
  }
  .l-drawer__content {
    z-index: 1100;
    position: fixed;
    overflow: auto;
    top: 6rem;
    right: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 2rem 1.5rem 2rem;
    background: #fff;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .l-drawer__check:checked ~ .l-drawer__content {
    -webkit-transform: none;
            transform: none;
  }
}
/*-----topicsPath-----*/
.l-topicsPath {
  margin-bottom: 5rem;
  padding: 1rem 0;
}
.l-topicsPath ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  list-style: none;
}
.l-topicsPath ol li a {
  color: #D66A7B;
  text-decoration: underline;
}
.l-topicsPath ol li::before {
  content: "　＞　";
  display: inline-block;
  margin: 0 0.5em;
}
.l-topicsPath ol li:first-child::before {
  display: none;
}

@media only screen and (max-width: 599px) {
  .l-topicsPath {
    margin-bottom: 3rem;
    padding: 0.5rem 2%;
  }
  .l-topicsPath ol li {
    font-size: 1.2rem;
  }
}
/*-----mainContent-----*/
.l-main {
  padding-top: 4rem;
}

@media only screen and (max-width: 599px) {
  .l-main {
    padding-top: 0;
  }
}
/*-----gFooter-----*/
.l-footer {
  margin-top: 10rem;
  padding: 5rem 3.5rem;
  background-color: #E3AAAA;
}
.l-footer__copyright {
  color: #fff;
  font-size: 1.2rem;
}

@media only screen and (max-width: 599px) {
  .l-footer {
    margin-top: 5rem;
    padding-bottom: 2rem;
  }
  .l-footer__copyright {
    font-size: 1.2rem;
  }
}
/*=============================================================
 Component
=============================================================*/
/* Title
------------------------------------------------------------ */
/*=============================================================
 Component
=============================================================*/
/* Title
------------------------------------------------------------ */
.c-pagetitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16rem;
  background: url(/assets/img/common/title_bg.jpg) 50% 50%/cover no-repeat;
}
.c-pagetitle__title {
  font-size: 2.8rem;
  font-weight: 600;
}

@media only screen and (max-width: 599px) {
  .c-pagetitle {
    padding: 4.5rem 1.5rem;
  }
  .c-pagetitle__title {
    font-size: 3rem;
  }
}
.c-title_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5.5rem;
  font-weight: 400;
  line-height: 1.3;
}
.c-title_1[data-subText] > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #767676;
  font-size: 2.2rem;
}
.c-title_1[data-subText] > span::before {
  content: "";
  display: block;
  width: 10.5rem;
  height: 10.5rem;
  margin: 0 0 0 1.5rem;
  background: linear-gradient(-45deg, transparent 49%, #E2BDC3 49% 51%, transparent 51%) 0 50%/100% 100% no-repeat;
}
.c-title_1[data-subText]::before {
  content: attr(data-subText);
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Forum", "Georgia", "Times New Roman", Times, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", serif;
  font-size: 8.3rem;
}
.c-title_1.is-vertical {
  display: block;
  text-align: center;
}
.c-title_1.is-vertical[data-subText] > span {
  display: block;
}
.c-title_1.is-vertical[data-subText] > span::before {
  display: none;
}

@media only screen and (max-width: 599px) {
  .c-title_1 {
    display: block;
    margin-bottom: 5rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
  }
  .c-title_1[data-subText] > span {
    display: block;
    font-size: 1.8rem;
  }
  .c-title_1[data-subText] > span::before {
    display: none;
  }
  .c-title_1[data-subText]::before {
    margin-bottom: 0.5rem;
    font-size: 5.9rem;
  }
  .c-title_1.is-vertical {
    display: block;
    text-align: center;
  }
  .c-title_1.is-vertical[data-subText] > span {
    display: block;
  }
  .c-title_1.is-vertical[data-subText] > span::before {
    display: none;
  }
}
.c-title02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  line-height: 1.3;
  color: #767676;
}
.c-title02::before {
  content: attr(data-subText);
  color: #313131;
  font-family: "Forum", "Georgia", "Times New Roman", Times, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", serif;
  font-size: 5rem;
  margin-right: 2rem;
}
.c-title02 {
  font-size: 2rem;
  font-weight: 600;
  color: #767676;
}
.c-title02::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background: #E3AAAA;
  margin-left: 5rem;
  margin-top: 0.2rem;
}

@media only screen and (max-width: 599px) {
  .c-title02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-title02::before {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 100%;
    font-size: 4.5rem;
    margin-right: 0;
  }
  .c-title02 {
    font-size: 2rem;
    font-weight: 600;
    color: #767676;
  }
}
/* Button
------------------------------------------------------------ */
/*=============================================================
 Component
=============================================================*/
/* Button
------------------------------------------------------------ */
.c-button01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10rem;
}
.c-button01 .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35rem;
  height: 8.5rem;
  border-radius: 5rem;
  border: 1px solid #D66A7B;
  background-color: #D66A7B;
  color: #fff;
  -webkit-transition: background-color 0.8s ease, color 0.8s ease, -webkit-transform 0.8s ease;
  transition: background-color 0.8s ease, color 0.8s ease, -webkit-transform 0.8s ease;
  transition: background-color 0.8s ease, color 0.8s ease, transform 0.8s ease;
  transition: background-color 0.8s ease, color 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.c-button01 .button:hover {
  background-color: #fff;
  color: #D66A7B;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  text-decoration: none;
}
.c-button01.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
.c-button01.is-low .button {
  height: 6.5rem;
}

@media only screen and (max-width: 599px) {
  .c-button01 {
    display: block;
    margin-top: 5rem;
  }
  .c-button01 .button {
    height: 6.5rem;
  }
  .c-button01 .button:not(:first-child) {
    margin-top: 2rem;
  }
  .c-button01.is-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-button01.is-low .button {
    height: 6.5rem;
  }
}
/* Table
------------------------------------------------------------ */
/* Form
------------------------------------------------------------ */
/* CMS
------------------------------------------------------------ */
/*=============================================================
 Component
=============================================================*/
/* CMS
------------------------------------------------------------ */
.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem 3rem;
}
.c-card .card {
  width: calc((100% - 6rem) / 3);
  padding-bottom: 1rem;
  -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
}
.c-card .card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.c-card .card__thumb img {
  width: 100%;
}
.c-card .card__date {
  display: block;
  margin-top: 3rem;
  color: #A2A2A2;
  font-size: 1.4rem;
}
.c-card .card__title {
  margin-top: 1rem;
  font-weight: 600;
}
.c-card .card__excerpt {
  margin-top: 3rem;
  color: #767676;
}
.c-card .card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.02);
          box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.02);
}

@media only screen and (max-width: 599px) {
  .c-card {
    display: block;
  }
  .c-card .card {
    width: 100%;
    margin-top: 6rem;
    padding-bottom: 0;
  }
}
.c-single01 {
  padding: 0 20rem;
}
.c-single01__title {
  margin-bottom: 7rem;
}
.c-single01__title .date {
  display: block;
}
.c-single01__title .title {
  padding: 1rem 0 2rem;
  border-bottom: 1px solid #19110B;
  font-size: 2.5rem;
  font-weight: 600;
}
.c-single01__content h2 {
  position: relative;
  margin: 5rem 0 3rem;
  padding: 1rem 0 1rem 4rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
}
.c-single01__content h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6rem;
  height: 100%;
  border-radius: 0.2rem;
  background-color: #D66A7B;
}
.c-single01__content h3 {
  margin: 5rem 0 3rem;
  padding: 1rem 0 1rem 3rem;
  background-color: #E3AAAA;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
}
.c-single01__content h4 {
  margin: 5rem 0 3rem;
  padding: 1rem 0;
  border-bottom: 2px solid #E3AAAA;
  font-size: 2.2rem;
  font-weight: 400;
}
.c-single01__content h5 {
  margin: 5rem 0 3rem;
  padding: 1rem 0;
  border-bottom: 3px dotted #E3AAAA;
  font-size: 2rem;
  font-weight: 400;
}
.c-single01__content h6 {
  margin: 5rem 0 3rem;
  padding: 0.5rem 0 0.5rem 2rem;
  border-left: 5px solid #E3AAAA;
  font-size: 1.8rem;
  font-weight: 400;
}
.c-single01__control {
  width: 50%;
  margin: 7rem auto;
}
.c-single01__control .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 1rem 0 0 0;
  /* each list item (li) uses existing modifier classes: list__prev/list__top/list__next */
}
.c-single01__control .list > li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  text-decoration: none;
  color: inherit;
  font-size: 1.8rem;
  font-weight: 400;
}
.c-single01__control .list > li .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
}
.c-single01__control .list > li .label {
  display: inline-block;
}
.c-single01__control .list > li.list__top .icon {
  width: 3.8rem;
  height: 3.8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.8rem;
          flex: 0 0 3.8rem;
}

@media only screen and (max-width: 599px) {
  .c-single01 {
    padding: 0;
  }
  .c-single01__title .__title01 {
    margin-bottom: 2rem;
    padding: 1rem 0 0 4rem;
    background-size: auto 4.6rem;
    font-size: 2rem;
  }
  .c-single01__title .__info {
    margin-bottom: 3rem;
  }
  .c-single01__title .__info .category a,
  .c-single01__title .__info .category span {
    font-size: 1.2rem;
  }
  .c-single01__title .__info time {
    margin-left: 1rem;
    font-size: 1.2rem;
  }
  .c-single01__content h2 {
    margin: 3rem 0 2rem;
    padding: 0.5rem 0 0.5rem 1.5rem;
    font-size: 2rem;
  }
  .c-single01__content h3 {
    margin: 3rem 0 2rem;
    padding: 0.5rem 0 0.5rem 1.5rem;
    font-size: 1.8rem;
  }
  .c-single01__content h4 {
    margin: 3rem 0 2rem;
    padding: 0.5rem 0;
    font-size: 1.8rem;
  }
  .c-single01__content h5 {
    margin: 3rem 0 2rem;
    padding: 0.5rem 0;
    font-size: 1.6rem;
  }
  .c-single01__content h6 {
    margin: 3rem 0 2rem;
    padding: 0.3rem 0 0.3rem 1.5rem;
    font-size: 1.6rem;
  }
  .c-single01__control {
    width: 100%;
    margin: 3rem auto;
  }
  .c-single01__control ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem;
    list-style: none;
    margin: 0;
    padding: 1rem 0 0 0;
    font-size: 1.6rem;
  }
  .c-single01__control ul > li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.6rem;
  }
  .c-single01__control ul > li .icon {
    width: 2.4rem;
    height: 2.4rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.4rem;
            flex: 0 0 2.4rem;
  }
}
.c-pager {
  margin-top: 8rem;
}
.c-pager .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
.c-pager .nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  width: 4rem;
  border: 1px solid #A2A2A2;
  border-radius: 50%;
  font-weight: 400;
  text-decoration: none;
}
.c-pager .nav-links .page-numbers:not(span):hover {
  border: 1px solid #E3AAAA;
  text-decoration: none;
}
.c-pager .nav-links .page-numbers.current {
  border: 1px solid #E3AAAA;
  background-color: #E3AAAA;
  color: #fff;
  text-decoration: none;
}
.c-pager .nav-links .page-numbers.next, .c-pager .nav-links .page-numbers.prev {
  position: relative;
  text-indent: -9999rem;
}
.c-pager .nav-links .page-numbers.next::before, .c-pager .nav-links .page-numbers.prev::before {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* Solid:900、Regular:400 */
  text-indent: 0;
}
.c-pager .nav-links .page-numbers.prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-pager .pagination h2.screen-reader-text {
  display: none;
}

@media only screen and (max-width: 599px) {
  .c-pager {
    margin-top: 4rem;
  }
  .c-pager .nav-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
  .c-pager .nav-links .page-numbers {
    height: 3rem;
    width: 3rem;
    font-size: 1.6rem;
  }
  .c-pager .pagination h2.screen-reader-text {
    display: none;
  }
}
/* 404 */
.c-404__block {
  padding: 10rem;
}
.c-404__block .text {
  font-size: 150%;
}
.c-404__block .link {
  margin-top: 5rem;
}
.c-404__block .link::before {
  content: "\f100";
  margin-right: 1rem;
  font: var(--fa-font-solid);
  font-size: 100%;
}
.c-404__block .link a {
  text-decoration: underline;
}
.c-404__block .link a:hover {
  text-decoration: none;
}

/* Block
------------------------------------------------------------ */
:root {
  /* 調整用パラメータ */
  --w: 35.2rem; /* 画像幅 */
  --h: 23.6rem; /* 画像高さ */
  --gap: 0; /* 画像間の余白 */
  --duration: 30s; /* 1ループの速度（小さいほど速い） */
}

.c-marquee {
  width: 100%;
  height: var(--h);
  margin: 16rem 0;
  overflow: hidden;
  position: relative;
  background: transparent;
  /* ホバーで一時停止 */
}
.c-marquee__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: var(--gap);
  -webkit-animation: marquee var(--duration) linear infinite;
          animation: marquee var(--duration) linear infinite;
}
.c-marquee__track .slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--w);
  height: var(--h);
  border-radius: 0;
  overflow: hidden;
  background: transparent;
}
.c-marquee__track .slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
/* 無限スクロールのキーフレーム */
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 599px) {
  :root {
    --duration: 40s;
  }
  .c-marquee {
    margin: 8rem 0;
  }
}
/* List
------------------------------------------------------------ */
.c-list01 li {
  position: relative;
  padding-left: 1.5em;
}
.c-list01 li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-list01.is_asterisk li::before {
  content: "※";
}
.c-list01.is_mark_center li::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-discList li {
  list-style-type: disc;
  margin-left: 1.2em;
}

.c-carousel {
  position: relative;
  margin-top: 9rem;
}
.c-carousel__viewport {
  overflow: hidden;
  width: calc(100% + 13rem);
}
.c-carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform;
}
.c-carousel__slide {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0 0 0 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-carousel__slide .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
.c-carousel__slide .slide__content {
  padding-bottom: 6rem;
}
.c-carousel__slide .slide__content .title {
  color: #D66A7B;
  font-size: 2.4rem;
  font-family: YakuHanMPs, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-weight: 400;
  margin: 0 0 3rem;
  text-align: center;
}
.c-carousel__slide .slide__content .desc {
  line-height: 1.8;
  font-size: clamp(14px, 1.6vw, 16px);
  margin: 0 0 1.25em;
}
.c-carousel__slide .slide__content .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.c-carousel__slide .slide__content .price .badge {
  display: inline-block;
  padding: 0 1rem;
  background: #E3AAAA;
  color: #fff;
  border-radius: 0.5rem;
  letter-spacing: 0.05em;
}
.c-carousel__slide .slide__content .price .price-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5em;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.c-carousel__slide .slide__content .price .price-line .amt {
  font-size: 2.2rem;
}
.c-carousel__slide .slide__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56rem;
}
.c-carousel__nav {
  position: absolute;
  left: 35rem;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  z-index: 2;
}
.c-carousel__nav .nav-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  width: 5rem;
  height: 5rem;
  background: #D66A7B;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
  transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
  transition: transform 0.15s ease, opacity 0.15s ease;
  transition: transform 0.15s ease, opacity 0.15s ease, -webkit-transform 0.15s ease;
}
.c-carousel__nav .nav-btn:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.c-carousel__nav .nav-btn svg {
  width: 3rem;
  height: 3rem;
}

/* インジケータ */
.c-carousel__dots {
  visibility: hidden;
  position: absolute;
  right: clamp(12px, 2vw, 24px);
  bottom: clamp(12px, 2vw, 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
}

.dot.is-active {
  background: rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 599px) {
  .c-carousel {
    position: relative;
    margin-top: 9rem;
  }
  .c-carousel__viewport {
    overflow: hidden;
    width: 100%;
  }
  .c-carousel__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    will-change: transform;
  }
  .c-carousel__slide {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-carousel__slide .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3rem;
  }
  .c-carousel__slide .slide__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 9rem;
  }
  .c-carousel__slide .slide__content .title {
    font-size: 2rem;
    margin: 0 0 3rem;
  }
  .c-carousel__slide .slide__content .desc {
    line-height: 1.8;
    font-size: clamp(14px, 1.6vw, 16px);
    margin: 0 0 1.25em;
  }
  .c-carousel__slide .slide__content .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-carousel__slide .slide__image {
    width: 100%;
  }
  .c-carousel__nav {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    z-index: 2;
  }
  .c-carousel__nav .nav-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border: 0;
    width: 5rem;
    height: 5rem;
    background: #D66A7B;
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    -webkit-transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
    transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
    transition: transform 0.15s ease, opacity 0.15s ease;
    transition: transform 0.15s ease, opacity 0.15s ease, -webkit-transform 0.15s ease;
  }
  .c-carousel__nav .nav-btn:hover {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .c-carousel__nav .nav-btn svg {
    width: 3rem;
    height: 3rem;
  }
}
/* Utility
------------------------------------------------------------ */
.u-container {
  width: 120rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.u-container.is-wide {
  width: 142rem;
}

.u-inner {
  padding: 0 3rem;
}

@media only screen and (max-width: 599px) {
  .u-container {
    width: 100%;
    padding: 0 1.5rem;
  }
  .u-container.is-narrow {
    max-width: 100%;
  }
  .u-inner {
    padding: 0 1rem;
  }
}
/*.u-flr { float: right;}
.u-fll { float: left;}
.u-clb { clear: both;}
.u-cll { clear:left;}
.u-clr { clear:right;}

.u-tac { text-align: center!important;}
.u-tar { text-align: right!important;}
.u-tal { text-align: left!important;}
.u-fwb { font-weight: bold!important;}
.u-fwn { font-weight: normal!important;}

.u-wsn { white-space: nowrap!important;}*/
.u-hidden {
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .u-hidden_pc {
    display: none !important; /* into tb */
  }
}
@media only screen and (max-width: 1024px) {
  .u-hidden_tb {
    display: none !important;
  }
}
@media only screen and (max-width: 599px) {
  .u-hidden_sm {
    display: none !important;
  }
}
/* image switch */
/*.u-switch {
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: switchMotion;
  animation-name: switchMotion;
}
@-webkit-keyframes switchMotion {
  0% { opacity: 0; }
  50% { opacity: 0.2; }
  100% { opacity: 1; }
}
@keyframes switchMotion {
  0% { opacity: 0; }
  50% { opacity: 0.2; }
  100% { opacity: 1; }
}*/
/* font */
.u-font_sans {
  font-family: YakuHanJPs, "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
}

.u-font_serif {
  font-family: YakuHanMPs, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 400;
}

.u-font_en {
  font-family: Century, Georgia, "Times New Roman", serif;
}

.u-fontS {
  font-size: 0.75em;
}

.u-fontM {
  font-size: 1.25em;
}

.u-fontL {
  font-size: 1.5em;
}

/* Acordion menu
------------------------------------------------------------ */
.u-accordion {
  cursor: pointer;
}
.u-accordion__content {
  display: none;
}

/* sp Acordion menu
------------------------------------------------------------ */
/*.u-spAcmenu {}
@include mq(sm) {
  .u-spAcmenu {
      display: block;
    &_trigger,
    &_content {
      display: block;
    }
    &_trigger {
      position: relative;
      padding-bottom: 40px;
      cursor: pointer;
      &::after {
        content: "＞";
        position: absolute;
        left: 50%;
        bottom: 5px;
        transform: rotate(90deg);
        font-size: 1rem;
        line-height: 1;
        z-index: 1;
      }
      &.active::after {
        transform: rotate(90deg);
      }
    }
    &_content {
      display: none;
    }
  }
}*/
/* form parts
------------------------------------------------------------ */
.u-tel01 input {
  width: 10rem;
}

.u-radio01 {
  display: inline-block;
}
.u-radio01 label {
  position: relative;
  cursor: pointer;
}
.u-radio01 label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.u-radio01 label > span {
  display: inline-block;
}
.u-radio01 label input[type=radio] + span {
  position: relative;
  padding: 0 2.5rem;
}
.u-radio01 label input[type=radio] + span::before,
.u-radio01 label input[type=radio] + span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: transparent;
}
.u-radio01 label input[type=radio] + span::before {
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #666;
  background-color: #fff;
  z-index: 0;
}
.u-radio01 label input[type=radio] + span::after {
  left: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
}
.u-radio01 label input[type=radio]:checked + span::after {
  background-color: #666;
}

@media only screen and (max-width: 599px) {
  .u-radio01 label input[type=radio] + span {
    padding: 0 20px;
  }
  .u-radio01 label input[type=radio] + span::before {
    width: 16px;
    height: 16px;
    z-index: 0;
  }
  .u-radio01 label input[type=radio] + span::after {
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: transparent;
  }
}
.u-checkbox01 {
  display: inline-block;
}
.u-checkbox01 label {
  position: relative;
  cursor: pointer;
}
.u-checkbox01 label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.u-checkbox01 label > span {
  display: inline-block;
}
.u-checkbox01 label input[type=checkbox] + span {
  position: relative;
  padding: 0 2.5rem;
}
.u-checkbox01 label input[type=checkbox] + span::before,
.u-checkbox01 label input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
}
.u-checkbox01 label input[type=checkbox] + span::before {
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #666;
  border-radius: 0;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
.u-checkbox01 label input[type=checkbox] + span::after {
  left: 0.5rem;
  width: 0.8rem;
  height: 1.4rem;
  margin: -9px 0 0 1px;
  z-index: 1;
}
.u-checkbox01 label input[type=checkbox]:checked + span::after {
  border: 3px solid #666;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 599px) {
  .u-checkbox01 label input[type=checkbox] + span {
    position: relative;
    padding: 0 2rem;
  }
  .u-checkbox01 label input[type=checkbox] + span::before {
    width: 1.4rem;
    height: 1.4rem;
  }
  .u-checkbox01 label input[type=checkbox] + span::after {
    left: 0.5rem;
    width: 0.6rem;
    height: 1rem;
    margin: -0.7rem 0 0 0;
    z-index: 1;
  }
  .u-checkbox01 label input[type=checkbox]:checked + span::after {
    border-width: 0 0.3rem 0.3rem 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.u-select01 {
  display: inline-block;
  position: relative;
}
.u-select01:before {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7rem 0.5rem 0 0.5rem;
  border-color: #000 transparent transparent transparent;
  z-index: 1;
  pointer-events: none;
}
.u-select01 select {
  width: 100%;
  padding: 0.5rem 3rem 0.5rem 1rem;
  border: 1px solid #fff;
  background: none #fff;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.u-select01 select::-ms-expand {
  display: none;
}

.mw_wp_form_confirm .u-select01::before {
  display: none;
}

@media only screen and (max-width: 599px) {
  .u-select01 {
    width: 100%;
  }
  .u-select01 select {
    width: 100%;
  }
  .u-select01 label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
  .u-select01 label select {
    margin-left: 1rem;
  }
}
.mw_wp_form_send_error {
  display: none;
}

/* WP template chk */
.u-wptemp {
  position: fixed;
  left: 20px;
  bottom: 30px;
  padding: 8px 20px;
  background-color: #0073aa;
  color: #fff;
  font-size: 10px;
  text-align: center;
  opacity: 0.7;
  z-index: 999;
}

/* material icon
------------------------------------------------------------ */
.material-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}/*# sourceMappingURL=common.css.map */