/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/ /*!
page > top > common
------------------------------
*/

.pickup {
  background: #FFF;
  margin-top: -10px;
  padding: 27px 0 31px 0;
  position: relative;
  z-index: 2;
}
.pickup .title01 {
  margin-bottom: 10px;
  padding: 0 23px;
}
.pickup .title01 .jp {
  font-size: 0.75rem;
}
.pickup .container {
  padding: 0;
}

.recommend {
  padding: 47px 22px 57px 22px;
}
.recommend .title01 {
  margin-bottom: 22px;
}
.recommend__inner {
  position: relative;
}
.recommend__inner .slick-arrow {
  position: absolute;
  z-index: 2;
  font-size: 0;
  width: 35px;
  height: 35px;
  cursor: pointer;
  transition: 0.5s;
}
.recommend__inner .slick-arrow:hover {
  opacity: 0.8;
}
.recommend__inner .slick-prev {
  background: url(/product/category/img/zsa/common/icon_prev02.png) no-repeat center;
  background-size: contain;
  right: 37px;
  top: 23px;
}
.recommend__inner .slick-next {
  background: url(/product/category/img/zsa/common/icon_next02.png) no-repeat center;
  background-size: contain;
  right: -11px;
  top: 23px;
}

.event {
  background: url(/product/category/img/zsa/top/bg_03_sp.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 48px 4px 50px 4px;
}
.event .title01 {
  margin-bottom: 22px;
}
.event .list01 {
  margin-bottom: 33px;
}

.service {
  padding: 47px 4px 48px 4px;
  overflow: hidden;
  position: relative;
}
.service .img_01 {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50px;
  max-width: 84px;
}
.service .img_02 {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -75px;
  max-width: 106px;
}
.service .title01 {
  margin-bottom: 22px;
}
.service .list01 {
  margin-bottom: 35px;
}

/*!
page > top > event
------------------------------
*/
.p_event__menu {
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: 6px;
  padding: 28px 4px 20px 4px;
}
.p_event__content {
  padding: 26px 4px 50px 4px;
}
.p_event__content .title02 {
  margin-bottom: 30px;
}
.p_event__content .pagination {
  margin-top: 50px;
  margin-bottom: 40px;
}

/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
foundation > base
------------------------------
*/
body {
  line-height: 1.6;
  font-size: 0.75rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

.only_pc {
  display: none;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 300;
}

.medium {
  font-weight: 300;
}

.sbold {
  font-weight: 600;
}

.sbold {
  font-weight: 700;
}

a {
  transition: 0.5s;
}
a:hover {
  opacity: 0.8 !important;
}


/**from second phase**/
/*
main {
  margin-top: 60px;
}
*/

#wrapper {
  position: relative;
  overflow-x: hidden;
}
#wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/product/category/img/zsa/common/bg_02_sp.png) no-repeat top center;
  background-size: 100% 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
}

#wrapper img {
  width: 100%;
}

/*!
component > Title
------------------------------
*/

.title01 .jp {
  font-size: 0.875rem;
  font-weight: 500;
  color: #009795;
  letter-spacing: 0;
  display: block;
  line-height: 1.4166666667;
  margin-bottom: 4px;
}
.title01 .en {
  font-family: "Barlow", sans-serif;
  font-size: 1.71875rem;
  font-weight: 600;
  line-height: 1;
  display: block;
  letter-spacing: 0.04em;
}

.title02 {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
.title02::before {
  content: "";
  background: url(/product/category/img/zsa/common/icon_01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 6px;
  z-index: 2;
  width: 19px;
  height: 16px;
}
.title02 .icon {
  width: 15px;
  display: inline-block;
  position: relative;
  top: -4px;
  margin-left: 5px;
}

/*!
component > Btn
------------------------------
*/
.btn01 {
  font-size: 0.5625rem;
  font-weight: 400;
  color: #009795;
  display: inline-block;
  border: 1px solid #009795;
  padding: 4px 4vw 4px 4vw;
  border-radius: 20px;
  background: #FFF;
  line-height: 1;
  position: relative;
  z-index: 2;
  transition: 0.5s;
}
.btn01:hover {
  opacity: 0.8;
}

.btn02 {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1;
  background: #FFF;
  border: 1px solid #000;
  padding: 15px 20px;
  max-width: 250px;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 50px;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 2;
  transition: 0.5s;
}
.btn02:hover {
  opacity: 0.8 !important;
}
.btn02_black {
  text-transform: uppercase;
  background: #000;
  color: #FFF;
  padding: 11px 20px;
}

.toggle {
  display: block;
  width: 32px;
  height: 40px;
  position: relative;
  padding: 20px 0;
  cursor: pointer;
  transition: 0.5s;
}
.toggle::after {
  content: "menu";
  transition: 0.5s;
  font-size: 0.626875rem;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  left: calc(50% + 1px);
  transform: translateX(-50%);
}
.toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 8px);
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.toggle span::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: -8px;
  transition: 0.5s;
}
.toggle span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.5s;
}
.toggle.active::after {
  content: "close";
  z-index: 10;
}
.toggle.active span {
  background: transparent;
}
.toggle.active span::before {
  transform: translate(-1px, 6px) rotate(-45deg);
}
.toggle.active span::after {
  transform: translate(-1px, -9px) rotate(45deg);
}

/*!
component > Lists
------------------------------
*/
.list01__item {
  display: flex;
  margin-bottom: 24px;
  transition: 0.5s;
}
.list01__item:last-child {
  margin-bottom: 0;
}
.list01 .video {
  width: calc(50% - 2px);
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 24.5vw;
  cursor: pointer;
}
.list01 .video > * {
  width: 100%;
  height: 100%;
}
.list01__content {
  width: calc(50% + 2px);
  padding-left: 10px;
  margin-top: -5px;
}
.list01__content p {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4583333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 54px;
  display: -webkit-box;
  margin-bottom: 3px;
}
.list01__content span {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.8;
  color: #626262;
  display: block;
  margin-bottom: 1px;
}
.list01_cl3 .list01__content {
  padding-left: 13px;
  margin-top: -1px;
}
.list01_cl3 .list01__content p {
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  margin-bottom: 1px;
  height: 50px;
}
.list01_cl3 .list01__item {
  margin-bottom: 22px;
}

/*!
component > Slider
------------------------------
*/
.slider01 {
  position: relative;
}
.slider01 .slick-track {
  margin-left: 10px;
}
.slider01 .slick-slide {
  margin: 0 15px;
}
.slider01 .slick-slide:focus {
  outline: none;
}
.slider01 .video {
  width: 100%;
  height: 24vw;
  margin-bottom: 6px;
}
.slider01 .list01__content {
  width: 100%;
  padding-left: 0;
  margin-top: 0;
}
.slider01 .list01__content p {
  margin-bottom: 9px;
}
.slider01 .list01__content span {
  margin-bottom: 5px;
}
.slider01 .slick-arrow {
  position: absolute;
  z-index: 2;
  font-size: 0;
  width: 35px;
  height: 35px;
  cursor: pointer;
  transition: 0.5s;
}
.slider01 .slick-arrow:hover {
  opacity: 0.8;
}
.slider01 .slick-prev {
  background: url(/product/category/img/zsa/common/icon_prev02.png) no-repeat center;
  background-size: contain;
  right: 60px;
  top: -50px;
}
.slider01 .slick-next {
  background: url(/product/category/img/zsa/common/icon_next02.png) no-repeat center;
  background-size: contain;
  right: 12px;
  top: -50px;
}

.slider02 {
  position: relative;
  max-width: 305px;
}
.slider02 .slick-track {
  margin-left: -10px;
}
.slider02 .slick-list {
  overflow: visible;
}
.slider02 .slick-slide {
  margin: 0 12px;
}
.slider02 .slick-slide:focus {
  outline: none;
}
.slider02 .video {
  width: 100%;
  height: 156px;
  margin-bottom: 13px;
}
.slider02 .video::after {
  width: 38px;
  height: 26px;
}
.slider02 .list01__content {
  width: 100%;
  padding-left: 0;
  margin-top: 0;
}
.slider02 .list01__content p {
  font-size: 0.875rem;
  margin-bottom: 34px;
  line-height: 1.5714285714;
  letter-spacing: 0;
  -webkit-line-clamp: 2;
  height: 45px;
}
.slider02 .list01__content span {
  margin-bottom: 7px;
  font-size: 0.75rem;
}

/*!
component > Banner
------------------------------
*/
.banner__item {
  display: block;
  position: relative;
  transition: 0.5s;
}
.banner__item:hover {
  opacity: 0.8;
}
.banner__item .img img {
  min-height: 175px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.banner__content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #FFF;
  padding: 32px 22px 0 22px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.banner__content .ttl {
  font-family: "Barlow", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.banner__content p {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
  width: 100%;
}
.banner__content .icon {
  display: block;
  cursor: pointer;
  width: 31px;
  height: 31px;
  transition: 0.5s;
}
.banner__content .icon:hover {
  opacity: 0.8;
}

/*!
component > Gnavi
------------------------------
*/
.menu {
  margin-bottom: 25px;
}
.menu:last-child {
  margin-bottom: 0;
}
.menu a {
  transition: 0.5s;
}
.menu a:hover {
  opacity: 0.8;
}
.menu p {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  margin-bottom: 12px;
}
.menu__item > li {
  margin-bottom: 13px;
}
.menu__item:last-child > li {
  margin-bottom: 0;
}
.menu__item a {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
}
.menu__child {
  padding-left: 15px;
  margin-top: 10px;
}
.menu__child li {
  margin-bottom: 12px;
}
.menu__child li:last-child {
  margin-bottom: 0;
}
.menu__child a {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0;
}

.gnavi {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  display: none;
  background: #FFF;
  padding: 36px 24px;
  overflow-y: auto;
}
.gnavi__item {
  margin-bottom: 58px;
}
.gnavi .banner__item {
  margin-bottom: 10px;
}
.gnavi .banner__item .img img {
  min-height: 138px;
}
.gnavi .banner__content {
  padding: 15px 17px 0 17px;
}
.gnavi .banner__content .ttl {
  font-size: 1.500625rem;
  margin-bottom: 2px;
}
.gnavi .banner__content p {
  font-size: 0.643125rem;
}
.gnavi .banner__content .icon {
  display: none;
}
.gnavi .menu p,
.gnavi .menu__item a,
.gnavi .menu__child a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.0625rem;
}
.gnavi .menu {
  margin-bottom: 34px;
}
.gnavi .menu p {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.gnavi .menu__item li {
  margin-bottom: 24px;
}
.gnavi .menu__item a {
  font-size: 1rem;
}
.gnavi .menu__child {
  padding-left: 19px;
  margin-top: 3px;
}
.gnavi .menu__child li {
  margin-bottom: 7px;
}
.gnavi .menu__child a {
  font-size: 0.875rem;
}
.gnavi .copy {
  font-size: 0.6875rem;
  font-weight: 300;
  text-align: center;
  margin-top: 36px;
}

/*!
component > Mainvisual
------------------------------
*/
.mainvisual {
  padding: 26px 0 0 0;
  background: url(/product/category/img/zsa/top/bg_01_sp.png) no-repeat;
  background-size: 100%;
  background-position: 0 0;
}
.mainvisual .ttl {
  font-size: 3.38625rem;
  letter-spacing: 0.385em;
  line-height: 1.15;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.mainvisual .ttl .txt_1 {
  letter-spacing: 0.2em;
}
.mainvisual .ttl .txt_2 {
  letter-spacing: 0.106em;
}
.mainvisual__content p {
  font-size: 1.1584375rem;
  text-align: center;
  color: #009795;
  font-weight: 500;
}
.mainvisual__content .img {
  margin-top: 20px;
  padding: 0 4px;
}

.mv01 {
  background: url(/product/category/img/zsa/event/bg_mv_sp.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  height: 193px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
}
.mv01 .img {
  position: absolute;
  max-width: 202px;
  right: 1px;
  top: -12px;
  z-index: 1;
}
.mv01 .title01 {
  position: relative;
  z-index: 2;
}
.mv01 .title01 .en {
  font-size: 2.3125rem;
}
.mv01 .title01 .jp {
  font-size: 0.9375rem;
}
.mv01__inner {
  padding: 0px 24px 23px 24px;
}

/*!
component > Other
------------------------------
*/
.topic {
  padding: 6px 4px;
}
.topic li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 400;
  margin-right: 22px;
  position: relative;
}
.topic li::after {
  content: "";
  width: 12px;
  height: 1px;
  position: absolute;
  right: -19px;
  top: 9px;
  background: #000;
}
.topic li:last-child::after {
  display: none;
}
.topic a {
  transition: 0.5s;
}
.topic a:hover {
  opacity: 0.8;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination li {
  margin: 0 7px;
  cursor: pointer;
}
.pagination span, .pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  width: 38px;
  height: 38px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 38px;
  padding: 2px 2px 3px 2px;
  transition: 0.5s;
}
.pagination span:hover, .pagination a:hover {
  border: 1px solid #009795;
  color: #009795;
}
.pagination .active {
  cursor: default;
  color: #009795;
}
.pagination .active span, .pagination .active a {
  border: 1px solid #009795;
}

.inputsearch {
  background-color: rgba(255, 255, 255, 0.83);
  position: fixed;
  left: 0;
  top: 59px;
  width: 100%;
  overflow: hidden;
  z-index: 9;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.inputsearch form {
  width: 100%;
  position: relative;
  padding: 0 11px;
}
.inputsearch label {
  display: inline-block;
  position: absolute;
  left: 22px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  max-width: 20px;
}
.inputsearch input {
  background: #FFF;
  border: 1px solid #adadad;
  padding: 8px 10px 8px 40px;
  width: 100%;
  border-radius: 38px;
  font-size: 0.8125rem;
  font-weight: 300;
}

.tap_title {
  transition: 0.5s;
  cursor: pointer;
}
.tap_title:hover {
  opacity: 0.8;
}
.tap_title span {
  display: inline-block;
  min-width: 162px;
  position: relative;
  padding-right: 30px;
}
.tap_title span::before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  right: 4px;
  top: 4px;
  transform: rotate(225deg);
  transition: 0.5s;
}
.tap_title.active span::before {
  transform: translate(0px, 6px) rotate(-315deg);
}

.tap_content {
  display: none;
}

.mCS-dark.mCSB_scrollTools {
  width: 5px;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.4);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.4);
}

/*!
component > header
------------------------------
*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #FFF;
  padding: 10px 7px 10px 11px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__inner .logo {
  display: block;
  max-width: 236px;
}
.header__inner .logo a {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.header__inner .logo a:hover {
  opacity: 0.8;
}
.header__right {
  display: flex;
  align-items: center;
  padding: 0 10px 0 0;
  position: relative;
  top: 4px;
  flex-shrink: 0;
  margin-left: 10px;
}
.header__right .btnsearch {
  display: inline-block;
  max-width: 27px;
  margin-right: 21px;
  margin-top: -16px;
}

/*!
component > footer
------------------------------
*/
.totop {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  color: #009795;
  font-size: 1.0625rem;
  line-height: 1;
  text-align: center;
  z-index: 8;
  padding: 30px 14px 5px 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
}
.totop::before {
  content: "";
  width: 32px;
  height: 1px;
  background: #009795;
  position: absolute;
  left: 0;
  top: 13px;
  transform: rotate(-34deg);
}
.totop::after {
  content: "";
  width: 32px;
  height: 1px;
  background: #009795;
  position: absolute;
  right: 0;
  top: 13px;
  transform: rotate(34deg);
}
.totop:hover {
  opacity: 0.8;
}

.footer {
  margin-top: 80px;
  position: relative;
}
.footer__top {
  color: #FFF;
  background: #009795;
  padding: 20px;
  text-align: center;
  padding: 36px 0;
}
.footer__top p {
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
  font-weight: 500;
}
.footer__inner {
  padding: 50px 5px 19px 5px;
  background: #FFF;
  position: relative;
  z-index: 3;
}
.footer__item .logo {
  max-width: 332px;
  margin-left: -4px;
  display: inline-block;
  margin-bottom: 34px;
}
.footer .listicon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.footer .listicon li {
  width: 33px;
  margin: 0 16px;
}
.footer .listicon li:first-child {
  width: 36px;
}
.footer .listicon li:last-child {
  width: 37px;
}
.footer .listicon a {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.footer .listicon a:hover {
  opacity: 0.8;
}
.footer .bg {
  background: #FFF;
  position: relative;
  z-index: 2;
}
.footer__end {
  border-top: 1px solid #c9c9c9;
  padding: 25px 20px;
  text-align: center;
  background: #FFF;
  position: relative;
  z-index: 2;
}
.footer__end .copy {
  font-size: 0.625rem;
  font-weight: 300;
  line-height: 1.5;
}

/*!
layout > container
------------------------------
*/
.container {
  width: unset;
  padding: 0 5.5vw;
}
/*!
page > common > common
------------------------------
*/
@media screen and (min-width: 768px) {
  .top_bg {
    background: url(/product/category/img/zsa/top/bg_01.png) no-repeat;
    background-size: 100%;
    background-position: 0 -104px;
  }
  .pickup {
    background: transparent;
    max-width: 1600px;
    margin: -7px auto 0 auto;
    padding: 0 0 32px 0;
  }
  .pickup__content {
    max-width: 1504px;
    margin-right: 0;
    margin-left: auto;
    background: #FFF;
    padding: 38px 0 16px 155px;
    border-radius: 352px 0 0 352px;
    position: relative;
  }
  .pickup__content::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    right: -100%;
    top: 0;
    z-index: -1;
  }
  .pickup .title01 {
    margin-bottom: 35px;
    padding: 0;
    margin-left: -3px;
  }
  .pickup .title01 .jp {
    font-size: 1.125rem;
    margin-bottom: 3px;
  }
  .pickup .title01 .en {
    font-size: 3.125rem;
  }
  .recommend {
    padding: 58px 20px 106px 20px;
    max-width: 1600px;
    margin: 0 auto;
  }
  .recommend .title01 {
    margin-bottom: 54px;
  }
  .recommend__inner {
    max-width: 1483px;
    margin-right: 0;
    margin-left: auto;
  }
  .recommend__inner .slick-arrow {
    width: 60px;
    height: 60px;
  }
  .recommend__inner .slick-prev {
    right: 179px;
    top: 46px;
  }
  .recommend__inner .slick-next {
    right: 95px;
    top: 46px;
  }
  .event {
    background: url(/product/category/img/zsa/top/bg_03.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 83px 0 43px 0;
  }
  .event .content_title {
    margin-bottom: 42px;
  }
  .event .title01 {
    margin-left: -6px;
    margin-bottom: 0;
  }
  .service {
    padding: 86px 0 56px 0;
  }
  .service .img_01 {
    max-width: 179px;
    top: -42px;
  }
  .service .img_02 {
    max-width: 166px;
    bottom: -79px;
  }
  .service .content_title {
    margin-bottom: 41px;
  }
  .service .title01 {
    margin-left: -2px;
    margin-bottom: 0;
  }
  .p_event__menu {
    padding: 34px 0 23px 0;
  }
  .p_event__menu .container {
    display: flex;
  }
  .p_event__menu .menu {
    padding: 0;
    margin-left: 53px;
    margin-bottom: 0;
  }
  .p_event__menu .menu:first-child {
    margin-left: 0;
  }
  .p_event__content {
    padding: 51px 4px 100px 4px;
  }
  .p_event__content .title02 {
    padding-left: 39px;
    margin-bottom: 48px;
  }
  .p_event__content .pagination {
    margin-top: 84px;
    margin-bottom: 60px;
  }
  body {
    line-height: 1.889;
    font-size: 1.125rem;
  }
  .only_pc {
    display: block;
  }
  .only_sp {
    display: none;
  }
  /**from second phase**/
  /*
  main {
    margin-top: 104px;
  }
  */
  #wrapper::after {
    background: url(/product/category/img/zsa/common/bg_02.png) no-repeat top center;
    background-size: 100% 100%;
  }
  .content_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .content_title > *:last-child {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  .content_title > *:last-child .btn02 {
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 8px;
  }
  .title01 .jp {
    font-size: 1.125rem;
    line-height: 1.8888888889;
    margin-bottom: 8px;
  }
  .title01 .en {
    font-size: 4.375rem;
  }
  .title02 {
    font-size: 1.875rem;
  }
  .title02::before {
    width: 32px;
    height: 28px;
    left: -1px;
    top: 9px;
  }
  .title02 .icon {
    width: 20px;
    top: -7px;
    margin-left: 2px;
  }
  .btn01 {
    font-size: 0.75rem;
    padding: 5px 18px 6px 18px;
  }
  .btn02 {
    font-size: 1.125rem;
    max-width: 239px;
    padding: 20px 20px;
    border-radius: 60px;
  }
  .btn02_black {
    padding: 20px 20px;
    max-width: 300px;
  }
  .toggle {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  .toggle::after {
    font-size: 0.75rem;
    bottom: -9px;
  }
  .toggle span {
    top: calc(50% - 7px);
  }
  .toggle span::before {
    top: -10px;
  }
  .toggle span::after {
    top: 10px;
  }
  .toggle.active span::before {
    transform: translate(-2px, 12px) rotate(-45deg);
  }
  .toggle.active span::after {
    transform: translate(-2px, -8px) rotate(45deg);
  }
  .list01 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    flex-wrap: wrap;
    margin: 0 auto;
    grid-gap: 40px;
  }
  .list01__item {
    display: block;
  }
  .list01 .video {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
    border-radius: 10px;
    padding: 28%;
  }
  .list01 .video > * {
    position: absolute;
    left: 0;
    top: 0;
  }
  .list01__content {
    width: 100%;
    padding-left: 0;
  }
  .list01__content p {
    font-size: 1.125rem;
    line-height: 1.8888888889;
    height: 102px;
    margin-bottom: 12px;
  }
  .list01__content span {
    font-size: 1rem;
    line-height: 2.25;
  }
  .list01_cl3 {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    grid-gap: 37px 56px;
  }
  .list01_cl3 .img {
    margin-bottom: 31px;
  }
  .list01_cl3 .list01__content {
    padding-left: 0;
  }
  .list01_cl3 .list01__content span {
    margin-bottom: 2px;
  }
  .list01_cl3 .list01__content p {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 15px;
    -webkit-line-clamp: 3;
    height: 70px;
  }
  .slider01 {
    width: calc(100% + 10px);
    margin-left: 0;
  }
  .slider01 .slick-slide {
    display: flex;
  }
  .slider01 .slick-track {
    margin-left: 0;
  }
  .slider01 .slick-slide {
    margin: 0;
    padding-right: 35px;
  }
  .slider01 .video {
    max-width: 250px;
    height: 140px;
    padding: 0;
  }
  .slider01 .video::after {
    width: 42px;
    height: 29px;
  }
  .slider01 .list01__content {
    padding-left: 20px;
    max-width: 380px;
  }
  .slider01 .list01__content p {
    margin-top: -9px;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .slider01 .list01__content span {
    margin-bottom: 0;
  }
  .slider01 .slick-arrow {
    width: 60px;
    height: 60px;
  }
  .slider01 .slick-prev {
    right: 194px;
    top: -106px;
  }
  .slider01 .slick-next {
    right: 110px;
    top: -106px;
  }
  .slider02 {
    max-width: 108%;
    width: 108%;
    margin-left: -5px;
    position: relative;
  }
  .slider02 .slick-list {
    overflow: hidden;
  }
  .slider02 .slick-slide {
    margin: 0 20px;
  }
  .slider02 .video {
    height: 260px;
    padding: 0;
    margin-bottom: 24px;
  }
  .slider02 .video::after {
    width: 68px;
    height: 47px;
  }
  .slider02 .list01__content p {
    font-size: 1.5rem;
    line-height: 2;
    height: 96px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .slider02 .list01__content span {
    font-size: 1.125rem;
    line-height: 2;
    margin-bottom: 6px;
  }
  .slider02 .list01__content .btn01 {
    font-size: 0.875rem;
    padding: 7px 18px 7px 18px;
  }
  .banner {
    display: flex;
  }
  .banner__item .img img {
    min-height: 220px;
  }
  .banner__content {
    text-align: center;
    display: block;
    padding: 67px 20px 67px 20px;
  }
  .banner__content .ttl {
    font-size: clamp(1.875rem, 8.5vw - 3.125rem, 3.75rem);
    margin-bottom: 5px;
  }
  .banner__content p {
    font-size: 1rem;
  }
  .banner__content .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    bottom: 22px;
  }
  .menu {
    margin-bottom: 34px;
    padding: 23px 0;
    margin-left: 4vw;
  }
  .menu:first-child {
    margin-left: 0;
  }
  .menu .content {
    display: flex;
  }
  .menu p {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  .menu__item {
    margin-left: 3vw;
  }
  .menu__item:first-child {
    margin-left: 0;
  }
  .menu__item a {
    font-size: 0.875rem;
  }
  .menu__child {
    margin-top: -2px;
  }
  .menu__child li {
    margin-bottom: -6px;
  }
  .menu__child a {
    font-size: 0.875rem;
  }
  .gnavi__content {
    display: flex;
    max-width: 1040px;
    margin: 0 auto;
    padding: 59px 20px 0 20px;
  }
  .gnavi__item {
    width: 50%;
  }
  .gnavi .banner {
    display: block;
    max-width: 450px;
    margin-right: 0;
    margin-left: auto;
    margin-top: 27px;
  }
  .gnavi .banner__item {
    margin-bottom: 16px;
  }
  .gnavi .banner__content {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 20px 0 20px;
  }
  .gnavi .banner__content .ttl {
    font-size: 2.0825rem;
  }
  .gnavi .banner__content p {
    font-size: 0.8925rem;
  }
  .gnavi .banner__content .icon {
    display: block;
    width: 19px;
    height: 19px;
    right: 14px;
    bottom: 24px;
  }
  .gnavi .menu {
    margin-left: 0;
    margin-bottom: 0px;
    padding: 23px 0 16px 0;
  }
  .gnavi .menu p {
    font-size: 1.875rem;
    margin-bottom: 25px;
  }
  .gnavi .menu__item {
    margin-left: 0;
  }
  .gnavi .menu__item li {
    margin-bottom: 19px;
  }
  .gnavi .menu__item a {
    font-size: 1.0625rem;
    font-weight: 400;
  }
  .gnavi .menu__child {
    margin-top: 8px;
    padding-left: 25px;
  }
  .gnavi .menu__child li {
    margin-bottom: 4px;
  }
  .gnavi .menu__child a {
    font-size: 1rem;
    font-weight: 300;
  }
  .gnavi .copy {
    font-size: 0.875rem;
    margin-top: 100px;
  }
  .mainvisual {
    background: transparent;
    padding: 45px 0 84px 0;
  }
  .mainvisual .ttl {
    font-size: clamp(6.25rem, 8.41vw + 1rem, 9.375rem);
    text-align: left;
    line-height: 1.0666666667;
    margin-left: -5px;
    margin-bottom: 7px;
    position: relative;
    z-index: 2;
  }
  .mainvisual__content p {
    text-align: left;
    font-size: 1.875rem;
    margin-left: -1px;
    position: relative;
    z-index: 2;
  }
  .mainvisual__content .img {
    position: absolute;
    right: 118px;
    top: 150px;
    max-width: 360px;
    z-index: 1;
  }
  .mv01 {
    height: 352px;
    background: url(/product/category/img/zsa/event/bg_mv.jpg) no-repeat top center;
    background-size: cover;
  }
  .mv01 .img {
    max-width: 542px;
    right: 0px;
    top: -154px;
  }
  .mv01 .title01 .en {
    font-size: 4.375rem;
  }
  .mv01 .title01 .jp {
    font-size: 1.25rem;
  }
  .mv01__inner {
    padding: 0px 24px 31px 24px;
    position: relative;
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
  }
  .topic {
    padding: 2px 0;
  }
  .topic ul {
    line-height: 1;
  }
  .topic li::after {
    width: 10px;
    top: 6px;
  }
  .pagination li {
    margin: 0 10px;
  }
  .pagination span, .pagination a {
    font-size: 1.25rem;
    width: 50px;
    height: 50px;
  }
  .inputsearch {
    position: relative;
    height: auto;
    top: 2px;
    margin-right: 40px;
    max-width: 320px;
  }
  .inputsearch form {
    padding: 0 0;
  }
  .inputsearch label {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 19px;
  }
  .inputsearch input {
    font-size: 0.75rem;
  }
  .tap_title span {
    min-width: auto;
  }
  .tap_title span::before {
    width: 10px;
    height: 10px;
    right: 6px;
    top: 5px;
  }
  .header {
    border-bottom: 1px solid #c9c9c9;
    padding: 31px 20px 31px 36px;
  }
  .header__inner {
    align-items: flex-start;
  }
  .header__inner .logo {
    max-width: 354px;
    position: relative;
    top: -3px;
  }
  .header__right {
    width: 50%;
    justify-content: flex-end;
    top: -3px;
  }
  .totop {
    font-size: 0.875rem;
    padding: 27px 10px 5px 10px;
    top: -58px;
  }
  .totop::before {
    width: 25px;
    height: 2px;
  }
  .totop::after {
    width: 25px;
    height: 2px;
  }
  .footer {
    margin-top: 98px;
  }
  .footer__top {
    padding: 30px 20px 35px 20px;
  }
  .footer__top .content {
    max-width: 1050px;
    margin: 0 auto;
  }
  .footer__top p {
    line-height: 1.8888888889;
    letter-spacing: 0;
  }
  .footer__inner {
    padding: 34px 0px 28px 0px;
  }
  .footer__inner .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .footer__item {
    display: flex;
  }
  .footer__item .logo {
    width: clamp(332px, 50vw - 100px, 500px);
    max-width: 500px;
    margin-left: -2px;
    margin-top: 17px;
  }
  .footer .listicon {
    margin-bottom: 0;
    margin-left: -14px;
  }
  .footer .listicon li {
    margin: 0 14px;
  }
  .footer__end {
    padding: 45px 20px;
  }
  .footer__end .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__end .copy {
    font-size: 0.75rem;
  }
  .container {
    box-sizing: content-box;
    margin: 0 auto;
    width: auto;
  }
  .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (max-width:768px){
  .totop::before {
    transform: rotate(-55deg);
  }
  .totop::after {
    transform: rotate(55deg);
  }

}

/*# sourceMappingURL=style.css.map */
