@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,500");
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

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;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  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: 500;
}

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;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
  border-radius: 0;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
  border-radius: 0;
  border: none;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="button"],
textarea {
  -webkit-appearance: none;
}

:focus {
  outline: none;
}

body,
select,
input,
button,
textarea,
:before,
:after {
  font-family: "A1明朝", "A1 Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.u-font_yugo,
.u-font_yugoBefore:before,
.u-font_yugoAfter:after {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.u-font_hiragi,
.u-font_hiragiBefore:before,
.u-font_hiragiAfter:after {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.u-font_ws,
.u-font_wsBefore:before,
.u-font_wsAfter:after {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
}

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

html[data-fontsize="small"] {
  font-size: 56.25%;
}

html[data-fontsize="medium"] {
  font-size: 62.5%;
}

html[data-fontsize="large"] {
  font-size: 68.75%;
}

@media print {
  html html {
    background-image: none;
    background-color: #fff;
  }
}

body {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-text-size-adjust: 100%;
}

@media print {
  body {
    _zoom: 80%;
    -webkit-print-color-adjust: exact;
  }
}

@media only screen and (max-width: 360px) {
  body {
    font-size: 1.4rem;
  }
}

a,
a:before,
a:after,
button,
button:before,
button:after,
.u-transition,
.u-transition_before:before,
.u-transition_after:after {
  transition: all 0.3s cubic-bezier(0.75, 0, 0.35, 1);
  backface-visibility: hidden;
}

a img {
  transition: all 0.3s;
}

a,
button {
  cursor: pointer;
}

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

@media screen and (min-width: 767px) {
  a:hover p,
  a:hover {
    color: rgba(0, 0, 0, 0.3);
    opacity: 0.9;
  }
}

@media screen and (min-width: 767px) and (min-width: 1px) and (max-width: 767px) {
  a:hover p,
  a:hover {
    opacity: 1;
    color: black;
  }
}

@media screen and (min-width: 767px) {
  a:hover img {
    -moz-opacity: 0.8;
    opacity: 0.9;
  }
}

@media screen and (min-width: 767px) and (min-width: 1px) and (max-width: 767px) {
  a:hover img {
    opacity: 1;
  }
}

@media screen and (min-width: 767px) and (min-width: 1px) and (max-width: 767px) {
  a:link,
  a:hover,
  a:visited,
  a:focus,
  a:active {
    opacity: 1;
  }
}

button {
  cursor: pointer;
  background: none;
  outline: none;
}

img {
  overflow: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  backface-visibility: hidden;
}

::selection {
  color: #fff;
  background: #382e8a;
}

h1,
h2 {
  font-weight: normal;
}

@media screen and (min-width: 1px) and (max-width: 940px) {
  .u-hide_desktop {
    display: none !important;
  }
}

@media print {
  .u-hide_desktop {
    display: none !important;
  }
}

@media screen and (min-width: 479px) {
  .u-show_tablet {
    display: none !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .u-show_tablet {
    display: none !important;
  }
}

@media print {
  .u-show_tablet {
    display: none !important;
  }
}

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

@media screen and (min-width: 767px) {
  .u-show_sp {
    display: none !important;
  }
}

@media print {
  .u-show_sp {
    display: none !important;
  }
}

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

@media print {
  .u-print_hide {
    display: none !important;
  }
}

.u-hide_ssp {
  display: none;
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .u-hide_ssp {
    display: block !important;
  }
}

.u-inner {
  display: block;
  width: 96%;
  margin: 0 auto;
  padding-left: auto;
  padding-right: auto;
}

@media screen and (min-width: 1px) and (max-width: 940px) {
  .u-inner {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-inner {
    width: 88%;
    padding-left: 0;
    padding-right: 0;
  }
}

.u-inner__800 {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-inner__800 {
    width: 88%;
  }
}

.u-inner__1100 {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (min-width: 1px) and (max-width: 1025px) {
  .u-inner__1100 {
    width: 92%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-inner__1100 {
    width: 88%;
  }
}

.u-font_bold {
  font-weight: 700;
}

.u-font_italic {
  font-style: italic;
}

.u-text_center {
  text-align: center;
}

.u-text_left {
  text-align: left;
}

.u-text_right {
  text-align: right;
}

.u-bgColor2 {
  background-color: #f5f4f8;
}

.u-anim-fadeIn {
  animation: fadeIn 1.2s ease 0.15s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.u-scrollFadeIn {
  display: block;
  opacity: 0;
  transition: all 0.75s cubic-bezier(0.75, 0, 0.35, 1);
  backface-visibility: hidden;
  transform: translateY(20px);
}

.u-scrollFadeIn.is-state_scroll {
  opacity: 1;
  transform: translateY(0px);
}

.g-body {
  background: #fff;
  color: #000;
  letter-spacing: 0.01em;
  line-height: 1.6;
}

@media print {
  .g-body {
    background-image: none;
    background-color: #fff;
  }
}

.g-wrapper {
  overflow: hidden;
  position: relative;
  display: block;
}

.g-content {
  position: relative;
  margin-top: 76px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-content {
    margin-top: 0;
  }
}

.g-header {
  display: block;
  margin: 0;
  width: 100%;
  position: relative;
  position: fixed;
  z-index: 100;
  background: #fff;
  padding: 15px 0;
  transition-duration: 0.3s;
  min-height: 76px;
  top: 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-header {
    width: 100%;
    height: 55px;
    position: relative;
    min-height: 55px;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-header.is-menu_show {
    position: relative;
    z-index: 91;
  }
}

.g-header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.g-header-logo {
  vertical-align: middle;
  margin-top: -10px;
}

@media screen and (min-width: 1px) and (max-width: 940px) {
  .g-header-logo {
    margin-top: 5px;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-header-logo {
    margin-top: 0;
  }
}

.g-header-logo img {
  width: 128px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-header-logo img {
    width: 101px;
  }
}

.g-header-nav {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.g-header-guide_items {
  display: flex;
  justify-content: space-between;
}

.g-header-guide_item {
  margin-left: 30px;
  letter-spacing: 0;
  font-size: 13px;
}

.g-header-guide_item a {
  display: block;
  text-decoration: none;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 9999;
}

@media screen and (min-width: 1px) and (max-width: 940px) {
  .g-header-guide_item a {
    font-size: 1.1rem;
  }
}

.g-header-cart {
  margin-left: 20px;
  padding-left: 20px;
  font-size: 1rem;
  letter-spacing: 0.4em;
  text-align: center;
  position: relative;
}

.g-header-cart a {
  display: block;
}

.g-header-cart a:hover .icon {
  fill: #aaa;
}

.g-header-cart:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 80%;
  background: #ccc;
  margin: auto;
}

.g-header-cart .icon {
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 0 5px 5px;
  transition: all 0.3s cubic-bezier(0.75, 0, 0.35, 1);
}

.g-header-widget {
  display: none;
}

@media screen and (min-width: 1px) and (max-width: 940px) {
  .g-header-widget {
    margin-top: 0;
    display: block;
    position: fixed;
    top: 3%;
    right: 6%;
    z-index: 1002;
    font-size: 1rem;
    font-style: normal;
    letter-spacing: 0.3em;
    transition-duration: 0.3s;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-header-widget {
    top: 19px;
  }
}

.g-header-widget_item a {
  display: inline-block;
}

.g-header-widget p {
  margin-top: 0.3em;
}

.g-header-trigger_box {
  display: block;
  position: relative;
  width: 30px;
  height: 18px;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.75, 0, 0.35, 1);
  backface-visibility: hidden;
}

.g-header-trigger_box:hover {
  opacity: 0.9;
}

@media screen and (min-width: 1px) and (max-width: 940px) {
  .g-header-trigger_box[data-media="desktop"] {
    display: none;
  }
}

.g-header-trigger_box[data-media="device"] {
  display: none;
}

@media screen and (min-width: 1px) and (max-width: 940px) {
  .g-header-trigger_box[data-media="device"] {
    display: block;
  }
}

.g-header-trigger_line {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #000;
  transition: all 0.3s;
}

.g-header-trigger_line[data-type="top"] {
  top: 0;
}

.g-header-trigger_line[data-type="middle"] {
  top: 8px;
}

.g-header-trigger_line[data-type="bottom"] {
  bottom: 0;
}

.g-header-trigger_box.open .g-header-trigger_line[data-type="top"] {
  transform: translateY(9px) rotate(45deg);
}

.g-header-trigger_box.open .g-header-trigger_line[data-type="middle"] {
  display: none;
}

.g-header-trigger_box.open .g-header-trigger_line[data-type="bottom"] {
  transform: translateY(-8px) rotate(-45deg);
}

.g-child-items {
  position: absolute;
  top: 55px;
  z-index: 1;
  padding: 50px 0;
  background: #fff;
  width: 100vw;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s cubic-bezier(0.75, 0, 0.35, 1);
  box-sizing: border-box;
  z-index: -999;
  opacity: 0;
  visibility: hidden;
}

.g-child_item {
  margin: 0 3%;
}

.g-child:hover {
  cursor: pointer;
}

.g-child:hover .g-child_pare {
  color: rgba(0, 0, 0, 0.3);
}

.g-child:hover .g-child-items {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}

.g-child_box {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.g-child_name {
  margin-left: 25px;
  font-size: 16px;
}

.g-spMenu {
  display: none;
  visibility: hidden;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1003;
}

@media screen and (min-width: 1px) and (max-width: 940px) {
  .g-spMenu {
    display: block;
  }
}

.g-spMenu.is-menu_ready {
  visibility: visible;
}

.g-spMenu.is-menu_show {
  visibility: visible;
  padding-top: 54px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
}

.g-spMenu_frame {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100vh;
  -webkit-overflow-scrolling: touch;
}

.g-spMenu_content {
  position: relative;
}

.g-spMenu_cover {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
  background: #fff;
}

.g-spMenu_cover.is-menu_show {
  display: block;
}

.g-spMenu-bottom {
  display: block;
  padding: 10% 14% 0;
}

.g-spMenu-nav {
  display: block;
  max-width: 100%;
  margin: 0 auto 100%;
}

.g-spMenu-nav_items {
  display: block;
}

.g-spMenu-nav_item {
  display: block;
}

.g-spMenu-nav_item a {
  text-decoration: none;
}

.g-spMenu-nav_item a:hover {
  opacity: 0.9;
}

.g-spMenu-nav_itemcontact a {
  background: #f5f4f8;
  color: #fff;
}

.g-spMenu-nav_itemcontact a img {
  width: 16px;
  height: 11px;
  vertical-align: middle;
  margin-right: 1em;
}

.g-spMenu-nav_box {
  display: block;
  position: relative;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
}

.g-spMenu-nav_toggle {
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 18px;
  height: 18px;
  cursor: pointer;
  z-index: 101;
  transform: translateY(-50%);
}

.g-spMenu-nav_toggle:before, .g-spMenu-nav_toggle:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background: #f5f4f8;
  transition: all 0.3s cubic-bezier(0.75, 0, 0.35, 1);
  backface-visibility: hidden;
}

.g-spMenu-nav_toggle:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.g-spMenu-nav_toggle:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.g-spMenu-nav_item.is-accordion_open .g-spMenu-nav_toggle:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.g-spMenu-nav_name {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  text-align: left;
  font-weight: normal;
}

.g-spMenu-nav-child {
  display: block;
}

.g-spMenu-nav-child_items {
  display: block;
  padding: 10px 0 20px;
}

.g-spMenu-nav-child_item {
  display: block;
  margin: 20px 0 0;
}

.g-spMenu-nav-child_item:first-child {
  margin-top: 0;
}

.g-spMenu-nav-child_item a {
  text-decoration: none;
}

.g-spMenu-nav-child_box {
  display: block;
}

.g-spMenu-nav-child_name {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.g-spMenu-nav_snss {
  margin-top: 40px;
}

.g-spMenu-nav_sns {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  font-size: 1rem;
}

.g-spMenu-nav_sns a:before, .g-spMenu-nav_sns a:after {
  background: rgba(0, 0, 0, 0.4);
}

.g-spMenu-nav_sns .c-btn_in {
  padding: 20px 0;
}

.g-spMenu-nav_sns .c-btn_in:before, .g-spMenu-nav_sns .c-btn_in:after {
  background: rgba(0, 0, 0, 0.4);
}

.g-spMenu-nav_sns.-onlineshop img {
  width: 25px;
  height: 25px;
}

.g-spMenu-nav_sns.-twitter img {
  width: 32px;
  height: 32px;
}

.g-spMenu-nav_sns.-instagram .g-spMenu-nav_sns_img {
  left: 7%;
}

.g-spMenu-nav_sns.-instagram img {
  width: 20px;
  height: 20px;
}

.g-spMenu-nav_sns_img {
  display: inline-block;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.g-spMenu-nav_sns_txt {
  display: inline-block;
}

.c-accordion_slide {
  padding-left: 25px;
}

.c-accordion .c-accordion_trigger-box:before,
.c-accordion .c-accordion_trigger-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 1px;
  background: #000;
}

.c-accordion .c-accordion_trigger-box:after {
  transform: rotate(90deg);
}

.is-accordion_open .c-accordion_trigger-box:after {
  display: none;
}

.g-footer {
  display: block;
  margin-top: 20px;
}

.g-footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 50px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-footer-sns {
    padding: 20px 0;
    background: #eee;
  }
}

.g-footer-sns_item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 350px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-footer-sns_item {
    padding: 0;
    width: 20%;
  }
}

.g-footer-sns_item:hover .icon {
  fill: #aaa;
}

.g-footer-sns_item:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ccc;
  width: 1px;
  height: 30%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-footer-sns_item:before {
    height: 50%;
    display: none;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-footer-sns_item:first-child:before {
    display: none;
  }
}

.g-footer-sns_item:last-child:after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ccc;
  width: 1px;
  height: 30%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-footer-sns_item:last-child:after {
    display: none;
  }
}

.g-footer-sns_item_img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #eee;
  position: relative;
  margin-right: 30px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-footer-sns_item_img {
    background: #fff;
    width: 48px;
    height: 48px;
    margin-right: 10px;
  }
}

.g-footer-sns_item_img .icon {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s cubic-bezier(0.75, 0, 0.35, 1);
}

.g-footer-sns_item.-instagram .icon {
  width: 23px;
  height: 23px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-footer-sns_item.-instagram .icon {
    width: 18px;
    height: 18px;
  }
}

.g-footer-sns_item.-twitter .icon {
  width: 45px;
  height: 40px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-footer-sns_item.-twitter .icon {
    width: 30px;
    height: 30px;
  }
}

.g-footer-sns_item.-onlineshop .icon {
  width: 27px;
  height: 27px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-footer-sns_item.-onlineshop .icon {
    width: 19px;
    height: 19.5px;
  }
}

.g-footer-sns_item_txt {
  font-size: 1.3rem;
  font-weight: bold;
}

.g-footer-sns_item_txt span {
  margin-left: 0.1em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-footer-sns_item_txt {
    text-align: center;
    font-weight: normal;
    font-size: 1.1rem;
    display: none;
  }
}

.g-footer-nav {
  padding: 40px 0 40px;
  background: #eee;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-footer-nav {
    font-size: 1.3rem;
    padding-bottom: 15px;
  }
}

.g-footer-nav_items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-footer-nav_items {
    display: block;
  }
}

.g-footer-nav_item {
  margin: 0 3%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-footer-nav_item {
    text-align: center;
    margin: 0 0 1em;
  }
}

.g-footer-nav_item a {
  text-decoration: none;
  display: block;
  width: 100%;
  font-size: 1.3rem;
  line-height: 3.3;
}

.g-footer-nav_item a:hover {
  opacity: 0.9;
}

.g-footer-nav_box {
  display: inline-block;
}

.g-footer-bottom {
  padding: 40px 0 50px;
  text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-footer-bottom {
    padding: 30px 0 40px;
  }
}

.g-footer-bottom_logo {
  max-width: 145px;
  margin: 0 auto;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-footer-bottom_logo {
    max-width: 101px;
  }
}

.g-footer-bottom_copy {
  font-size: 1.1rem;
  line-height: 1;
  margin-top: 30px;
  font-weight: bold;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-footer-bottom_copy {
    margin-top: 20px;
    font-size: 1rem;
    font-weight: normal;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .g-footer-bottom_copy {
    letter-spacing: 0.1em;
  }
}

.g-bread {
  margin-top: 110px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-bread {
    margin-top: 50px;
  }
}

.g-bread-lists {
  display: flex;
  list-style: none;
  color: #999;
  font-size: 1.2rem;
  line-height: 1.8;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-bread-lists {
    flex-wrap: wrap;
  }
}

.g-bread-lists li:not(:first-child) {
  position: relative;
  margin-left: 3em;
}

.g-bread-lists li:not(:first-child):before {
  display: block;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: -2em;
  margin: auto;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}

.g-bread a {
  color: #999 !important;
}

.l-section .l-section-add {
  font-size: 1.1rem;
  color: #666;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section .l-section-add {
    font-size: 1rem;
  }
}

.l-section .l-section-num {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.l-section .l-section_link {
  display: block;
  margin: 30px 0 0;
  text-align: right;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section .l-section_link {
    margin-top: 20px;
  }
}

.l-section .l-section_link a {
  display: inline-block;
  padding: 0 0 10px;
  border-bottom: solid 1px #000;
}

@media screen and (min-width: 767px) {
  .l-section .l-section_link a:hover {
    opacity: 0.9;
  }
  .l-section .l-section_link a:hover img {
    opacity: 1;
  }
}

.l-section .l-section-uls {
  list-style: disc;
  padding-left: 1em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section .l-section-uls {
    padding-left: 1.5em;
    line-height: 1.8;
  }
}

.l-section .l-section-ul:not(:first-child) {
  margin-top: 0.5em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section .l-section-ul:not(:first-child) {
    margin-top: 0.8em;
  }
}

.l-section .l-section-dl {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ccc;
  background: #f1f1f1;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section .l-section-dl {
    font-size: 1.3rem;
  }
}

.l-section .l-section-dl dt {
  width: 25%;
  background: #f1f1f1;
  padding: 3% 6%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section .l-section-dl dt {
    width: 30%;
    text-align: center;
    padding: 3% 3%;
  }
}

.l-section .l-section-dl dd {
  width: 75%;
  padding: 3% 6%;
  background: #fff;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section .l-section-dl dd {
    width: 70%;
    padding: 3% 4%;
  }
}

.l-section .l-section-table {
  border-collapse: collapse;
  width: 100%;
}

.l-section .l-section-table th,
.l-section .l-section-table td {
  border: solid 1px #ccc;
  text-align: center;
  line-height: 1;
}

.l-section .l-section-table th {
  color: #fff;
  background: #999;
  font-weight: normal;
  padding: 1%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-section .l-section-table th {
    padding: 0.6em 0;
  }
}

.l-section .l-section-table td {
  background: #fff;
  padding: 17px 0;
}

.l-product {
  padding: 90px 0;
  background: #f5f4f8;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-product {
    padding: 80px 0;
  }
}

.l-product .c-btn {
  margin-top: 40px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-product .c-btn {
    margin: 20px auto 0;
    max-width: 244px;
  }
}

.l-product-list {
  position: relative;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 90px 12%;
}

@media screen and (min-width: 1px) and (max-width: 1025px) {
  .l-product-list {
    padding: 45px 10%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-product-list {
    display: block;
    padding: 45px 7%;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-product-list {
    padding: 45px 5%;
  }
}

.l-product-list-img {
  width: 50%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-product-list-img {
    width: 100%;
    text-align: center;
  }
}

.l-product-list-img img {
  position: absolute;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-product-list-img img {
    position: relative;
  }
}

.l-product-list-txt {
  width: 50%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-product-list-txt {
    width: 100%;
    margin-top: 30px;
  }
}

.l-product-list:first-child {
  margin-top: 55px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-product-list:first-child {
    margin-top: 30px;
  }
}

.l-product-list:nth-child(n + 2) {
  margin-top: 100px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-product-list:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.l-product-list1 .l-product-list-img img {
  width: 16%;
  top: -24%;
  left: 17%;
}

@media screen and (min-width: 1px) and (max-width: 940px) {
  .l-product-list1 .l-product-list-img img {
    top: inherit;
    bottom: 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-product-list1 .l-product-list-img img {
    width: 30%;
    top: inherit;
    left: inherit;
  }
}

.l-product-list2 .l-product-list-img img {
  width: 25%;
  top: 22%;
  right: 12%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-product-list2 .l-product-list-img img {
    width: 55%;
    top: inherit;
    right: inherit;
    margin-top: 20px;
  }
}

.l-product-list3 .l-product-list-img img {
  width: 15.4%;
  top: -9%;
  left: 17%;
}

@media screen and (min-width: 1px) and (max-width: 940px) {
  .l-product-list3 .l-product-list-img img {
    top: 10%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-product-list3 .l-product-list-img img {
    width: 40%;
    top: inherit;
    left: inherit;
  }
}

.l-product-list3__right .l-product-list-img img {
  left: inherit;
  right: 21%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-product-list3__right .l-product-list-img img {
    right: inherit;
  }
}

.l-product-head_jp {
  font-size: 3.6rem;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-product-head_jp {
    font-size: 2.4rem;
  }
}

.l-product-leadtext {
  margin-top: 30px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-product-head2 {
    text-align: center;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-product-head2 {
    letter-spacing: 0.01em;
    font-size: 1.6rem;
  }
}

.interview .g-bread {
  margin-top: 55px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .interview .g-bread {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .interview .l-product2 {
    padding-top: 60px;
    margin-top: 60px;
    position: relative;
  }
  .interview .l-product2:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    width: 88%;
    height: 1px;
    background-color: #e8e8e8;
    left: 50%;
    transform: translateX(-50%);
  }
}

.interview-archive .l-interview {
  padding: 100px 0 90px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .interview-archive .l-interview {
    padding: 60px 0 60px;
  }
}

.l-interview-lists {
  margin: 50px auto 0;
  max-width: 1100px;
}

.l-interview-list_01 {
  position: relative;
}

.l-interview-list_01 .l-interview-img {
  max-width: 800px;
  width: 80%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-interview-list_01 .l-interview-img {
    width: 100%;
  }
}

.l-interview-list_01 .l-interview-txts {
  position: absolute;
  top: 20%;
  right: 0;
  padding-top: 75px;
  padding-bottom: 75px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-interview-list_01 .l-interview-txts {
    position: relative;
    top: inherit;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.l-interview-list:nth-child(2) {
  margin-top: 60px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-interview-list:nth-child(2) {
    margin-top: 20px;
  }
}

.l-interview-list_02 a,
.l-interview-list:nth-child(n + 2) a {
  justify-content: center;
  display: flex;
  align-items: center;
  background: #fff;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-interview-list_02 a,
  .l-interview-list:nth-child(n + 2) a {
    display: block;
  }
}

.l-interview-list_02 a .l-interview-img,
.l-interview-list:nth-child(n + 2) a .l-interview-img {
  width: 55%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-interview-list_02 a .l-interview-img,
  .l-interview-list:nth-child(n + 2) a .l-interview-img {
    width: 100%;
  }
}

.l-interview-list_02 a .c-section-head2,
.l-interview-list:nth-child(n + 2) a .c-section-head2 {
  font-size: 2rem;
  margin-top: 15px;
}

.l-interview-list:nth-child(n + 3) {
  margin-top: 40px;
}

.l-interview-list_cs a {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-interview-list_cs a {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.l-interview-list_cs a .l-interview-img {
  text-align: center;
  position: relative;
  padding: 100px 0;
}

.l-interview-list_cs a .l-interview-img:after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 180px;
  background: #999;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-interview-list_cs a .l-interview-img:after {
    display: none;
  }
}

.l-interview-txts {
  background: #fff;
  padding: 0 5%;
  width: 45%;
  max-width: 520px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-interview-txts {
    background: #f5f4f8;
    width: 100%;
    padding: 30px 6%;
  }
}

.l-interview-head2_en {
  font-size: 1.2rem;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-interview-head2_en {
    font-size: 1.1rem;
  }
}

.l-interview-head2 {
  margin-top: 25px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-interview-head2 {
    margin-top: 15px;
    font-size: 2rem;
  }
}

.l-interview-date {
  font-size: 1.2rem;
  color: #999;
  margin-top: 15px;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
}

.l-interview-othres {
  margin-top: 90px;
  padding: 80px 0 90px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-interview-othres {
    margin-top: 70px;
    padding: 0;
    background: #fff;
    position: relative;
  }
}

.l-interview-othres-ttl {
  font-size: 1.4rem;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-interview-othres-ttl {
    font-size: 1.3rem;
  }
}

.l-interview-othres .l-interview-list:nth-child(2) {
  margin-top: 30px;
}

.l-interview-othres-btn {
  margin: 50px auto 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-interview-othres-btn {
    margin: 30px auto 0;
  }
}

.l-interview-othres .l-interview-txts .l-interview-head2_en {
  position: relative;
  bottom: inherit;
  left: inherit;
}

.l-interview-othres .l-interview-txts {
  background: #fff;
  width: 100%;
  padding: 30px 6%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-interview-othres .l-interview-txts {
    background: #fff;
    padding: 30px 0 0;
  }
}

.l-seasonal {
  padding: 100px 0 90px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal {
    padding: 60px 0 60px;
  }
}

.l-seasonal-current {
  margin-top: 50px;
  padding: 75px 0;
  background-color: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-current {
    margin-top: 43px;
    padding: 122px 0;
  }
}

.l-seasonal-current + .l-seasonal-comingsoon {
  margin-top: 80px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-current + .l-seasonal-comingsoon {
    margin-top: 30px;
  }
}

.l-seasonal-current_inner {
  margin: auto;
  display: block;
}

.l-seasonal-current_body {
  padding: 80px 10px;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-current_body {
    padding: 40px 10px;
  }
}

.l-seasonal-current_name {
  text-align: center;
}

.l-seasonal-current_name .en {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.l-seasonal-current_name .jp {
  display: block;
  font-family: "A1明朝", "A1 Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 45px;
  letter-spacing: 0.04em;
}

.l-seasonal-current_lead {
  font-family: "A1明朝", "A1 Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-current_lead {
    font-size: 18px;
    letter-spacing: 0;
  }
}

.l-seasonal-other {
  max-width: 1100px;
  margin: 110px auto 0;
  background-color: #fff;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-other {
    background-color: transparent;
    margin-top: 30px;
  }
}

.l-seasonal-other:nth-of-type(1) {
  margin-top: 110px;
}

.l-seasonal-other:nth-of-type(odd) .l-seasonal-other_inner {
  flex-direction: row-reverse;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-other:nth-of-type(odd) .l-seasonal-other_inner {
    flex-direction: column;
  }
}

.l-seasonal-other:nth-of-type(odd) .l-seasonal-other_img {
  transform: translate(30px, -30px);
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-other:nth-of-type(odd) .l-seasonal-other_img {
    transform: translate(0, 0);
  }
}

.l-seasonal-other:nth-of-type(odd) .l-seasonal-other_body {
  padding-left: 30px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-other:nth-of-type(odd) .l-seasonal-other_body {
    padding-left: 0;
  }
}

.l-seasonal-other:nth-of-type(even) .l-seasonal-other_img {
  transform: translate(-30px, -30px);
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-other:nth-of-type(even) .l-seasonal-other_img {
    transform: translate(0, 0);
  }
}

.l-seasonal-other:nth-of-type(even) .l-seasonal-other_body {
  padding-right: 30px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-other:nth-of-type(even) .l-seasonal-other_body {
    padding-right: 0;
  }
}

.l-seasonal-other_inner {
  display: flex;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-other_inner {
    flex-direction: column;
  }
}

.l-seasonal-other_img {
  width: 56%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-other_img {
    width: 100%;
  }
}

.l-seasonal-other_img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.l-seasonal-other_img-wrap {
  position: relative;
  padding-top: 75%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-other_img-wrap {
    padding-top: 56%;
  }
}

.l-seasonal-other_body {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-other_body {
    width: 88%;
    background-color: #fff;
    align-self: center;
    padding: 30px 0;
    margin-top: -50px;
  }
}

.l-seasonal-other_name {
  text-align: center;
}

.l-seasonal-other_name .en {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.l-seasonal-other_name .jp {
  display: block;
  font-family: "A1明朝", "A1 Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 37px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-other_name .jp {
    font-size: 32px;
    margin-top: 10px;
  }
}

.l-seasonal-other_lead {
  font-family: "A1明朝", "A1 Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.77;
  text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-other_lead {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 5px;
  }
}

.l-seasonal-comingsoon {
  max-width: 1100px;
  background-color: #fff;
  display: flex;
  margin: 40px auto 0;
  padding: 40px 0;
  min-height: 240px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-comingsoon {
    width: 88%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 160px;
    margin-top: 30px;
  }
}

.l-seasonal-comingsoon_heading {
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.2em;
  width: 54.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-comingsoon_heading {
    width: 100%;
  }
}

.l-seasonal-comingsoon_body {
  flex-grow: 1;
  border-left: 1px solid #e8e8e8;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 50px;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-comingsoon_body {
    font-size: 11px;
    border-left: none;
    padding-left: 0;
    flex-grow: 0;
    text-align: center;
    margin-top: 15px;
  }
}

.l-seasonal-comingsoon_name {
  text-transform: uppercase;
}

.l-seasonal-comingsoon_schedule {
  color: #999999;
  margin-top: 10px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-comingsoon_schedule {
    margin-top: 5px;
  }
}

.l-seasonal-single-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 150px 20px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-top {
    height: calc(100vh - 55px);
  }
}

.l-seasonal-single-top_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.l-seasonal-single-top_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.l-seasonal-single-top_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.l-seasonal-single-top-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.l-seasonal-single_name .en,
.l-seasonal-single_name .jp {
  display: block;
}

.l-seasonal-single_name .en {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.l-seasonal-single_name .jp {
  font-family: "A1明朝", "A1 Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 50px;
  margin-top: 5px;
}

.l-seasonal-single_lead {
  font-family: "A1明朝", "A1 Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-top: 5px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single_lead {
    font-size: 24px;
    line-height: 1.54;
  }
}

.l-seasonal-single_body {
  padding-top: 80px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single_body {
    padding-top: 50px;
  }
}

.l-seasonal-single_nav {
  margin-bottom: 80px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single_nav {
    margin-bottom: 50px;
  }
}

.l-seasonal-single_nav-list {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single_nav-list {
    flex-direction: column;
  }
}

.l-seasonal-single_nav-item {
  width: 50%;
  position: relative;
}

.l-seasonal-single_nav-item::before, .l-seasonal-single_nav-item::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #ccc;
  width: 1px;
  height: 100%;
}

.l-seasonal-single_nav-item::before {
  top: 0;
  left: 0;
}

.l-seasonal-single_nav-item::after {
  top: 0;
  right: 0;
}

.l-seasonal-single_nav-item:not(:last-of-type)::after {
  display: none;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single_nav-item {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .l-seasonal-single_nav-item::before, .l-seasonal-single_nav-item::after {
    display: none;
  }
  .l-seasonal-single_nav-item:not(:first-of-type) {
    margin-top: 30px;
  }
}

.l-seasonal-single_nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 4px 4px 30px;
}

.l-seasonal-single_nav-link::after {
  position: absolute;
  content: "";
  bottom: 4px;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg) translateX(-50%);
  transition: opacity 0.3s;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single_nav-link {
    padding: 0 0 10px;
    justify-content: space-between;
  }
  .l-seasonal-single_nav-link::after {
    position: static;
    width: 10px;
    height: 10px;
  }
}

.l-seasonal-single_nav-link:hover::after {
  opacity: 0.3;
}

.l-seasonal-single_paragraph p:not([class]) {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.l-seasonal-single_paragraph p:not([class]) + p:not([class]) {
  margin-top: 1.75em;
}

.l-seasonal-single_paragraph + .l-seasonal-single-ul,
.l-seasonal-single_paragraph + .l-seasonal-single-ol {
  margin-top: 50px;
}

.l-seasonal-single_paragraph strong {
  color: #1a1670;
  font-weight: bold;
}

.l-seasonal-single_paragraph-img {
  display: block;
  margin-top: 45px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single_paragraph-img {
    margin-top: 25px;
  }
}

.l-seasonal-single_img {
  margin-top: 60px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single_img {
    width: 100vw;
    margin: 40px calc(50% - 50vw) 0;
  }
}

.l-seasonal-single_heading-A {
  font-family: "A1明朝", "A1 Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 0.04em;
  font-size: 26px;
  line-height: 1.8;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-top: 60px;
}

.l-seasonal-single_heading-A + * {
  margin-top: 25px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single_heading-A {
    font-size: 20px;
    margin-top: 40px;
  }
}

.l-seasonal-single-ul + .l-seasonal-single_paragraph,
.l-seasonal-single-ol + .l-seasonal-single_paragraph {
  margin-top: 45px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-ul + .l-seasonal-single_paragraph,
  .l-seasonal-single-ol + .l-seasonal-single_paragraph {
    margin-top: 30px;
  }
}

.l-seasonal-single-ul_item {
  background-color: #f7f7f7;
  position: relative;
}

.l-seasonal-single-ul_item::before, .l-seasonal-single-ul_item::after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: solid #1a1670;
}

.l-seasonal-single-ul_item::before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}

.l-seasonal-single-ul_item::after {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}

.l-seasonal-single-ul_item:not(:first-of-type) {
  margin-top: 20px;
}

.l-seasonal-single-ul_inner {
  padding: 47px 57px 50px 43px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-ul_inner {
    padding: 38px 20px;
  }
}

.l-seasonal-single-ul_heading {
  display: flex;
}

.l-seasonal-single-ul_heading::before {
  content: "";
  display: block;
  width: 41.5px;
  height: 40px;
  background: transparent url(../../img/seasonal-skincare/icon_checkbox.svg) no-repeat top center/contain;
  transform: translateY(-25%);
}

.l-seasonal-single-ul_heading::after {
  bottom: -3px;
  left: 36px;
}

.l-seasonal-single-ul_body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-top: 30px;
}

.l-seasonal-single-ol {
  list-style: none;
}

.l-seasonal-single-ol_item {
  background-color: #f7f7f7;
  position: relative;
}

.l-seasonal-single-ol_item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #1a1670 transparent transparent transparent;
}

.l-seasonal-single-ol_item:not(:first-of-type) {
  margin-top: 20px;
}

.l-seasonal-single-ol_item.item-1 .l-seasonal-single-ol_heading::before {
  background: transparent url(../../img/seasonal-skincare/text_1.svg) no-repeat top center/contain;
}

.l-seasonal-single-ol_item.item-2 .l-seasonal-single-ol_heading::before {
  background: transparent url(../../img/seasonal-skincare/text_2.svg) no-repeat top center/contain;
}

.l-seasonal-single-ol_item.item-3 .l-seasonal-single-ol_heading::before {
  background: transparent url(../../img/seasonal-skincare/text_3.svg) no-repeat top center/contain;
}

.l-seasonal-single-ol_inner {
  padding: 41px 57px 43px 43px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-ol_inner {
    padding: 38px 20px;
  }
}

.l-seasonal-single-ol_heading {
  display: flex;
}

.l-seasonal-single-ol_heading::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.l-seasonal-single-ol_heading::after {
  bottom: -10px;
  left: 36px;
}

.l-seasonal-single-ol_body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-top: 25px;
}

.l-seasonal-single-ul_heading,
.l-seasonal-single-ol_heading {
  font-family: "A1明朝", "A1 Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #1a1670;
  position: relative;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-ul_heading,
  .l-seasonal-single-ol_heading {
    font-size: 18px;
  }
}

.l-seasonal-single-ul_heading::after,
.l-seasonal-single-ol_heading::after {
  position: absolute;
  content: "";
  display: block;
  background: transparent no-repeat top left / cover;
}

.l-seasonal-single-ul_heading.-long::after,
.l-seasonal-single-ol_heading.-long::after {
  width: 338px;
  height: 36px;
  background-image: url(../../img/seasonal-skincare/line_list_long.png);
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-ul_heading.-long::after,
  .l-seasonal-single-ol_heading.-long::after {
    width: 293px;
    height: 36px;
    max-width: 85%;
    background-image: url(../../img/seasonal-skincare/line_list_medium.png);
  }
}

.l-seasonal-single-ul_heading.-medium::after,
.l-seasonal-single-ol_heading.-medium::after {
  width: 293px;
  height: 36px;
  max-width: 85%;
  background-image: url(../../img/seasonal-skincare/line_list_medium.png);
}

.l-seasonal-single-ul_heading.-medium-short::after,
.l-seasonal-single-ol_heading.-medium-short::after {
  width: 196px;
  height: 36px;
  max-width: 85%;
  background-image: url(../../img/seasonal-skincare/line_list_medium_short.png);
}

.l-seasonal-single-ul_heading.-short::after,
.l-seasonal-single-ol_heading.-short::after {
  width: 124px;
  height: 37px;
  background-image: url(../../img/seasonal-skincare/line_list_short.png);
}

.l-seasonal-single-checklist {
  background-color: #f7f7f7;
  position: relative;
  margin-top: 45px;
}

.l-seasonal-single-checklist::before, .l-seasonal-single-checklist::after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: solid #1a1670;
}

.l-seasonal-single-checklist::before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}

.l-seasonal-single-checklist::after {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}

.l-seasonal-single-checklist:not(:first-of-type) {
  margin-top: 20px;
}

.l-seasonal-single-checklist_inner {
  padding: 45px 60px 60px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-checklist_inner {
    padding: 30px 20px 50px;
  }
}

.l-seasonal-single-checklist_heading {
  max-width: 230px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-checklist_heading {
    max-width: 196px;
  }
}

.l-seasonal-single-checklist_item {
  font-size: 15px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.04em;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-checklist_item {
    font-size: 14px;
  }
}

.l-seasonal-single-checklist_item:not(:first-of-type) {
  margin-top: 20px;
}

.l-seasonal-single-checklist_caution {
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #1a1670;
  margin-top: 35px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-checklist_caution {
    font-size: 18px;
  }
}

.l-seasonal-single-checklist_cautionin {
  display: inline;
  background: linear-gradient(transparent 40%, rgba(26, 22, 112, 0.15) 0%);
  padding-left: 0.2em;
}

.l-seasonal-single-products {
  margin-top: 70px;
}

.l-seasonal-single-products_inner {
  border: 10px solid #f5f4f8;
  padding: 6.8% 12% 6.3% 12.9%;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1px) and (max-width: 1240px) {
  .l-seasonal-single-products_inner {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-products_inner {
    padding: 40px 20px;
  }
}

.l-seasonal-single-products_heading {
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 5px;
}

.l-seasonal-single-products_heading .note {
  font-size: 13px;
  letter-spacing: 0.08em;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.l-seasonal-single-products_heading .mark {
  font-size: 12px;
  vertical-align: text-top;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-products_heading {
    font-size: 18px;
  }
  .l-seasonal-single-products_heading .note {
    font-size: 10px;
    display: block;
  }
  .l-seasonal-single-products_heading .mark {
    vertical-align: top;
  }
}

.l-seasonal-single-products_sub {
  order: -1;
  align-self: flex-start;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #1a1670;
  position: relative;
  position: relative;
  min-width: 400px;
  max-width: 100%;
  text-align: center;
  padding-bottom: 30px;
}

.l-seasonal-single-products_sub::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 67px;
  background: transparent url(../../img/seasonal-skincare/line_products.png) no-repeat bottom center/cover;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-products_sub {
    font-size: 14px;
    min-width: auto;
    width: 100%;
    align-items: stretch;
  }
  .l-seasonal-single-products_sub::after {
    height: 49px;
  }
}

.l-seasonal-single-products_list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-products_list {
    flex-direction: column;
    margin-top: 30px;
  }
}

.l-seasonal-single-products_item {
  display: flex;
  flex-direction: column;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  width: 30%;
}

.l-seasonal-single-products_item.-lotion .l-seasonal-single-products_img {
  width: 36.25%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-products_item.-lotion .l-seasonal-single-products_img {
    width: 33.5%;
  }
}

.l-seasonal-single-products_item.-gel .l-seasonal-single-products_img {
  width: 58.3%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-products_item.-gel .l-seasonal-single-products_img {
    width: 53.8%;
  }
}

.l-seasonal-single-products_item.-milk .l-seasonal-single-products_img {
  width: 34.58%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-products_item.-milk .l-seasonal-single-products_img {
    width: 32%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-products_item {
    width: 100%;
  }
  .l-seasonal-single-products_item:not(:first-of-type) {
    margin-top: 60px;
  }
}

.l-seasonal-single-products_img {
  margin: auto;
  order: -1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.l-seasonal-single-products_name {
  font-weight: normal;
  text-align: center;
  margin-top: 32px;
}

.l-seasonal-single-products_price {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-products_price {
    font-size: 12px;
  }
}

.l-seasonal-single-products_brandname {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.53;
  color: #999;
  margin-top: 10px;
}

.l-seasonal-single-products_button {
  margin-top: 25px;
}

.l-seasonal-single-qa {
  margin-top: 90px;
  padding: 90px 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-qa {
    margin-top: 60px;
    padding: 60px 0;
  }
}

.l-seasonal-single-qa-body {
  margin-top: 50px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-qa-body {
    margin-top: 40px;
  }
}

.l-seasonal-single-qa-block {
  background-color: #fff;
}

.l-seasonal-single-qa-block:not(:first-of-type) {
  margin-top: 30px;
}

.l-seasonal-single-qa-block_inner {
  padding: 7.45% 13.6% 6.36%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-qa-block_inner {
    padding: 40px 20px;
  }
}

.l-seasonal-single-qa_head {
  padding-bottom: 35px;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-qa_head {
    padding-bottom: 25px;
  }
}

.l-seasonal-single-qa_q,
.l-seasonal-single-qa_a {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-qa_q,
  .l-seasonal-single-qa_a {
    align-items: flex-start;
  }
}

.l-seasonal-single-qa_q-text,
.l-seasonal-single-qa_a-text {
  font-size: 20px;
  font-family: "A1明朝", "A1 Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin-top: -0.4em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-qa_q-text,
  .l-seasonal-single-qa_a-text {
    font-size: 18px;
  }
}

.l-seasonal-single-qa_a-text {
  color: #1a1670;
  letter-spacing: 0.08em;
}

.l-seasonal-single-qa_a-textin {
  display: inline;
  background: linear-gradient(transparent 40%, #f5f4f8 0%);
}

.l-seasonal-single-qa_q + .l-seasonal-single-qa_a {
  margin-top: 30px;
}

.l-seasonal-single-qa_q-img,
.l-seasonal-single-qa_a-img {
  width: 51px;
  margin-right: 18px;
  flex-shrink: 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-qa_q-img,
  .l-seasonal-single-qa_a-img {
    width: 30px;
    margin-right: 10px;
  }
}

.l-seasonal-single-qa_body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding-top: 50px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-qa_body {
    padding-top: 25px;
  }
}

.l-seasonal-single-qa_body p:not([class]) strong {
  color: #1a1670;
  font-weight: bold;
}

.l-seasonal-single-qa_body p:not([class]) + p:not([class]) {
  margin-top: 2em;
}

.l-seasonal-single-qa_img {
  margin: 45px auto 0;
}

.l-seasonal-single-qa_img.img-400 {
  max-width: 400px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-qa_img {
    margin-top: 30px;
  }
}

.l-seasonal-single-qa_video {
  max-width: 600px;
  margin: 45px auto 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-qa_video {
    margin-top: 30px;
  }
}

.l-seasonal-single-qa_video-wrap {
  padding-top: 55%;
  position: relative;
}

.l-seasonal-single-qa_video-wrap > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-seasonal-single-share {
  margin-top: 47px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-share {
    margin-top: 25px;
  }
}

.l-seasonal-single-share_inner {
  display: flex;
  align-items: center;
}

.l-seasonal-single-share_heading {
  font-size: 14px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-share_heading {
    font-size: 11px;
  }
}

.l-seasonal-single-share_icon {
  width: 30px;
  margin-left: 22px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-share_icon {
    margin-left: 18px;
  }
}

.l-seasonal-single-share_icon:first-of-type {
  margin-left: 26px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-share_icon:first-of-type {
    margin-left: 20px;
  }
}

.l-seasonal-single-links {
  padding-top: 90px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-links {
    padding-top: 60px;
  }
}

.l-seasonal-single-links_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 90px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-links_list {
    flex-direction: column;
    margin-top: 40px;
  }
}

.l-seasonal-single-links_item {
  width: 23%;
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.l-seasonal-single-links_item:not(:first-of-type) {
  margin-left: calc((8 / 3) * 1%);
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-links_item:not(:first-of-type) {
    margin-left: 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-links_item {
    width: 100%;
  }
  .l-seasonal-single-links_item:not(:first-of-type) {
    margin-top: 10px;
  }
}

.l-seasonal-single-links_item::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s ease-out;
}

.l-seasonal-single-links_item:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.l-seasonal-single-links_link {
  font-size: 30px;
  letter-spacing: 0.04em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 20px;
  position: relative;
  z-index: 1;
}

.l-seasonal-single-links_link:hover {
  color: #fff;
}

.l-seasonal-single-links_btn {
  margin: 50px auto 0;
  min-width: 270px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-seasonal-single-links_btn {
    min-width: 260px;
    margin-top: 40px;
  }
}

.l-seasonal-single-links_btn .c-btn_in:not(:root) {
  letter-spacing: 0.13em;
}

.c-section {
  display: block;
}

.c-section-head {
  text-align: center;
  font-weight: 100;
  line-height: 1;
  position: relative;
  z-index: 99;
}

.c-section-head_en {
  display: block;
  padding-top: 1.5em;
  font-size: 1.3rem;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-section-head_en {
    font-size: 1.1rem;
  }
}

.c-section-head_jp {
  display: block;
  position: relative;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-section-head_jp {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .c-section-head_jp {
    font-size: 2.2rem;
  }
}

.c-section-head2 {
  font-weight: 100;
  line-height: 1.8;
  font-size: 2.5rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-section-head2 {
    font-size: 1.8rem;
  }
}

.c-section-leadtext {
  line-height: 2.3;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-section-leadtext {
    line-height: 2;
  }
}

.c-section-lead {
  line-height: 2.3;
  margin-top: 40px;
  text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-section-lead {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.c-text {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.9;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-text {
    font-size: 14px;
  }
}

.c-text.-yugothic {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.c-btn {
  width: 240px;
  max-width: 100%;
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn {
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    font-weight: normal;
  }
}

.c-btn a {
  display: block;
  position: relative;
  line-height: 1;
}

.c-btn a:before, .c-btn a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #000;
  transition-duration: 0.4s;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn a:before, .c-btn a:after {
    background: rgba(0, 0, 0, 0.5);
  }
}

.c-btn a:before {
  right: 0;
  top: 0;
}

.c-btn a:after {
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 767px) {
  .c-btn a:hover {
    background: #381d82;
    color: #fff !important;
  }
  .c-btn a:hover:before, .c-btn a:hover:after {
    width: 0;
  }
  .c-btn a:hover .c-btn_in:before, .c-btn a:hover .c-btn_in:after {
    height: 0;
  }
}

.c-btn .c-btn_in {
  display: block;
  position: relative;
  text-align: center;
  padding: 25px 0;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn .c-btn_in {
    padding: 20px 0;
  }
}

.c-btn .c-btn_in:before, .c-btn .c-btn_in:after {
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
  transition: all 0.2s linear;
  background: #000;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn .c-btn_in:before, .c-btn .c-btn_in:after {
    background: rgba(0, 0, 0, 0.5);
  }
}

.c-btn .c-btn_in:before {
  left: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.c-btn .c-btn_in:after {
  right: 0;
  top: 0;
  transition-duration: 0.4s;
}

.c-btn2 {
  width: 400px;
  font-size: 1.6rem;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn2 {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3rem;
  }
}

.c-btn2 a {
  display: block;
  position: relative;
  line-height: 1;
  background: #00b1a0;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.01em;
}

@media screen and (min-width: 767px) {
  .c-btn2 a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
    opacity: 0.8;
  }
}

.c-btn2 .c-btn2_in {
  display: block;
  position: relative;
  text-align: center;
  padding: 22px 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn2 .c-btn2_in {
    padding: 20px 0;
  }
}

.c-btn3 {
  width: 240px;
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn3 {
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2rem;
    font-weight: normal;
  }
}

.c-btn3 a {
  display: block;
  position: relative;
  line-height: 1;
  background: #1a1670;
  color: #fff;
  font-weight: normal;
}

.c-btn3 a:before, .c-btn3 a:after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #000;
  transition-duration: 0.4s;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn3 a:before, .c-btn3 a:after {
    background: rgba(0, 0, 0, 0.5);
  }
}

.c-btn3 a:before {
  right: 0;
  top: 0;
}

.c-btn3 a:after {
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 767px) {
  .c-btn3 a:hover {
    background: inherit;
    color: inherit !important;
  }
  .c-btn3 a:hover:before, .c-btn3 a:hover:after {
    width: 100%;
  }
  .c-btn3 a:hover .c-btn_in:before, .c-btn3 a:hover .c-btn_in:after {
    height: 90%;
  }
}

.c-btn3 .c-btn3_in {
  display: block;
  position: relative;
  text-align: center;
  padding: 25px 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn3 .c-btn3_in {
    padding: 20px 0;
  }
}

.c-btn3 .c-btn3_in:before, .c-btn3 .c-btn3_in:after {
  content: "";
  width: 1px;
  height: 0%;
  position: absolute;
  transition: all 0.2s linear;
  background: #000;
  transition-duration: 0.4s;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn3 .c-btn3_in:before, .c-btn3 .c-btn3_in:after {
    background: rgba(0, 0, 0, 0.5);
  }
}

.c-btn3 .c-btn3_in:before {
  left: 0;
  bottom: 0;
}

.c-btn3 .c-btn3_in:after {
  right: 0;
  top: 0;
}

.l-visual {
  z-index: 9;
  position: relative;
  width: 96%;
  margin: 0 auto;
  height: calc(100vh - 76px);
}

@media screen and (min-width: 1px) and (max-width: 1025px) {
  .l-visual {
    max-height: 500px;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual {
    width: 100%;
    height: auto;
    height: calc(100vh - 230px);
    width: auto;
    max-height: 100%;
  }
}

@media screen and (max-width: 768px) and (max-height: 667px) {
  .l-visual {
    height: calc(100vh - 100px);
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual {
    height: calc(100vh - 140px);
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual a:hover {
    opacity: 1 !important;
  }
}

.l-visual-wrap {
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 76px);
  background: url(../../img/home/mv.jpg) no-repeat center 84%;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 1px) and (max-width: 1025px) {
  .l-visual-wrap {
    max-height: 500px;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual-wrap {
    background: url(../../img/home/mvsp.jpg) no-repeat center 84%;
    background-size: cover;
    height: calc(100vh - 230px);
    max-height: 100%;
  }
}

@media screen and (max-width: 768px) and (max-height: 667px) {
  .l-visual-wrap {
    height: calc(100vh - 100px);
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual-wrap {
    height: calc(100vh - 140px);
  }
}

.l-visual-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 76px);
  background: url(../../img/home/mv.jpg) no-repeat center 84%;
  background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 1025px) {
  .l-visual-in {
    max-height: 500px;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual-in {
    background: url(../../img/home/mvsp.jpg) no-repeat center 84%;
    background-size: cover;
    height: calc(100vh - 230px);
    max-height: 100%;
  }
}

@media screen and (max-width: 768px) and (max-height: 667px) {
  .l-visual-in {
    height: calc(100vh - 100px);
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual-in {
    height: calc(100vh - 140px);
  }
}

.l-visual-lead {
  position: absolute;
  top: 27%;
  font-size: 4.4rem;
  font-size: 3.4vw;
  letter-spacing: 0.1em;
  line-height: 1.8;
  right: 10%;
  z-index: 999;
  font-weight: normal;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual-lead {
    font-size: 2.6rem;
    top: 4%;
    right: 0;
    left: 5px;
    margin: auto;
    width: 90%;
    text-align: center;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual-lead {
    font-size: 2.3rem;
    top: 4%;
  }
}

.l-visual-lead sub {
  font-size: 1.1vw;
}

.l-visual-pick {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual-pick {
    position: relative;
    margin: 0 auto;
    bottom: inherit;
    right: inherit;
  }
}

.l-visual-pick a {
  background: #f5f4f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 445px;
  padding: 25px 30px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual-pick a {
    position: relative;
    width: 88%;
    background: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 4%;
    min-width: 88%;
    margin: 0 auto;
  }
}

.l-visual-pick_ttl {
  font-size: 1.5rem;
  width: 24%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual-pick_ttl {
    font-size: 1.4rem;
  }
}

.l-visual-pick-article {
  width: 73%;
  position: relative;
  padding-left: 4%;
}

.l-visual-pick-article_date {
  color: #999;
  font-size: 1.2rem;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual-pick-article_date {
    font-size: 1rem;
  }
}

.l-visual-pick-article_ttl {
  font-size: 1.3rem;
  margin-top: 2px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual-pick-article_ttl {
    font-size: 1.1rem;
  }
}

.l-visual-pick-article:before {
  display: block;
  content: "";
  position: absolute;
  left: -4%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.1);
  width: 1px;
  height: 60%;
}

.l-visual .l-visual-slide02 a:link,
.l-visual .l-visual-slide02 a:visited,
.l-visual .l-visual-slide02 a:active,
.l-visual .l-visual-slide02 a:focus,
.l-visual .l-visual-slide02 a,
.l-visual .l-visual-slide02 a p,
.l-visual .l-visual-slide02 a:before,
.l-visual .l-visual-slide02 a:after {
  transition: inherit;
  opacity: 1;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide02 a:link,
  .l-visual .l-visual-slide02 a:visited,
  .l-visual .l-visual-slide02 a:active,
  .l-visual .l-visual-slide02 a:focus,
  .l-visual .l-visual-slide02 a,
  .l-visual .l-visual-slide02 a p,
  .l-visual .l-visual-slide02 a:before,
  .l-visual .l-visual-slide02 a:after {
    opacity: 1 !important;
    color: #000 !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide02 a:link p,
  .l-visual .l-visual-slide02 a:visited p,
  .l-visual .l-visual-slide02 a:active p,
  .l-visual .l-visual-slide02 a:focus p,
  .l-visual .l-visual-slide02 a p,
  .l-visual .l-visual-slide02 a p p,
  .l-visual .l-visual-slide02 a:before p,
  .l-visual .l-visual-slide02 a:after p {
    opacity: 1 !important;
    color: #000;
  }
}

.l-visual .l-visual-slide02:hover {
  transition: all 0.3s;
  opacity: 0.8;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide02:hover {
    opacity: 1 !important;
  }
}

.l-visual .l-visual-slide02 .l-visual-wrap {
  background: url(../../img/home/mv_02.jpg) no-repeat center 84%;
  background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide02 .l-visual-wrap {
    background: url(../../img/home/mv_02sp.jpg) no-repeat center 84%;
    background-size: cover;
  }
}

.l-visual .l-visual-slide02 .l-visual-in {
  background: url(../../img/home/mv_02.jpg) no-repeat center 84%;
  background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide02 .l-visual-in {
    background: url(../../img/home/mv_02sp.jpg) no-repeat center 84%;
    background-size: cover;
  }
}

.l-visual .l-interview-txts {
  position: absolute;
  bottom: 5%;
  left: 5%;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
  width: 40%;
  max-width: 474px;
  min-width: 474px;
  box-sizing: border-box;
}

@media screen and (min-width: 1px) and (max-width: 1025px) {
  .l-visual .l-interview-txts {
    position: absolute;
    width: 400px;
    min-width: 400px;
    padding: 35px;
    left: 5%;
    right: 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-interview-txts {
    width: 90%;
    min-width: 90%;
    padding: 25px 6%;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.l-visual .l-interview-txts .l-interview-head2_en {
  font-size: 1.4rem;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-interview-txts .l-interview-head2_en {
    font-size: 1.1rem;
  }
}

.l-visual .l-interview-txts .c-section-head2 {
  font-size: 3rem;
  letter-spacing: 0.01em;
  margin-top: 20px;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 1px) and (max-width: 1025px) {
  .l-visual .l-interview-txts .c-section-head2 {
    font-size: 2.5rem;
    margin-top: 10px;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-interview-txts .c-section-head2 {
    font-size: 2rem;
    margin-top: 10px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1025px) {
  .l-visual .l-interview-txts .l-interview-date {
    margin-top: 5px;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-interview-txts .l-interview-date {
    margin-top: 10px;
  }
}

.l-visual .l-visual-slide03:hover {
  transition: all 0.3s;
  opacity: 0.9;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide03:hover {
    opacity: 1 !important;
  }
}

.l-visual .l-visual-slide03:hover p {
  opacity: 1;
}

.l-visual .l-visual-slide03:hover .l-visual-lead {
  color: #000;
}

.l-visual .l-visual-slide03:hover .l-mv-atten_inner {
  color: #fff;
}

.l-visual .l-visual-slide03 .l-visual-wrap {
  background: url(../../img/home/mv_03.jpg) no-repeat center 84%;
  background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide03 .l-visual-wrap {
    background: url(../../img/home/mv_03sp.jpg) no-repeat center 38%;
    background-size: cover;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide03 .l-visual-wrap {
    background-position: center 56%;
  }
}

.l-visual .l-visual-slide03 .l-visual-in {
  background: url(../../img/home/mv_03.jpg) no-repeat center 84%;
  background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide03 .l-visual-in {
    background: url(../../img/home/mv_03sp.jpg) no-repeat center 38%;
    background-size: cover;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide03 .l-visual-in {
    background-position: center 50%;
  }
}

.l-visual .l-visual-slide03 .l-visual-lead {
  position: relative;
  top: inherit;
  right: inherit;
  left: 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide03 .l-mv-in {
    top: 5%;
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide03 .l-mv-in {
    top: 3%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide03 .l-mv-ttl {
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide03 .l-mv-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide03 .l-mv-bottom {
    position: absolute;
    bottom: 5px;
    width: 100%;
  }
  .l-visual .l-visual-slide03 .l-mv-atten {
    color: inherit;
    padding: 0;
  }
  .l-visual .l-visual-slide03 .l-mv-atten_inner {
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide03 .l-mv-atten_inner {
    font-size: 12px;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide03 .l-mv-cap {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.l-visual .l-visual-slide04 {
  position: relative;
}

.l-visual .l-visual-slide04 .l-seasonal_body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  padding: 70px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide04 .l-seasonal_body {
    padding: 45px 20px;
    width: 330px;
  }
}

.l-visual .l-visual-slide04 .l-seasonal_title {
  font-size: 36px;
  font-family: "A1明朝", "A1 Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide04 .l-seasonal_title {
    font-size: 24px;
  }
}

.l-visual .l-visual-slide04:hover {
  transition: all 0.3s;
  opacity: 0.9;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide04:hover {
    opacity: 1 !important;
  }
}

.l-visual .l-visual-slide04:hover p {
  opacity: 1;
}

.l-visual .l-visual-slide04:hover .l-visual-lead {
  color: #000;
}

.l-visual .l-visual-slide04:hover .l-mv-atten_inner {
  color: #fff;
}

.l-visual .l-visual-slide04 .l-visual-wrap {
  background: url(../../img/home/mv_04.jpg) no-repeat center 84%;
  background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide04 .l-visual-wrap {
    background: url(../../img/home/mv_04sp.jpg) no-repeat center 38%;
    background-size: cover;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide04 .l-visual-wrap {
    background-position: center 56%;
  }
}

.l-visual .l-visual-slide04 .l-visual-in {
  background: url(../../img/home/mv_04.jpg) no-repeat center 84%;
  background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide04 .l-visual-in {
    background: url(../../img/home/mv_04sp.jpg) no-repeat center 38%;
    background-size: cover;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide04 .l-visual-in {
    background-position: center 50%;
  }
}

.l-visual .l-visual-slide04 .l-visual-lead {
  position: relative;
  top: inherit;
  right: inherit;
  left: 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide04 .l-mv-in {
    top: 5%;
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide04 .l-mv-in {
    top: 3%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide04 .l-mv-ttl {
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide04 .l-mv-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide04 .l-mv-bottom {
    position: absolute;
    bottom: 5px;
    width: 100%;
  }
  .l-visual .l-visual-slide04 .l-mv-atten {
    color: inherit;
    padding: 0;
  }
  .l-visual .l-visual-slide04 .l-mv-atten_inner {
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide04 .l-mv-atten_inner {
    font-size: 12px;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide04 .l-mv-cap {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.l-visual .l-visual-slide05 {
  position: relative;
}

.l-visual .l-visual-slide05 .l-seasonal_body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  padding: 70px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide05 .l-seasonal_body {
    padding: 45px 20px;
    width: 330px;
  }
}

.l-visual .l-visual-slide05 .l-seasonal_title {
  font-size: 36px;
  font-family: "A1明朝", "A1 Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide05 .l-seasonal_title {
    font-size: 24px;
  }
}

.l-visual .l-visual-slide05:hover {
  transition: all 0.3s;
  opacity: 0.9;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide05:hover {
    opacity: 1 !important;
  }
}

.l-visual .l-visual-slide05:hover p {
  opacity: 1;
}

.l-visual .l-visual-slide05:hover .l-visual-lead {
  color: #000;
}

.l-visual .l-visual-slide05:hover .l-mv-atten_inner {
  color: #fff;
}

.l-visual .l-visual-slide05 .l-visual-wrap {
  background: url(../../img/home/mv_05.jpg) no-repeat center 84%;
  background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide05 .l-visual-wrap {
    background: url(../../img/home/mv_05sp.jpg) no-repeat center 38%;
    background-size: cover;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide05 .l-visual-wrap {
    background-position: center 56%;
  }
}

.l-visual .l-visual-slide05 .l-visual-in {
  background: url(../../img/home/mv_05.jpg) no-repeat center 84%;
  background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide05 .l-visual-in {
    background: url(../../img/home/mv_05sp.jpg) no-repeat center 38%;
    background-size: cover;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide05 .l-visual-in {
    background-position: center 50%;
  }
}

.l-visual .l-visual-slide05 .l-visual-lead {
  position: relative;
  top: inherit;
  right: inherit;
  left: 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide05 .l-mv-in {
    top: 5%;
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide05 .l-mv-in {
    top: 3%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide05 .l-mv-ttl {
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide05 .l-mv-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide05 .l-mv-bottom {
    position: absolute;
    bottom: 5px;
    width: 100%;
  }
  .l-visual .l-visual-slide05 .l-mv-atten {
    color: inherit;
    padding: 0;
  }
  .l-visual .l-visual-slide05 .l-mv-atten_inner {
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide05 .l-mv-atten_inner {
    font-size: 12px;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide05 .l-mv-cap {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.l-visual .l-visual-slide06 {
  position: relative;
}

.l-visual .l-visual-slide06 .l-seasonal_body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  padding: 70px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide06 .l-seasonal_body {
    padding: 45px 20px;
    width: 330px;
  }
}

.l-visual .l-visual-slide06 .l-seasonal_title {
  font-size: 36px;
  font-family: "A1明朝", "A1 Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide06 .l-seasonal_title {
    font-size: 24px;
  }
}

.l-visual .l-visual-slide06:hover {
  transition: all 0.3s;
  opacity: 0.9;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide06:hover {
    opacity: 1 !important;
  }
}

.l-visual .l-visual-slide06:hover p {
  opacity: 1;
}

.l-visual .l-visual-slide06:hover .l-visual-lead {
  color: #000;
}

.l-visual .l-visual-slide06:hover .l-mv-atten_inner {
  color: #fff;
}

.l-visual .l-visual-slide06 .l-visual-wrap {
  background: url(../../img/home/mv_06.jpg) no-repeat center 84%;
  background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide06 .l-visual-wrap {
    background: url(../../img/home/mv_06sp.jpg) no-repeat center 38%;
    background-size: cover;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide06 .l-visual-wrap {
    background-position: center 56%;
  }
}

.l-visual .l-visual-slide06 .l-visual-in {
  background: url(../../img/home/mv_06.jpg) no-repeat center 84%;
  background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide06 .l-visual-in {
    background: url(../../img/home/mv_06sp.jpg) no-repeat center 38%;
    background-size: cover;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide06 .l-visual-in {
    background-position: center 50%;
  }
}

.l-visual .l-visual-slide06 .l-visual-lead {
  position: relative;
  top: inherit;
  right: inherit;
  left: 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide06 .l-mv-in {
    top: 5%;
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide06 .l-mv-in {
    top: 3%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide06 .l-mv-ttl {
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide06 .l-mv-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide06 .l-mv-bottom {
    position: absolute;
    bottom: 5px;
    width: 100%;
  }
  .l-visual .l-visual-slide06 .l-mv-atten {
    color: inherit;
    padding: 0;
  }
  .l-visual .l-visual-slide06 .l-mv-atten_inner {
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide06 .l-mv-atten_inner {
    font-size: 12px;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide06 .l-mv-cap {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.l-visual .l-visual-slide07 {
  position: relative;
}

.l-visual .l-visual-slide07 .l-seasonal_body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  padding: 70px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide07 .l-seasonal_body {
    padding: 45px 20px;
    width: 330px;
  }
}

.l-visual .l-visual-slide07 .l-seasonal_title {
  font-size: 36px;
  font-family: "A1明朝", "A1 Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide07 .l-seasonal_title {
    font-size: 24px;
  }
}

.l-visual .l-visual-slide07:hover {
  transition: all 0.3s;
  opacity: 0.9;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide07:hover {
    opacity: 1 !important;
  }
}

.l-visual .l-visual-slide07:hover p {
  opacity: 1;
}

.l-visual .l-visual-slide07:hover .l-visual-lead {
  color: #000;
}

.l-visual .l-visual-slide07:hover .l-mv-atten_inner {
  color: #fff;
}

.l-visual .l-visual-slide07 .l-visual-wrap {
  background: url(../../img/home/mv_07.jpg) no-repeat center 84%;
  background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide07 .l-visual-wrap {
    background: url(../../img/home/mv_07sp.jpg) no-repeat center 38%;
    background-size: cover;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide07 .l-visual-wrap {
    background-position: center 56%;
  }
}

.l-visual .l-visual-slide07 .l-visual-in {
  background: url(../../img/home/mv_07.jpg) no-repeat center 84%;
  background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide07 .l-visual-in {
    background: url(../../img/home/mv_07sp.jpg) no-repeat center 38%;
    background-size: cover;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide07 .l-visual-in {
    background-position: center 50%;
  }
}

.l-visual .l-visual-slide07 .l-visual-lead {
  position: relative;
  top: inherit;
  right: inherit;
  left: 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide07 .l-mv-in {
    top: 5%;
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide07 .l-mv-in {
    top: 3%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide07 .l-mv-ttl {
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide07 .l-mv-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide07 .l-mv-bottom {
    position: absolute;
    bottom: 5px;
    width: 100%;
  }
  .l-visual .l-visual-slide07 .l-mv-atten {
    color: inherit;
    padding: 0;
  }
  .l-visual .l-visual-slide07 .l-mv-atten_inner {
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) and (min-width: 1px) and (max-width: 360px) {
  .l-visual .l-visual-slide07 .l-mv-atten_inner {
    font-size: 12px;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-visual .l-visual-slide07 .l-mv-cap {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1400px) {
  .l-visual-in {
    background-position: center 60%;
  }
  .l-visual .l-visual-slide03 .l-visual-in {
    background-position: center 60%;
  }
  .l-visual .l-visual-slide02 .l-visual-in {
    background-position: center 60%;
  }
}

.l-lead {
  margin: 118px auto 0;
  text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-lead {
    margin: 50px auto 0;
  }
}

.l-lead-head_jp {
  letter-spacing: 0.01em;
}

.l-lead-leadtext {
  font-size: 1.8rem;
  line-height: 2.8;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-lead-leadtext {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2.3;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-lead-leadtext {
    font-size: 1.3rem;
    letter-spacing: 0.01em;
  }
}

.l-lead-add {
  margin-top: 30px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-lead-add {
    margin-top: 20px;
  }
}

.l-point {
  margin-top: 115px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-point {
    margin-top: 50px;
  }
}

.l-point-lists {
  max-width: 1180px;
  margin: 0 auto;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-point-lists {
    width: 88%;
  }
}

.l-point-list {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-point-list {
    display: block;
    margin-top: 60px;
  }
}

.l-point-list-img {
  width: 49.5%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-point-list-img {
    width: 100%;
  }
}

.l-point-list-txt {
  width: 50%;
  box-sizing: border-box;
  padding: 0 3% 0 5%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-point-list-txt {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
}

.l-point-list2 .l-point-list-txt {
  padding: 0 5% 0 3%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-point-list2 .l-point-list-txt {
    padding: 0;
  }
}

.l-point-list3 {
  width: 92%;
  margin-left: 8%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-point-list3 {
    width: 100%;
    margin-left: 0;
  }
}

.l-point-list3 .l-point-list-img {
  width: 53.5%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-point-list3 .l-point-list-img {
    width: 100%;
  }
}

.l-point-list3 .l-point-list-txt {
  width: 46%;
  padding: 0 3% 0 6%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-point-list3 .l-point-list-txt {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
}

.l-point-list4 {
  width: 92%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-point-list4 {
    width: 100%;
  }
}

.l-point-list4 .l-point-list-img {
  width: 53.5%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-point-list4 .l-point-list-img {
    width: 100%;
  }
}

.l-point-list4 .l-point-list-txt {
  width: 46%;
  padding: 0 6% 0 4%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-point-list4 .l-point-list-txt {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
}

.l-point-head_jp {
  text-align: left;
  font-size: 3rem;
  line-height: 1.8;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-point-head_jp {
    font-size: 2rem;
    margin-top: 30px;
    text-align: center;
  }
}

.l-point-leadtext {
  margin-top: 30px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-point-leadtext {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

.l-point .c-btn {
  margin-top: 40px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-point .c-btn {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-point2 .l-section-num {
    margin-bottom: 0;
    text-align: center;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-point2 .l-point-head_jp {
    margin-top: 15px;
  }
}

.l-product {
  margin-top: 90px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-product {
    margin-top: 60px;
  }
}

.l-product2 {
  margin-top: 90px;
  padding: 0;
  background: #fff;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-product2 {
    margin-top: 60px;
  }
}

.l-product2 .l-product-list {
  border: 10px solid #f5f4f8;
}

.l-product2 .l-product-list1 {
  margin: 120px auto 60px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-product2 .l-product-list1 {
    margin: 0;
  }
}

.l-news {
  padding-top: 100px;
}

.l-news-lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-lists {
    margin-top: 30px;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.l-news-list {
  width: 29%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list {
    width: 100%;
  }
}

.l-news-list:not(:nth-child(3n)) {
  margin-right: 6.5%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.l-news-list:nth-child(n + 4) {
  margin-top: 50px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list:nth-child(n + 4) {
    margin-top: 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list:nth-child(n + 2) {
    margin-top: 0;
  }
}

.l-news-list a {
  display: block;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 23px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.l-news-list a:hover .imgEff {
  transform: scale(1.1);
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list a:hover .imgEff {
    transform: scale(1);
  }
}

.l-news-list a:hover .imgEff:before {
  transform: scale(1.1);
  opacity: 1;
}

.l-news-list .cs-zoom {
  width: 100%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list .cs-zoom {
    width: 50%;
  }
}

.l-news-list .cs-zoom .imgWrap {
  overflow: hidden;
}

.l-news-list .cs-zoom .imgEff {
  position: relative;
  width: 100%;
  height: auto;
  transition: all 1.5s;
}

.l-news-list .cs-zoom .imgEff:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(0, 0, 0, 0.6), black);
  color: #000;
  font-size: 3rem;
  transition: all 0.2s cubic-bezier(0.75, 0, 0.35, 1);
  opacity: 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list .cs-zoom .imgEff:before {
    display: none;
  }
}

.l-news-list .l-news-list-img {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list .l-news-list-img {
    width: 50%;
  }
}

.l-news-list-img {
  position: relative;
  height: 236px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list-img {
    height: auto;
    border: none;
  }
}

.l-news-list-img_in {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list-img_in {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    transform: inherit;
  }
}

.l-news-list-img img {
  width: 100%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list-txt {
    width: 45%;
  }
}

.l-news-list-ttl {
  margin-top: 15px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list-ttl {
    font-size: 1.3rem;
  }
}

.l-news-list-sub {
  margin-top: 20px;
  color: #999;
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list-sub {
    margin-top: 0;
    font-size: 1.1rem;
  }
}

.l-news-list__date {
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
}

.l-news-list__cat {
  display: inline-block;
  margin-left: 10px;
  padding-left: 20px;
  border-left: 1px solid #999;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list__date:not(.l-news-list__date_single) {
    display: block;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-list__cat:not(.l-news-list__cat_single) {
    display: block;
    margin-top: 0.8em;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}

.l-news-pagenavi {
  margin-top: 70px;
  text-align: center;
  font-size: 2rem;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-pagenavi {
    font-size: 1.5rem;
  }
}

.l-news-pagenavi .current,
.l-news-pagenavi .page {
  margin: 0 15px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-pagenavi .current,
  .l-news-pagenavi .page {
    margin: 0 10px;
  }
}

.l-news-pagenavi .current {
  color: #ccc;
  pointer-events: none;
}

.l-news-article {
  margin: 60px auto;
  padding: 50px 0;
  max-width: 800px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-article {
    max-width: 88%;
    margin: 30px auto;
    padding: 30px 0;
  }
}

.l-news-article-ttl {
  font-size: 2.6rem;
  margin-top: 20px;
  font-weight: normal;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-article-ttl {
    font-size: 2rem;
    margin-top: 10px;
  }
}

.l-news-article-content {
  margin-top: 40px;
  line-height: 2.3;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news-article-content {
    margin-top: 20px;
    line-height: 2;
    font-size: 1.4rem;
  }
}

.l-news-article-content p a {
  color: #6666cc;
  margin-top: 30px;
  display: inline-block;
  border-bottom: 1px solid;
  word-break: break-all;
}

.l-news-article-content p a:hover {
  border-color: #fff;
  opacity: 0.5;
}

.l-news-btn {
  margin: 50px auto 0;
}

.l-news .mainimg {
  margin-top: 40px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-news .mainimg {
    margin-top: 20px;
  }
}

.l-mv {
  background: url(../../img/lotion/mv_nstitution.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  width: 96%;
  margin: 0 auto;
  height: 80vh;
  min-height: 615px;
}

@media screen and (min-width: 1px) and (max-width: 1025px) {
  .l-mv {
    background-position: 70% center;
  }
}

@media (min-width: 1400px) and (max-height: 750px) {
  .l-mv {
    height: 100vh;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-mv {
    width: 100%;
    background: none;
    height: auto;
    min-height: 100%;
  }
}

.l-mv-in {
  width: 41%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-mv-in {
    width: 80%;
    margin-left: 0;
    position: absolute;
    top: 12vh;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    bottom: inherit;
    transform: inherit;
  }
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .l-mv-in {
    top: 6%;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-mv-in {
    top: 5%;
  }
}

.l-mv-ttl {
  font-size: 3.6rem;
  font-size: 2.6vw;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-mv-ttl {
    font-size: 6vw;
  }
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .l-mv-ttl {
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-mv-ttl {
    font-size: 1.7rem;
  }
}

.l-mv-sub {
  font-size: 2.2rem;
  font-size: 1.7vw;
  color: #271c80;
  letter-spacing: 0.01em;
  display: block;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-mv-sub {
    font-size: 4vw;
    border-bottom: 1px solid rgba(39, 28, 128, 0.6);
    padding-bottom: 3%;
    margin-bottom: 3%;
  }
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .l-mv-sub {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-mv-sub {
    font-size: 1.5rem;
    padding-bottom: 1%;
    margin-bottom: 1%;
  }
}

.l-mv-txt {
  margin-top: 10px;
  font-size: 1.5rem;
  font-size: 1.09vw;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-mv-txt {
    font-size: 1.4rem;
    text-align: center;
    line-height: 2;
  }
}

.l-mv-awards {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-mv-awards {
    margin-top: 30px;
  }
}

.l-mv-awards.-item4 .l-mv-award {
  margin: 0 2.5%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-mv-awards.-item4 .l-mv-award {
    margin: 0 2%;
  }
}

.l-mv-awards.-item4 .l-mv-award:first-child {
  margin-left: 0;
}

.l-mv-awards.-item4 .l-mv-award:last-child {
  margin-right: 0;
}

.l-mv-award {
  margin: 0 3.5%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-mv-award {
    width: 20%;
    margin: 0 2%;
    text-align: center;
  }
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .l-mv-award {
    width: 140px;
  }
}

.l-mv-award:first-child {
  margin-left: 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-mv-award:first-child {
    margin: 0 2%;
  }
}

.l-mv-award:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-mv-award:last-child {
    margin: 0 2%;
  }
}

.l-mv-sp {
  margin-top: 50px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-mv-sp {
    margin-top: 40px;
    margin-bottom: 45px;
  }
}

.l-mv-atten {
  background: rgba(56, 46, 138, 0.9);
  color: #fff;
  padding: 2px;
  margin-top: 25px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-mv-atten {
    margin-top: 0;
    text-align: center;
    padding: 2px 0;
  }
}

.l-mv-atten_inner {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px;
  line-height: 1.8;
  font-size: 18px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-mv-atten_inner {
    border-left: none;
    border-right: none;
    padding: 15px 0;
    font-size: 14px;
  }
}

.l-mv-atten_sm {
  font-size: 1rem;
}

.l-mv-cap {
  font-size: 1.1rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #6666cc;
  margin-top: 12px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-mv-cap {
    text-align: center;
    font-size: 1rem;
  }
}

.l-mv-attenWrap {
  display: block;
}

.l-mv-attenWrap:hover {
  opacity: 0.8;
}

.l-mv-attenWrap:hover p {
  color: #fff;
}

.l-mv2 {
  background: url(../../img/gel/mv_gel.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 1025px) {
  .l-mv2 {
    background-position: 70% center;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-mv2 {
    width: 100%;
    background: none;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-mv2 .l-mv-in {
    top: 14vh;
  }
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .l-mv2 .l-mv-in {
    top: 8%;
  }
}

.l-mv3 {
  background: url(../../img/milk/mv_milk.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 1px) and (max-width: 1025px) {
  .l-mv3 {
    background-position: 70% center;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-mv3 {
    width: 100%;
    background: none;
  }
}

.l-mv3_inner {
  position: relative;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-mv3 .l-mv-in {
    top: 10%;
  }
}

.l-feature {
  background: url(../../img/common/bg_feature.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  padding: 100px 0 90px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature {
    background: url(../../img/common/bg_featuresp.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0 70px;
  }
}

.l-feature-lists {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-lists {
    margin-top: 30px;
  }
}

.l-feature-list {
  width: 340px;
  height: 340px;
  background: #fff;
  border-radius: 50%;
  margin: 0 2%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list {
    width: 300px;
    height: 300px;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-feature-list {
    width: 270px;
    height: 270px;
  }
}

@media screen and (min-width: 1px) and (max-width: 940px) {
  .l-feature-list:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.l-feature-list_in {
  width: 76%;
  margin: 75px auto 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-list_in {
    margin: 12% auto 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .l-feature-list_in {
    margin: 45px auto 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-feature-list_in {
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .l-lotion .l-feature-list_in {
    margin: 65px auto 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-lotion .l-feature-list_in {
    margin: 45px auto 0;
  }
}

.l-feature-num {
  text-align: center;
}

.l-feature-leadtext {
  font-size: 2.6rem;
  margin-top: 10px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-leadtext {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-feature-leadtext {
    font-size: 1.8rem;
  }
}

.l-feature-txt {
  margin-top: 7px;
  line-height: 1.7;
  text-align: justify;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-feature-txt {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-feature-txt {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}

.l-feature-txt_add {
  font-size: 1.1rem;
}

.l-feature-matels {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  position: relative;
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .l-feature-matels {
    margin-top: 30px;
  }
}

.l-feature-matel {
  color: #271c80;
  border: 1px solid;
  text-align: center;
  border-radius: 3px;
  width: 152px;
  margin: 20px 5px 0;
  line-height: 2.5;
  position: relative;
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .l-feature-matel {
    width: 45%;
    margin: 10px 5px 0;
    font-size: 1.4rem;
  }
}

.l-feature2 .l-feature-list_in {
  margin: 60px auto 0;
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .l-feature2 .l-feature-list_in {
    margin: 45px auto 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-feature2 .l-feature-list_in {
    margin: 35px auto 0;
  }
}

.l-feature2 .l-feature-leadtext {
  line-height: 1.5;
}

.l-feature2 .l-feature-leadtext2 {
  padding: 0.3em 0;
}

.l-feature2 .l-feature-matel_long {
  width: 250px;
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .l-feature2 .l-feature-matel_long {
    width: 70%;
  }
}

.l-feature2 .l-feature-matels_add {
  position: absolute;
  right: -30px;
  bottom: 0;
  font-size: 1.1rem;
  color: #666;
  line-height: 1;
}

.l-outline {
  margin-top: 90px;
  padding: 100px 0;
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .l-outline {
    margin-top: 60px;
    padding: 60px 0;
  }
}

.l-outline-table {
  border: 1px solid #ccc;
}

.l-outline-table tr {
  border-bottom: 1px solid #ccc;
}

.l-outline-table tr:last-child td {
  font-size: 1.3rem;
}

.l-outline-table th,
.l-outline-table td {
  padding: 20px 25px;
  vertical-align: middle;
  text-align: left;
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .l-outline-table th,
  .l-outline-table td {
    font-size: 1.3rem;
    padding: 20px 15px;
  }
}

.l-outline-table_th {
  width: 20%;
  background: #f5f5f5;
  font-weight: normal;
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .l-outline-table_th {
    width: 35%;
  }
}

.l-outline-table td {
  background: #fff;
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .l-outline-table td {
    border-right: 1px solid #ccc;
  }
}

.l-outline-btn {
  margin: 60px auto 0;
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .l-outline-btn {
    margin: 40px auto 0;
  }
}

.l-outline-add {
  font-size: 1.1rem;
  color: #666;
  margin-top: 60px;
  line-height: 2.3;
}

@media screen and (min-width: 1px) and (max-width: 479px) {
  .l-outline-add {
    margin: 40px auto 0;
    font-size: 1rem;
    line-height: 2;
  }
}

.l-bace {
  padding: 150px 0 90px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-bace {
    padding: 60px 0 60px;
  }
}

.l-bace_inner {
  background: #fff;
  padding: 100px 0 90px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-bace_inner {
    padding: 50px 0 60px;
  }
}

.l-bace-content {
  max-width: 800px;
  margin: 65px auto 0;
  line-height: 2.3;
}

@media screen and (min-width: 1px) and (max-width: 940px) {
  .l-bace-content {
    max-width: 86%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-bace-content {
    margin: 45px auto 0;
    max-width: 86%;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.l-bace-txt_mar1 {
  margin-top: 50px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-bace-txt_mar1 {
    margin-top: 30px;
  }
}

.l-bace-txt_textcent {
  text-align: center;
}

.l-faq {
  padding: 80px 0 90px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-faq {
    padding: 60px 0 60px;
  }
}

.l-faq-acklinks {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.l-faq-acklink {
  margin: 0 20px 20px;
  width: 100%;
  max-width: 380px;
}

.l-faq-acklink a {
  display: block;
  width: 380px;
  background: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 25px 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-faq-acklink a {
    width: 100%;
    max-width: 380px;
    font-size: 1.6rem;
    padding: 20px 0;
  }
}

.l-faq_inner {
  background: #fff;
  margin-top: 40px;
  padding: 90px 0 90px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-faq_inner {
    padding: 50px 0 60px;
  }
}

.l-faq_inner:last-of-type {
  margin-top: 100px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-faq_inner:last-of-type {
    margin-top: 60px;
  }
}

.l-faq-content {
  max-width: 800px;
  margin: 0 auto 0;
  line-height: 2;
}

@media screen and (min-width: 1px) and (max-width: 940px) {
  .l-faq-content {
    max-width: 90%;
  }
}

.l-faq-head {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-faq-head {
    margin-bottom: 30px;
  }
}

.l-faq-dl {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-faq-dl {
    padding: 20px 0;
  }
}

.l-faq-dl span {
  font-size: 2.2rem;
  color: #271c80;
  width: 48px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-faq-dl span {
    font-size: 1.8rem;
    width: 30px;
  }
}

.l-faq-dl p {
  width: 95%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-faq-dl p {
    width: 85%;
  }
}

.l-faq-dt, .l-faq-dd {
  display: flex;
}

.l-faq-dt {
  position: relative;
}

.l-faq-dt:before {
  display: block;
  content: "";
  position: absolute;
  margin: auto;
  right: 0;
  top: 20px;
  width: 25px;
  height: 1px;
  background: #000;
  transform: rotate(90deg);
  transition: transform 0.3s;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-faq-dt:before {
    width: 15px;
  }
}

.l-faq-dt:after {
  display: block;
  content: "";
  position: absolute;
  margin: auto;
  right: 0;
  top: 20px;
  width: 25px;
  height: 1px;
  background: #000;
  transition: transform 0.3s;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-faq-dt:after {
    width: 15px;
  }
}

.l-faq-dt p {
  font-size: 2rem;
  margin-top: 0.01em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-faq-dt p {
    font-size: 1.6rem;
    margin-top: 0.5em;
    line-height: 1.6;
  }
}

.l-faq .l-faq-dt.active:before {
  transform: rotate(0);
}

.l-faq .l-faq-dt.active:after {
  opacity: 0;
}

.l-faq-dd {
  display: none;
}

.l-faq-dd p {
  margin-top: 0.6em;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-faq-dd p {
    font-size: 1.3rem;
  }
}

.l-faq-dd.open {
  display: flex !important;
}

.l-column .l-news-list-img {
  overflow: hidden;
  position: relative;
}

.l-column .l-news-list-img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-ivpage .l-interview-list_01 .l-interview-img {
  max-width: 100%;
  width: 69%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage .l-interview-list_01 .l-interview-img {
    width: auto;
    height: calc(100vh - 55px);
    position: relative;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage .l-interview-head2_en {
    position: absolute;
    bottom: 5%;
    left: 6%;
  }
}

.l-ivpage .l-interview-head2_en_big {
  font-size: 1.7rem;
}

.l-ivpage .l-interview-list_01 .l-interview-txts {
  left: 54%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage .l-interview-list_01 .l-interview-txts {
    position: relative;
    left: inherit;
    background: #fff;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage .l-interview-head2 {
    margin-top: 5px;
    font-size: 2.4rem;
  }
}

.l-ivpage-profile {
  margin-top: 70px;
  margin-bottom: 60px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage-profile {
    margin-top: 10px;
    border-top: 1px solid;
    border-color: #e8e8e8;
    padding-top: 40px;
    margin-bottom: 30px;
  }
}

.l-ivpage-profile-ttl {
  font-size: 1.4rem;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage-profile-ttl {
    font-size: 1.1rem;
  }
}

.l-ivpage-profile-txt {
  font-size: 1.3rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 2.5;
  margin-top: 20px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage-profile-txt {
    font-size: 1.2rem;
    margin-top: 10px;
    line-height: 2;
  }
}

.l-ivpage-profile-txt a {
  color: #271c80;
  border-bottom: 1px solid;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage-single {
    width: 100%;
  }
}

.l-ivpage-single-block {
  margin-top: 50px;
}

.l-ivpage-single-heading {
  margin-top: 40px;
  font-size: 2.6rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage-single-heading {
    font-size: 2rem;
    margin-top: 30px;
  }
}

.l-ivpage-single-txt {
  line-height: 2.5;
  margin-top: 20px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage-single-txt {
    font-size: 1.4rem;
    margin-top: 15px;
    line-height: 2.2;
    text-align: justify;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage-single-inner {
    width: 88%;
    margin: 0 auto;
  }
}

.l-ivpage-style {
  border: 10px solid #f5f4f8;
  padding: 48.5px 54px 49.6px;
  margin-top: 50px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage-style {
    width: 88%;
    padding: 35px 20px 33px;
    margin: 31px auto 0;
  }
}

.l-ivpage-style-heading {
  text-align: center;
}

.l-ivpage-style-heading .heading_txt {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage-style-heading .heading_txt {
    font-size: 1.8rem;
    line-height: 1.667;
  }
}

.l-ivpage-style-heading .heading_txt:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  margin: 10px auto 0;
  background-color: #1a1670;
}

.l-ivpage-style-txt {
  line-height: 2.5;
  margin-top: 10px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage-style-txt {
    margin-top: 12px;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.l-ivpage-shares {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage-shares {
    margin: 30px auto 0;
    width: 88%;
    font-size: 1.1rem;
  }
}

.l-ivpage-share {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
}

.l-ivpage-share:first-child {
  margin-right: 30px;
}

.l-ivpage-share:nth-child(2) {
  margin-right: 20px;
}

.l-ivpage-present {
  margin-top: 70px;
  padding: 70px 8%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage-present {
    margin-top: 60px;
    padding: 60px 6%;
  }
}

.l-ivpage-present-heading {
  font-size: 2rem;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage-present-heading {
    font-size: 1.7rem;
  }
}

.l-ivpage-present-box {
  margin-top: 40px;
  justify-content: space-between;
  display: flex;
  align-items: flex-end;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage-present-box {
    display: block;
  }
}

.l-ivpage-present-box-img {
  width: 34%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage-present-box-img {
    width: 100%;
  }
}

.l-ivpage-present-box-txts {
  width: 60%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage-present-box-txts {
    width: 100%;
    margin-top: 30px;
  }
}

.l-ivpage-present-box-txt {
  font-size: 2rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-bottom: 40px;
  line-height: 2.2;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage-present-box-txt {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}

.l-ivpage-btn {
  margin: 80px auto 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-ivpage-btn {
    margin: 50px auto 0;
  }
}

.l-details_inner {
  border-bottom: 1px solid #ddd;
  padding: 80px 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-details_inner {
    padding: 60px 0;
  }
}

.l-details-lists {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-details-lists {
    margin-top: 40px;
    display: block;
  }
}

.l-details-list {
  width: 45%;
  text-align: center;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-details-list {
    width: 100%;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-details-list:nth-child(n + 2) {
    margin-top: 50px;
  }
}

.l-details-list_ttl {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: normal;
  position: relative;
  z-index: 2;
  text-indent: -2em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-details-list_ttl {
    font-size: 2.5rem;
    text-indent: 0;
  }
}

.l-details-list_ttl_add {
  font-size: 1.3rem;
}

.l-details-list_img {
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-details-list_img {
    margin-top: -20px;
    position: relative;
    z-index: -1;
  }
}

.l-details-list_lead {
  font-size: 2.2rem;
  letter-spacing: 0.01em;
  font-weight: normal;
  margin-top: 40px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-details-list_lead {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-details-list_lead {
    font-size: 1.5rem;
  }
}

.l-details-list_lead2 {
  line-height: 6rem;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-details-list_lead2 {
    line-height: 1.8;
  }
}

.l-details-list_txt {
  margin-top: 20px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-details-list_txt {
    font-size: 1.3rem;
    margin-top: 15px;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1px) and (max-width: 360px) {
  .l-details-list_txt {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.l-details-list_add {
  font-size: 1.1rem;
}

.underlayer .pagetitle {
  text-align: center;
  margin: 100px auto 50px;
  line-height: 2;
}

.insta {
  padding-top: 120px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .insta {
    padding-top: 70px;
  }
}

.insta .insta_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: calc(-3% + 55px) auto 0;
  width: 85%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .insta .insta_list {
    margin: calc(-3% + 30px) auto 0;
    width: 100%;
  }
}

.insta .insta_list .insta_list--item {
  width: calc(94% / 3);
  margin-top: 3%;
}
/*# sourceMappingURL=style.css.map */