@charset "UTF-8";
/*
 * =====================================================
 *
 * [Standard css]
 *
 * - base.css 		: ベースレイアウト
 * - common.css 	: 要素用
 * - clear.css 		: clearfix用css
 *
 * =====================================================
 */
/*
 * =====================================================
 *
 * [variable]
 *
 * =====================================================
 */
/*
 * =====================================================
 *
 * ベースレイアウトCSS
 *
 * =====================================================
 */
/**
 * ---------------------------------------------------
 * font setting
 * ---------------------------------------------------
 */
/**
 * ---------------------------------------------------
 * reset
 * ---------------------------------------------------
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dl,
pre,
form,
blockquote,
fieldset,
input,
address,
figure,
picture,
figcaption,
main {
  margin: 0;
  padding: 0;
}

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

img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  width: initial;
  height: initial;
}

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

address {
  font-style: normal;
}

ul,
ol,
dl,
dt,
dd {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

caption {
  text-align: left;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

input,
textarea {
  border: none;
}

input[type=radio],
input[type=checkbox],
select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  color: #27231F;
  text-decoration: none;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 1px solid #000;
}

[tabindex="-1"]:focus {
  outline: none;
}

/**
 * ---------------------------------------------------
 * html
 * ---------------------------------------------------
 */
html {
  font-size: 62.5%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * ---------------------------------------------------
 * body
 * ---------------------------------------------------
 */
body {
  line-height: 2;
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #27231F;
  width: 100%;
  height: auto;
  position: relative;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow: visible;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.04em;
  background: #f5f1ed;
}

/**
 * ---------------------------------------------------
 * wrapper
 * ---------------------------------------------------
 */
#wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

/**
 * ---------------------------------------------------
 * header
 * ---------------------------------------------------
 */
#siteHeader {
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #f5f1ed;
}
#siteHeader .shInner {
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
  gap: 50px;
}
#siteHeader .logoWrap {
  margin-right: auto;
  position: relative;
  z-index: 60;
}
#siteHeader .siteTitleVox .sLogo {
  display: block;
}
#siteHeader .siteTitleVox .sLogo img {
  max-width: 257px;
}
#siteHeader .siteTitleVox a {
  display: block;
}

/**
 * ---------------------------------------------------
 * gNavOpener
 * ---------------------------------------------------
 */
/**
 * ---------------------------------------------------
 * main
 * ---------------------------------------------------
 */
#main {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}

/**
 * ---------------------------------------------------
 * siteFooter
 * ---------------------------------------------------
 */
#siteFooter {
  position: relative;
  z-index: 1;
  border-top: 2px solid #FE7A0B;
}
#siteFooter .sfInner {
  padding: 80px 0;
  position: relative;
}
#siteFooter .secInner {
  position: relative;
  z-index: 1;
}
#siteFooter .title {
  margin-bottom: 30px;
}
#siteFooter .title img {
  width: 257px;
}
#siteFooter .sfVox {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
#siteFooter .sfVox .leftVox {
  width: 240px;
  flex-shrink: 0;
}
#siteFooter .sfVox .leftVox address:not(:last-of-type) {
  margin-bottom: 20px;
}
#siteFooter .sfVox .leftVox .title01 {
  margin-bottom: 0.4em;
  font-weight: 500;
}
#siteFooter .sfVox .leftVox .txt {
  font-size: 1.4rem;
  line-height: 1.5;
}
#siteFooter .sfVox .leftVox .mB01 {
  margin-bottom: 0.5em;
}
#siteFooter .sfVox .rigthVox {
  flex: 1;
  min-width: 700px;
  padding-right: 25px;
}
#siteFooter .sfVox .rigthVox .sfNav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: nowrap;
  -webkit-column-gap: min(60px, 8.65%);
     -moz-column-gap: min(60px, 8.65%);
          column-gap: min(60px, 8.65%);
}
#siteFooter .sfVox .rigthVox .sfNav > li {
  font-size: 1.5rem;
  font-weight: 500;
}
#siteFooter .sfVox .rigthVox .sfNav > li .subList {
  margin-top: 0.8em;
}
#siteFooter .sfVox .rigthVox .sfNav > li .subList li {
  font-weight: 400;
  line-height: 1.5;
}
#siteFooter .sfVox .rigthVox .sfNav > li .subList li:not(:last-child) {
  margin-bottom: 0.3em;
}
#siteFooter .sfVox .rigthVox .sfNav > li .subList li span {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
}
#siteFooter .sfVox .rigthVox .sfNav > li .subList li span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../../images/content/content/ico-arrow02.svg) no-repeat center/contain;
  flex-shrink: 0;
  vertical-align: middle;
  top: -0.1em;
  position: relative;
}
#siteFooter .sfVox .rigthVox .sfNav .sfNavCol4 > ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.8em;
}
#siteFooter .sfVox .rigthVox .sfNav .sfNavCol4 > ul > li {
  width: -webkit-max-content;
  width: max-content;
}
#siteFooter .sfVox .rigthVox .snsList {
  display: flex;
  justify-content: flex-end;
  gap: 0 1em;
  margin-top: 30px;
}
#siteFooter .sfVox .rigthVox .snsList li a img {
  display: block;
}
#siteFooter #copyright {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  background: #fff;
  padding: 10px 0;
  line-height: 1.5;
  border-top: 1px solid #AC8E71;
}

/**
 * ---------------------------------------------------
 * gNav
 * ---------------------------------------------------
 */
#js-gNav {
  flex-shrink: 0;
}

#gNav .gNavInner {
  display: flex;
  align-items: center;
}
#gNav .gNavList {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: clamp(1.5rem, 1.6666666667vw, 2.4rem);
}
#gNav .gNavList > li {
  text-align: center;
  font-weight: 500;
  margin-top: 16px;
}
#gNav .gNavList > li > a, #gNav .gNavList > li > button {
  height: 64px;
  padding: 0 12px 24px;
  display: flex;
  align-items: flex-end;
}
#gNav .gNavList > li > a.mmParentBtn, #gNav .gNavList > li > button.mmParentBtn {
  position: relative;
}
#gNav .gNavList > li > a.mmParentBtn::after, #gNav .gNavList > li > button.mmParentBtn::after {
  content: "";
  position: absolute;
  margin: auto;
  width: 12px;
  height: 6px;
  background: url(../../images/content/content/ico-underArrow01.svg) no-repeat center/contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 14px;
}
#gNav .gNavList > li > a.mmParentBtn.is-active, #gNav .gNavList > li > button.mmParentBtn.is-active {
  background: #fff;
  border-radius: 4px 4px 0 0;
}
#gNav .gNavList > li > a.mmParentBtn.is-active::after, #gNav .gNavList > li > button.mmParentBtn.is-active::after {
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
#gNav .gNavList > li > a.hmBtn, #gNav .gNavList > li > button.hmBtn {
  display: none;
}
#gNav .gNavList > li .mMenu {
  display: none;
  background: #fff;
  width: 100%;
  text-align: left;
  padding: 40px 0;
}
#gNav .gNavList > li .mMenu.is-open {
  display: block;
  position: absolute;
  top: 80px;
  left: 0;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}
#gNav .gNavList > li .mMenu .secInner {
  display: flex;
  justify-content: space-between;
  gap: 40px 50px;
}
#gNav .gNavList > li .mMenu .secInner .mMenuTitleVox {
  flex-shrink: 0;
}
#gNav .gNavList > li .mMenu .secInner .mMenuTxtVox {
  max-width: 800px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
#gNav .gNavList > li .mMenu .secInner .mMenuTxtVox .closeBtnVox {
  margin-top: auto;
  text-align: right;
}
#gNav .gNavList > li .mMenu .secInner .mMenuTxtVox .closeBtnVox .closeBtn {
  font-size: 1.4rem;
  font-weight: 400;
}
#gNav .gNavList > li .mMenu .secInner .mMenuTxtVox .closeBtnVox .closeBtn span {
  display: flex;
  align-items: center;
  gap: 0 10px;
  text-decoration: underline;
}
#gNav .gNavList > li .mMenu .secInner .mMenuTxtVox .closeBtnVox .closeBtn span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../../images/content/content/ico-close01.svg) no-repeat center/contain;
}
#gNav .gNavList > li .mMenuList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-left: auto;
}
#gNav .gNavList > li .mMenuList > li {
  width: 240px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
}
#gNav .gNavList > li .mMenuList > li > a {
  display: block;
}
#gNav .gNavList > li .mMenuList > li > a .mMenuImg {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 8px;
}
#gNav .gNavList > li .mMenuList > li > a span {
  border-bottom: 1px solid #AC8E71;
  position: relative;
  display: flex;
  padding-bottom: 4px;
  padding-right: 20px;
}
#gNav .gNavList > li .mMenuList > li > a span::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url(../../images/content/content/ico-arrow01.svg) no-repeat center/contain;
  flex-shrink: 0;
  transition: 0.3s;
  content: "";
  position: absolute;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
#gNav .gNavList > li .subList {
  margin-top: 20px;
  margin-left: 16px;
}
#gNav .gNavList > li .subList > li {
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
#gNav .gNavList > li .subList > li:not(:last-child) {
  margin-bottom: 0.7em;
}
#gNav .gNavList > li .subList > li a {
  padding: 0.05em 0;
  display: block;
}
#gNav .gNavList > li .subList > li span {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
}
#gNav .gNavList > li .subList > li span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../../images/content/content/ico-arrow02.svg) no-repeat center/contain;
  flex-shrink: 0;
  vertical-align: middle;
  top: -0.1em;
  position: relative;
}
#gNav .gNavList > li .subList02 {
  margin-top: 10px;
}
#gNav .gNavList > li .subList02 li {
  line-height: 1.5;
  font-size: 1.7rem;
}
#gNav .gNavList > li .subList02 li a span {
  display: flex;
  gap: 0 8px;
}
#gNav .gNavList > li .subList02 li a span::before {
  margin-top: 0.5em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url(../../images/content/content/ico-arrow01.svg) no-repeat center/contain;
  flex-shrink: 0;
  transition: 0.3s;
}
#gNav .gNavList > li.homeLink {
  display: none;
}
#gNav .exSnsList {
  margin-right: clamp(2.5rem, 2.5vw, 3.6rem);
}
#gNav .exSnsList li img {
  display: block;
}
#gNav .exSnsList li.instagram {
  width: 23px;
}
#gNav .exNavList {
  display: flex;
  gap: 0 12px;
}
#gNav .exNavList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  min-height: 45px;
  line-height: 1.6;
  padding: 10px 20px;
  border-radius: 22px;
  letter-spacing: 0.064em;
  background: #27231F;
  color: #fff;
}
#gNav .exNavList li a.mail {
  background: linear-gradient(90deg, #FDC108 0%, #FE7A0B 50%, #FDC108 100%);
  background-size: 200% 100%;
  color: #583E24;
  transition: all 0.15s linear;
}
@media only screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  #gNav .exNavList li a.mail:hover {
    background-position: 100% 0;
  }
}
#gNav .exNavList li a.mail span {
  display: inline-flex;
  align-items: center;
  gap: 0 8px;
}
#gNav .exNavList li a.mail span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../images/content/content/ico-mail01.svg) no-repeat center/contain;
  flex-shrink: 0;
}
#gNav .exNavList02 {
  display: none;
}

/**
 * ---------------------------------------------------
 * js-pageTopVox
 * ---------------------------------------------------
 */
#js-pageTopVox {
  position: fixed;
  z-index: 58;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  display: none;
  transition: opacity 0.1s;
}
#js-pageTopVox button {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

/**
 ****************************************************
 *
 * hover
 *
 ****************************************************
 */
#gNavOpener {
  display: none !important;
}

/**
 ****************************************************
 *
 * screens larger than {1000}
 *
 ****************************************************
 */
@media only screen and (max-width: 1000px) {
  #gNavOpener {
    width: 106px;
    height: 44px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 3.84%;
    z-index: 60;
    display: block !important;
    background: linear-gradient(90deg, #FDC108 0%, #FE7A0B 50%, #FDC108 100%);
    background-size: 200% 100%;
    color: #583E24;
    transition: all 0.15s linear;
    border-radius: 22px;
  }
}
@media only screen and (max-width: 1000px) and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  #gNavOpener:hover {
    background-position: 100% 0;
  }
}
@media only screen and (max-width: 1000px) {
  #gNavOpener .openTxt {
    font-family: "Gantari", sans-serif;
    font-weight: 400;
    position: absolute;
    left: 44px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  #gNavOpener .line {
    position: absolute;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 20px;
    right: auto;
    width: 16px;
    height: 2px;
    background: #27231F;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: all 0.25s;
  }
  #gNavOpener .line:before, #gNavOpener .line::after {
    content: "";
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #27231F;
    transition: all 0.25s;
    top: 0;
    left: 0;
  }
  #gNavOpener .line:before {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  #gNavOpener .line:after {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  #gNavOpener[aria-expanded=true] .line {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #27231F;
  }
  #gNavOpener[aria-expanded=true] .line:before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    background: #27231F;
  }
  #gNavOpener[aria-expanded=true] .line:after {
    content: none;
  }
  #gNav {
    position: fixed;
    width: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
    max-width: none;
    top: 80px;
    right: 0;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
    height: calc(100% - 80px);
    visibility: hidden;
    z-index: 59;
  }
  #gNav[aria-hidden=false] {
    visibility: visible;
    opacity: 1;
  }
  #gNav[aria-hidden=false] .gNavInner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 25px 10% 30px;
  }
  #gNav .gNavInner {
    display: none;
    background: initial;
    background: #ECE2D8;
  }
  #gNav .gNavList {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    align-items: flex-start;
    gap: 0;
    order: 0;
    width: 100%;
  }
  #gNav .gNavList > li {
    width: 100%;
    text-align: left;
    padding: 0;
    margin-top: 20px;
  }
  #gNav .gNavList > li > a, #gNav .gNavList > li > button {
    height: auto;
    padding: 0;
    display: block;
  }
  #gNav .gNavList > li > a.mmParentBtn, #gNav .gNavList > li > button.mmParentBtn {
    position: relative;
    display: none;
  }
  #gNav .gNavList > li > a.hmBtn, #gNav .gNavList > li > button.hmBtn {
    display: block;
  }
  #gNav .gNavList > li .mMenu {
    display: block;
    background: none;
    padding: 8px 20px 0;
  }
  #gNav .gNavList > li .mMenu.is-open {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    max-height: none;
    overflow-y: visible;
  }
  #gNav .gNavList > li .mMenu .secInner {
    display: block;
    padding: 0;
  }
  #gNav .gNavList > li .mMenu .secInner .mMenuTitleVox {
    flex-shrink: 0;
  }
  #gNav .gNavList > li .mMenu .secInner .mMenuTitleVox .mMenuTitle {
    display: none;
  }
  #gNav .gNavList > li .mMenu .secInner .mMenuTxtVox {
    max-width: 100%;
    width: 100%;
    gap: 0;
  }
  #gNav .gNavList > li .mMenu .secInner .mMenuTxtVox .closeBtnVox {
    display: none;
  }
  #gNav .gNavList > li .mMenuList {
    flex-direction: column;
    gap: 0;
    margin-left: 0;
  }
  #gNav .gNavList > li .mMenuList > li {
    width: 100%;
    font-size: 1.4rem;
  }
  #gNav .gNavList > li .mMenuList > li a {
    display: block;
  }
  #gNav .gNavList > li .mMenuList > li a .mMenuImg {
    display: none;
  }
  #gNav .gNavList > li .mMenuList > li a span {
    padding: 0.05em 0;
    border-bottom: none;
  }
  #gNav .gNavList > li .mMenuList > li a span::after {
    content: none;
  }
  #gNav .gNavList > li .mMenuList > li span {
    display: flex;
    align-items: baseline;
    gap: 0.5em;
  }
  #gNav .gNavList > li .mMenuList > li span::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 8px;
    background: url(../../images/content/content/ico-arrow02.svg) no-repeat center/contain;
    flex-shrink: 0;
    vertical-align: middle;
    top: -0.1em;
    position: relative;
  }
  #gNav .gNavList > li .subList {
    display: none;
  }
  #gNav .gNavList > li .subList02 {
    margin-top: 0;
    display: none;
  }
  #gNav .gNavList > li .subList02 li {
    font-size: 1.4rem;
  }
  #gNav .gNavList > li:first-child {
    padding-right: calc(90px + 5.1%);
  }
  #gNav .gNavList > li.homeLink {
    display: block;
    font-size: 2.2rem;
    margin-top: 0;
    margin-bottom: 15px;
  }
  #gNav .gNavList > li.instagram {
    position: absolute;
    bottom: 30px;
    left: 10%;
  }
  #gNav .exSnsList {
    order: 3;
    margin-right: 0;
    margin-top: 25px;
  }
  #gNav .exNavList {
    margin: 12px 0;
    order: 1;
  }
  #gNav .exNavList li.lang {
    position: absolute;
    top: 22px;
    right: 5.1%;
  }
  #gNav .exNavList02 {
    display: block;
    order: 2;
    margin-bottom: 30ox;
  }
} /* END @media larger than 768 */
/**
 ****************************************************
 *
 * screens larger than {$bp}
 *
 ****************************************************
 */
/* END @media larger than 768 */
/**
 ****************************************************
 *
 * hover
 *
 ****************************************************
 */
@media only screen and (hover: hover) and (pointer: fine) and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  #siteHeader .gNavList a, #siteHeader .gNavList button {
    transition: opacity 0.2s ease-in 0s;
  }
  #siteHeader .gNavList a:hover, #siteHeader .gNavList button:hover {
    opacity: 0.6 !important;
  }
}
@media only screen and (hover: hover) and (pointer: fine) and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  #siteFooter a {
    transition: opacity 0.2s ease-in 0s;
  }
  #siteFooter a:hover {
    opacity: 0.6 !important;
  }
}
@media only screen and (hover: hover) and (pointer: fine) and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  #js-pageTopVox {
    transition: opacity 0.2s ease-in 0s;
  }
  #js-pageTopVox:hover {
    opacity: 0.6 !important;
  }
}
/* END @media larger than 768 */
/**
 ****************************************************
 *
 * screens smaller than 768
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  /**
  * ---------------------------------------------------
  * html
  * ---------------------------------------------------
  */
  /**
   * ---------------------------------------------------
   * body
   * ---------------------------------------------------
   */
  body {
    min-width: 0;
  }
  /**
   * ---------------------------------------------------
   * wrapper
   * ---------------------------------------------------
   */
  /**
   * ---------------------------------------------------
   * header
   * ---------------------------------------------------
   */
  #siteHeader .shInner {
    padding: 0 0 0 3.84%;
    min-width: 0;
    gap: 0;
  }
  #siteHeader .logoWrap {
    padding-right: calc(106px + 3.84% + 10px);
  }
  #siteHeader .siteTitleVox {
    position: relative;
  }
  #siteHeader .siteTitleVox .sLogo img {
    max-width: 200px;
    width: 100%;
  }
  #siteHeader .siteTitleVox a {
    display: flex;
  }
  #siteHeader .spHeaderInsta {
    display: block !important;
    position: absolute;
    top: calc(50% - 1px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 6.5rem;
    width: 22px;
    z-index: 60;
  }
  /**
   * ---------------------------------------------------
   * main
   * ---------------------------------------------------
   */
  /**
  * ---------------------------------------------------
  * siteFooter
  * ---------------------------------------------------
  */
  #siteFooter .sfInner {
    padding: 80px 0;
  }
  #siteFooter .title img {
    width: 200px;
  }
  #siteFooter .sfVox .leftVox {
    border-right: none;
    width: 100%;
  }
  #siteFooter .sfVox .rigthVox {
    display: none;
  }
  /**
  * ---------------------------------------------------
  * gNavOpener
  * ---------------------------------------------------
  */
  /**
   * ---------------------------------------------------
   * gNav
   * ---------------------------------------------------
   */
  #gNav .gNavInner::before {
    height: 56px;
  }
  /**
   * ---------------------------------------------------
   * js-pageTopVox
   * ---------------------------------------------------
   */
  #js-pageTopVox {
    right: 1rem;
    bottom: 3rem;
  }
  #js-pageTopVox button {
    width: 4.6rem;
    height: 4.6rem;
  }
} /* END @media smaller than $bp */
/*
 * =====================================================
 *
 * clearfix用CSS
 *
 * =====================================================
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/**
 * Dreamweaver作業時のみ
 */
/* .clearfix { overflow:hidden; } */
/*
 * =====================================================
 *
 * 汎用要素用CSS
 *
 * =====================================================
 */
/**
 * ---------------------------------------------------
 * white-space
 * ---------------------------------------------------
 */
.wsN {
  white-space: nowrap;
}

/**
 * ---------------------------------------------------
 * word-wrap
 * ---------------------------------------------------
 */
.wrBW {
  word-wrap: break-word;
}

/**
 * ---------------------------------------------------
 * 文字色装飾
 * ---------------------------------------------------
 */
.cWhite {
  color: #FFFFFF;
}

.cBlue {
  color: #016bb5;
}

.cRed {
  color: #E4050B;
}

.cGray {
  color: #666666;
}

.cYellow {
  color: #FFFF00;
}

/**
 * ---------------------------------------------------
 * 文字装飾
 * ---------------------------------------------------
 */
.decUline {
  text-decoration: underline;
}

.decNone {
  text-decoration: none;
}

/**
 * ---------------------------------------------------
 * 文字サイズ
 * ---------------------------------------------------
 */
.s70 {
  font-size: 70%;
}

.s80 {
  font-size: 80%;
}

.s90 {
  font-size: 90%;
}

.s100 {
  font-size: 100%;
}

.s110 {
  font-size: 110%;
}

.s120 {
  font-size: 120%;
}

.s130 {
  font-size: 130%;
}

.s140 {
  font-size: 140%;
}

.s150 {
  font-size: 150%;
}

.s160 {
  font-size: 160%;
}

.s170 {
  font-size: 170%;
}

.s180 {
  font-size: 180%;
}

.s190 {
  font-size: 190%;
}

.s200 {
  font-size: 200%;
}

/**
 * ---------------------------------------------------
 * 文字の太さ
 * ---------------------------------------------------
 */
.fwN {
  font-weight: normal;
}

.fwM {
  font-weight: 500;
}

.fwB {
  font-weight: bold;
}

/**
 * ---------------------------------------------------
 * 文字の高さ
 * ---------------------------------------------------
 */
.lh0-5 {
  line-height: 0.5;
}

.lh1 {
  line-height: 1;
}

.lh1-1 {
  line-height: 1.1;
}

.lh1-2 {
  line-height: 1.2;
}

.lh1-5 {
  line-height: 1.5;
}

.lh2 {
  line-height: 2;
}

/**
 * ---------------------------------------------------
 * レイアウト
 * ---------------------------------------------------
 */
.mA {
  margin: 0 auto !important;
}

.mLA {
  margin-left: auto !important;
}

.mRA {
  margin-right: auto !important;
}

.m0 {
  margin: 0 !important;
}

.m3 {
  margin: 3px !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mB3 {
  margin-right: 3px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR15 {
  margin-right: 15px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR25 {
  margin-right: 25px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR35 {
  margin-right: 35px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.mR45 {
  margin-right: 45px !important;
}

.mR50 {
  margin-right: 50px !important;
}

.mR60 {
  margin-right: 60px !important;
}

.mR70 {
  margin-right: 70px !important;
}

.mR100 {
  margin-right: 100px !important;
}

.mR110 {
  margin-right: 110px !important;
}

.mR120 {
  margin-right: 120px !important;
}

.mR130 {
  margin-right: 130px !important;
}

.mR140 {
  margin-right: 140px !important;
}

.mR150 {
  margin-right: 150px !important;
}

.mR160 {
  margin-right: 160px !important;
}

.mR170 {
  margin-right: 170px !important;
}

.mR180 {
  margin-right: 180px !important;
}

.mR190 {
  margin-right: 190px !important;
}

.mR200 {
  margin-right: 200px !important;
}

.mR210 {
  margin-right: 210px !important;
}

.mR220 {
  margin-right: 220px !important;
}

.mR230 {
  margin-right: 230px !important;
}

.mR240 {
  margin-right: 240px !important;
}

.mR250 {
  margin-right: 250px !important;
}

.mR260 {
  margin-right: 260px !important;
}

.mR280 {
  margin-right: 280px !important;
}

.mR300 {
  margin-right: 300px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB3 {
  margin-bottom: 3px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL1em {
  margin-left: 1em !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL15 {
  margin-left: 15px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL25 {
  margin-left: 25px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL35 {
  margin-left: 35px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL45 {
  margin-left: 45px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.mL55 {
  margin-left: 55px !important;
}

.mL60 {
  margin-left: 60px !important;
}

.mL70 {
  margin-left: 70px !important;
}

.mL80 {
  margin-left: 80px !important;
}

.mL85 {
  margin-left: 85px !important;
}

.mL105 {
  margin-left: 105px !important;
}

.mL110 {
  margin-left: 110px !important;
}

.mL115 {
  margin-left: 115px !important;
}

.mL120 {
  margin-left: 120px !important;
}

.mL130 {
  margin-left: 130px !important;
}

.mL140 {
  margin-left: 140px !important;
}

.mL150 {
  margin-left: 150px !important;
}

.mL170 {
  margin-left: 170px !important;
}

.mL200 {
  margin-left: 200px !important;
}

.mL225 {
  margin-left: 225px !important;
}

.mL270 {
  margin-left: 270px !important;
}

.p0 {
  padding: 0 !important;
}

.p3 {
  padding: 3px !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT2 {
  padding-top: 2px !important;
}

.pT3 {
  padding-top: 3px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pT80 {
  padding-top: 80px !important;
}

.pT100 {
  padding-top: 100px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR5 {
  padding-right: 5px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR15 {
  padding-right: 15px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR25 {
  padding-right: 25px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.pR35 {
  padding-right: 35px !important;
}

.pR40 {
  padding-right: 40px !important;
}

.pR45 {
  padding-right: 45px !important;
}

.pR50 {
  padding-right: 50px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL5 {
  padding-left: 5px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL15 {
  padding-left: 15px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL25 {
  padding-left: 25px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pL35 {
  padding-left: 35px !important;
}

.pL40 {
  padding-left: 40px !important;
}

.pL45 {
  padding-left: 45px !important;
}

.pL50 {
  padding-left: 50px !important;
}

/**
 * ---------------------------------------------------
 * float用スタイル
 * ---------------------------------------------------
 */
.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.fClear {
  clear: both;
}

.fClearL {
  clear: left;
}

.fClearR {
  clear: right;
}

.fN {
  float: none;
}

/**
 * ---------------------------------------------------
 * position用スタイル
 * ---------------------------------------------------
 */
.posRel {
  position: relative;
}

.posAbs {
  position: absolute;
}

.posT0R0 {
  right: 0px;
  top: 0px;
}

/**
 * ---------------------------------------------------
 * overflow
 * ---------------------------------------------------
 */
.ofHidden {
  overflow: hidden;
}

.ofAuto {
  overflow: auto;
}

.ofVisible {
  overflow: visible;
}

/**
 * ---------------------------------------------------
 * display用スタイル
 * ---------------------------------------------------
 */
.dspInline {
  display: inline;
}

.dspBlock {
  display: block;
}

.dspInlBlock {
  display: inline-block;
}

.dspNone {
  display: none;
}

/**
 * ---------------------------------------------------
 * 汎用行揃え用スタイル
 * ---------------------------------------------------
 */
.alignLeft {
  text-align: left !important;
}

.alignCenter {
  text-align: center !important;
}

.alignRight {
  text-align: right !important;
}

/**
 * ---------------------------------------------------
 * 汎用縦揃え用スタイル
 * ---------------------------------------------------
 */
.valignTop {
  vertical-align: top;
}

.valignMiddle {
  vertical-align: middle;
}

.valignBottom {
  vertical-align: bottom;
}

.valignTextBottom {
  vertical-align: text-bottom;
}

.valignSuper {
  vertical-align: super;
}

/**
 * ---------------------------------------------------
 * 汎用幅指定用スタイル
 * ---------------------------------------------------
 */
.w5 {
  width: 5px;
}

.w10em {
  width: 10em;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w30 {
  width: 30px;
}

.w40p {
  width: 40%;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w98p {
  width: 98%;
}

.w99p {
  width: 99%;
}

.w100 {
  width: 100px;
}

.w100p {
  width: 100%;
}

/**
 * ---------------------------------------------------
 * hasLayout true
 * ---------------------------------------------------
 */
.h1p {
  height: 1%;
}

.z1 {
  zoom: 1;
}

/**
 * ---------------------------------------------------
 * リスト用スタイル
 * ---------------------------------------------------
 */
.listTypeNone {
  list-style-type: none;
}

.listInside {
  list-style-position: inside;
}

.listOutside {
  list-style-position: outside;
}

.listTypeDisc {
  list-style-type: disc;
}

.listTypeSquare {
  list-style-type: square;
}

.listTypeCircle {
  list-style-type: circle;
}

.listTypeNum {
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 0px;
}

.listTypeNum li {
  list-style-type: none;
  padding: 0px 0px 0px 20px;
}

.listNumParentheses {
  list-style-type: none;
  list-style-position: inside;
}

.listNumParentheses li {
  counter-increment: cnt;
}

.listNumParentheses li:before {
  display: marker;
  content: "(" counter(cnt) ")";
}

/**
 * ---------------------------------------------------
 * 背景色用スタイル
 * ---------------------------------------------------
 */
.bgFFFFFF {
  background-color: #FFFFFF;
}

.bgE6ECE8 {
  background-color: #e6ece8;
}

.bgF0F0DC {
  background-color: #F0F0DC;
}

.bgF0EFEE {
  background-color: #F0EFEE;
}

.bgEBE6E1 {
  background-color: #EBE6E1;
}

.bgC9C9C9 {
  background-color: #C9C9C9;
}

/**
 * ---------------------------------------------------
 * ボーダー用スタイル
 * ---------------------------------------------------
 */
.bdr1s999 {
  border: 1px solid #999999;
}

.bdr1sCCC {
  border: 1px solid #CCCCCC;
}

.bdr1sBBB {
  border: 1px solid #BBBBBB;
}

.bdr1s5B5B5B {
  border: 1px solid #5B5B5B;
}

.bdr1do444444 {
  border: 1px dotted #444444;
}

.bdrTn {
  border-top: none !important;
}

.bdrRn {
  border-right: none !important;
}

.bdrBn {
  border-bottom: none !important;
}

.bdrLn {
  border-left: none !important;
}

.bdrN {
  border: none !important;
}

.bdrTop {
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
}

.bdrRight {
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
}

.bdrBottom {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

.bdrLeft {
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

/**
 * テキストインデント
 */
.tim1em {
  text-indent: -1em;
}

.ti1em {
  text-indent: 1em;
}

/**
 * カーソル
 */
.csrPtr {
  cursor: pointer;
}

/**
 * ---------------------------------------------------
 * css3 角丸ボーダー
 * ---------------------------------------------------
 */
.bdrRad3 {
  border-radius: 3px;
}

.bdrRad5 {
  border-radius: 5px;
}

/**
 * ワードブレイク
 */
.wbBrkA {
  word-break: break-all;
}

/**
 * IE png support用
 */
/**
 * 高さ合わせ
 */
/**
 * ホバーフェード
 */
/**
 * ロールオーバー
 */
/**
 * ホバーフェード(画像二枚版)
 */
/**
 * スムーススクロール
 */
/**
 * png画像→gif画像へ差し替え
 */
/**
 * PC画像⇔SP画像切替え
 */
/*
 * =====================================================
 *
 * [print用CSS]
 *
 * =====================================================
 */
/*
 * ================================================
 *
 * [背景]
 *
 * ================================================
 */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
/*
 * ================================================
 *
 * [btn]
 *
 * ================================================
 */
.btnS01 {
  background: linear-gradient(90deg, #FDC108 0%, #FE7A0B 50%, #FDC108 100%);
  background-size: 200% 100%;
  color: #583E24;
  transition: all 0.15s linear;
}
@media only screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .btnS01:hover {
    background-position: 100% 0;
  }
}
.btnS01 {
  min-height: 76px;
  width: 294px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 38px;
  line-height: 1.6;
  padding: 10px 60px;
  position: relative;
}
.btnS01::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url(../../images/content/content/ico-arrow01.svg) no-repeat center/contain;
  flex-shrink: 0;
  transition: 0.3s;
  content: "";
  position: absolute;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
}
.btnS01.maxContent {
  width: -webkit-max-content;
  width: max-content;
}
.btnS01.middle {
  width: 360px;
}
.btnS01.white {
  background: #FFF;
}
.btnS01 span {
  display: inline-flex;
  align-items: center;
}

.btnS02 {
  display: flex;
  padding: 4px 45px;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.75;
  border-radius: 28px;
  background: #FFF;
  position: relative;
}
.btnS02::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url(../../images/content/content/ico-arrow01.svg) no-repeat center/contain;
  flex-shrink: 0;
  transition: 0.3s;
  content: "";
  position: absolute;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  right: 26px;
}
.btnS02.medium {
  width: 227px;
}
.btnS02.yellow {
  background: #FDC108;
}

/**
 ****************************************************
 *
 * hover
 *
 ****************************************************
 */
@media only screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .btnS01:not(.hoverNone):hover::after {
    right: 30px;
  }
  .btnS01.white {
    transition: 0.3s;
  }
  .btnS01.white:not(.hoverNone):hover {
    background: #27231F;
    color: #FFF;
  }
  .btnS01.white:not(.hoverNone):hover::after {
    background-image: url(../../images/content/content/ico-arrow01-w.svg);
  }
  .btnS02 {
    transition: 0.3s;
  }
  .btnS02:not(.hoverNone):hover::after {
    right: 16px;
  }
}
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  .btnS01 {
    min-height: 60px;
    width: 254px;
    padding: 10px 50px 10px 30px;
  }
  .btnS01::after {
    right: 30px;
  }
  .btnS01.spHeightLarge {
    min-height: 76px;
  }
  .btnS01.maxContent {
    width: auto;
  }
  .btnS01.middle {
    width: 100%;
  }
  .btnS02 {
    padding: 4px 30px;
    border: 1px solid #27231F;
  }
}
/*
 * ================================================
 *
 * [heading]
 *
 * ================================================
 */
.hS01 {
  font-size: 6.8rem;
}
@media only screen and (max-width: 767px) {
  .hS01 {
    font-size: 4rem;
  }
}

.hS02 {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.0576em;
}
@media only screen and (max-width: 767px) {
  .hS02 {
    font-size: 3rem;
  }
}

.hS03 {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .hS03 {
    font-size: 2.2rem;
  }
}

.hS04 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .hS04 {
    font-size: 2rem;
  }
}

.hS05 {
  font-size: 1.8rem;
  line-height: 1.75;
}
.hS06 {
  font-size: 1.5rem;
  font-weight: 500;
}
.headS01 .en {
  font-weight: 500;
  line-height: 1.5;
  color: #FDC108;
}

.headS02 {
  background: #ECE2D8;
  border-radius: 8px;
  padding: 8px 12px;
}
.headS02.num {
  padding-left: 60px;
  position: relative;
}
.headS02.num .num {
  position: absolute;
  background: #FDC108;
  border-radius: 12px 0 0 12px;
  width: 48px;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: 1.25;
  font-family: "Gantari", sans-serif;
  font-weight: 600;
}

.headS03 span {
  display: flex;
  gap: 0 12px;
}
.headS03 span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #FE7A0B;
  flex-shrink: 0;
  border-radius: 50%;
  margin-top: 0.5em;
}

.enS01 {
  color: #AC8E71;
  line-height: 1.25;
  font-size: 6.8rem;
  font-family: "Gantari", sans-serif;
  font-weight: 300;
  position: relative;
}
.enS01.verticalTxt {
  text-align: left;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media only screen and (max-width: 767px) {
  .enS01.verticalTxt {
    -webkit-writing-mode: mixed;
        -ms-writing-mode: mixed;
            writing-mode: mixed;
  }
}
.enS01.verticalTxt {
  white-space: nowrap;
}
.enS01.verticalTxt::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 48px;
  background: url(../../images/content/content/ico-vertical01.svg) no-repeat center/contain;
  margin-bottom: 20px;
}

/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  .enS01 {
    font-size: 3.6rem;
  }
}
/*
 * ================================================
 *
 * [リスト]
 *
 * ================================================
 */
.ulListS01 li {
  display: flex;
  padding-left: 24px;
  position: relative;
}
.ulListS01 li::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  top: 0.45em;
  width: 16px;
  height: 16px;
  background: #FDC108;
  border-radius: 50%;
}
.ulListS01 li:not(:last-child) {
  margin-bottom: 4px;
}

.dlListS01 .dlItem {
  display: flex;
  gap: 0 6px;
}
.dlListS01 .dlItem:not(:last-child) {
  margin-bottom: 4px;
}
.dlListS01 .dlItem dt {
  flex-shrink: 0;
  min-width: 85px;
  max-width: 85px;
  min-height: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: 500;
}
.dlListS01 .dlItem dt::after {
  content: "／";
  display: inline-block;
  margin-left: 6px;
}

.dlListS02 {
  border-top: 1px solid #AC8E71;
}
.dlListS02.dashed {
  border: none;
}
.dlListS02.dashed .dlItem {
  border-bottom-style: dashed;
}
.dlListS02.dashed .dlItem:last-child {
  padding-bottom: 0;
  border: none;
}
.dlListS02 .dlItem {
  display: flex;
  gap: 0 20px;
  border-bottom: 1px solid #AC8E71;
  padding: 20px 0 20px 12px;
}
.dlListS02 .dlItem dt {
  width: 120px;
  font-weight: 500;
  flex-shrink: 0;
}
.dlListS02 .dlItem dd {
  flex-grow: 1;
}

/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  .dlListS02 .dlItem dt {
    width: 80px;
  }
}
/*
 * =====================================================
 *
 * [popup]
 *
 * =====================================================
 */
#alphaBg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 70;
  background: #fff;
  display: none;
  opacity: 0;
}

.popupWrapper {
  display: none;
  position: absolute;
  margin: auto;
  z-index: 100;
}
.popupWrapper .content {
  margin: 0 auto;
  position: relative;
}
.popupWrapper .closeVox {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 100;
}
.popupWrapper .popupCloseBt {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  display: block;
}
.popupWrapper .popupCloseBt span {
  width: 36px;
  height: 1px;
  background: #FDC108;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -18px;
}
.popupWrapper .popupCloseBt span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popupWrapper .popupCloseBt span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#popupContents {
  display: none;
}

#popupWrapperMovie {
  width: 1000px;
  left: 50%;
  margin-left: -500px;
}
#popupWrapperMovie .content {
  position: relative;
  padding-top: 56.25%;
  background: transparent;
}
#popupWrapperMovie .content iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/**
 ****************************************************
 *
 * hover
 *
 ****************************************************
 */
@media (hover: hover) and (pointer: fine) {
  .popupCloseBt {
    transition: 0.2s;
  }
  .popupCloseBt:hover {
    opacity: 0.6;
  }
} /* END body */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  .popupWrapper .closeVox {
    top: 1.5rem;
    right: 1.5rem;
  }
  .popupWrapper .popupCloseBt {
    width: 3rem;
    height: 3rem;
  }
  .popupWrapper .popupCloseBt span {
    width: 3rem;
    margin: -1px 0 0 -1.5rem;
  }
}
/*
 * ================================================
 *
 * [table レイアウト]
 *
 * ================================================
 */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
/*
 * =====================================================
 *
 * [form]
 *
 * =====================================================
 */
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

button,
input[type=submit] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  font-family: inherit;
}

input,
textarea,
select {
  line-height: 1.6;
  margin: 0;
  font-family: inherit;
  background: #fff;
  color: currentColor;
  border-radius: 4px;
  border: 1px solid #AAA;
  padding: 0.8em;
}
input:focus,
textarea:focus,
select:focus {
  outline: 1px solid #FDC108;
  background: #fff;
}
input.medium,
textarea.medium,
select.medium {
  width: 162px;
}
input.full,
textarea.full,
select.full {
  width: 100%;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input.formText[type=text],
input.formText[type=tel],
input.formText[type=password],
input.formText[type=number],
input.formText[type=email],
textarea.formText,
select.formSelect {
  padding: 0.8em;
  font-size: 1.6rem;
}
input.formText[type=text]::-webkit-input-placeholder, input.formText[type=tel]::-webkit-input-placeholder, input.formText[type=password]::-webkit-input-placeholder, input.formText[type=number]::-webkit-input-placeholder, input.formText[type=email]::-webkit-input-placeholder, textarea.formText::-webkit-input-placeholder, select.formSelect::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 400;
}
input.formText[type=text]:-ms-input-placeholder, input.formText[type=tel]:-ms-input-placeholder, input.formText[type=password]:-ms-input-placeholder, input.formText[type=number]:-ms-input-placeholder, input.formText[type=email]:-ms-input-placeholder, textarea.formText:-ms-input-placeholder, select.formSelect:-ms-input-placeholder {
  color: #bbb;
  font-weight: 400;
}
input.formText[type=text]::-ms-input-placeholder, input.formText[type=tel]::-ms-input-placeholder, input.formText[type=password]::-ms-input-placeholder, input.formText[type=number]::-ms-input-placeholder, input.formText[type=email]::-ms-input-placeholder, textarea.formText::-ms-input-placeholder, select.formSelect::-ms-input-placeholder {
  color: #bbb;
  font-weight: 400;
}
input.formText[type=text]::placeholder,
input.formText[type=tel]::placeholder,
input.formText[type=password]::placeholder,
input.formText[type=number]::placeholder,
input.formText[type=email]::placeholder,
textarea.formText::placeholder,
select.formSelect::placeholder {
  color: #bbb;
  font-weight: 400;
}

.formErrVox {
  display: none;
  border: 10px solid #ffdada;
  padding: 10px;
  color: #c00000 !important;
  background: #fff;
}

.formText.long {
  width: 100%;
}

select.formSelect.middle {
  width: 250px;
}

.formItemWrap {
  max-width: 850px;
  margin: 0 auto;
}

.formItem {
  display: flex;
  font-size: 1.6rem;
  gap: 0 20px;
}
.formItem:not(:last-child) {
  margin-bottom: 30px;
}
.formItem > dt {
  width: 190px;
  min-width: 190px;
  padding: 0.4em 0;
}
.formItem > dt .rItem {
  font-size: 1.4rem;
  display: inline-flex;
  line-height: 1;
  padding: 5px 4px 7px 4px;
  justify-content: center;
  align-items: flex-end;
  background: #F00;
  font-weight: 400;
  color: #fff;
  margin-left: 0.6em;
}
.formItem > dd {
  width: 640px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.formItem > dd .formCheck {
  display: flex;
  align-items: center;
  gap: 0.8em;
  cursor: pointer;
}
.formItem > dd .formCheck:not(:last-child) {
  margin-bottom: 0.8rem;
}
.formItem > dd .radio-input {
  accent-color: #FDC108;
  width: 16px;
  height: 16px;
  margin-top: 0.1em;
}
form .privacyVox {
  margin-top: 65px;
  text-align: center;
}
form .privacyVox .checkWrap {
  text-align: center;
}

body.form .submitVox {
  margin: 80px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3em;
}

/*
 * ================================================
 *
 * [checked]
 *
 * ================================================
 */
body.checked .submitVox {
  margin-top: 70px;
}

/*
 * ================================================
 *
 * [error]
 *
 * ================================================
 */
body.error .formErrVox {
  display: block;
  margin-bottom: 15px;
}
body.error .caution {
  margin-top: 5px;
  color: #c00000;
  font-size: 1.5rem;
}
body.error .formItem > dd {
  padding: 1em;
}

/*
 * ================================================
 *
 * [finish]
 *
 * ================================================
 */
body.finish .desc + .desc {
  margin-top: 1em;
}

/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  input.medium,
  textarea.medium,
  select.medium {
    width: 16.2rem;
  }
  .formItemWrap {
    max-width: 100%;
    padding: 0;
  }
  .formItem {
    display: block;
  }
  .formItem:not(:last-child) {
    margin-bottom: 2rem;
  }
  .formItem > dt {
    width: 100%;
    min-width: 100%;
    padding: 0.6em 0;
  }
  .formItem > dd {
    width: 100%;
  }
  form .privacyVox {
    margin-top: 5rem;
  }
  body.form .submitVox {
    margin-top: 4rem;
    flex-direction: column;
    gap: 1.5em;
  }
  /*
   * ================================================
   *
   * [checked]
   *
   * ================================================
   */
  body.checked .submitVox {
    margin-top: 7rem;
  }
}
/*
 * =====================================================
 *
 * [wp]
 *
 * =====================================================
 */
.postVoxS01 .headVox.type02 .head {
  margin-bottom: 40px;
}
.postVoxS01 .headVox.type02 .flexVox .img {
  width: 560px;
  aspect-ratio: 560/280;
  flex-shrink: 1;
  min-width: 300px;
}
.postVoxS01 .headVox.type02 .flexVox .txtVox {
  max-width: 400px;
}
.postVoxS01 .headVox .flexVox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 40px;
}
.postVoxS01 .headVox .flexVox .txtVox {
  flex-grow: 1;
}
.postVoxS01 .headVox .flexVox .txtVox .head {
  position: relative;
  margin-bottom: 20px;
}
.postVoxS01 .headVox .flexVox .txtVox .head .title01 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 1.75;
  background: #fff;
  letter-spacing: 0.072em;
  padding: 4px 20px;
  border-radius: 4px;
}
.postVoxS01 .headVox .flexVox .txtVox .head .copy01 {
  margin-bottom: 12px;
}
.postVoxS01 .headVox .flexVox .img {
  width: 300px;
  height: auto;
  aspect-ratio: 300/217;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.postVoxS01 .headVox .flexVox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.postVoxS01 .headVox .flexVox .txt {
  margin-bottom: 20px;
}
.postVoxS01 .subSec:not(:last-child) {
  margin-bottom: 40px;
}
.postVoxS01 .subSec .headS02 {
  margin-bottom: 20px;
}
.postVoxS01 .subSec .cnt {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.postVoxS01 .subSec .galleryVox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.6%;
}
.postVoxS01 .subSec .galleryVox .img {
  width: 49.2%;
}
.postVoxS01 .subSec .galleryVox .img figcaption {
  margin-top: 8px;
}
.postVoxS01 .subSec .ytVox {
  margin: 0 20px;
}
.postVoxS01 .managerVox {
  background: #fff;
  border-radius: 12px;
  margin-top: 40px;
  padding: 40px 54px;
}
.postVoxS01 .managerVox .headS03 {
  margin-bottom: 20px;
}
.postVoxS01 .managerVox .flexVox01 {
  display: flex;
  gap: 24px;
}
.postVoxS01 .managerVox .flexVox01 .img {
  width: 180px;
  height: auto;
  overflow: hidden;
  flex-shrink: 0;
  aspect-ratio: 180/180;
}
.postVoxS01 .managerVox .flexVox01 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.postVoxS01 .managerVox .flexVox01 .txtVox {
  flex-grow: 1;
}
.postVoxS01 .managerVox .flexVox01 .txtVox .nameVox {
  text-align: right;
  line-height: 1.75;
  margin-top: 25px;
}
.postVoxS01 .managerVox .flexVox01 .txtVox .nameVox .name {
  font-size: 1.8rem;
  line-height: 1.75;
}
.postVoxS01 .postCnt {
  margin: 0 auto;
  position: relative;
}

/** ページネーション*/
.navigation {
  text-align: center;
  margin: 60px 0 0;
}
.navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 20px;
}
.navigation .nav-links .page-numbers {
  position: relative;
  text-align: center;
  line-height: 4rem;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .navigation .nav-links .page-numbers {
    font-size: 2rem;
  }
}
.navigation .nav-links .page-numbers {
  font-weight: 500;
  text-decoration: underline;
  transition: background 0.3s, color 0.3s;
}
.navigation .nav-links .page-numbers.current {
  color: #fff;
  background: #FE7A0B;
  text-decoration: none;
}
.navigation .nav-links .page-numbers.dots {
  border: none;
  background: none;
  text-decoration: none;
}
.navigation .nav-links .page-numbers.dots:after {
  display: none;
}
.navigation .nav-links .page-numbers.prev, .navigation .nav-links .page-numbers.next {
  background: none;
  border: none;
  width: 10px;
}
.navigation .nav-links .page-numbers.prev:after, .navigation .nav-links .page-numbers.next:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 20px;
  background: url(../../images/content/content/ico-arrow02.svg) center/contain no-repeat;
}
.navigation .nav-links .page-numbers.prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
/**
 ****************************************************
 *
 * hover
 *
 ****************************************************
 */
@media (hover: hover) and (pointer: fine) {
  .navigation .nav-links .page-numbers:not(.dots):not(.prev):not(.next) {
    transition: opacity 0.3s;
    opacity: 1;
  }
  .navigation .nav-links .page-numbers:not(.dots):not(.prev):not(.next):hover {
    opacity: 0.7;
  }
  .navigation .nav-links .page-numbers.prev, .navigation .nav-links .page-numbers.next {
    transition: opacity 0.3s;
    opacity: 1;
  }
  .navigation .nav-links .page-numbers.prev:hover, .navigation .nav-links .page-numbers.next:hover {
    opacity: 0.7;
  }
}
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  .postVoxS01 .headVox.type02 .head {
    margin-bottom: 30px;
  }
  .postVoxS01 .headVox.type02 .flexVox .img {
    width: 100%;
    min-width: 0;
  }
  .postVoxS01 .headVox.type02 .flexVox .txtVox {
    max-width: 100%;
  }
  .postVoxS01 .headVox .flexVox {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .postVoxS01 .headVox .flexVox .img {
    width: 100%;
  }
  .postVoxS01 .subSec:not(:last-child) {
    margin-bottom: 40px;
  }
  .postVoxS01 .subSec .headS02 {
    margin-bottom: 20px;
  }
  .postVoxS01 .subSec .cnt {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  .postVoxS01 .subSec .galleryVox {
    flex-direction: column;
    gap: 20px;
  }
  .postVoxS01 .subSec .galleryVox .img {
    width: 100%;
  }
  .postVoxS01 .subSec .ytVox {
    margin: 0;
  }
  .postVoxS01 .managerVox {
    padding: 20px;
  }
  .postVoxS01 .managerVox .headS03 {
    margin-bottom: 20px;
  }
  .postVoxS01 .managerVox .flexVox01 {
    flex-direction: column;
    gap: 24px;
  }
  .postVoxS01 .managerVox .flexVox01 .img {
    width: 100%;
  }
  /** ページネーション*/
  .navigation .nav-links {
    gap: 1rem;
  }
  .navigation .nav-links .page-numbers {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .navigation .nav-links .page-numbers.prev:after, .navigation .nav-links .page-numbers.next:after {
    width: 18px;
    height: 18px;
  }
  .navigation .nav-links .page-numbers.prev.prev, .navigation .nav-links .page-numbers.next.prev {
    margin-right: 0;
  }
  .navigation .nav-links .page-numbers.prev.next, .navigation .nav-links .page-numbers.next.next {
    margin-left: 0;
  }
}
/*
 * =====================================================
 *
 * [content]
 *
 * =====================================================
 */
/**
 * ---------------------------------------------------
 * 幅指定
 * ---------------------------------------------------
 */
.w33p {
  width: 33%;
}

.w48p {
  width: 48%;
}

.w49p {
  width: 49%;
}

.w50p {
  width: 50%;
}

.w90p {
  width: 90%;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w1em {
  width: 1em;
}

.w2em {
  width: 2em;
}

.w3em {
  width: 3em;
}

.w4em {
  width: 4em;
}

.w5em {
  width: 5em;
}

.w6em {
  width: 6em;
}

.w7em {
  width: 7em;
}

.w8em {
  width: 8em;
}

.w9em {
  width: 9em;
}

.w10em {
  width: 10em;
}

.w11em {
  width: 11em;
}

.w12em {
  width: 12em;
}

.w13em {
  width: 13em;
}

.w14em {
  width: 14em;
}

.w15em {
  width: 15em;
}

.w16em {
  width: 16em;
}

.w17em {
  width: 17em;
}

.w18em {
  width: 18em;
}

.w19em {
  width: 19em;
}

.w20em {
  width: 20em;
}

.contentWidth {
  width: 1160px;
  margin: 0 auto;
}

.secInner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.secInner.small {
  max-width: 880px;
}

/**
 * ---------------------------------------------------
 * レイアウト
 * ---------------------------------------------------
 */
body .mR1em {
  margin-right: 1em;
}
body .mL1hem {
  margin-left: 1.5em;
}
body .mL2em {
  margin-left: 2em;
}
body .mL2hem {
  margin-left: 2.5em;
}
body .mL3em {
  margin-left: 3em;
}
body .mL3hem {
  margin-left: 3.5em;
}
body .mL4em {
  margin-left: 4em;
}
body .mL4hem {
  margin-left: 4.5em;
}
body .mL5em {
  margin-left: 5em;
}
body .mL6em {
  margin-left: 6em;
}
body .mL7em {
  margin-left: 7em;
}
body .mL8em {
  margin-left: 8em;
}
body .mB60 {
  margin-bottom: 60px;
}
body .mB70 {
  margin-bottom: 70px;
}
body .mB80 {
  margin-bottom: 80px;
}
body .mTv01 {
  margin-top: 2rem;
}
body .bdr01 {
  border-radius: 12px;
}
body .mbS1em {
  margin-bottom: 1em !important;
}
body .mbS01 {
  margin-bottom: 12px !important;
}
body .mbS02 {
  margin-bottom: 20px !important;
}
body .mbS03 {
  margin-bottom: 32px !important;
}
body .mbS04 {
  margin-bottom: 40px !important;
}
body .mbS05 {
  margin-bottom: 50px !important;
}
body .mbS06 {
  margin-bottom: 60px !important;
}
body .mbS08 {
  margin-bottom: 80px !important;
}
body .mbS10 {
  margin-bottom: 100px !important;
}
body .mbS12 {
  margin-bottom: 120px !important;
}

/**
 * ---------------------------------------------------
 * 文字サイズ
 * ---------------------------------------------------
 */
body .s0-8r {
  font-size: 0.8rem;
}
body .s1-0r {
  font-size: 1rem;
}
body .s1-1r {
  font-size: 1.1rem;
}
body .s1-2r {
  font-size: 1.2rem;
}
body .s1-3r {
  font-size: 1.3rem;
}
body .s1-4r {
  font-size: 1.4rem;
}
body .s1-5r {
  font-size: 1.5rem;
}
body .s1-6r {
  font-size: 1.6rem;
}
body .s1-7r {
  font-size: 1.7rem;
}
body .s1-8r {
  font-size: 1.8rem;
}
body .s1-9r {
  font-size: 1.9rem;
}
body .s2-0r {
  font-size: 2rem;
}
body .s2-1r {
  font-size: 2.1rem;
}
body .s2-2r {
  font-size: 2.2rem;
}
body .s2-3r {
  font-size: 2.3rem;
}
body .s2-4r {
  font-size: 2.4rem;
}
body .s2-5r {
  font-size: 2.5rem;
}
body .s2-6r {
  font-size: 2.6rem;
}
body .s2-8r {
  font-size: 2.8rem;
}
body .s2-9r {
  font-size: 2.9rem;
}
body .s3-0r {
  font-size: 3rem;
}
body .s3-4r {
  font-size: 3.4rem;
}
body .s3-5r {
  font-size: 3.5rem;
}
body .s3-8r {
  font-size: 3.8rem;
}
body .s4-0r {
  font-size: 4rem;
}
body .s5-0r {
  font-size: 5rem;
}

/**
 * ---------------------------------------------------
 * line-height
 * ---------------------------------------------------
 */
.lS00 {
  line-height: 1;
}

.lS01 {
  line-height: 1.1;
}

.lS02 {
  line-height: 1.3;
}

.lS03 {
  line-height: 1.5;
}

.lS04 {
  line-height: 1.75;
}

.lS05 {
  line-height: 2;
}

/**
 * ---------------------------------------------------
 * letter-spacing
 * ---------------------------------------------------
 */
.lsS00 {
  letter-spacing: 0 !important;
}

.lsS01 {
  letter-spacing: 0.04em !important;
}

/**
 * ---------------------------------------------------
 * fontfamily
 * ---------------------------------------------------
 */
/**
 * ---------------------------------------------------
 * 汎用
 * ---------------------------------------------------
 */
.full {
  width: 100% !important;
}

.fwSB {
  font-weight: 600;
}

.bgWhite {
  background: #fff;
}

.baseColor {
  color: #FDC108 !important;
}

.whiteColor {
  color: #fff !important;
}

.textColor {
  color: #27231F !important;
}

.subColor {
  color: #0076C5 !important;
}

.bgS01 {
  background: #ECE2D8 !important;
}

.jp01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.jp02 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.en {
  font-family: "Gantari", sans-serif;
  font-weight: 400;
}

.note {
  text-indent: -1em;
  padding-left: 1em;
}
.note.note01 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.note.noIndent {
  text-indent: 0;
  padding-left: 0;
}

.mlrAuto {
  margin-left: auto;
  margin-right: auto;
}

.txt {
  letter-spacing: 0.04em;
}
.txt + .txt {
  margin-top: 2em;
}

.borderLeftNone {
  border-left: none !important;
}

.flexVox {
  display: flex;
}

.uppercase {
  text-transform: uppercase;
}

.verticalTxt {
  text-align: left;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media only screen and (max-width: 767px) {
  .verticalTxt {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.verticalTxt {
  white-space: nowrap;
}

body.lower.localMenu .mainArtCnt {
  padding-bottom: 0;
}

.mainArtCnt {
  padding: 0 0 70px;
  position: relative;
}

.mainHead {
  margin-bottom: 80px;
}
.mainHead .mainTitle:after {
  content: none;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  aspect-ratio: 1000/200;
  margin-top: 40px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: cover;
}

.linkS01 span {
  display: inline-block;
}
.linkS01 span::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../../images/content/content/ico-arrow01.svg) no-repeat center/contain;
  margin-left: 5px;
}

.icoBlank::after {
  content: "";
  display: inline-block;
  margin-left: 1rem;
  vertical-align: baseline;
  width: 15px;
  height: 11px;
  background: url(../../images/content/content/ico-blank01.svg) no-repeat center/contain;
}

.ytVox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.ytVox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.fS01 {
  font-size: 1.4rem;
}

.fS02 {
  font-size: 1.5rem;
}

.contactVox .contactWrap {
  padding: 80px 0 0;
}
.contactVox .head {
  margin-bottom: 60px;
}
.contactVox .head .title01 {
  text-align: center;
}
.contactVox .head .title01 span {
  display: inline-flex;
  align-items: center;
  gap: 0 40px;
}
.contactVox .head .title01 span::before, .contactVox .head .title01 span::after {
  content: "";
  display: block;
  width: 48px;
  height: 12px;
  background: url(../../images/content/content/ico-side01.svg) no-repeat center/contain;
  top: 6px;
  position: relative;
}
.contactVox .flexVox {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 0 5.17%;
}
.contactVox .flexVox .telVox, .contactVox .flexVox .mailVox {
  background: #ECE2D8;
  border-radius: 40px 40px 0 0;
  padding: 6.89%;
  width: 550px;
  text-align: center;
}
.contactVox .flexVox .telVox .title02, .contactVox .flexVox .mailVox .title02 {
  margin-bottom: 20px;
}
.contactVox .flexVox .telVox .subTxt, .contactVox .flexVox .mailVox .subTxt {
  font-size: 1.4rem;
  line-height: 1.5;
}
.contactVox .flexVox .telVox .btnVox, .contactVox .flexVox .mailVox .btnVox {
  margin: 0 auto 20px;
  max-width: 326px;
}
.contactVox .flexVox .telVox .telTxt {
  font-family: "Gantari", sans-serif;
  font-weight: 200;
  font-size: 4.2rem;
  font-size: clamp(2.8rem, 3vw, 4.2rem);
  letter-spacing: 0;
  line-height: 1.25;
  min-height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  flex-wrap: wrap;
  text-transform: uppercase;
}
.contactVox .flexVox .telVox .telTxt a {
  color: #27231F;
}
.contactVox .flexVox .telVox .telTxt .tel {
  font-weight: 500;
}

.layoutVoxS01 {
  display: flex;
  justify-content: space-between;
}
.layoutVoxS01 .enTitleVox {
  flex-shrink: 0;
  width: calc(4em + 20px);
}
.layoutVoxS01 .enTitleVox p {
  margin-left: -0.3em;
}
.layoutVoxS01 .mainVox {
  max-width: 1000px;
  width: 100%;
}
.layoutVoxS01 .mainVox .head01 {
  margin-bottom: 20px;
}

.layoutVoxS02 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 0 60px;
}
.layoutVoxS02:not(:last-child) {
  margin-bottom: 60px;
}
.layoutVoxS02 .imgVox {
  width: 460px;
  flex-shrink: 0;
}
.layoutVoxS02 .txtVox {
  flex-grow: 1;
}

.cateS01 {
  display: inline-flex;
  min-width: 98px;
  height: 28px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #FDC108;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 4px;
}

.newsListS01 .item {
  border-bottom: 1px dashed #583E24;
  padding-bottom: 20px;
}
.newsListS01 .item:not(:last-child) {
  margin-bottom: 20px;
}
.newsListS01 .item a {
  display: block;
  position: relative;
  padding-right: 50px;
  padding: 8px 50px 8px 8px;
}
.newsListS01 .item a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url(../../images/content/content/ico-arrow01.svg) no-repeat center/contain;
  flex-shrink: 0;
  transition: 0.3s;
  content: "";
  position: absolute;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  z-index: 1;
}
.newsListS01 .item article {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
  position: relative;
  z-index: 1;
}
.newsListS01 .item article .imgVox {
  max-width: 200px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  aspect-ratio: 200/140;
}
.newsListS01 .item article .imgVox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsListS01 .item article .txtVox {
  padding: 8px 0;
  max-width: 780px;
}
.newsListS01 .item article .txtVox .topVox {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.newsListS01 .item article .txtVox .topVox time {
  color: #583E24;
  font-size: 1.4rem;
}

.justifyCenter {
  justify-content: center;
}

.gMapVox {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.gMapVox iframe {
  width: 100%;
  height: 100%;
}

.breadcrumbVox {
  padding: 2px 0;
  position: relative;
  margin-bottom: 100px;
  background: #fff;
}
.breadcrumbVox .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbVox .list li {
  position: relative;
  white-space: break-spaces;
  font-size: 1.4rem;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbVox .list li a {
    transition: opacity 0.2s ease-in 0s;
  }
  .breadcrumbVox .list li a:hover {
    opacity: 0.6 !important;
  }
}
.breadcrumbVox .list li:not(:last-child):after {
  content: "＞";
  margin: 0 0.5em;
}
.cmsListS01 {
  display: flex;
  flex-wrap: wrap;
  gap: 43px 13px;
}
.cmsListS01 article {
  width: 240px;
}
@media (hover: hover) and (pointer: fine) {
  .cmsListS01 article a {
    transition: opacity 0.2s ease-in 0s;
  }
  .cmsListS01 article a:hover {
    opacity: 0.6 !important;
  }
}
.cmsListS01 article .img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.cmsListS01 article .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmsListS01 article .txtVox01 {
  margin-top: 8px;
}
.cmsListS01 article .txtVox01 .title01 {
  font-size: 1.5rem;
  line-height: 1.5;
}
.cmsListS01 article .txtVox01 .title01 span {
  display: flex;
  gap: 0 8px;
}
.cmsListS01 article .txtVox01 .title01 span::before {
  margin-top: 0.5em;
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url(../../images/content/content/ico-arrow01.svg) no-repeat center/contain;
  flex-shrink: 0;
  transition: 0.3s;
}

.cmsListS02 article:not(:last-child) {
  margin-bottom: 20px;
}
.cmsListS02 article .inner {
  display: flex;
  align-items: flex-start;
  gap: 0 34px;
  padding: 32px;
  background: #fff;
  border-radius: 20px;
}
.cmsListS02 article .img {
  width: 260px;
  height: auto;
  aspect-ratio: 260/188;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.cmsListS02 article .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmsListS02 article .txtVox01 {
  width: calc(100% - 294px);
}
.cmsListS02 article .txtVox01 .title01 {
  border-radius: 4px;
  background: #F6F2EF;
  color: #000;
  padding: 4px 20px;
  margin-bottom: 20px;
}
.cmsListS02 article .txtVox01 .copy01 {
  margin-bottom: 4px;
}
.cmsListS02 article .txtVox01 .btnVox01 {
  margin-top: 20px;
}
.cmsListS02 article .txtVox01 .btnVox01 .btnS02 {
  margin-left: auto;
}

.linkIndexVoxS01.bgVox {
  padding: 80px;
  margin-top: 120px;
}
.linkIndexVoxS01.bgVox .secInner {
  padding: 0 95px;
}
.linkIndexVoxS01 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.linkIndexVoxS01 ul li {
  width: 320px;
}
.linkIndexVoxS01 ul li .inner {
  display: block;
  padding: 20px 16px;
  border-radius: 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .linkIndexVoxS01 ul li .inner {
    transition: opacity 0.2s ease-in 0s;
  }
  .linkIndexVoxS01 ul li .inner:hover {
    opacity: 0.6 !important;
  }
}
.linkIndexVoxS01 ul li .linkTxt {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 7px;
  justify-content: space-between;
  margin-top: 12px;
}
.linkIndexVoxS01 ul li .linkTxt::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url(../../images/content/content/ico-arrow01.svg) no-repeat center/contain;
  flex-shrink: 0;
  transition: 0.3s;
  margin-right: 8px;
}

.secVox:not(:last-child) {
  margin-bottom: 80px;
}
.secVox .subSec:not(:last-child) {
  margin-bottom: 40px;
}
.secVox .subSec .childSec:not(:last-child) {
  margin-bottom: 32px;
}

/**
 ****************************************************
 *
 * hover
 *
 ****************************************************
 */
@media only screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .newsListS01 .item a::before {
    content: "";
    position: absolute;
    margin: auto;
    width: 0;
    height: 100%;
    background: #F5F1ED;
    top: 0;
    left: 0;
    border-radius: 10px 0 0 10px;
    z-index: 0;
    transition: 0.3s ease-out;
  }
  .newsListS01 .item a:hover::before {
    width: 100%;
  }
  .newsListS01 .item a:hover::after {
    right: 20px;
  }
  .cmsListS02 article .inner:hover .btnS02::after {
    right: 16px;
  }
}
/**
 ****************************************************
 *
 * screens larger than $bp
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  .pcDspNone {
    display: none !important;
  }
  .pcAlignCenter {
    text-align: center !important;
  }
  .trOp01 {
    transition: opacity 0.2s linear;
  }
  .trOp01:hover, .trOp01.active {
    opacity: 0.6 !important;
  }
} /*  @media END */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  .spDspNone {
    display: none !important;
  }
  .spAlignCenter {
    text-align: center !important;
  }
  .spAlignRight {
    text-align: right !important;
  }
  .spAlignLeft {
    text-align: left !important;
  }
  .contentWidth {
    width: auto;
    padding: 0 20px;
  }
  .secInner {
    padding: 0 5%;
  }
  .fitImg {
    max-width: 100%;
  }
  /**
   * ---------------------------------------------------
   * 文字サイズ
   * ---------------------------------------------------
   */
  body .s0-8r {
    font-size: 0.6rem;
  }
  body .s1-0r {
    font-size: 1rem;
  }
  body .s1-1r {
    font-size: 1.1rem;
  }
  body .s1-2r {
    font-size: 1.1rem;
  }
  body .s1-3r {
    font-size: 1.1rem;
  }
  body .s1-4r {
    font-size: 1.2rem;
  }
  body .s1-5r {
    font-size: 1.2rem;
  }
  body .s1-6r {
    font-size: 1.2rem;
  }
  body .s1-7r {
    font-size: 1.3rem;
  }
  body .s1-8r {
    font-size: 1.3rem;
  }
  body .s1-9r {
    font-size: 1.3rem;
  }
  body .s2-0r {
    font-size: 1.4rem;
  }
  body .s2-1r {
    font-size: 1.4rem;
  }
  body .s2-2r {
    font-size: 1.4rem;
  }
  body .s2-3r {
    font-size: 1.5rem;
  }
  body .s2-4r {
    font-size: 1.5rem;
  }
  body .s2-5r {
    font-size: 1.5rem;
  }
  body .s2-6r {
    font-size: 1.6rem;
  }
  body .s2-8r {
    font-size: 1.6rem;
  }
  body .s2-9r {
    font-size: 1.6rem;
  }
  body .s3-0r {
    font-size: 1.7rem;
  }
  body .s3-4r {
    font-size: 1.7rem;
  }
  body .s3-5r {
    font-size: 1.7rem;
  }
  body .s3-8r {
    font-size: 1.8rem;
  }
  body .s4-0r {
    font-size: 3rem;
  }
  body .s5-0r {
    font-size: 3.5rem;
  }
  body .mTv01 {
    margin-top: 1.5rem;
  }
  body .mbS06 {
    margin-bottom: 4rem !important;
  }
  body .mbS08 {
    margin-bottom: 5.5rem !important;
  }
  body .mbS10 {
    margin-bottom: 8rem !important;
  }
  /**
  * ---------------------------------------------------
  * レイアウト
  * ---------------------------------------------------
  */
  /**
  * ---------------------------------------------------
  * letter-spacing
  * ---------------------------------------------------
  */
  .spLsS00 {
    letter-spacing: 0 !important;
  }
  /**
   * ---------------------------------------------------
   * 汎用
   * ---------------------------------------------------
   */
  .spFull {
    width: 100% !important;
  }
  .verticalTxt--spVertical {
    text-align: left;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .verticalTxt--spVertical {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media only screen and (max-width: 767px) {
  .txt + .txt {
    margin-top: 1.2em;
  }
  .spScrollTable {
    overflow-x: auto;
  }
  .spScrollTable table {
    white-space: nowrap;
  }
  .spScrollTable.is-scrollX {
    position: relative;
  }
  .spScrollTable.is-scrollX::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../../images/content/content/ico_hint.svg) no-repeat center/contain;
    width: 12.5rem;
    height: 12.5rem;
    z-index: 1;
  }
  .spScrollTable.is-scrollX.touch::before {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  /**
   * ---------------------------------------------------
   * iOSボタンデザインのリセット
   * ---------------------------------------------------
   */
  input[type=submit],
  input[type=button] {
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
  }
  input[type=submit]::-webkit-search-decoration,
  input[type=button]::-webkit-search-decoration {
    display: none;
  }
  input[type=submit]:focus,
  input[type=button]:focus {
    outline-offset: -2px;
  }
  .icoBlank {
    width: 1.1rem;
  }
  .mainArtCnt {
    padding: 60px 0 40px;
  }
  .mainHead {
    margin-bottom: 56px;
  }
  .mainHead .mainTitle:after {
    aspect-ratio: 280/160;
    margin-top: 26px;
  }
  .contactVox .contactWrap {
    padding: 80px 0;
  }
  .contactVox .head {
    margin-bottom: 30px;
  }
  .contactVox .head .title01 span {
    display: inline-flex;
    align-items: center;
    gap: 0 20px;
  }
  .contactVox .head .title01 span::before, .contactVox .head .title01 span::after {
    top: 0px;
  }
  .contactVox .flexVox {
    flex-direction: column;
    gap: 20px 0;
  }
  .contactVox .flexVox .telVox, .contactVox .flexVox .mailVox {
    border-radius: 40px;
    padding: 40px 25px;
    width: 100%;
  }
  .contactVox .flexVox .telVox .title02, .contactVox .flexVox .mailVox .title02 {
    margin-bottom: 12px;
  }
  .contactVox .flexVox .telVox .btnVox, .contactVox .flexVox .mailVox .btnVox {
    margin-bottom: 12px;
  }
  .contactVox .flexVox .telVox .telTxt {
    font-size: clamp(2.8rem, 8vw, 3.2rem);
    min-height: 0;
    margin-bottom: 12px;
    gap: 0 5px;
  }
  .contactVox .flexVox .telVox .telTxt a {
    color: #27231F;
  }
  .contactVox .flexVox .telVox .telTxt .tel {
    font-weight: 500;
  }
  .layoutVoxS01 {
    display: flex;
    justify-content: space-between;
    gap: 0 21px;
  }
  .layoutVoxS01 .enTitleVox {
    width: calc(2em + 10px);
  }
  .layoutVoxS01 .mainVox {
    max-width: 100%;
  }
  .layoutVoxS01 .mainVox .head01 {
    margin-bottom: 30px;
  }
  .layoutVoxS02 {
    flex-direction: column;
    gap: 30px;
  }
  .layoutVoxS02 .imgVox {
    width: 100%;
  }
  .newsListS01 .item {
    padding-bottom: 40px;
  }
  .newsListS01 .item a {
    padding: 0;
  }
  .newsListS01 .item a::after {
    content: none;
  }
  .newsListS01 .item article {
    flex-direction: column;
    gap: 40px 0;
  }
  .newsListS01 .item article .txtVox {
    padding: 0;
    max-width: 100%;
  }
  .cmsListS01 {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 0;
  }
  .cmsListS01 article {
    width: 100%;
  }
  .cmsListS02 article .inner {
    display: flex;
    flex-direction: column;
    gap: 30px 4%;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
  }
  .cmsListS02 article .img {
    width: 100%;
  }
  .cmsListS02 article .txtVox01 {
    width: 100%;
  }
  .cmsListS02 article .txtVox01 .title01 {
    margin-bottom: 15px;
  }
  .cmsListS02 article .txtVox01 .copy01 {
    margin-bottom: 4px;
  }
  .cmsListS02 article .txtVox01 .btnVox01 {
    margin-top: 20px;
  }
  .cmsListS02 article .txtVox01 .btnVox01 .btnS02 {
    margin-left: auto;
  }
  .linkIndexVoxS01.bgVox {
    padding: 80px 0;
    margin-top: 100px;
  }
  .linkIndexVoxS01.bgVox .secInner {
    padding: 0 3.84%;
  }
  .linkIndexVoxS01 ul {
    flex-direction: column;
    gap: 20px;
  }
  .linkIndexVoxS01 ul li {
    width: 100%;
  }
  .breadcrumbVox {
    display: none;
  }
} /*  @media END */
/*
 * =====================================================
 *
 * [common]
 *
 * =====================================================
 */
/* END body */
/*
 * =====================================================
 *
 * [notFound]
 *
 * =====================================================
 */
body.common.notFound .secVox01 {
  padding-top: 160px;
}

/**
 ****************************************************
 *
 * hover
 *
 ****************************************************
 */
/* END body */
/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  /* END body */
} /* END @media smaller than $bp */
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}