@charset "UTF-8";
/*=============================================================

	Date: 2022-05
	CSS Document ： fwinery

	1.初期設定
	2.ベース
	3.ライブラリ
	4.ブロック

=============================================================*/
/* 初期設定
============================================================= */

.button_win {
  display: inline-block;
  line-height: 1.2;
  outline: none;
  text-align: center;
  text-decoration: none;
}

/* ベース
============================================================= */
@media screen and (min-width: 768px), print {
  .aside_win {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .aside_win {
    padding: 0.4rem 0;
  }
}

@media screen and (min-width: 768px), print {
  .aside__inner_win {
    margin-left: auto;
    margin-right: auto;
    padding-right: calc(20 * 1px);
    padding-left: calc(20 * 1px);
    max-width: 960px;
  }
}

@media screen and (max-width: 767px) {
  .aside__inner_win {
    padding: 0 0.25rem;
  }
}

@media screen and (min-width: 768px), print {
  .aside__inner_win {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 80px;
  }
}

@media screen and (min-width: 768px), print {
  .aside__body_win {
    width: 50%;
    padding-right: 20px;
  }
}

.aside__title_win {
  font-family: "Yu Mincho", "YuMincho", serif;
  /* IE11 */
  font-weight: 500;
}

@media all and (-ms-high-contrast: none) {
  .aside__title_win {
    font-family: “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “HG明朝E”, “ＭＳ Ｐ明朝”, “ＭＳ 明朝”, serif;
  }
}

@media screen and (min-width: 768px), print {
  .aside__title_win {
    text-align: left;
    font-size: 22px;
    line-height: 1.81;
  }
  .aside__title_win::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.81) * 0.5em);
    content: "";
  }
  .aside__title_win::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.81) * 0.5em);
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .aside__title_win {
    text-align: center;
    font-size: 0.15rem;
    line-height: 1.733;
  }
  .aside__title_win::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.733) * 0.5em);
    content: "";
  }
  .aside__title_win::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.733) * 0.5em);
    content: "";
  }
}

@media screen and (min-width: 768px), print {
  .aside__list_win {
    margin-top: 14px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .aside__list_win {
    margin-top: 0.13rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .aside__listItem_win {
    font-size: 14px;
    line-height: 1.57;
  }
}

@media screen and (max-width: 767px) {
  .aside__listItem_win {
    font-size: 0.11rem;
    line-height: 1.4;
  }
}

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

@media screen and (max-width: 767px) {
  .aside__button_win {
    margin-top: 0.22rem;
  }
}

@media screen and (min-width: 768px), print {
  .aside__button_win .button_win.-primary_win {
    margin-right: 0;
    padding: 28px 20px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .aside__button_win .button_win.-primary_win {
    padding: 0.15rem 0.1rem;
  }
}

@media screen and (min-width: 768px), print {
  .aside__button_win .button_win.-primary_win > span::before {
    margin-right: 14px;
    vertical-align: text-bottom;
  }
}

.aside__button_win .button_win.-primary_win > span::after {
  display: none;
}

/* reset
============================================================= */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*body {
  line-height: 1;
}*/

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* base
============================================================= */
html,
body {
  min-height: 100%;
}

@media screen and (max-width: 767px) {
	html {
		font-size: 26.6666666667vw;
	}
}

/*
@media screen and (min-width: 768px), print {
  html {
    font-size: 500%;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 10.4166666667vw;
  }
}
*/

@media screen and (min-width: 768px), print {
  html {
    font-size: 625%;
  }
}

/*body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 160%;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #333333;
}*/

body.home_win {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body.home_win.is-loaded_win {
  opacity: 1;
}

/*body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.04em;
}*/

.fwinery_page {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 160%;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
	color: #333333;
	overflow-y: scroll;
	font-feature-settings: normal;
}
.fwinery_page * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.04em;
}

@media all and (-ms-high-contrast: none) {
	/*body * {
		font-family: Meiryo, sans-serif;
	}*/
	.fwinery_page * {
		font-family: Meiryo, sans-serif;
	}
}

@media screen and (min-width: 768px), print {
	/*body {
		font-size: calc(16 * 1px);
		line-height: 2.25;
	}*/
	.fwinery_page {
		font-size: calc(16 * 1px);
		line-height: 2.25;
	}
}

@media screen and (max-width: 767px) {
	/*body {
		font-size: 0.13rem;
		line-height: 1.92;
	}*/
	.fwinery_page {
		font-size: 0.13rem;
		line-height: 1.92;
	}
}

body.-menuOpen_win {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}

#main_win {
  display: block;
}

@media screen and (min-width: 768px), print {
  #wrapper_win {
    padding-top: calc(100 * 1px);
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  #wrapper_win {
    padding-top: 0.7rem;
  }
}

/* link
============================================================= 
20230714　内田修正
*/
/*a:not([class]) {
  color: #e56c42;
  text-decoration: underline;
}*/

/*a:not([class]):hover {
  text-decoration: none;
}*/

a:not([class]):hover {
  text-decoration: none;
  text-decoration: underline;
}

a:not([class])[target="_blank"]:after {
  content: "";
  display: inline-block;
  background: url(../images/icon_blank.png) no-repeat 0 0/contain;
  vertical-align: text-bottom;
}

@media screen and (min-width: 768px), print {
  a:not([class])[target="_blank"]:after {
    margin-right: 10px;
    width: 13px;
    height: 13px;
  }
}

@media screen and (max-width: 767px) {
  a:not([class])[target="_blank"]:after {
    margin-right: 0.11rem;
    width: 0.12rem;
    height: 0.12rem;
  }
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  a:not([class])[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}

/* image
============================================================= */
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top;
}

table th img,
table td img {
  vertical-align: middle;
}

/* =============================================================
modifier
============================================================= */
/* display
============================================================= */
@media screen and (min-width: 768px), print {
  .-pcItem_win {
    display: block;
  }
}

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

@media screen and (min-width: 768px), print {
  br.-pcItem_win {
    display: inline !important;
  }
}

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

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

@media screen and (max-width: 767px) {
  br.-spItem_win {
    display: inline !important;
  }
}

/* text-align
============================================================= */
.-textRight_win {
  text-align: right;
}

.-textCenter_win {
  text-align: center;
}

.-textLeft_win {
  text-align: left;
}

/*
  Accessibility
----------------------------------------------- */
.screenReaderText_win {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

/* footer
============================================================= */
#footer_win {
  color: #000;
}

.footer__head_win {
  position: relative;
  font-weight: 500;
}

@media screen and (min-width: 768px), print {
  .footer__head_win {
    padding: 76px 0 79px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer__head_win {
    padding: 0.4rem 0;
    font-size: 0.16rem;
  }
}

@media screen and (min-width: 768px), print {
  .footer__headInner_win {
    margin-left: auto;
    margin-right: auto;
    padding-right: calc(20 * 1px);
    padding-left: calc(20 * 1px);
    max-width: 960px;
  }
}

@media screen and (max-width: 767px) {
  .footer__headInner_win {
    padding: 0 0.25rem;
  }
}

@media screen and (min-width: 768px), print {
  .footer__headInner_win {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .footer__headInner_win {
    position: relative;
  }
}

@media screen and (min-width: 768px), print {
  .footer__headBody_win {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 60px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .footer__headBody_win {
    padding: 0 0.13rem;
  }
}

.footer__address_win {
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px), print {
  .footer__address_win {
    font-size: 16px;
    line-height: 1.625;
  }
  .footer__address_win::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.625) * 0.5em);
    content: "";
  }
  .footer__address_win::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.625) * 0.5em);
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .footer__address_win {
    padding: 0.28rem 0 0.61rem 1.13rem;
    font-size: 0.13rem;
    line-height: 1.53;
  }
  .footer__address_win::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.53) * 0.5em);
    content: "";
  }
  .footer__address_win::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.53) * 0.5em);
    content: "";
  }
}

.footer__dl_win {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .footer__dl_win {
    margin-top: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .footer__dl_win {
    padding-top: 0.25rem;
    border-top: 1px dashed #ccc;
    font-size: 0.13rem;
  }
}

.footer__dl_win > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .footer__dl_win > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px), print {
  .footer__dl_win > div:nth-of-type(n + 2) {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .footer__dl_win > div:nth-of-type(n + 2) {
    margin-top: 0.14rem;
  }
}

.footer__dl_win dt {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .footer__dl_win dt {
    margin-right: 6px;
    width: 50px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer__dl_win dt {
    margin-right: 0.08rem;
  }
}

.footer__dl_win dd {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .footer__dl_win dd:first-of-type {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.footer__dl_win dd:nth-of-type(2) {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .footer__dl_win dd:nth-of-type(2) {
    margin-top: 2px;
  }
}

@media screen and (max-width: 767px) {
  .footer__dl_win dd:nth-of-type(2) {
    margin-top: 0.02rem;
    text-align: center;
  }
}

.footer__dl_win a:not([class]) {
  color: #fff;
}

.footer__dl_win time {
  font-weight: inherit;
}

@media screen and (min-width: 768px), print {
  .footer__buttonArea_win {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px), print {
  .footer__buttonArea_win {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .footer__buttonArea_win {
    margin-top: 0.4rem;
  }
}

.footer__buttonArea_win > p {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .footer__buttonArea_win > p {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px), print {
  .footer__buttonArea_win > p {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer__buttonArea_win > p {
    text-align: center;
    font-size: 0.13rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__button_win {
    margin-top: 0.1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px), print {
  .footer__button_win .button_win.-primary_win {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .footer__button_win .button_win.-primary_win {
    padding: 0.2rem;
    width: 2.8rem;
  }
}

.footer__list_win {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .footer__list_win {
    margin-top: 40px;
    padding-top: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .footer__list_win {
    margin: 0.4rem -0.38rem 0.3rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__list_win + * {
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__listItem_win {
    width: 50%;
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (min-width: 768px), print {
  .footer__listItem_win:nth-of-type(3n) {
    min-width: 200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px), print {
  .footer__listItem_win:nth-of-type(3n) {
    min-width: calc(100% - 200px);
  }
}

@media screen and (min-width: 768px), print {
  .footer__listItem_win:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .footer__listItem_win:not(:nth-of-type(3n + 1)) {
    padding-left: 33px;
    border-left: 1px solid #000;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px), print {
  .footer__listItem_win:not(:nth-of-type(3n + 1)) {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer__listItem_win:nth-of-type(n + 2) {
    border-left: 1px solid #ccc;
  }
}

.footer__listLink_win {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
}

@media screen and (min-width: 768px), print {
  .footer__listLink_win {
    padding: 2px 32px 2px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px), print {
  .footer__listLink_win {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer__listLink_win {
    padding: 0.19rem 0.1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer__listLink_win:link, .footer__listLink_win:visited {
  color: #000;
}

@media screen and (min-width: 768px), print {
  .footer__listLink_win:link, .footer__listLink_win:visited {
    text-decoration: none;
  }
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .footer__listLink_win:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 768px), print {
  .footer__headLogo_win {
    padding: 86px 120px 0 60px;
    width: 360px;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px), print {
  .footer__headLogo_win {
    width: 300px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .footer__headLogo_win {
    position: absolute;
    top: 0;
    left: 0.425rem;
    width: 0.9rem;
  }
}

.footer__headLogo_win img {
  width: 100%;
}

#Footer_fca a {
  text-decoration: none;
  color: #000;
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #Footer_fca a:hover {
    text-decoration: underline;
  }
}

/* header
============================================================= */
#header_win {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (min-width: 768px), print {
  #header_win {
    padding: 15px 0;
    height: calc(100 * 1px);
  }
}

@media screen and (max-width: 767px) {
  #header_win {
    height: 0.7rem;
  }
}

#header_win.-hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header__inner_win {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

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

@media screen and (max-width: 767px) {
  .header__inner_win {
    padding: 0 0.2rem;
  }
}

.header__logo_win {
  display: block;
}

@media screen and (min-width: 768px), print {
  .header__logo_win {
    width: 205.11px;
  }
}

@media screen and (max-width: 767px) {
  .header__logo_win {
    width: 1.3186rem;
  }
}

.header__logo_win a {
  display: block;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header__logo_win a:hover {
    opacity: 0.75;
  }
}

.header__logo_win img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .header__buttonList_win {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 90px;
  }
}

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

@media screen and (min-width: 768px), print {
  .header__buttonListItem_win:nth-of-type(n + 2) {
    margin-left: 0.2rem;
  }
}

.header__buttonListItem_win > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header__buttonListItem_win > a:hover > span img:nth-child(1) {
    opacity: 0;
  }
  .header__buttonListItem_win > a:hover > span img:nth-child(2) {
    opacity: 1;
  }
}

.header__buttonListItem_win > a > span {
  position: relative;
}

.header__buttonListItem_win > a > span img:nth-child(1) {
  opacity: 1;
}

.header__buttonListItem_win > a > span img:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  z-index: 1;
}

@-webkit-keyframes infinity-show {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  90% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes infinity-show {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  90% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

/* ライブラリ
============================================================= */
/* object fit image */
img.objectFit_win {
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  object-fit: cover;
}

img.objectFit_win.-contain_win {
  font-family: 'object-fit: contain;';
  -o-object-fit: contain;
  object-fit: contain;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dots {
  display: inline-block;
  position: absolute;
  list-style: none;
  line-height: 0;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
}

@media screen and (min-width: 768px), print {
  .slick-dots {
    bottom: -0.32rem;
  }
}

@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: -0.24rem;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .slick-dots li {
    width: 0.11rem;
    height: 0.11rem;
    margin: 0 0.06rem;
  }
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 0.09rem;
    height: 0.09rem;
    margin: 0 0.04rem;
  }
}

/**
 * Swiper 6.5.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 5, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #000;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 100;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0.1rem;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0.1rem;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0.1rem;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 0.1rem;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0.06rem 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.08rem;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.04rem;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 0.04rem;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 0.04rem;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 0.1rem;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 0.03rem;
  z-index: 50;
  height: 0.05rem;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 0.03rem;
  top: 1%;
  z-index: 50;
  width: 0.05rem;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.1rem;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 0.42rem;
  height: 0.42rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.21rem;
  margin-top: -0.21rem;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.04rem solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ブロック
============================================================= */
/* anchorList
============================================================= */
.anchorList_win {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px), print {
  .anchorList_win {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .anchorList_win {
    padding-top: 0.3rem;
  }
}

@media screen and (min-width: 768px), print {
  .anchorList_win + #birth_win {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px), print {
  .anchorList__item_win {
    margin: 0 12.5px;
  }
}

@media screen and (max-width: 767px) {
  .anchorList__item_win {
    margin: 0 0.025rem;
  }
}

.anchorList__item_win .button_win.-primary_win {
  line-height: 1.9;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

@media screen and (min-width: 768px), print {
  .anchorList__item_win .button_win.-primary_win {
    padding: 14px 10px;
    width: 290px;
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .anchorList__item_win .button_win.-primary_win {
    padding: 0.12rem 0.05rem 0.12rem;
    width: 1.1rem;
    font-size: 0.13rem;
  }
}

.anchorList__item_win .button_win.-primary_win > span {
  letter-spacing: 0.04em;
}

.anchorList__item_win .button_win.-primary_win > span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (min-width: 768px), print {
  .anchorList__item_win .button_win.-primary_win > span::after {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .anchorList__item_win .button_win.-primary_win > span::after {
    right: 0.04rem;
  }
}

/* article
============================================================= */
@media screen and (min-width: 768px), print {
  .articleWrap_win + * {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .articleWrap_win + * {
    margin-top: 0.28rem;
  }
}

.article_win:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.article_win:first-child {
  border-bottom: 1px solid #ccc;
}

.article_win:first-child .article__inner_win {
  padding-top: 0;
}

.article__inner_win {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .article__inner_win {
    padding: 41px 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .article__inner_win {
    padding: 0.24rem 0.125rem 0.2rem;
  }
}

.article__title_win {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .article__title_win {
    line-height: 1.625;
  }
}

@media screen and (max-width: 767px) {
  .article__title_win {
    font-size: 0.13rem;
    line-height: 1.538;
  }
}

.article__title_win a {
  /*color: #e56c42; 20230714 内田修正*/
  font-weight: bold;
}

.article__date_win {
  display: block;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .article__date_win {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .article__date_win {
    margin-bottom: 0.12rem;
  }
}

.article__date_win time {
  display: block;
}

/* banner
============================================================= */
.banner_win {
  position: relative;
}

@media screen and (max-width: 767px) {
  .banner__title_win {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0.03rem;
  }
  .banner__title_win img {
    width: 1.2316rem;
    height: 0.185rem;
  }
  .banner__title_win::before {
    margin-right: 0.11rem;
    content: '';
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    background: url(../images/icon_instagram_black.png) no-repeat 0 0/contain;
  }
  .banner__title_win + * {
    margin-top: 0.2rem;
  }
}

.banner__inner_win {
  display: block;
  overflow: hidden;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

@media screen and (min-width: 768px), print {
  .banner__inner_win {
    border-radius: 16px;
  }
}

@media screen and (max-width: 767px) {
  .banner__inner_win {
    border-radius: 0.08rem;
  }
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .banner__inner_win:hover {
    opacity: 0.75;
  }
}

.banner__text_win {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #e56c42;
  border-radius: 50%;
}

@media screen and (min-width: 768px), print {
  .banner__text_win {
    top: 10px;
    right: 20px;
    width: 120px;
    height: 120px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .banner__text_win {
    top: 0.33rem;
    right: 0.1rem;
    width: 0.7rem;
    height: 0.7rem;
  }
}

.banner__text_win > span {
  display: inline-block;
}

@media screen and (min-width: 768px), print {
  .banner__text_win > span {
    width: 64.64px;
  }
}

@media screen and (max-width: 767px) {
  .banner__text_win > span {
    width: 0.38195rem;
  }
}

.banner__text_win img {
  width: 100%;
}

/* blockContact
============================================================= */
.blockContact_win {
  background: url(../images/bg_contact.png) no-repeat 0 0/cover;
  color: #fff;
}

@media screen and (min-width: 768px), print {
  .blockContact_win {
    padding: 138px 0 120px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .blockContact_win {
    background-image: url(../images/bg_contact_2x.png);
  }
}

@media screen and (max-width: 767px) {
  .blockContact_win {
    padding: 0.58rem 0 0.6rem;
    background-image: url(../images/bg_contact_sp.png);
  }
}

@media screen and (min-width: 768px), print {
  .blockContact__title_win {
    width: 3.8604rem;
  }
}

@media screen and (max-width: 767px) {
  .blockContact__title_win {
    width: 2.2519rem;
  }
}

.blockContact__title_win img {
  width: 100%;
}

.blockContact__text_win {
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .blockContact__text_win {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .blockContact__text_win {
    font-size: 0.2rem;
  }
}

@media screen and (min-width: 768px), print {
  .blockContact__button_win {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .blockContact__button_win {
    margin-top: 0.24rem;
  }
}

/* blockNews
============================================================= */
.blockNews_win {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .blockNews_win {
    padding: 120px 0;
  }
}

@media screen and (max-width: 767px) {
  .blockNews_win {
    padding: 0.7rem 0 0.6rem;
  }
}

@media screen and (min-width: 768px), print {
  .topicPath_win + .blockNews_win {
    padding-top: 78px;
  }
}

@media screen and (max-width: 767px) {
  .topicPath_win + .blockNews_win {
    padding-top: 0.36rem;
  }
}

@media screen and (min-width: 768px), print {
  .blockNews__title_win {
    width: 219.18px;
  }
}

@media screen and (max-width: 767px) {
  .blockNews__title_win {
    width: 1.27855rem;
  }
}

.blockNews__title_win img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .blockNews__title_win + * {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .blockNews__title_win + * {
    margin-top: 0.4rem;
  }
}

/* button
============================================================= */
.button_win {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* modifier */
  /* size */
}

@media screen and (min-width: 768px), print {
  .button_win {
    width: 550px;
  }
}

@media screen and (max-width: 767px) {
  .button_win {
    width: 2.75rem;
  }
}

.button_win path {
  -webkit-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}

.button_win * {
  letter-spacing: 0.2em;
}

.button_win[target='_blank'] > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button_win[target='_blank'] > span::before {
  content: '';
  display: inline-block;
  background: url(../images/icon_blank.png) no-repeat 0 0/contain;
  vertical-align: baseline;
}

@media screen and (min-width: 768px), print {
  .button_win[target='_blank'] > span::before {
    margin-right: 18px;
    width: 20.8px;
    height: 19.07px;
  }
}

@media screen and (max-width: 767px) {
  .button_win[target='_blank'] > span::before {
    margin-right: 0.1rem;
    width: 0.144rem;
    height: 0.132rem;
  }
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .button_win[target='_blank']:hover > span::before {
    background-image: url(../images/icon_blank_white.png);
  }
}

.button_win.-primary_win {
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  background: #fff;
  -webkit-transition: background 0.25s ease-out, color 0.25s ease-out, border 0.25s ease-out;
  transition: background 0.25s ease-out, color 0.25s ease-out, border 0.25s ease-out;
}

@media screen and (min-width: 768px), print {
  .button_win.-primary_win {
    padding: 34px 10px;
    border-radius: 0.8rem;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .button_win.-primary_win {
    padding: 0.24rem 0.15rem 0.24rem 0.05rem;
    border-radius: 0.4rem;
    font-size: 0.2rem;
  }
}

.button_win.-primary_win > span {
  font-weight: 600;
}

.button_win.-primary_win > span::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../images/icon_arrow.png) no-repeat 0 0/contain;
}

@media screen and (min-width: 768px), print {
  .button_win.-primary_win > span::after {
    right: 72px;
    width: 30.1px;
    height: 11.2px;
  }
}

@media screen and (max-width: 767px) {
  .button_win.-primary_win > span::after {
    right: 0.36rem;
    width: 0.15rem;
    height: 0.05rem;
  }
}

.button_win.-primary_win.-textHoverWrapper_win {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .button_win.-primary_win.-textHoverWrapper_win:hover > span img:nth-child(1) {
    opacity: 0;
  }
  .button_win.-primary_win.-textHoverWrapper_win:hover > span img:nth-child(2) {
    opacity: 1;
  }
}

.button_win.-primary_win.-textHoverWrapper_win > span {
  font-size: 0;
}

@media screen and (min-width: 768px), print {
  .button_win.-primary_win.-textHoverWrapper_win > span {
    position: relative;
  }
}

.button_win.-primary_win.-textHoverWrapper_win > span.-w100_win {
  width: 100%;
}

.button_win.-primary_win.-textHoverWrapper_win > span.-w100_win img:nth-child(2) {
  left: 0;
}

.button_win.-primary_win.-textHoverWrapper_win > span.-w100_win img.-patternA_win:nth-child(2) {
  left: 58px;
}

.button_win.-primary_win.-textHoverWrapper_win > span img:nth-child(1) {
  opacity: 1;
}

.button_win.-primary_win.-textHoverWrapper_win > span img:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  z-index: 1;
}

.button_win.-primary_win img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 768px), print {
  .button_win.-primary_win .-textReadmore_win {
    width: 231.74px;
  }
}

@media screen and (max-width: 767px) {
  .button_win.-primary_win .-textReadmore_win {
    width: 1.4484rem;
  }
}

@media screen and (max-width: 767px) {
  .button_win.-primary_win .-textContact_win {
    width: 0.93345rem;
  }
}

@media screen and (max-width: 767px) {
  .button_win.-primary_win .-textOnline_win {
    width: 1.36415rem;
  }
}

@media screen and (min-width: 768px), print {
  .button_win.-primary_win .-textGooglemap_win {
    width: 188.656px;
  }
}

@media screen and (max-width: 767px) {
  .button_win.-primary_win .-textGooglemap_win {
    width: 1.4512rem;
  }
}

@media screen and (min-width: 768px), print {
  .button_win.-primary_win .-textViewmore_win {
    width: 186.966px;
  }
}

@media screen and (max-width: 767px) {
  .button_win.-primary_win .-textViewmore_win {
    width: 1.4382rem;
  }
}

.button_win.-primary_win.-colorBlack_win {
  background: #000;
  color: #fff;
}

.button_win.-primary_win.-colorBlack_win[target='_blank'] > span::before {
  background-image: url(../images/icon_blank_white.png);
}

@media screen and (min-width: 768px), print {
  .button_win.-primary_win.-colorBlack_win[target='_blank'] > span::before {
    position: relative;
    left: -22px;
  }
}

.button_win.-primary_win.-colorBlack_win > span::after {
  background: url(../images/icon_arrow_white.png) no-repeat 0 0/contain;
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .button_win.-primary_win.-colorBlack_win:hover {
    background: #fff;
    color: #000;
  }
  .button_win.-primary_win.-colorBlack_win:hover[target='_blank'] > span::before {
    background-image: url(../images/icon_blank.png);
  }
  .button_win.-primary_win.-colorBlack_win:hover path {
    fill: #000;
  }
  .button_win.-primary_win.-colorBlack_win:hover > span::after {
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    background: url(../images/icon_arrow.png) no-repeat 0 0/contain;
  }
}

.button_win.-primary_win.-noArrow_win > span::after {
  display: none;
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .button_win.-primary_win:hover {
    color: #fff;
    background: #000;
  }
  .button_win.-primary_win:hover path {
    fill: #fff;
  }
  .button_win.-primary_win:hover > span::after {
    background-image: url(../images/icon_arrow_white.png);
  }
}

.button_win.-contact_win {
  background: transparent;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .button_win.-contact_win {
    padding: 36px 0;
  }
}

@media screen and (max-width: 767px) {
  .button_win.-contact_win {
    padding: 0.27rem 0.1rem;
  }
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .button_win.-contact_win {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button_win.-contact_win > span {
    position: relative;
  }
  .button_win.-contact_win:hover .-textContact_win:nth-child(1) {
    opacity: 0;
  }
  .button_win.-contact_win:hover .-textContact_win:nth-child(2) {
    opacity: 1;
  }
}

@media screen and (min-width: 768px), print {
  .button_win.-contact_win .-textContact_win {
    width: 186.69px;
  }
}

@media screen and (max-width: 767px) {
  .button_win.-contact_win .-textContact_win {
    width: 1.1168rem;
  }
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .button_win.-contact_win .-textContact_win.-hover {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .button_win.-contact_win .-textContact_win.-hover {
    display: none;
  }
}

.button_win.-contact_win[target='_blank'] > span::before {
  background: url(../images/icon_blank_white.png) no-repeat 0 0/contain;
}

@media screen and (min-width: 768px), print {
  .button_win.-contact_win[target='_blank'] > span::before {
    width: 28.8px;
    height: 26.4px;
  }
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .button_win.-contact_win:hover {
    background: #fff;
  }
  .button_win.-contact_win:hover[target='_blank'] > span::before {
    background-image: url(../images/icon_blank.png);
  }
  .button_win.-contact_win:hover path {
    fill: #000;
  }
}

.button_win.-others_win {
  text-decoration: none;
  font-size: 0;
}

@media screen and (min-width: 768px), print {
  .button_win.-others_win {
    width: 100%;
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .button_win.-others_win {
    padding: 0.27rem 0.1rem;
  }
}

@media screen and (min-width: 768px), print {
  .button_win.-others_win > span {
    height: 18.85px;
  }
}

.button_win.-others_win[target='_blank'] > span::before {
  background: url(../images/icon_blank.png) no-repeat 0 0/contain;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

@media screen and (min-width: 768px), print {
  .button_win.-others_win[target='_blank'] > span::before {
    width: 24px;
    height: 22px;
  }
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .button_win.-others_win:hover {
    color: #fff;
  }
  .button_win.-others_win:hover[target='_blank'] > span::before {
    background-image: url(../images/icon_blank_white.png);
  }
  .button_win.-others_win:hover > span::after {
    background-image: url(../images/icon_arrow_white.png);
  }
  .button_win.-others_win:hover svg {
    fill: #fff;
  }
}

@media screen and (min-width: 768px), print {
  .button_win.-sizeSmall_win {
    width: 315px;
  }
}

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

@media screen and (max-width: 767px) {
  .button_win.-sizeMiddle_win {
    padding: 0.27rem 0.1rem 0.26rem;
  }
}

@media screen and (min-width: 768px), print {
  .button_win.-pcOnlySizeSmall_win {
    padding: 10px;
    width: 240px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .button_win.-pcOnlySizeSmall_win .-textOnline_win {
    width: 136.42px;
  }
}

@media screen and (min-width: 768px), print {
  .button_win.-pcOnlySizeSmall_win .-textContact_win {
    width: 93.34px;
  }
}

@media screen and (min-width: 768px), print {
  .button_win.-pcOnlySizeSmall_win[target='_blank'] > span::before {
    margin-right: 13px;
  }
}

@media screen and (min-width: 768px), print {
  * + .buttonWrap_win {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  * + .buttonWrap_win {
    margin-top: 0.32rem;
  }
}

/* spFixButton
============================================================= */
@media screen and (max-width: 767px) {
  .spFixButton_win {
    position: fixed;
    z-index: 10;
    left: 0.125rem;
    bottom: 0.125rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
  .spFixButton_win .button_win.-primary_win {
    padding: 0.2rem 0.1rem 0.2rem;
    width: 2.975rem;
  }
  .spFixButton_win .button_win.-primary_win > span::before {
    width: 0.104rem;
    height: 0.09535rem;
  }
  .spFixButton_win.-active_win {
    opacity: 1;
    pointer-events: all;
  }
}

/* gallery
============================================================= */
.gallery_win {
  background: #f1f1f1;
}

@media screen and (min-width: 768px), print {
  .gallery_win {
    padding: 136px 0 120px;
  }
}

@media screen and (max-width: 767px) {
  .gallery_win {
    padding: 0.7rem 0 0.6rem;
  }
}

@media screen and (min-width: 768px), print {
  .gallery__title_win {
    width: 3.7098rem;
  }
}

@media screen and (max-width: 767px) {
  .gallery__title_win {
    width: 2.164rem;
  }
}

.gallery__list_win {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .gallery__list_win + .gallery__list_win {
    margin-top: 18px;
  }
}

@media screen and (max-width: 767px) {
  .gallery__list_win + .gallery__list_win {
    margin-top: 0.1rem;
  }
}

@media screen and (min-width: 768px), print {
  .gallery__list_win.-reverce_win + * {
    margin-top: 124px;
  }
}

@media screen and (max-width: 767px) {
  .gallery__list_win.-reverce_win + * {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .gallery__listItem_win {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .gallery__listItem_win {
    padding-left: 0.1rem;
  }
}

.gallery__listItem_win img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .gallery__listItem_win img {
    border-radius: 16px;
  }
}

@media screen and (max-width: 767px) {
  .gallery__listItem_win img {
    border-radius: 0.08rem;
  }
}

/* globalNavi
============================================================= */
.globalNaviWrap_win {
  background: #fff;
  overflow-y: auto;
  position: fixed;
  right: 0;
  z-index: 100;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  pointer-events: none;
}

@media screen and (min-width: 768px), print {
  .globalNaviWrap_win {
    top: 0;
    width: 100%;
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .globalNaviWrap_win {
    top: 0.7rem;
    width: 100%;
    height: 100vh;
    border-top: 1px solid #ccc;
    padding-bottom: 1rem;
  }
}

.-menuOpen_win .globalNaviWrap_win {
  visibility: visible;
  pointer-events: auto;
}

@media screen and (min-width: 768px), print {
  .globalNavi_win {
    margin-left: auto;
    padding: 68px 74px 68px 60px;
    width: 375px;
  }
}

@media screen and (min-width: 1501px), print {
  .globalNavi_win {
    width: 480px;
    padding: 9vw 8.28vw 3.54vw 4.16vw;
  }
}

@media screen and (max-width: 767px) {
  .globalNavi_win {
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 768px), print {
  .globalNavi__logo_win {
    width: 8.2vw;
    max-width: 160px;
    min-width: 116px;
  }
  .globalNavi__logo_win img {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .globalNavi__list_win {
    margin-top: 26px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (min-width: 1501px), print {
  .globalNavi__list_win {
    min-width: 241px;
  }
}

@media screen and (max-width: 767px) {
  .globalNavi__list_win {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .globalNavi__listItem_win {
    width: 50%;
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (max-width: 767px) {
  .globalNavi__listItem_win:nth-of-type(even) {
    border-left: 1px solid #ccc;
  }
}

.globalNavi__listLink_win {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .globalNavi__listLink_win {
    padding: 15px 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .globalNavi__listLink_win {
    padding: 0.35rem 0 0.36rem;
    text-align: center;
    font-size: 0.16rem;
  }
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .globalNavi__listLink_win:hover {
    opacity: 0.75;
    text-decoration: underline;
  }
}

.globalNavi__listLink_win:link, .globalNavi__listLink_win:visited {
  color: #000;
}

@media screen and (min-width: 768px), print {
  .globalNavi__buttonList_win {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1501px), print {
  .globalNavi__buttonList_win {
    min-width: 241px;
  }
}

@media screen and (max-width: 767px) {
  .globalNavi__buttonList_win {
    margin-top: 0.4rem;
  }
}

@media screen and (min-width: 768px), print {
  .globalNavi__buttonListItem_win:nth-of-type(n + 2) {
    margin-top: 29.6px;
  }
}

@media screen and (max-width: 767px) {
  .globalNavi__buttonListItem_win:nth-of-type(n + 2) {
    margin-top: 0.36rem;
  }
}

@media screen and (max-width: 767px) {
  .globalNavi__buttonListItem_win .button_win.-primary_win {
    padding: 0.27rem 0.1rem;
  }
}

@media screen and (max-width: 767px) {
  .globalNavi__buttonListItem_win .button_win.-primary_win .-textOnline {
    width: 1.7052rem;
    height: 0.145rem;
  }
}

@media screen and (max-width: 767px) {
  .globalNavi__buttonListItem_win .button_win.-primary_win .-textContact {
    width: 1.1668rem;
    height: 0.145rem;
  }
}

.globalNavi__buttonText_win {
  text-align: center;
  color: #000;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .globalNavi__buttonText_win {
    line-height: 1.625;
  }
  .globalNavi__buttonText_win::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.625) * 0.5em);
    content: "";
  }
  .globalNavi__buttonText_win::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.625) * 0.5em);
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .globalNavi__buttonText_win {
    line-height: 1.92;
  }
  .globalNavi__buttonText_win::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.92) * 0.5em);
    content: "";
  }
  .globalNavi__buttonText_win::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.92) * 0.5em);
    content: "";
  }
}

@media screen and (min-width: 768px), print {
  .globalNavi__buttonText_win + * {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .globalNavi__buttonText_win + * {
    margin-top: 0.08rem;
  }
}

.globalNaviButton_win {
  position: absolute;
  z-index: 101;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  border: none;
  background: #fff;
  outline: none;
}

@media screen and (min-width: 768px), print {
  .globalNaviButton_win {
    top: 0;
    right: 60px;
    width: 50px;
    height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .globalNaviButton_win {
    top: 0.05rem;
    right: 0.2rem;
    width: 0.26rem;
    height: 0.22rem;
  }
}

.globalNaviButton_win:focus:not(:focus-visible) {
  outline: 0;
}

@media screen and (min-width: 768px), print {
  .-menuOpen_win .globalNaviButton_win {
    top: 15px;
  }
}

.globalNaviButton__icon_win {
  background-color: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}

@media screen and (min-width: 768px), print {
  .globalNaviButton__icon_win {
    border-radius: 2px;
  }
}

@media screen and (max-width: 767px) {
  .globalNaviButton__icon_win {
    border-radius: 0.02rem;
  }
}

.globalNaviButton__icon_win::before {
  background-color: #000;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 80%;
  height: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

@media screen and (min-width: 768px), print {
  .globalNaviButton__icon_win::before {
    top: 12px;
    border-radius: 2px;
  }
}

@media screen and (max-width: 767px) {
  .globalNaviButton__icon_win::before {
    top: 0.06rem;
    border-radius: 0.02rem;
  }
}

.-menuOpen_win .globalNaviButton__icon_win {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.-menuOpen_win .globalNaviButton__icon_win::before {
  top: 0;
  -webkit-transform: rotate(-140deg);
  transform: rotate(-140deg);
  width: 100%;
}

.globalNaviButton__text_win {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}

@media screen and (min-width: 768px), print {
  .globalNaviButton__text_win {
    width: 46.77px;
  }
}

@media screen and (max-width: 767px) {
  .globalNaviButton__text_win {
    padding-bottom: 0.02rem;
    width: 0.2338rem;
  }
}

@media screen and (min-width: 768px), print {
  .-menuOpen_win .globalNaviButton__text_win {
    width: 54.21px;
    padding-bottom: 0.12rem;
  }
}

@media screen and (max-width: 767px) {
  .-menuOpen_win .globalNaviButton__text_win {
    padding-bottom: 0.06rem;
    width: 0.271rem;
  }
}

.-menuOpen_win .globalNaviButton__text_win img:nth-of-type(1) {
  display: none;
}

.-menuOpen_win .globalNaviButton__text_win img:nth-of-type(2) {
  display: block;
}

.globalNaviButton__text_win img {
  width: 100%;
  vertical-align: bottom;
}

.globalNaviButton__text_win img:nth-of-type(2) {
  display: none;
}

@media screen and (min-width: 768px), print {
  .globalNavi__image_win {
    position: absolute;
    width: calc(100% - 375px);
    height: 100%;
    top: 0;
    right: 375px;
  }
  .globalNavi__image_win img {
    -o-object-position: right;
    object-position: right;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px), print {
  .globalNavi__image_win img {
    -o-object-position: 65%;
    object-position: 65%;
  }
}

@media screen and (min-width: 1501px), print {
  .globalNavi__image_win {
    width: calc(100% - 480px);
    right: 480px;
  }
}

.inview {
  opacity: 0;
}

.inview.-inviewed {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

/* layout
============================================================= */
.layout_win {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .layout_win {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .layout_win {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px), print {
  .layout__body_win {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .layout__body_win {
    margin-top: 0.25rem;
  }
}

.layout__image_win {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .layout__image_win {
    width: 500px;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px), print {
  .layout__image_win {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .layout__image_win {
    width: 3.25rem;
  }
}

.layout__image_win img {
  width: 100%;
}

/* mainVisual
============================================================= */
.mainVisual_win {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .mainVisual_win {
    margin: 0 25px;
    border-radius: 16px;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual_win {
    margin: 0 12.5px;
    border-radius: 0.08rem;
  }
}

@media screen and (min-width: 768px), print {
  .mainVisual__body_win {
    margin-left: auto;
    margin-right: auto;
    padding-right: calc(20 * 1px);
    padding-left: calc(20 * 1px);
    max-width: 960px;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual__body_win {
    padding: 0 0.25rem;
  }
}

.mainVisual__lead_win {
  position: absolute;
  z-index: 10;
}

@media screen and (min-width: 768px), print {
  .mainVisual__lead_win {
    top: 112px;
    right: calc(50% + 346px);
    width: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px), print {
  .mainVisual__lead_win {
    right: auto;
    left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual__lead_win {
    top: 0.335rem;
    right: 0.225rem;
    width: 0.4rem;
  }
}

.mainVisual__lead_win::before, .mainVisual__lead_win::after {
  position: absolute;
  z-index: -1;
  background: #fff;
  content: "";
  display: inline-block;
}

@media screen and (min-width: 768px), print {
  .mainVisual__lead_win::before, .mainVisual__lead_win::after {
    top: -12px;
    width: 38px;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual__lead_win::before, .mainVisual__lead_win::after {
    top: -0.06rem;
    width: 0.19rem;
  }
}

@media screen and (min-width: 768px), print {
  .mainVisual__lead_win::before {
    left: -5px;
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual__lead_win::before {
    left: -0.025rem;
    height: 2rem;
  }
}

@media screen and (min-width: 768px), print {
  .mainVisual__lead_win::after {
    right: -5px;
    height: 436px;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual__lead_win::after {
    right: -0.025rem;
    height: 2.18rem;
  }
}

.mainVisual__lead_win img {
  width: 100%;
}

.mainVisual__image_win {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .mainVisual__image_win {
    height: 895px;
  }
}

.mainVisual__image_win .swiper-wrapper {
  height: auto;
}

.mainVisual__importantArea_win {
  background: #222;
  color: #fff;
}

@media screen and (min-width: 768px), print {
  .mainVisual__importantArea_win {
    padding: 18px 0;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual__importantArea_win {
    padding: 0.15rem 0;
    font-size: 0.12rem;
  }
}

.mainVisual__importantArea_win > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .mainVisual__importantArea_win > p {
    margin-left: auto;
    margin-right: auto;
    padding-right: calc(20 * 1px);
    padding-left: calc(20 * 1px);
    max-width: 960px;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual__importantArea_win > p {
    padding: 0 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual__importantArea_win > p {
    padding: 0 0.2rem;
  }
}

.mainVisual__importantArea_win > p time {
  font-weight: inherit;
}

.mainVisual__importantArea_win > p::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_caution.png) no-repeat 0 0/contain;
}

@media screen and (min-width: 768px), print {
  .mainVisual__importantArea_win > p::before {
    margin-right: 17px;
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual__importantArea_win > p::before {
    margin-right: 0.08rem;
    width: 0.2rem;
    height: 0.2rem;
  }
}

.mainVisual__imageItem_win {
  width: 100%;
}

.mainVisual__imageItem_win img {
  -webkit-transition: -webkit-transform 5.4s ease-in;
  transition: -webkit-transform 5.4s ease-in;
  transition: transform 5.4s ease-in;
  transition: transform 5.4s ease-in, -webkit-transform 5.4s ease-in;
}

.mainVisual__imageItem_win.swiper-slide-active img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.mainVisual__imageItemTitle_win {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px), print {
  .mainVisual__imageItemTitle_win {
    padding-top: 18px;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual__imageItemTitle_win.-shop_win img {
    width: 1.677rem;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual__imageItemTitle_win.-access_win img {
    width: 2.58rem;
  }
}

.mainVisual__imagePagination_win.swiper-pagination {
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .mainVisual__imagePagination_win.swiper-pagination {
    bottom: 28px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual__imagePagination_win.swiper-pagination {
    bottom: 0.11rem;
    padding-right: 0.07rem;
  }
}

.mainVisual__imagePagination_win.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}

@media screen and (min-width: 768px), print {
  .mainVisual__imagePagination_win.swiper-pagination .swiper-pagination-bullet {
    margin: 0 12px;
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual__imagePagination_win.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 10px;
    height: 10px;
  }
}

.mainVisual__imagePagination_win.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #111;
}

/* mainVisualLower
============================================================= */
.mainVisualLower_win {
  position: relative;
}

.mainVisualLower__body_win {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px), print {
  .mainVisualLower__body_win {
    bottom: -8px;
  }
}

@media screen and (max-width: 767px) {
  .mainVisualLower__body_win {
    bottom: -0.04rem;
  }
}

.mainVisualLower__logo_win {
  display: block;
}

@media screen and (min-width: 768px), print {
  .mainVisualLower__logo_win {
    min-width: 189px;
    width: 13.5vw;
  }
}

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

.mainVisualLower__logo_win img {
  width: 100%;
}

.mainVisualLower__title_win {
  display: block;
}

@media screen and (min-width: 768px), print {
  .mainVisualLower__title_win {
    margin-top: 45px;
    min-width: 548.8px;
    width: 39.2vw;
  }
}

@media screen and (max-width: 767px) {
  .mainVisualLower__title_win {
    margin-top: 0.15rem;
    width: 2.8953rem;
  }
}

.mainVisualLower__title_win img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .mainVisualLower__title_win.-access_win {
    width: 51.4vw;
    min-width: 987px;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px), print {
  .mainVisualLower__title_win.-access_win {
    min-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .mainVisualLower__title_win.-access_win {
    width: 3.32rem;
  }
}

@media screen and (min-width: 768px), print {
  .mainVisualLower__image_win {
    min-height: 684.59px;
    height: calc(100vh - (100 * 1px));
  }
}

.mainVisualLower__image_win img {
  width: 100%;
}

/* others
============================================================= */
.others_win {
  background-color: #f1f1f1;
}

@media screen and (min-width: 768px), print {
  .others_win {
    padding: 120px 0;
  }
}

@media screen and (max-width: 767px) {
  .others_win {
    padding: 0.65rem 0.25rem;
  }
}

@media screen and (min-width: 768px), print {
  .others_inner_win {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}

.others_title_win {
  font-size: 0;
}

.others_title_win > span {
  display: block;
}

@media screen and (min-width: 768px), print {
  .others_title_win > span img {
    width: 319px;
  }
}

@media screen and (max-width: 767px) {
  .others_title_win > span img {
    width: 1.86rem;
  }
}

@media screen and (min-width: 768px), print {
  .others_title_win + * {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px), print {
  .others_list_win {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px), print {
  .others_listItem_win {
    width: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px), print {
  .others_listItem_win {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .others_listItem_win:not(:last-child) {
    margin-bottom: 1.01rem;
  }
}

.others_listImage_win {
  display: block;
}

.others_listImage_win img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .others_listImage_win + * {
    margin-top: 40.5px;
  }
}

@media screen and (max-width: 767px) {
  .others_listImage_win + * {
    margin-top: 0.3rem;
  }
}

.others_listTitle_win {
  font-weight: 700;
}

@media screen and (min-width: 768px), print {
  .others_listTitle_win {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .others_listTitle_win {
    font-size: 0.2rem;
  }
}

@media screen and (min-width: 768px), print {
  .others_listTitle_win + * {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .others_listTitle_win + * {
    margin-top: 0.2rem;
  }
}

.others_listText_win {
  line-height: 2.25;
  font-weight: 700;
}

.others_listText_win::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.25) * 0.5em);
  content: "";
}

.others_listText_win::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.25) * 0.5em);
  content: "";
}

@media screen and (min-width: 768px), print {
  .others_listText_win {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .others_listText_win {
    line-height: 1.9230769231;
  }
}

@media screen and (min-width: 768px), print {
  .others_listButton_win {
    margin-top: auto;
  }
}

@media screen and (max-width: 767px) {
  .others_listButton_win {
    margin-top: 0.3rem;
  }
  .others_listButton_win svg,
  .others_listButton_win img {
    width: 1.71rem;
  }
  .others_listButton_win.-more_win svg,
  .others_listButton_win.-more_win img {
    width: 1.445rem;
  }
  .others_listButton_win.-more_win span::after {
    right: 0.32rem !important;
  }
}

/* pageTop
============================================================= */
.pageTop_win {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s, border 0.25s ease-out, background 0.25s ease-out;
  transition: opacity 0.25s, border 0.25s ease-out, background 0.25s ease-out;
  z-index: 99;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .pageTop_win {
    bottom: 34px;
    right: 40px;
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop_win {
    right: 0.125rem;
    bottom: 0.16rem;
    width: 0.45rem;
    height: 0.45rem;
    border-width: 1px;
  }
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .pageTop_win:hover {
    background: #000;
    border-color: #fff;
  }
  .pageTop_win:hover::before {
    background-image: url(../images/icon_arrow_pagetop_white.png);
  }
}

.pageTop_win::before {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: inline-block;
  background: url(../images/icon_arrow_pagetop.png) no-repeat 0 0/contain;
}

@media screen and (min-width: 768px), print {
  .pageTop_win::before {
    top: 16px;
    width: 26.59px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pageTop_win::before {
    top: 0.13rem;
    width: 0.18rem;
    height: 0.14rem;
  }
}

.pageTop_win.-active_win {
  opacity: 1;
  pointer-events: all;
}

/* section
============================================================= */
.section__inner_win {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .section__inner_win {
    margin-left: auto;
    margin-right: auto;
    padding-right: calc(20 * 1px);
    padding-left: calc(20 * 1px);
    max-width: 960px;
  }
}

@media screen and (max-width: 767px) {
  .section__inner_win {
    padding: 0 0.25rem;
  }
}

/* text
============================================================= */
.text_win {
  text-align: left;
  font-weight: 500;
  word-break: break-all;
}

.text_win.-white_win {
  color: #fff;
}

.text_win.-textCenter_win > p {
  text-align: center;
}

.text_win > p {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .text_win > p {
    font-size: 16px;
    line-height: 2.25;
  }
  .text_win > p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.25) * 0.5em);
    content: "";
  }
  .text_win > p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.25) * 0.5em);
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .text_win > p {
    font-size: 0.13rem;
    line-height: 1.92;
  }
  .text_win > p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.92) * 0.5em);
    content: "";
  }
  .text_win > p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.92) * 0.5em);
    content: "";
  }
}

@media screen and (min-width: 768px), print {
  .text_win > p + p {
    margin-top: 46px;
  }
}

@media screen and (max-width: 767px) {
  .text_win > p + p {
    margin-top: 0.31rem;
  }
}

@media screen and (min-width: 768px), print {
  .text_win + .text_win {
    margin-top: 74px;
  }
}

@media screen and (max-width: 767px) {
  .text_win + .text_win {
    margin-top: 0.54rem;
  }
}

/* title
============================================================= */
.title_win {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.title_win::after {
  content: "";
  display: block;
  background: url(../images/icon_wave.png) no-repeat 0 0/contain;
}

@media screen and (min-width: 768px), print {
  .title_win::after {
    margin-top: 25px;
    width: 50px;
    height: 39.05px;
  }
}

@media screen and (max-width: 767px) {
  .title_win::after {
    margin-top: 0.16rem;
    width: 0.28rem;
    height: 0.2187rem;
  }
}

.title_win img {
  width: 100%;
}

.title_win.-iconWhite::after {
  background: url(../images/icon_wave_white.png) no-repeat 0 0/contain;
}

@media screen and (min-width: 768px), print {
  .title_win + * {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .title_win + * {
    margin-top: 0.3rem;
  }
}

/* topicPath
============================================================= */
.topicPath_win {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .topicPath_win {
    margin-left: auto;
    margin-right: auto;
    padding-right: calc(20 * 1px);
    padding-left: calc(20 * 1px);
    max-width: 960px;
  }
}

@media screen and (max-width: 767px) {
  .topicPath_win {
    padding: 0 0.25rem;
  }
}

@media screen and (min-width: 768px), print {
  .topicPath_win {
    margin: 20px auto;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .topicPath_win {
    margin: 0.15rem auto;
    font-size: 0.11rem;
  }
}

.topicPath_win li {
  color: #333;
  line-height: 1;
  text-transform: uppercase;
  list-style-type: none;
}

.topicPath_win li:not(:last-child) {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .topicPath_win li:not(:last-child) {
    padding-right: 13px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .topicPath_win li:not(:last-child) {
    padding-right: 0.1rem;
    margin-right: 0.05rem;
  }
}

.topicPath_win li:not(:last-child)::before, .topicPath_win li:not(:last-child)::after {
  background-color: #333333;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@media screen and (min-width: 768px), print {
  .topicPath_win li:not(:last-child)::before, .topicPath_win li:not(:last-child)::after {
    width: 7px;
  }
}

@media screen and (max-width: 767px) {
  .topicPath_win li:not(:last-child)::before, .topicPath_win li:not(:last-child)::after {
    width: 0.07rem;
  }
}

.topicPath_win li:not(:last-child)::before {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.topicPath_win li:not(:last-child)::after {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.topicPath_win li.-noTextTransform_win {
  text-transform: none;
}

.topicPath_win li a {
  color: #333;
  display: block;
  text-decoration: none;
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .topicPath_win li a:hover {
    text-decoration: underline;
  }
}
