@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:700,900&display=swap&subset=japanese");
.header_sp .sitemap_btn:before, .header_sp .sitemap_btn:after, .temp_sidenav .page_sidenav_list li a:before, .temp_sidenav .page_sidenav_link li a:before, .temp_sidenav .page_sidenav_fixed .sidenav_inner:after, .temp_sidenav .page_sidenav_sp:before, .page_btn_default a:before, .page_btn_default button:before, .page_btn_default div:before, .page_btn_default a[target="_blank"] > span:after, .page_btn_default.page_btn_pdf a > span:after, .btn_small a:before, .btn_small button:before {
  display: block;
  content: "";
  position: absolute;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  color: #191919;
  overflow-y: scroll;
  word-wrap: break-word;
  font-size: 1.2rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.6;
  width: 100%;
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

#wrap {
  overflow: hidden;
}

.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline-block;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline-block;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline-block;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

.pc-mm,
.pc-mm_inline {
  display: none !important;
}

@media print, screen and (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}

@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline-block !important;
  }
}

@media print, screen and (min-width: 1280px) {
  .pc-mm {
    display: block !important;
  }
  .pc-mm_inline {
    display: inline-block !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 1200px) {
  a {
    transition: all 0.3s;
  }
}

::selection {
  background: #ccc;
}

::-moz-selection {
  background: #ccc;
}

a {
  color: #191919;
  text-decoration: none;
}

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

.fade_item {
  opacity: 0;
  transform: translateY(25px);
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.inview_active.fade_item,
.inview_active .fade_item {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.15s;
}

.delay-2 {
  transition-delay: 0.3s;
}

.delay-3 {
  transition-delay: 0.45s;
}

.delay-4 {
  transition-delay: 0.6s;
}

.delay-5 {
  transition-delay: 0.75s;
}

.delay-6 {
  transition-delay: 0.9s;
}

.delay-7 {
  transition-delay: 1.05s;
}

.delay-8 {
  transition-delay: 1.2s;
}

.delay-9 {
  transition-delay: 1.35s;
}

.delay-10 {
  transition-delay: 1.5s;
}

.delay-11 {
  transition-delay: 1.65s;
}

.delay-12 {
  transition-delay: 1.8s;
}

.delay-13 {
  transition-delay: 1.95s;
}

.delay-14 {
  transition-delay: 2.1s;
}

.delay-15 {
  transition-delay: 2.25s;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?3gic6o");
  src: url("../fonts/icomoon.eot?3gic6o#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3gic6o") format("truetype"), url("../fonts/icomoon.woff?3gic6o") format("woff"), url("../fonts/icomoon.svg?3gic6o#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-link1:before {
  content: "\e906";
}

.icon-earth-globe:before {
  content: "\e907";
}

.icon-campers:before {
  content: "\e912";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-link_down:before {
  content: "\e90a";
}

.icon-link:before {
  content: "\e90b";
}

.icon-zoom:before {
  content: "\e90e";
}

.icon-download:before {
  content: "\f019";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-mail:before {
  content: "\e903";
}

.icon-sitemap:before {
  content: "\e904";
}

.icon-tel:before {
  content: "\e905";
}

.icon-line:before {
  content: "\e900";
}

.icon-mailmaga:before {
  content: "\e901";
}

.icon-blank:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-facebook-square:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-pdf:before {
  content: "\e90c";
}

.icon-pinch:before {
  content: "\e908";
}

.rsr-font {
  font-family: "Oswald", sans-serif;
}

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  outline: 0px none black;
}

input[type=text],
textarea {
  font-size: 16px;
  border: 1px solid #888;
  outline: none;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

select:-ms-expand {
  display: none;
}

label {
  position: relative;
  display: block;
  -webkit-tap-highlight-color: transparent;
}

/* IE 10 以降 */
:-ms-input-placeholder {
  color: #888;
}

.site_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

.site_header .header_main_area {
  transform: translateY(0);
  background-color: white;
}

.loaded .site_header .header_main_area {
  transition: background-color 0.5s ease, transform 0.3s ease;
}

.site_header.header_scroll.down .header_main_area {
  transform: translateY(-100%);
}

.site_header.header_scroll.up .header_main_area {
  transform: translateY(0);
}

.site_header.header_scroll:hover .header_main_area {
  transform: translateY(0);
  background-color: white;
}

@media all and (-ms-high-contrast: none) {
  .site_header.header_scroll.down .header_main_area {
    transform: translateY(0);
  }
}

.header_main_area {
  height: 60px;
}

.header_main_area_in {
  position: relative;
}

.site_header_logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 86px;
  height: 115px;
  background-color: #fff;
}

.site_header_logo a, .site_header_logo span {
  display: block;
  overflow: hidden;
}

.site_header_logo a {
  width: 100%;
  height: 100%;
  padding: 7px 0 0;
  transition: none;
}

.site_header_logo span {
  margin: 0 auto;
}

.logo_opening {
  display: none;
}

.site_header_logo {
  width: calc(100% - 60px);
  height: 60px;
}

.site_header_logo a {
  padding-top: 7px;
}

.site_header_logo img {
  width: 188px;
  height: 46px;
}

.header_sp {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.header_sp .sitemap_btn {
  position: relative;
  font-family: "Oswald", sans-serif;
  width: 60px;
  height: 60px;
  padding: 20px 0 0;
  outline: none;
  border: 0;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  background-color: #8C6928;
}

.header_sp .sitemap_btn:before, .header_sp .sitemap_btn:after {
  width: 30px;
  height: 2px;
  left: calc(50% - 15px);
  background-color: #fff;
}

.header_sp .sitemap_btn:before {
  top: 15px;
}

.header_sp .sitemap_btn:after {
  top: 25px;
}

.header_global_navi {
  display: none;
}

.header_sns {
  display: none;
}

@media print, screen and (min-width: 920px) {
  .header_main_area {
    height: 80px;
  }
  .site_header {
    position: fixed;
    height: 100px;
    transform: none;
  }
  .header_main_area_in {
    position: relative;
  }
  .header_nav {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 17px 80px 0 228px;
  }
  .header_global_navi {
    display: block;
  }
  .site_header_logo {
    width: 228px;
    height: 80px;
  }
  .site_header_logo a {
    padding-top: 10px;
  }
  .site_header_logo img {
    width: 228px;
    height: 56px;
  }
  .header_sp {
    width: 80px;
  }
  .header_sp .sitemap_btn {
    width: 80px;
    height: 80px;
    padding: 26px 0 0;
    font-size: 1.4rem;
  }
  .header_sp .sitemap_btn:before, .header_sp .sitemap_btn:after {
    width: 36px;
    height: 3px;
    left: calc(50% - 18px);
  }
  .header_sp .sitemap_btn:before {
    top: 22px;
  }
  .header_sp .sitemap_btn:after {
    top: 34px;
  }
}

@media print, screen and (min-width: 1280px) {
  .header_main_area {
    height: 100px;
  }
  .header_global_navi {
    justify-content: center;
    padding: 0;
  }
  .header_nav {
    padding: 22px 100px 0 278px;
  }
  .site_header_logo {
    width: 278px;
    height: 100px;
  }
  .site_header_logo a {
    padding: 15px 0 0;
  }
  .site_header_logo img {
    width: 278px;
    height: 68px;
  }
  .header_sp {
    width: 80px;
  }
  .header_sp .sitemap_btn {
    margin-top: 5px;
    color: #8C6928;
    background-color: transparent;
  }
  .header_sp .sitemap_btn:before, .header_sp .sitemap_btn:after {
    background-color: #8C6928;
  }
  .header_sns {
    position: fixed;
    display: block;
    right: 0;
    bottom: 170px;
    z-index: 10;
  }
  .header_sns .header_sns_list {
    width: 80px;
    text-align: center;
  }
  .header_sns .header_sns_list li {
    margin: 10px 0;
  }
  .header_sns .header_sns_list li a {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    padding-top: 9px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #8C6928;
    border-radius: 50%;
  }
  .header_sns .header_sns_list li a:hover {
    color: #fff;
    background-color: #8C6928;
  }
}

@media print, screen and (min-width: 1550px) {
  .header_nav {
    padding: 22px 0 0;
  }
}

@media print, screen and (min-width: 920px) {
  .header_sp .sitemap_btn:before, .header_sp .sitemap_btn:after {
    transition: transform 0.2s ease;
  }
  .header_sp .sitemap_btn:hover:before {
    transform: translateY(2px);
  }
  .header_sp .sitemap_btn:hover:after {
    transform: translateY(-2px);
  }
}

.opening .logo_opening {
  display: block;
}

.opening .logo_yoko {
  display: none;
}

.opening .site_header_logo {
  width: 80px;
  height: 115px;
  background-color: #fff;
  transition: height 0.3s ease;
}

.opening .site_header_logo a {
  width: 100%;
  height: 100%;
  padding: 7px 0 0;
  transition: padding 0.3s ease, height 0.3s ease;
}

.opening .site_header_logo span, .opening .site_header_logo img {
  width: 64px;
  height: 100px;
  transition: width 0.3s ease, height 0.3s ease;
}

.opening .site_header.header_scroll .logo_opening {
  display: none;
}

.opening .site_header.header_scroll .logo_yoko {
  display: block;
}

.opening .site_header.header_scroll .site_header_logo {
  width: 188px;
  height: 60px;
}

.opening .site_header.header_scroll .site_header_logo a {
  padding-top: 7px;
}

.opening .site_header.header_scroll .site_header_logo span {
  width: auto;
  height: auto;
}

.opening .site_header.header_scroll .site_header_logo img {
  width: 188px;
  height: 46px;
}

.opening .header_main_area {
  background-color: rgba(255, 255, 255, 0);
}

.opening .site_header.header_scroll .header_main_area {
  background-color: white;
}

@media print, screen and (min-width: 920px) {
  .opening .site_header_logo {
    width: 150px;
    height: 200px;
  }
  .opening .site_header_logo a {
    padding-top: 15px;
  }
  .opening .site_header_logo span {
    width: 110px;
    height: 171px;
  }
  .opening .site_header_logo img {
    width: 110px;
    height: 171px;
  }
  .opening .site_header.header_scroll .site_header_logo {
    width: 228px;
    height: 80px;
  }
  .opening .site_header.header_scroll .site_header_logo a {
    padding-top: 10px;
  }
  .opening .site_header.header_scroll .site_header_logo img {
    width: 228px;
    height: 56px;
  }
}

@media print, screen and (min-width: 1280px) {
  .opening .site_header_logo {
    width: 230px;
    height: 310px;
  }
  .opening .site_header_logo a {
    padding: 30px;
  }
  .opening .site_header_logo span {
    width: 160px;
    height: 250px;
  }
  .opening .site_header_logo img {
    width: 160px;
    height: 250px;
  }
  .opening .site_header.header_scroll .site_header_logo {
    width: 278px;
    height: 100px;
  }
  .opening .site_header.header_scroll .site_header_logo a {
    padding: 15px 0 0;
  }
  .opening .site_header.header_scroll .site_header_logo img {
    width: 278px;
    height: 68px;
  }
}

@media print, screen and (min-width: 920px) {
  .header_global_navi {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
  }
  .header_global_navi_category {
    line-height: 20px;
  }
  .header_global_navi_category > span {
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    display: block;
    padding: 12px 12px 12px;
    font-size: 1.5vw;
    letter-spacing: 0.05em;
    white-space: nowrap;
    color: #8C6928;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transition: background-color 0s ease,color 0.3s ease;
    z-index: 2;
  }
  .header_global_navi_category:hover > span {
    background-color: #8C6928;
    color: #fff;
  }
  .header_global_navi_category:hover .header_global_navi_pull {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
  }
  .header_global_navi_category:nth-last-of-type(-n+3) .header_global_navi_pull {
    right: 0;
    border-top-left-radius: 16px;
  }
  .header_global_navi_category.support .header_global_navi_pull {
    right: auto;
  }
  .header_global_navi_category.others .header_global_navi_pull {
    border-top-left-radius: 16px;
    border-top-right-radius: 0;
  }
  .header_global_navi_pull {
    position: absolute;
    background: #8C6928;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0s ease 0s, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    padding: 20px 0;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    transform-origin: center top;
    transform: scaleY(0);
    box-shadow: 5px 12px 12px rgba(0, 0, 0, 0.3);
  }
  .header_global_navi_pull li {
    width: 320px;
    height: 42px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    padding: 0 20px;
    overflow: hidden;
  }
  .header_global_navi_pull li a, .header_global_navi_pull li span {
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: background-color 0.2s ease 0s, opacity 0.2s ease 0.22s, transform 0.2s ease 0.22s;
    border-radius: 20px;
    opacity: 0;
    transform: translateY(28px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header_global_navi_pull li a[target="_blank"]:after {
    font-family: 'icomoon' !important;
    content: "\e902";
    display: inline-block;
    color: #fff;
    margin-left: 6px;
    font-size: 1.2rem;
  }
  .header_global_navi_pull li:nth-of-type(2) a, .header_global_navi_pull li:nth-of-type(2) span {
    transition: background-color 0.2s ease 0s, opacity 0.2s ease 0.24s, transform 0.2s ease 0.24s;
  }
  .header_global_navi_pull li:nth-of-type(3) a, .header_global_navi_pull li:nth-of-type(3) span {
    transition: background-color 0.2s ease 0s, opacity 0.2s ease 0.26s, transform 0.2s ease 0.26s;
  }
  .header_global_navi_pull li:nth-of-type(4) a, .header_global_navi_pull li:nth-of-type(4) span {
    transition: background-color 0.2s ease 0s, opacity 0.2s ease 0.28s, transform 0.2s ease 0.28s;
  }
  .header_global_navi_pull li:nth-of-type(5) a, .header_global_navi_pull li:nth-of-type(5) span {
    transition: background-color 0.2s ease 0s, opacity 0.2s ease 0.3s, transform 0.2s ease 0.3s;
  }
  .header_global_navi_pull li:nth-of-type(6) a, .header_global_navi_pull li:nth-of-type(6) span {
    transition: background-color 0.2s ease 0s, opacity 0.2s ease 0.32s, transform 0.2s ease 0.32s;
  }
  .header_global_navi_pull li:nth-of-type(7) a, .header_global_navi_pull li:nth-of-type(7) span {
    transition: background-color 0.2s ease 0s, opacity 0.2s ease 0.34s, transform 0.2s ease 0.34s;
  }
  .header_global_navi_pull li:nth-of-type(8) a, .header_global_navi_pull li:nth-of-type(8) span {
    transition: background-color 0.2s ease 0s, opacity 0.2s ease 0.36s, transform 0.2s ease 0.36s;
  }
  .header_global_navi_pull li:nth-of-type(9) a, .header_global_navi_pull li:nth-of-type(9) span {
    transition: background-color 0.2s ease 0s, opacity 0.2s ease 0.38s, transform 0.2s ease 0.36s;
  }
  .header_global_navi_category:hover li a, .header_global_navi_category:hover li span {
    opacity: 1;
    transform: translateY(0);
  }
  .header_global_navi_pull li a {
    color: #fff;
  }
  .header_global_navi_pull li a.current {
    color: #8C6928;
  }
  .header_global_navi_pull li a:hover {
    background-color: #fff;
    color: #8C6928;
  }
  .header_global_navi_pull li a[target="_blank"]:hover:after {
    color: #8C6928;
  }
  .header_global_navi_pull li a.current:hover {
    background-color: #f3f3f3;
  }
  .header_global_navi_pull li span {
    cursor: default;
    color: #8C6928;
  }
}

@media print, screen and (min-width: 1180px) {
  .header_global_navi_category > span {
    padding-left: 22px;
    padding-right: 20px;
    font-size: 1.7rem;
  }
}

@media print, screen and (min-width: 1550px) {
  .header_global_navi_category > span {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.header_global_navi_category.category_disable span {
  color: #191919;
  opacity: 0.5;
}

.header_global_navi_category.category_disable:hover span {
  color: #191919;
  background-color: transparent;
  cursor: default;
}

.opening .menu_white .header_global_navi_category > span {
  color: #fff;
}

.opening .menu_white .header_global_navi_category:hover > span {
  color: #fff;
}

.opening .menu_white .header_global_navi_category.category_disable span {
  color: #fff;
  opacity: 0.5;
}

.opening .menu_white .header_global_navi_category.category_disable:hover span {
  color: #fff;
}

.opening .header_scroll .header_global_navi_category > span {
  color: #8C6928;
}

.opening .header_scroll .header_global_navi_category:hover > span {
  color: #fff;
}

.opening .header_scroll .header_global_navi_category.category_disable span {
  color: #999;
}

.opening .header_scroll .header_global_navi_category.category_disable:hover span {
  color: #999;
}

html.remodal-is-locked {
  overflow: hidden;
  overflow-y: auto;
  touch-action: none;
}

.remodal-is-locked body {
  overflow: hidden;
  overflow-y: auto;
}

.remodal-wrapper {
  overflow: hidden;
}

.remodal {
  width: 100%;
  overflow: hidden;
  touch-action: none;
}

.remodal_inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: none;
}

.menu_inner {
  position: relative;
  width: calc(100% - 60px);
  height: 100%;
  background-color: #8C6928;
  z-index: 2;
  overflow: hidden;
}

.menu_close_area {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
  background-color: #fff;
}

.menu_close_btn {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  padding-top: 40px;
  text-align: center;
  z-index: 5;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #8C6928;
  background-color: transparent;
}

.menu_close_btn:before, .menu_close_btn:after {
  content: '';
  position: absolute;
  display: block;
  width: 28px;
  height: 3px;
  top: 24px;
  left: 16px;
  background-color: #8C6928;
}

.menu_close_btn:before {
  transform: rotate(45deg);
}

.menu_close_btn:after {
  transform: rotate(-45deg);
}

.menu_back_btn {
  position: fixed;
  width: 30px;
  height: 45px;
  padding: 0;
  top: 20px;
  left: 0;
  font-size: 1.4rem;
  color: #8C6928;
  background-color: #fff;
  transform: translateX(-100%);
  transition: transform 0.2s ease;
  z-index: 5;
}

.menu_back_btn span {
  position: absolute;
  transform: rotate(180deg);
  display: block;
  top: 15px;
  left: 6px;
}

.navi_pull_area {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 75px 40px 30px;
  top: 0;
  right: 0;
  z-index: 2;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
  overflow-y: auto;
}

.drawer_menu_navi {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 45px 30px 50px 25px;
  transition: transform 0.3s ease-out;
  z-index: 2;
  overflow: hidden;
  overflow-y: auto;
}

.drawer_menu_navi::-webkit-scrollbar {
  width: 10px;
}

.drawer_menu_navi::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.drawer_menu_navi::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  box-shadow: none;
}

.drawer_main_menu_wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #AE9668;
}

.drawer_menu_navi_pull {
  display: none;
}

.navi_pull_area_pc {
  display: none;
}

.active.menu_inner .drawer_menu_navi {
  transform: translateX(-100%);
  overflow-y: auto;
}

.active.menu_inner .navi_pull_area {
  opacity: 1;
  right: 0;
  transform: translateX(0);
}

.active.menu_inner .menu_back_btn {
  transform: translateX(0);
}

@media print, screen and (min-width: 768px) {
  .remodal_inner {
    width: 100%;
  }
  .menu_inner {
    width: 600px;
    margin: 0 60px 0 auto;
    z-index: 2;
  }
  .menu_back_btn {
    display: none;
  }
  .menu_close_area {
    background: transparent;
  }
  .menu_close_btn {
    width: 60px;
    height: 100%;
    padding-top: 40px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    background-color: #fff;
  }
  .menu_close_btn:before, .menu_close_btn:after {
    width: 28px;
    height: 3px;
    top: 24px;
    left: 16px;
  }
  .menu_close_btn:hover {
    cursor: pointer;
  }
  .drawer_menu_navi {
    height: 100vh;
    padding: 0;
    overflow: hidden;
  }
  .drawer_menu_navi .inner {
    overflow-y: auto;
    max-height: 100vh;
    width: 100%;
    padding: 50px 40px;
  }
  .drawer_menu_navi .inner::-webkit-scrollbar {
    width: 10px;
  }
  .drawer_menu_navi .inner::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0;
    border: none;
    box-shadow: none;
  }
  .drawer_menu_navi .inner::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    box-shadow: none;
  }
  .drawer_main_menu_wrap {
    display: flex;
  }
}

@media print, screen and (min-width: 920px) {
  .menu_inner {
    margin: 0 80px 0 auto;
  }
  .menu_close_btn {
    width: 80px;
    height: 100%;
    padding-top: 48px;
    font-size: 1.4rem;
    letter-spacing: 0.07em;
    background-color: #fff;
  }
  .menu_close_btn:before, .menu_close_btn:after {
    width: 32px;
    height: 3px;
    top: 28px;
    left: 24px;
  }
  .drawer_menu_navi .inner {
    padding: 50px 60px 50px 50px;
  }
}

.drawer_menu_navi_category {
  position: relative;
}

.drawer_menu_navi_category,
.drawer_menu_navi_category a {
  color: #fff;
  line-height: 1;
}

.drawer_menu_first {
  display: block;
  position: relative;
  padding: 10px 15px 10px 0;
}

.drawer_menu_first:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 0.5;
  transform: rotate(45deg);
}

.drawer_menu_first.disable {
  opacity: 0.3;
  cursor: default;
}

.drawer_menu_first.disable:after {
  display: none;
}

.drawer_menu_navi_category.no_pull_menu .drawer_menu_first:after {
  content: none;
}

.drawer_menu_first_en {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  font-size: 2.0rem;
  margin-right: 5px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}

.drawer_menu_first_jp {
  font-size: 1.2rem;
  display: inline-block;
  font-weight: bold;
}

.navi_pull_area li {
  list-style: none;
  letter-spacing: normal;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}

.navi_pull_area li a, .navi_pull_area li span {
  display: block;
  padding: 15px 0 10px;
}

.navi_pull_area li a {
  font-size: 1.5rem;
  color: #fff;
}

.navi_pull_area li a[target="_blank"]:after {
  font-family: 'icomoon' !important;
  content: "\e902";
  display: inline-block;
  color: #fff;
  margin-left: 6px;
  font-size: 1.2rem;
}

.navi_pull_area li span {
  color: #aaa;
}

.drawer_menu_sub_area {
  margin-top: 25px;
}

.drawer_menu_sns {
  margin-top: 30px;
}

.drawer_menu_sns ul {
  width: 100%;
  display: flex;
}

.drawer_menu_sns li {
  width: 20px;
  margin-right: 18px;
  line-height: 1;
}

.drawer_menu_sns li a {
  color: #fff;
  font-size: 2.0rem;
}

@media print, screen and (max-width: 400px) {
  .drawer_menu_sub_area .drawer_menu_first_en {
    display: block;
  }
  .drawer_menu_sub_area .drawer_menu_first_jp {
    margin-top: 7px;
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .drawer_main_menu_wrap {
    padding-bottom: 0;
  }
  .drawer_main_menu {
    position: relative;
    width: 45%;
    padding-bottom: 15px;
  }
  .drawer_main_menu:before {
    content: '';
    position: absolute;
    display: block;
    background-color: #AE9668;
    right: 0;
    bottom: 0;
    width: 1px;
    height: calc(100% - 43px);
  }
  .navi_pull_area_pc {
    display: block;
    width: 55%;
    padding: 45px 0 15px 30px;
  }
  .navi_pull_area_pc li {
    list-style: none;
    letter-spacing: normal;
    line-height: 1.3;
  }
  .navi_pull_area_pc li a, .navi_pull_area_pc li span {
    display: inline-block;
    padding: 15px 12px 12px 15px;
    border-radius: 24px;
  }
  .navi_pull_area_pc li a {
    display: block;
    font-size: 1.5rem;
    color: #fff;
  }
  .navi_pull_area_pc li a[target="_blank"]:after {
    font-family: 'icomoon' !important;
    content: "\e902";
    display: inline-block;
    color: #fff;
    margin-left: 6px;
    font-size: 1.2rem;
  }
  .navi_pull_area_pc li a:hover {
    color: #8C6928;
    background-color: #fff;
  }
  .navi_pull_area_pc li span {
    color: #aaa;
  }
  .drawer_menu_first {
    display: block;
    position: relative;
    padding: 11px 15px 11px 0;
    cursor: pointer;
  }
  .drawer_menu_first:after {
    display: none;
    right: 1px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 12px 5px 0;
    border-color: transparent #fff transparent transparent;
    transform: rotate(0);
  }
  .active .drawer_menu_first:after {
    display: block;
  }
  .drawer_menu_first_jp {
    font-size: 1.3rem;
  }
  .drawer_menu_sub_area {
    margin-top: 40px;
  }
  .drawer_menu_sns {
    margin-top: 40px;
  }
}

.site_footer {
  padding: 40px 20px 20px;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  background: #EEE8DF;
  color: #8C6928;
}

.site_footer a {
  color: #8C6928;
}

.site_footer .page_contents_wrap {
  margin: 0 auto;
}

.footer_sns_icon {
  margin-bottom: 30px;
}

.footer_sns_icon ul {
  display: flex;
  justify-content: center;
}

.footer_sns_icon ul li {
  margin: 0 10px;
  font-size: 2.2rem;
  line-height: 1;
}

.ft_contact_list {
  display: flex;
  justify-content: center;
  line-height: 1;
}

.ft_contact_list li {
  font-size: 1.2rem;
}

.ft_contact_list li:first-of-type {
  padding-right: 15px;
  border-right: 1px solid #8C6928;
}

.ft_contact_list li:last-of-type {
  padding-left: 15px;
}

.ft_contact_list li a:hover {
  text-decoration: underline;
}

.ft_copyright_colm {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  line-height: 1;
  margin: 30px 0 20px;
}

.ft_copyright_colm .ft_logo {
  width: 92px;
  margin-right: 20px;
}

.ft_copyright_colm .ft_copyright {
  margin-top: 8px;
}

.temp_sidenav .ft_credit {
  padding-right: 50px;
}

@media print, screen and (min-width: 768px) {
  .site_footer {
    padding: 40px 30px;
    font-size: 1.2rem;
  }
  .ft_contact_list li {
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width: 1180px) {
  .site_footer {
    min-height: 150px;
    padding: 40px 80px 0;
    font-size: 1.2rem;
  }
  .ft_inner {
    display: flex;
    justify-content: space-between;
  }
  .footer_sns_icon {
    display: none;
  }
  .ft_copyright {
    order: 1;
    width: calc(100% - 250px);
  }
  .ft_copyright_colm {
    margin: 0 0 10px;
  }
  .ft_contact {
    order: 2;
    width: 250px;
    padding-top: 10px;
  }
  .ft_credit {
    line-height: 1.8;
  }
  .temp_sidenav .ft_credit {
    padding-right: 0;
  }
}

#wrap {
  width: 100%;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .page_inner {
    max-width: 1280px;
    margin: 0 auto;
  }
  .page_inner_middle {
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 1180px) {
  #wrap {
    padding: 0 80px;
  }
}

.page_title {
  display: inline-block;
  min-width: 55%;
  padding: 20px 30px 20px 20px;
  background-color: #8C6928;
}

.page_title h1, .page_title h2 {
  position: relative;
  font-size: 2.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #fff;
}

.page_title p {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.5);
}

@media print, screen and (min-width: 768px) {
  .page_title {
    min-width: 33.3%;
  }
}

@media print, screen and (min-width: 1180px) {
  .page_title {
    position: relative;
    display: inline-block;
    min-width: 280px;
    margin: 0;
    padding: 40px 30px 40px 20px;
  }
  .page_title:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: -90%;
    background-color: #8C6928;
  }
}

.temp_single .main_contents, .temp_sidenav .main_contents {
  padding-top: 60px;
}

@media print, screen and (min-width: 920px) {
  .temp_single .main_contents, .temp_sidenav .main_contents {
    padding-top: 80px;
  }
}

@media print, screen and (min-width: 1280px) {
  .temp_single .main_contents, .temp_sidenav .main_contents {
    padding-top: 100px;
  }
}

@media print, screen and (min-width: 1180px) {
  .main_contents {
    min-height: calc(100vh - 150px);
  }
}

.temp_single .page_contents {
  padding: 30px 20px 50px;
  max-width: 2000px;
  margin: 0 auto;
  box-sizing: content-box;
}

@media print, screen and (min-width: 768px) {
  .temp_single .page_contents {
    padding: 50px 60px;
  }
}

@media print, screen and (min-width: 1180px) {
  .temp_single .page_contents {
    padding: 50px 0 120px;
  }
}

.temp_sidenav .page_sidenav {
  background-color: #EEE8DF;
}

.temp_sidenav .page_sidenav_menu {
  padding: 12px;
  font-family: "Oswald", sans-serif;
  background-color: #AE9668;
}

.temp_sidenav .page_sidenav_list li a {
  position: relative;
  display: block;
  padding: 15px 40px 15px 0;
  color: #191919;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 1px solid #AE9668;
}

.temp_sidenav .page_sidenav_list li a:before {
  width: 6px;
  height: 6px;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  border-right: 2px solid #8C6928;
  border-bottom: 2px solid #8C6928;
  transform: rotate(45deg);
}

.temp_sidenav .page_sidenav_list li:last-of-type a {
  border: none;
}

.temp_sidenav .page_sidenav_link li:not(:first-child) {
  margin-top: 10px;
}

.temp_sidenav .page_sidenav_link li a {
  position: relative;
  display: block;
  padding: 15px 40px 15px 15px;
  color: #191919;
  line-height: 1.4;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #8C6928;
  border-radius: 26px;
}

.temp_sidenav .page_sidenav_link li a:before {
  width: 6px;
  height: 6px;
  top: 50%;
  right: 16px;
  margin-top: -3px;
  border-top: 2px solid #8C6928;
  border-right: 2px solid #8C6928;
  transform: rotate(45deg);
}

.temp_sidenav .page_sidenav_fixed .sidenav_inner {
  position: relative;
  padding: 10px 20px;
}

.temp_sidenav .page_sidenav_fixed .sidenav_inner:after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #EEE8DF;
}

.temp_sidenav .page_sidenav_fixed .page_sidenav_list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
}

.temp_sidenav .page_sidenav_fixed .page_sidenav_list li {
  width: 50%;
  padding: 0 10px;
}

.temp_sidenav .page_sidenav_fixed .page_sidenav_list li a {
  display: flex;
  align-items: center;
  height: 100%;
}

.temp_sidenav .page_sidenav_fixed .page_sidenav_link {
  display: none;
}

.temp_sidenav .page_sidenav_sp {
  position: fixed;
  bottom: 15px;
  right: 15px;
  padding-bottom: 70px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease, z-index 0s ease 0.3s;
}

.temp_sidenav .page_sidenav_sp .page_sidenav_sp_menu {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 0;
  background: url(../img/common/page_sidenav_sp_menu.png) center center no-repeat #8C6928;
  background-size: 22px auto;
  border-radius: 50%;
  z-index: 10;
  border: 1px solid #EEE8DF;
  box-sizing: border-box;
}

.temp_sidenav .page_sidenav_sp .sidenav_inner {
  position: relative;
  display: none;
  max-height: calc(100vh - 160px);
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 15px;
  background-color: #EEE8DF;
  z-index: 10;
}

.temp_sidenav .page_sidenav_sp .page_sidenav_list li a {
  min-width: 150px;
  padding-left: 15px;
}

.temp_sidenav .page_sidenav_sp .page_sidenav_link {
  margin-top: 10px;
  margin-bottom: 10px;
}

.temp_sidenav .page_sidenav_sp:before {
  display: none;
  width: 0;
  height: 0;
  right: 18px;
  bottom: 57px;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #EEE8DF transparent transparent transparent;
  z-index: 10;
}

.temp_sidenav .scroll.page_sidenav_sp {
  opacity: 1;
  z-index: 10;
  transition: opacity 0.3s ease, z-index 0s ease 0s;
}

.temp_sidenav .opened.page_sidenav_sp:before {
  display: block;
}

.temp_sidenav .page_contents {
  padding: 30px 20px 50px;
}

.opened .page_sidenav_sp_overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #191919;
  opacity: 0.3;
  z-index: 7;
}

@media print, screen and (min-width: 768px) {
  .temp_sidenav .page_contents {
    padding: 50px 60px 60px;
  }
  .temp_sidenav .page_sidenav_fixed .page_sidenav_list li {
    width: 33.3%;
  }
}

@media print, screen and (min-width: 920px) {
  .temp_sidenav .page_contents {
    padding: 50px 80px 80px;
  }
}

@media screen and (min-width: 1180px) {
  .temp_sidenav:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 360px;
    height: 100%;
    background-color: #EEE8DF;
    z-index: -1;
  }
  .temp_sidenav .main_contents {
    position: relative;
    margin: 0 auto;
  }
  .temp_sidenav .page_sidenav {
    position: absolute;
    top: 80px;
    left: 0;
    width: 280px;
    height: calc(100% - 80px);
    background-color: #EEE8DF;
  }
  .temp_sidenav .page_sidenav_list {
    display: block;
  }
  .temp_sidenav .page_sidenav_list li a {
    padding: 18px 40px 18px 0;
    letter-spacing: 0.05em;
    transition: color 0.2s ease;
  }
  .temp_sidenav .page_sidenav_list li a:hover {
    color: #8C6928;
  }
  .temp_sidenav .page_sidenav_fixed {
    width: 280px;
  }
  .temp_sidenav .page_sidenav_fixed .sidenav_inner {
    padding: 10px 20px 10px 0;
  }
  .temp_sidenav .page_sidenav_fixed .sidenav_inner:after {
    display: none;
  }
  .temp_sidenav .page_sidenav_fixed .page_sidenav_list li {
    width: 100%;
    margin: 0;
  }
  .temp_sidenav .page_sidenav_fixed .page_sidenav_list li a {
    padding-left: 20px;
  }
  .temp_sidenav .page_sidenav_fixed .page_sidenav_link {
    display: block;
    padding: 30px 0 0;
  }
  .temp_sidenav .page_sidenav_fixed .page_sidenav_link li a {
    padding-left: 20px;
    font-size: 1.4rem;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .temp_sidenav .page_sidenav_fixed .page_sidenav_link li a:hover {
    color: #fff;
    background-color: #8C6928;
  }
  .temp_sidenav .page_sidenav_fixed .page_sidenav_link li a:hover:before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .temp_sidenav .page_sidenav_fixed.nav_fixed {
    position: fixed;
    top: 100px;
  }
  .temp_sidenav .page_sidenav_fixed.navBottomFixed {
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 0;
  }
  .temp_sidenav .page_sidenav_sp {
    display: none;
  }
  .temp_sidenav .page_contents {
    width: calc(100% - 280px);
    margin: 0 0 0 auto;
    padding: 50px 0 100px 60px;
  }
}

@media screen and (min-width: 1280px) {
  .temp_sidenav .page_sidenav {
    top: 100px;
    height: calc(100% - 100px);
  }
}

@media screen and (min-width: 1550px) {
  .temp_sidenav:before {
    width: 360px;
    left: 0;
    transform: none;
  }
  .temp_sidenav .main_contents {
    margin: 0 auto;
  }
  .temp_sidenav .page_contents {
    width: 100%;
    margin: 0 auto;
    padding-left: calc(280px + 60px);
    max-width: calc(2000px + 280px);
  }
}

.page_contents_wrap:not(:first-of-type) {
  margin-top: 50px;
}

@media print, screen and (min-width: 768px) {
  .page_contents_wrap:not(:first-of-type) {
    margin-top: 70px;
  }
}

a.page_text_link {
  color: #8C6928;
  text-decoration: underline;
  transition: color 0.2s ease;
}

a.page_text_link:hover {
  text-decoration: none;
}

a.page_text_link.red {
  color: #C8141E;
}

.text_indent {
  display: inline-block;
  margin-left: -0.4em;
}

.text_bold {
  font-weight: bold;
}

.text_red {
  color: #C8141E;
}

.text_ib {
  display: inline-block;
}

.page_button_white a {
  display: block;
  min-width: 200px;
  font-weight: bold;
  text-align: center;
  color: #3970B4;
  background-color: #fff;
  border-radius: 21px;
}

.page_title_h3 {
  font-size: 2.0rem;
  padding: 15px 15px;
  line-height: 1.5;
  text-align: center;
  color: #191919;
  background-image: url(../img/common/page_title_h2_bg.png);
  background-size: 4px 4px;
  border-top: 1px solid #8C6928;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

@media print, screen and (min-width: 920px) {
  .page_title_h3 {
    font-size: 2.4rem;
    padding: 25px 20px;
  }
}

.page_title_h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

@media print, screen and (min-width: 920px) {
  .page_title_h4 {
    font-size: 2.0rem;
  }
}

.page_paragraph {
  margin-top: 25px;
}

.page_paragraph:not(:first-of-type) {
  padding-top: 25px;
  border-top: 1px solid #BDBDBC;
}

.border_none.page_paragraph:not(:first-of-type) {
  margin-top: 30px;
  padding: 0;
  border-top: none;
}

@media print, screen and (min-width: 920px) {
  .page_paragraph {
    margin-top: 40px;
  }
  .page_paragraph:not(:first-of-type) {
    padding-top: 40px;
    border-top: 1px solid #BDBDBC;
  }
  .border_none.page_paragraph:not(:first-of-type) {
    margin-top: 60px;
  }
}

.page_border_list {
  margin-top: 20px;
}

.page_border_list .page_border_list_item {
  border-bottom: 1px solid #BDBDBC;
}

.page_border_list.border_top {
  border-top: 1px solid #BDBDBC;
}

.page_border_list.border_side {
  border-left: 1px solid #BDBDBC;
  border-right: 1px solid #BDBDBC;
}

.page_plain_text {
  margin-top: 30px;
}

.page_title_h4 + .page_plain_text {
  margin-top: 20px;
}

.page_plain_text + .page_plain_text {
  margin-top: 10px;
}

.page_plain_text.mt0 {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .page_plain_text {
    margin-top: 50px;
  }
  .page_title_h4 + .page_plain_text {
    margin-top: 30px;
  }
  .page_plain_text + .page_plain_text {
    margin-top: 20px;
  }
}

.circle_list {
  margin-top: 15px;
}

.circle_list > li {
  position: relative;
  padding-left: 1.2em;
}

.circle_list > li:not(:first-child) {
  margin-top: 10px;
}

.circle_list > li:before {
  content: '';
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  top: 0.45em;
  left: 0;
  border-radius: 50%;
  background-color: #191919;
}

@media print, screen and (min-width: 920px) {
  .circle_list {
    margin-top: 30px;
  }
  .circle_list > li:not(:first-child) {
    margin-top: 13px;
  }
}

.page_notes_text {
  margin-top: 15px;
}

.page_notes_text:before {
  content: '※';
}

.page_notes_text.ta_right {
  text-align: right;
}

.page_notes_list {
  margin-top: 15px;
}

.page_notes_list > li {
  position: relative;
  padding-left: 1.3rem;
  font-size: 1.2rem;
}

.page_notes_list > li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.page_notes_text.text_small,
.page_notes_list.text_small li {
  font-size: 1.1rem;
}

.page_notes_text.text_large {
  font-size: inherit;
}

.page_notes_list.text_large {
  font-size: inherit;
}

.page_notes_list.text_large > li {
  padding-left: 1.4rem;
  font-size: inherit;
}

@media print, screen and (min-width: 768px) {
  .page_notes_text,
  .page_notes_list {
    margin-top: 30px;
  }
  .page_notes_list > li {
    padding-left: 1.3rem;
    font-size: 1.2rem;
  }
  .page_notes_text.text_small,
  .page_notes_list.text_small li {
    font-size: 1.2rem;
  }
  .page_notes_list.text_large > li {
    padding-left: 1.5rem;
  }
}

.page_btn_default {
  text-align: center;
}

.page_btn_default a, .page_btn_default button, .page_btn_default div {
  border: none;
  background: none;
  padding: 0;
  position: relative;
  display: inline-block;
  min-width: 180px;
  overflow: visible;
}

.page_btn_default a > span, .page_btn_default button > span, .page_btn_default div > span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #8C6928;
  background-color: #fff;
  border: 1px solid #8C6928;
  z-index: 2;
}

.page_btn_default a:before, .page_btn_default button:before, .page_btn_default div:before {
  width: 100%;
  height: 100%;
  bottom: -5px;
  right: -5px;
  border: 1px solid #8C6928;
  border-top-color: #EEE8DF;
  border-left-color: #EEE8DF;
  background: #EEE8DF;
  z-index: 1;
}

.page_btn_default a, .page_btn_default button {
  cursor: pointer;
}

.page_btn_default a[target="_blank"] > span {
  padding-right: 30px;
}

.page_btn_default a[target="_blank"] > span:after {
  font-family: 'icomoon' !important;
  content: "\e902";
  top: calc(50% - 9px);
  right: 10px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  color: #8C6928;
}

.page_btn_default.large a, .page_btn_default.large > div {
  width: 100%;
  max-width: 430px;
}

.page_btn_default.large a > span, .page_btn_default.large > div > span {
  padding: 15px 10px;
  font-size: 1.8rem;
}

.page_btn_default.page_btn_block a, .page_btn_default.page_btn_block button, .page_btn_default.page_btn_block div {
  display: block;
  min-width: inherit;
  max-width: inherit;
}

.page_btn_default.page_btn_pdf a > span {
  padding-right: 30px;
}

.page_btn_default.page_btn_pdf a > span:after {
  font-family: 'icomoon' !important;
  content: "\e90c";
  top: calc(50% - 12px);
  right: 10px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1;
  color: #8C6928;
}

.page_btn_default.button_cancel a > span, .page_btn_default.button_cancel button > span, .page_btn_default.button_cancel div > span {
  color: #888;
  border: 1px solid #888;
}

.page_btn_default.button_cancel a:before, .page_btn_default.button_cancel button:before, .page_btn_default.button_cancel div:before {
  border: 1px solid #888;
  border-top-color: #eee;
  border-left-color: #eee;
  background: #eee;
}

.btn_small a, .btn_small button {
  min-width: 150px;
}

.btn_small a > span, .btn_small button > span {
  padding: 6px 8px;
}

.btn_small a:before, .btn_small button:before {
  width: 100%;
  height: 100%;
  bottom: -5px;
  right: -5px;
  border: 1px solid #8C6928;
  border-top-color: #EEE8DF;
  border-left-color: #EEE8DF;
  background: #EEE8DF;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .page_btn_default a > span, .page_btn_default button > span {
    transition: background-color 0.25s ease, transform 0.25s ease;
  }
  .page_btn_default a:hover > span, .page_btn_default button:hover > span {
    background-color: #F6F3EE;
    transform: translate(5px, 5px);
  }
  .button_cancel.button_cancel .page_btn_default a:hover > span, .button_cancel.button_cancel .page_btn_default button:hover > span {
    background-color: #eee;
  }
  .page_btn_default.large a > span, .page_btn_default.large > div > span {
    font-size: 2.0rem;
  }
}

.page_attention {
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #8C6928;
  border-radius: 3px;
}

.page_attention .page_attention_title {
  margin-bottom: 5px;
  font-weight: bold;
  color: #8C6928;
}

.page_attention .text_color {
  color: #8C6928;
}

.page_attention .text_large {
  font-size: 1.6rem;
  font-weight: bold;
}

.page_attention a {
  color: #C8141E;
  text-decoration: underline;
}

.page_attention a:hover {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .page_attention {
    padding: 50px 30px;
  }
  .page_attention .page_attention_title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .page_attention .text_large {
    font-size: 2.0rem;
  }
}

.page_enclose_area {
  padding: 20px 15px;
  border-radius: 3px;
}

.page_enclose_area.ta-center {
  text-align: center;
}

.page_enclose_comingsoon {
  padding: 15px 0;
}

.page_enclose_comingsoon strong {
  display: block;
  font-size: 3.0rem;
  line-height: 1;
  color: #8C6928;
}

.page_enclose_comingsoon strong.en {
  font-family: "Oswald", sans-serif;
  font-size: 3.8rem;
}

.page_enclose_comingsoon p {
  margin-top: 20px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .page_enclose_area {
    padding: 30px;
  }
}

.bg-white {
  color: #191919;
  background-color: #fff;
}

.bg-base {
  color: #fff;
  background-color: #8C6928;
}

.bg-green {
  color: #fff;
  background-color: #2D6441;
}

.border-base {
  border: 1px solid #8C6928;
}

.page_entry_column .page_entry_column_day {
  padding-bottom: 15px;
}

.page_entry_column .page_entry_column_detail {
  padding-top: 15px;
  text-align: left;
  border-top: 1px solid #fff;
}

.page_entry_day_dl {
  text-align: center;
}

.page_entry_day_dl dd {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .page_enclose_area_text {
    padding-top: 25px;
    margin-bottom: 40px;
  }
  .page_enclose_area_text p {
    font-size: 1.6rem;
  }
  .page_enclose_area_text strong {
    font-size: 5.4rem;
  }
  .page_enclose_area_text strong.en {
    font-size: 7.0rem;
  }
  .page_entry_day_dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
  }
  .page_entry_day_dl dt {
    width: 90px;
    padding: 0 12px;
  }
  .page_entry_day_dl dd {
    margin-top: 0;
    padding: 0 12px;
    font-size: 2.0rem;
  }
}

@media print, screen and (min-width: 1280px) {
  .page_entry_column {
    display: flex;
    align-items: center;
  }
  .page_entry_column .page_entry_column_day {
    width: 50%;
    padding: 0 15px 0 0;
  }
  .page_entry_column .page_entry_column_detail {
    width: 50%;
    padding: 0 0 0 15px;
    border-top: none;
  }
}

.toggle_box {
  margin-top: 15px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #8C6928;
}

.toggle_box .toggle_box_title {
  position: relative;
  line-height: 1.6;
  color: #fff;
  background-color: #8C6928;
}

.toggle_box .toggle_box_title .toggle_box_title_in {
  position: relative;
  padding: 13px 45px 13px 13px;
  z-index: 2;
}

.toggle_box .toggle_box_title .toggle_box_ico {
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  transition: 0.3s ease transform;
  z-index: 3;
}

.toggle_box .toggle_box_title .toggle_box_ico:before, .toggle_box .toggle_box_title .toggle_box_ico:after {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 21px;
  top: 0;
  right: 9px;
  background-color: #fff;
}

.toggle_box .toggle_box_title .toggle_box_ico:after {
  transform: rotate(90deg);
}

.toggle_box .toggle_box_text {
  display: none;
}

.toggle_box .toggle_box_text .toggle_box_text_in {
  padding: 13px;
}

.toggle_box.open_box .toggle_box_text {
  display: block;
}

.toggle_box.opened .toggle_box_ico {
  transform: rotate(45deg);
}

@media print, screen and (min-width: 920px) {
  .toggle_box .toggle_box_title {
    transition: background-color ease 0.3s;
  }
  .toggle_box .toggle_box_title .toggle_box_title_in {
    padding: 18px 70px 18px 30px;
  }
  .toggle_box .toggle_box_title .toggle_box_ico {
    right: 30px;
  }
  .toggle_box .toggle_box_text .toggle_box_text_in {
    padding: 30px;
  }
  .toggle_box.opened .toggle_box_title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .toggle_box:not(.open_box) .toggle_box_title:hover {
    cursor: pointer;
  }
}

.faq_group {
  padding-top: 5px;
}

.faq_box {
  margin-top: 15px;
}

.faq_box .toggle_box_title {
  position: relative;
}

.faq_box .toggle_box_title .toggle_box_title_in {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 45px;
}

.faq_box .toggle_box_text {
  position: relative;
}

.faq_box .toggle_box_text .toggle_box_text_in {
  padding: 15px 20px 20px 45px;
}

.faq_box .toggle_box_text .toggle_box_text_in a {
  color: #8C6928;
  text-decoration: underline;
}

.faq_box .toggle_box_title:before,
.faq_box .toggle_box_text:before {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.faq_box .toggle_box_title:before {
  content: 'Q';
  top: 9px;
  color: #fff;
}

.faq_box .toggle_box_text:before {
  content: 'A';
  top: 8px;
  color: #8C6928;
}

@media print, screen and (min-width: 768px) {
  .faq_box {
    margin-top: 20px;
  }
  .faq_box .toggle_box_title .toggle_box_title_in {
    padding: 18px 70px 18px 65px;
    font-size: 1.8rem;
  }
  .faq_box .toggle_box_text .toggle_box_text_in {
    padding: 30px 30px 30px 65px;
    font-size: 1.4rem;
  }
  .faq_box .toggle_box_text .toggle_box_text_in a:hover {
    text-decoration: none;
  }
  .faq_box .toggle_box_title:before,
  .faq_box .toggle_box_text:before {
    width: 36px;
    height: 36px;
    left: 15px;
    font-size: 3.5rem;
  }
  .faq_box .toggle_box_title:before {
    top: 13px;
  }
  .faq_box .toggle_box_text:before {
    top: 23px;
  }
}

@media print, screen and (min-width: 920px) {
  .faq_group {
    padding-top: 25px;
  }
}

.page_column_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.column1-2 .page_column_item,
.column1-3 .page_column_item,
.column1-4 .page_column_item,
.column1-5 .page_column_item {
  width: 100%;
}

.column2-2 .page_column_item,
.column2-3 .page_column_item,
.column2-4 .page_column_item,
.column2-5 .page_column_item {
  width: 50%;
}

@media print, screen and (min-width: 768px) {
  .column1-2 .page_column_item,
  .column2-2 .page_column_item {
    width: 50%;
  }
  .column1-3 .page_column_item,
  .column2-3 .page_column_item {
    width: 33.3%;
  }
  .column1-4 .page_column_item,
  .column2-4 .page_column_item {
    width: 25%;
  }
  .column1-5 .page_column_item,
  .column2-5 .page_column_item {
    width: 20%;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.secondary_section_wrap {
  margin-top: 20px;
}

.secondary_section_border {
  margin-top: 20px;
  border: 1px solid #BCBCBB;
  border-radius: 10px;
}

.secondary_section_title {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 20px 15px 10px;
}

.secondary_section_title.title_border {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #808080;
}

.secondary_section_group {
  padding: 0 15px;
}

.secondary_section_group.bg_gray {
  background-color: #EDEEEA;
}

.secondary_section_group .inner {
  padding: 20px 0px;
}

.secondary_section_group .inner.pt0 {
  padding-top: 0;
}

.secondary_section_group .inner.inner_border {
  border-bottom: 1px dashed #808080;
}

.flow_bg_gray {
  margin-bottom: 10px;
  padding: 12px 15px;
  background-color: #EDEEEA;
}

@media print, screen and (min-width: 768px) {
  .secondary_section_wrap,
  .secondary_section_border {
    margin-top: 40px;
  }
  .secondary_section_title {
    font-size: 1.8rem;
    margin: 30px 30px 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .secondary_section_title.title_border {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .secondary_section_group {
    padding: 0 30px;
  }
  .secondary_section_group .inner {
    padding: 35px 10px;
  }
  .flow_bg_gray {
    padding: 30px 30px;
  }
}

.flow_number > dt {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.flow_number > dt:before {
  font-family: 'Montserrat-SB';
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #5351c0;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  padding: 3px 6px;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}

.flow_number > dt.num1:before {
  content: "1";
}

.flow_number > dt.num2:before {
  content: "2";
}

.flow_number > dt.num3:before {
  content: "3";
}

.flow_number > dt.num4:before {
  content: "4";
}

.flow_2columns {
  /* width: calc(100% + 10px);
    margin: 10px -10px; */
  margin: 10px 0;
}

.flow_2columns > li {
  padding: 5px 0;
}

.flow_2columns .column_inner {
  height: 100%;
  padding: 12px 15px;
  background-color: #EDEEEA;
}

.flow_2columns .column_inner_dl {
  height: 100%;
  background-color: #EDEEEA;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}

.flow_2columns .column_inner_dl dt {
  padding: 12px 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  background-color: #5351c0;
}

.flow_2columns .column_inner_dl dd {
  padding: 12px 15px;
  font-size: 1.6rem;
  font-weight: bold;
}

.flow_3columns {
  /* width: calc(100% + 10px);
    margin: 10px -10px; */
  margin: 10px 0;
}

.flow_3columns > li {
  padding: 5px 0;
}

.flow_3columns .column_inner {
  height: 100%;
  padding: 12px 15px;
  background-color: #EDEEEA;
}

.flow_3columns .column_inner_dl {
  height: 100%;
  background-color: #EDEEEA;
}

.flow_3columns .column_inner_dl dt {
  padding: 12px 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  background-color: #5351c0;
}

.flow_3columns .column_inner_dl dt .sub {
  font-size: 1.4rem;
  font-weight: normal;
}

.flow_3columns .column_inner_dl dd {
  padding: 12px 15px;
}

.flow_2columns.margin0,
.flow_3columns.margin0 {
  margin-top: 0;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .flow_2columns {
    display: flex;
    width: calc(100% + 10px);
    margin: 20px -5px;
  }
  .flow_2columns > li {
    width: 50%;
    padding: 0 5px;
  }
  .flow_2columns .column_inner_dl dt {
    font-size: 2.0rem;
  }
  .flow_2columns .column_inner_dl dd {
    font-size: 2.0rem;
  }
  .flow_3columns {
    display: flex;
    width: calc(100% + 10px);
    margin: 20px -5px;
  }
  .flow_3columns > li {
    width: 33.333%;
    padding: 0 5px;
  }
}

.flow_text_table dt {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: bold;
}

.flow_bg_table {
  margin: 10px 0;
  background-color: #EDEEEA;
  border-radius: 10px;
  overflow: hidden;
}

.flow_bg_table dt {
  padding: 12px 15px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  background-color: #5351c0;
}

.flow_bg_table dd {
  padding: 12px 15px;
}

.secondary_section_group .maintext,
.flow_text_table dd .maintext,
.flow_bg_table dd .maintext {
  margin: 5px 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

.secondary_section_group .mainlist li,
.flow_text_table dd .mainlist li,
.flow_bg_table dd .mainlist li {
  position: relative;
  margin: 5px 0;
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

.secondary_section_group .mainlist li:before,
.flow_text_table dd .mainlist li:before,
.flow_bg_table dd .mainlist li:before {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 8px;
  left: 2px;
  border-radius: 50%;
  background-color: #5351c0;
}

.maintext .sub,
.mainlist li .sub {
  font-size: 1.4rem;
}

.maintext .sub_red,
.mainlist li .sub_red {
  font-size: 1.4rem;
  color: #f54c31;
}

.maintext.sold span,
.mainlist .sold span {
  margin-right: 10px;
  text-decoration: line-through;
}

.maintext.sold:after,
.mainlist .sold:after {
  content: '販売終了';
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  vertical-align: bottom;
  color: #fff;
  background-color: #f54c31;
}

.flow_text_table dt br,
.flow_bg_table dt br {
  display: none;
}

.flow_bg_gray a {
  text-decoration: underline;
  display: inline-block;
  position: relative;
}

.flow_bg_gray a[target="_blank"]:after {
  display: inline-block;
  font-family: 'icomoon';
  content: "\e902";
  margin-left: 10px;
  font-weight: normal;
}

@media print, screen and (min-width: 768px) {
  .flow_bg_table dt {
    font-size: 1.8rem;
  }
  .secondary_section_group .maintext,
  .flow_text_table dd .maintext,
  .flow_bg_table dd .maintext {
    font-size: 1.8rem;
  }
  .secondary_section_group .mainlist li,
  .flow_text_table dd .mainlist li,
  .flow_bg_table dd .mainlist li {
    font-size: 1.8rem;
  }
  .secondary_section_group .mainlist li:before,
  .flow_text_table dd .mainlist li:before,
  .flow_bg_table dd .mainlist li:before {
    top: 9px;
  }
  .maintext .sub_red,
  .mainlist li .sub_red {
    font-size: 1.5rem;
  }
  .flow_bg_gray a:hover {
    text-decoration: none;
  }
  .maintext.sold:after,
  .mainlist .sold:after {
    padding: 7px 10px;
  }
}

@media print, screen and (min-width: 1200px) {
  .flow_text_table {
    display: flex;
  }
  .flow_text_table dt {
    width: 200px;
  }
  .flow_text_table dd {
    width: calc(100% - 200px);
  }
  .flow_bg_table {
    display: table;
    width: 100%;
  }
  .flow_bg_table dt {
    display: table-cell;
    width: 300px;
    padding: 20px 25px;
    vertical-align: middle;
  }
  .flow_bg_table dd {
    display: table-cell;
    width: calc(100% - 300px);
    padding: 20px 25px;
    vertical-align: middle;
  }
  .flow_text_table dt br,
  .flow_bg_table dt br {
    display: inline;
  }
}

.flow_text_img .flow_img {
  margin-top: 20px;
  text-align: center;
}

.flow_text_img .flow_img span {
  display: inline-block;
  border: 1px solid #BCBCBB;
}

.flow_text_img .flow_img img {
  width: 100%;
  max-width: 100%;
}

.flow_catch {
  margin-top: 15px;
  padding: 12px 15px;
  font-weight: bold;
  text-align: center;
  background-color: #EDEEEA;
}

@media print, screen and (min-width: 1200px) {
  .flow_text_img {
    display: flex;
  }
  .flow_text_img .flow_text {
    width: calc(100% - 280px);
    padding-right: 30px;
  }
  .flow_text_img .flow_img {
    width: 280px;
    margin-top: 0;
  }
  .flow_text_img .flow_img a {
    transition: opacity 0.3s ease;
  }
  .flow_text_img .flow_img a:hover {
    opacity: 0.5;
  }
}

.flow_contact_info dt {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  border-bottom: 1px solid #808080;
}

.flow_contact_info dt .sub {
  font-weight: normal;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .flow_contact_info dt {
    font-size: 1.8rem;
  }
}

.page_latest_list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
}

.page_latest_item {
  width: 100%;
  padding: 15px 10px;
}

.page_latest_item a {
  display: block;
  position: relative;
}

.page_latest_item .newest {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  padding-top: 15px;
  border-radius: 50%;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  z-index: 2;
  transform: translate(-40%, -40%) scale(0.8);
  color: #fff;
  background-color: #8C6928;
}

.page_latest_item .page_latest_img {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
  background-color: #EEE8DF;
  z-index: 1;
}

.page_latest_item .page_latest_img span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}

.page_latest_item .page_latest_img img {
  display: none;
}

.page_latest_item .page_latest_text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}

.page_latest_item .page_latest_text .latest_tag {
  min-width: 50px;
  min-height: 20px;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  background-color: #8C6928;
}

.page_latest_item .page_latest_text .latest_tag.category1 {
  background-color: #8C6928;
}

.page_latest_item .page_latest_text .latest_tag.category2 {
  background-color: #C8141E;
}

.page_latest_item .page_latest_text .latest_date {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}

.page_latest_item .page_latest_text .latest_title {
  width: 100%;
  margin-top: 7px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.5;
}

@media print, screen and (min-width: 321px) {
  .page_latest_item {
    width: 50%;
  }
}

@media print, screen and (min-width: 920px) {
  .page_latest_list {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .page_latest_item {
    width: 33.3%;
    padding: 30px 20px;
  }
  .page_latest_item .newest {
    transform: translate(-40%, -40%) scale(1);
  }
  .page_latest_item a span {
    transform: scale(1);
    transition: transform 0.3s ease;
  }
  .page_latest_item a:hover span {
    transform: scale(1.1);
  }
  .page_latest_item .page_latest_text .latest_tag {
    min-width: 70px;
    margin-right: 18px;
    padding: 13px 10px;
    font-size: 1.3rem;
  }
  .page_latest_item .page_latest_text .latest_date {
    font-size: 1.5rem;
  }
  .page_latest_item .page_latest_text .latest_title {
    margin-top: 15px;
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 1180px) {
  .top_news {
    padding: 0 80px;
  }
}

@media print, screen and (min-width: 1550px) {
  .page_latest_list {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }
  .page_latest_item {
    padding: 30px 30px;
  }
}

.pc_mode .cursor-follower {
  position: absolute;
  width: 0px;
  height: 0px;
  opacity: 0;
  transform: translate(-50%, -50%);
  background: #EEE8DF;
  border-radius: 100%;
  user-select: none;
  pointer-events: none;
  z-index: 100;
  visibility: visible;
  transition: height 0.35s ease, width 0.35s ease, transform 0.35s ease, opacity 0.2s ease;
}

.pc_mode .cursor-follower.active {
  width: 40px;
  height: 40px;
  opacity: 0.6;
}

.pc_mode .cursor-follower.hovered {
  opacity: 0.08;
}

.pc_mode .cursor-follower.cursor_toggle {
  width: 60px;
  height: 60px;
  opacity: 0.6;
  text-align: center;
  transform: scale(1.5) translate(-30%, -45%);
}

.pc_mode .cursor-follower.cursor_toggle:before {
  content: 'OPEN';
  display: block;
  margin-top: 25px;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 1;
  transform: scale(0.6);
  color: #8C6928;
  white-space: nowrap;
}

.pc_mode .cursor-follower.cursor_toggle_close:before {
  content: 'CLOSE';
}

.pc_mode .cursor-follower.cursor_zoom {
  width: 60px;
  height: 60px;
  opacity: 0.9;
  text-align: center;
  transform: scale(1.5) translate(-30%, -45%);
}

.pc_mode .cursor-follower.cursor_zoom:before {
  font-family: 'icomoon';
  content: "\e90e";
  display: block;
  margin: 15px 0 3px;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1;
  transform: scale(1);
  color: #8C6928;
  white-space: nowrap;
}

.pc_mode .cursor-follower.cursor_zoom:after {
  content: 'ZOOM';
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 1;
  transform: scale(0.6);
  color: #8C6928;
  white-space: nowrap;
}

.sp_mode .cursor-follower,
.drawer_on .cursor-follower {
  visibility: hidden;
}

@media print {
  html {
    width: 1280px;
    height: auto !important;
  }
  body {
    width: 1280px;
    height: auto !important;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
  }
  .site_header {
    position: absolute !important;
  }
  .header_sns {
    display: none;
  }
  .fade_item {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  #wrap,
  .page_contents {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .top_mv_item {
    width: 1120px !important;
    left: 0 !important;
    opacity: 1 !important;
  }
  .warning_ticket_area p {
    left: 30px !important;
  }
}
