@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,700,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Poppins:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Poppins:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

body {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #222;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-size: 16px;
  /* Basic font size */ }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

::selection {
  background: #f8B500;
  color: #000; }

/************************************************************

    Genaral Settings

************************************************************/
.svgLoad {
  display: none; }

/*
    Links
******************************/
a {
  color: #222;
  text-decoration: none; }

@media screen and (min-width: 640px) {
  a {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }

  a:hover {
    color: #f8B500; }

  a:hover img {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    opacity: 0.5; }

  a img {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; } }
/*
    Images
******************************/
img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin: 0 auto; }

/*
    Clear Fix
******************************/
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/*
    Fonts and Text
******************************/
h1, h2, h3, h4, h5 {
  font-weight: 700; }

/*
    Heading
******************************/
/*
    Fonts and Text
******************************/
.fs10 {
  font-size: 10px; }

.fs12 {
  font-size: 12px; }

.fs14 {
  font-size: 14px; }

.fs16 {
  font-size: 16px; }

.fs18 {
  font-size: 18px; }

.fs21 {
  font-size: 21px; }

.fs24 {
  font-size: 24px; }

.fs28 {
  font-size: 28px; }

.fs32 {
  font-size: 32px; }

.fs36 {
  font-size: 36px; }

.fs44 {
  font-size: 44px; }

.fs48 {
  font-size: 48px; }

.fs56 {
  font-size: 56px; }

.fs64 {
  font-size: 64px; }

.fs80 {
  font-size: 80px; }

.lh_15 {
  line-height: 1.5; }

.lh_20 {
  line-height: 2; }

.lh_30 {
  line-height: 3; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

/*
    Margin
******************************/
.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb80 {
  margin-bottom: 80px; }

.mb90 {
  margin-bottom: 90px; }

.mb100 {
  margin-bottom: 100px; }

.mb120 {
  margin-bottom: 120px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt70 {
  margin-top: 70px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mt100 {
  margin-top: 100px; }

.mt120 {
  margin-top: 120px; }

/*
    Column width
******************************/
.col__1of1 {
  width: 100%; }

.col__1of3 {
  width: 33.333%; }

.col__2of3 {
  width: 66.666%; }

.col__1of2 {
  width: 50%; }

.col__1of4 {
  width: 25%; }

.col__3of4 {
  width: 75%; }

/*
    Form
******************************/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea, input[type="text"], input[type="submit"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  font-family: inherit;
  font-size: 1.0em;
  letter-spacing: inherit; }

::placeholder {
  font-size: 0.75em;
  color: #333;
  opacity: 1; }

/*
    Buttons
******************************/
.c-btn {
  margin: 2.4vw 0; }

.c-btn a {
  position: relative;
  display: inline-block;
  width: 80%;
  min-width: 180px;
  max-width: 360px;
  text-align: center;
  line-height: 64px;
  color: #222;
  border: 4px solid #a28629;
  font-size: 0.85em;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 40px 0 60px;
  transition: all .2s linear; }

.c-btn a:hover,
.c-btn a:focus {
  color: #fff; }

.c-btn a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #a28629;
  left: 20px;
  top: 50%;
  margin-top: -6px;
  transition: all .2s linear; }

.c-btn a:hover::before,
.c-btn a:focus::before {
  border-color: transparent transparent transparent #fff;
  left: 24px; }

.c-btn a::after {
  content: "";
  position: absolute;
  display: block;
  background: #a28629;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .2s linear; }

.c-btn a:hover::after,
.c-btn a:focus::after {
  animation: c-btnHover 0.3s forwards cubic-bezier(0.8, 0.01, 0.37, 1);
  animation-delay: .1s; }

@keyframes c-btnHover {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
/*
    Other
******************************/
.break__sp {
  display: none; }

.break__pc {
  display: block; }

.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"; }

.caption__l {
  margin: 24px 0 0 0;
  text-align: left;
  font-size: 0.85em;
  letter-spacing: 0.1em; }

.caption__r {
  margin: 24px 0 0 0;
  text-align: right;
  font-size: 0.85em;
  letter-spacing: 0.1em; }

.caption__c {
  margin: 24px 0 0 0;
  text-align: center;
  font-size: 0.85em;
  letter-spacing: 0.1em; }

/************************************************************

     Wrapper

************************************************************/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative; }

/************************************************************

      Header

************************************************************/
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: .3s;
  background-color: white;
  height: 100px; }
  .c-header__links {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 128px;
    transform: translate(0, -50%); }
    .c-header__links ul {
      display: flex; }
      .c-header__links ul li a {
        display: block;
        padding: 0.3em 1em;
        border-left: 1px solid #6a46c7;
        font-size: 0.9em;
        font-weight: 700; }

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: all .4s ease 0s,background .4s ease .2s;
  transition: all .4s ease 0s,background .4s ease .2s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  height: 64px; }

.is-fixed .o-nav__btn {
  transition: all .4s ease 0s, background .4s ease .2s;
  height: 64px;
  padding: 24px 28px; }

.c-header .c-logo {
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-top: -20px;
  left: 30px; }

.c-header .c-logo a {
  display: block;
  position: relative;
  width: 200px;
  height: 40px;
  text-indent: -9999px;
  background-image: url(../images/asset/header_logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 100; }

/*
    header -> Overlay Navigation
******************************/
.o-nav {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10000; }

.o-nav__btn {
  position: absolute;
  width: 128px;
  height: 100%;
  padding: 42px 28px;
  cursor: pointer;
  z-index: 10001;
  right: 0;
  background: #000000; }

.o-nav__btn::before {
  content: attr(data-item);
  display: block;
  position: absolute;
  font-size: 0.8em;
  line-height: 1;
  letter-spacing: 0;
  right: 28px;
  top: 50%;
  font-weight: 700;
  color: #fff;
  transform: translate(0, -50%); }

.o-nav__btn span {
  position: relative;
  display: block;
  width: 18px;
  height: 3px;
  transition: .3s;
  background: #fff; }

.o-nav__btn span:nth-child(1) {
  top: 0; }

.o-nav__btn span:nth-child(2) {
  top: 3px; }

.o-nav__btn span:nth-child(3) {
  top: 6px; }

.o-nav__menu {
  display: none;
  position: fixed;
  width: 0;
  height: 100%;
  min-height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  animation: overlayBg 0.5s forwards cubic-bezier(0.8, 0.01, 0.37, 1); }

@keyframes overlayBg {
  0% {
    width: 0; }
  100% {
    width: 100vw; } }
.o-nav__inner {
  position: relative;
  padding: 6.4vh 3vw;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.o-nav__head {
  position: relative;
  width: 100%;
  font-size: 0.8em;
  color: #fff;
  z-index: 100002;
  margin-bottom: 2vw;
  padding-bottom: 2vw;
  border-bottom: 1px solid #555;
  animation: FadeInHead .4s forwards;
  animation-delay: 0.4s;
  opacity: 0; }
  .o-nav__head .__left p {
    border-left: 3px solid #fff;
    padding-left: 1em;
    font-size: 1.6em;
    font-weight: 700;
    color: #fff;
    line-height: 40px; }
  .o-nav__head .__right {
    position: absolute;
    top: 0;
    right: 0; }
    .o-nav__head .__right .__links ul li {
      margin: 0 0.1em;
      display: inline-block; }
      .o-nav__head .__right .__links ul li a {
        padding: 0 1.25em;
        font-size: 1.1em;
        font-weight: 700;
        color: #222;
        background: #fff;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff;
        border-radius: 4em; }
        .o-nav__head .__right .__links ul li a:hover {
          background: #f8B500;
          border: 1px solid #f8B500; }

@keyframes FadeInHead {
  0% {
    opacity: 0;
    margin-left: 20px; }
  100% {
    opacity: 1;
    margin-left: 0px; } }
.o-nav__body {
  width: 100%;
  animation: FadeInBody .4s forwards;
  animation-delay: 0.4s;
  opacity: 0; }

@keyframes FadeInBody {
  0% {
    opacity: 0;
    margin-left: 30px; }
  100% {
    opacity: 1;
    margin-left: 0px; } }
/* Internal / In page links */
.o-nav__item.__internal {
  position: relative;
  margin: 2vw 0; }

.o-nav__item.__internal .__head h2 {
  position: absolute;
  font-size: 0.7em;
  color: #fff;
  top: 1.8vw;
  left: 0; }

.o-nav__item.__internal ul {
  position: relative;
  padding-left: calc( 80px + 2.4vw );
  padding-right: 6.4vw;
  padding-top: 0;
  padding-bottom: 0; }

.o-nav__item.__internal ul li {
  padding: 1vw 0; }

.o-nav__item.__internal ul li a {
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0; }

.o-nav__item.__internal ul li a:hover {
  color: #f8B500; }

/* Content */
.o-nav__item.__content {
  margin: 2vw 0 0;
  padding: 2.1vw 0;
  text-align: center;
  border-top: 1px solid #555; }

.o-nav__item.__content ul li {
  display: inline-block;
  margin: 0 1vw; }

.o-nav__item.__content ul li a {
  display: inline-block;
  font-size: 0.8em;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0; }

.o-nav__item.__content ul li a:hover {
  color: #f8B500; }

.o-nav__item.__links {
  display: none; }

/* SNS */
.o-nav__item.__sns {
  text-align: center; }

.o-nav__item.__sns ul li {
  display: inline-block;
  width: 50px;
  height: 50px; }

.o-nav__item.__sns ul li a {
  display: block;
  width: 50px;
  height: 50px; }

.o-nav__item.__sns li a:hover {
  background-color: #444; }

.o-nav__item.__sns ul li.__fb a,
.o-nav__item.__sns li.__tw a,
.o-nav__item.__sns li.__ig a,
.o-nav__item.__sns li.__yt a {
  background-image: url(../images/asset/footer_ico.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
  border-radius: 100%; }

.o-nav__item.__sns ul li.__fb a {
  background-position: 0px 0px; }

.o-nav__item.__sns ul li.__tw a {
  background-position: -50px 0px; }

.o-nav__item.__sns ul li.__ig a {
  background-position: -100px 0px; }

.o-nav__item.__sns ul li.__yt a {
  background-position: -150px 0px; }

/************************************************************

     Breadcrumb

************************************************************/
.breadcrumbs {
  position: relative;
  margin: 0;
  padding: 0 6.4vw 3.2vw;
  z-index: 50;
  background: #fff; }

.breadcrumbs ul li {
  display: inline-block; }

.breadcrumbs ul li span {
  font-size: 0.85em;
  letter-spacing: 0.05em; }

.breadcrumbs ul li a {
  position: relative;
  margin: 0 1.5em 0 0;
  color: #222; }

.breadcrumbs ul li a:hover {
  color: #f8B500; }

.breadcrumbs ul li a::after {
  content: ">";
  position: absolute;
  top: 50%;
  margin-top: -0.4em;
  right: -1.25em;
  color: #222; }

/************************************************************

     Footer

************************************************************/
.footer {
  position: relative;
  margin: 0;
  padding-left: 6.4vw;
  padding-right: 6.4vw;
  padding-top: calc( 72px + 2.4vw );
  padding-bottom: calc( 72px + 2.4vw );
  background: #1a1a1a;
  z-index: 50; }

.footer .f-logo {
  width: 203px;
  height: 40px;
  overflow: hidden; }

.footer .f-logo a {
  display: block;
  width: 203px;
  height: 40px;
  text-indent: -9999px;
  background-image: url(../images/asset/footer_logo.png);
  background-repeat: no-repeat;
  background-size: 100%; }

/*
    footer -> Navigation
******************************/
.f-nav {
  margin: 1.5em 0 0; }

.f-nav ul li {
  display: inline-block;
  margin: 0 0.5em; }

.f-nav ul li:first-child {
  margin-left: 0; }

.f-nav ul li:last-child {
  margin-right: 0; }

.f-nav a {
  display: inline-block;
  color: #fff;
  font-size: 0.8em; }

/*
    footer -> Follow Us
******************************/
.f-sns {
  position: absolute;
  top: calc( 72px + 2.4vw );
  right: 6.4vw; }

.f-sns ul li {
  display: inline-block;
  width: 50px;
  height: 50px; }

.f-sns ul li a {
  display: block;
  width: 50px;
  height: 50px; }

.f-sns ul li a:hover {
  background-color: #444; }

.f-sns ul li.__fb a,
.f-sns ul li.__tw a,
.f-sns ul li.__ig a,
.f-sns ul li.__yt a {
  background-image: url(../images/asset/footer_ico.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
  border-radius: 100%; }

.f-sns ul li.__fb a {
  background-position: 0px 0px; }

.f-sns ul li.__tw a {
  background-position: -50px 0px; }

.f-sns ul li.__ig a {
  background-position: -100px 0px; }

.f-sns ul li.__yt a {
  background-position: -150px 0px; }

/*
    footer -> Copyright
******************************/
.footer .f-copyright {
  position: absolute;
  font-size: 0.7em;
  color: #999;
  bottom: calc( 72px + 2.4vw );
  right: 6.4vw; }

/*
    footer -> Page Top
******************************/
.f-pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 900;
  display: none; }

.f-pagetop a {
  width: 6vw;
  height: 6vw;
  min-width: 54px;
  min-height: 54px;
  max-width: 72px;
  max-height: 72px;
  position: relative;
  display: block;
  background: #333;
  text-indent: -9999px; }

.f-pagetop a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #fff transparent;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px; }

.f-pagetop a:hover {
  background: #f8B500; }

/* ---------------------------------------
	max-width: 1200px
--------------------------------------- */
/* ---------------------------------------
	max-width: 800px
--------------------------------------- */
@media screen and (max-width: 800px) {
  html {
    font-size: 14px; }

  /*
      Other
  ******************************/
  .break__sp {
    display: block; }

  .break__pc {
    display: none; }

    /************************************************************

          Header

    ************************************************************/
  .c-header .c-logo {
    margin-top: -18px;
    left: 30px; }

  .c-header .c-logo a {
    width: 180px;
    height: 36px; }

  .c-header__links {
    right: 100px; }
    .c-header__links .__item {
      margin-top: -10px; }

  .o-nav__btn {
    width: 100px; }
    .o-nav__btn::before {
      display: none; }
    .o-nav__btn span {
      margin: 0 auto; }

  .o-nav__inner {
    padding: 5vh 9.6vw; }

  .o-nav__head {
    font-size: 0.8em;
    padding-top: 60px; }

  /* Internal / In page links */
  .o-nav__item.__internal {
    position: relative;
    margin: 4.8vw 0; }

  .o-nav__item.__internal .__head h2 {
    position: relative;
    font-size: 0.8em;
    margin-bottom: 1em;
    top: auto;
    left: auto; }

  .o-nav__item.__internal ul {
    position: relative;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
    padding-top: 0;
    padding-bottom: 0; }

  .o-nav__item.__internal ul li {
    border-bottom: 1px solid #333; }

  .o-nav__item.__internal ul li:last-child {
    border-bottom: none; }

  .o-nav__item.__internal ul li a {
    display: block;
    font-size: 1.2em;
    padding: 2.4vw 0; }

  /* Content */
  .o-nav__item.__content {
    margin: 4.8vw 0 0;
    padding: 4.8vw 0; }

  .o-nav__item.__content ul li {
    display: inline-block;
    margin: 0 1.2vw; }

  .o-nav__item.__content ul li a {
    font-size: 1em;
    line-height: 2.4; }

  /* SNS */
  .o-nav__item.__sns {
    padding-bottom: 64px; }

    /************************************************************

         Breadcrumb

    ************************************************************/
  .breadcrumbs ul li {
    display: inline-block; }

  .breadcrumbs ul li span {
    font-size: 0.8em; }

    /************************************************************

         Footer

    ************************************************************/
  .footer {
    padding-top: 6.4vw;
    padding-bottom: calc( 64px + 2.4vw ); }

  .f-nav ul li {
    margin: 0 0.25em; }

  .f-sns {
    position: relative;
    margin: 1em 0;
    top: auto;
    right: auto; }

  .footer .f-copyright {
    position: relative;
    font-size: 0.7em;
    bottom: auto;
    right: auto; } }
/* max-width: 800px */
/* ---------------------------------------
	max-width: 600px
--------------------------------------- */
@media screen and (max-width: 600px) {
    /************************************************************

          Header

    ************************************************************/
  .c-header {
    height: 80px; }
    .c-header__links {
      right: 80px; }
      .c-header__links ul .__ec {
        display: none; }

  .c-header .c-logo {
    margin-top: -14px;
    left: 20px; }

  .c-header .c-logo a {
    width: 144px;
    height: 28px; }

  .o-nav__btn {
    position: absolute;
    padding: 32px 30px; }

  .o-nav__head .__right {
    display: none; }

  .o-nav__item.__links {
    display: block;
    margin-top: 14%; }
    .o-nav__item.__links ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .o-nav__item.__links ul li {
        margin: 0 0.2em;
        width: 45%; }
        .o-nav__item.__links ul li a {
          display: block;
          background: #ffffff;
          padding: 1.2em;
          font-weight: 600;
          font-size: 0.8em;
          border-radius: 3px;
          text-align: center; }

  .o-nav__item.__content {
    border-top: none; }

  .o-nav__item.__internal ul li:last-child {
    border-bottom: 1px solid #333; }

  .is-fixed .o-nav__btn {
    transition: all .4s ease 0s, background .4s ease .2s;
    height: 80px;
    padding: 32px 30px; }

    /************************************************************

         Footer

    ************************************************************/
  .footer {
    margin: 4.8vw 0 0;
    padding-top: 9.6vw;
    padding-bottom: calc( 56px + 2.4vw ); }

  .footer .f-logo {
    width: 144px;
    height: 28px; }

  .footer .f-logo a {
    width: 144px;
    height: 28px; }

  .f-nav ul {
    border-top: 1px solid #333; }

  .f-nav ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #333; }

  .f-nav ul li a {
    display: block;
    padding: 2.8vw; }

  .footer .f-copyright {
    font-size: 0.65em; } }
/* max-width: 600px */
/* ---------------------------------------
	max-width: 480px
--------------------------------------- */
@media screen and (max-width: 480px) {
  /* max-width: 480px */
  .o-nav__btn {
    width: 80px; } }
/* ---------------------------------------
	max-width: 320px
--------------------------------------- */
@media screen and (max-width: 320px) {
  html {
    font-size: 13px; }

    /************************************************************

          Header

    ************************************************************/
  .o-nav__btn {
    position: absolute;
    right: 0px; }

  .o-nav__inner {
    padding: 4vh 9.6vw; }

  .o-nav__head {
    position: relative;
    width: 100%;
    font-size: 0.8em;
    color: #fff;
    z-index: 100002;
    margin-bottom: 4.8vw;
    padding-bottom: 4.8vw;
    border-bottom: 1px solid #555; }

  /* Internal / In page links */
  .o-nav__item.__internal {
    position: relative;
    margin: 3.6vw 0; }

  .o-nav__item.__internal .__head h2 {
    font-size: 0.65em;
    margin-bottom: 0.5em; }

  .o-nav__item.__internal ul li {
    border-bottom: 1px solid #333; }

  .o-nav__item.__internal ul li:last-child {
    border-bottom: none; }

  .o-nav__item.__internal ul li a {
    display: block;
    font-size: 1.0em;
    padding: 2.0vw 0; }

  /* Content */
  .o-nav__item.__content {
    margin: 3.6vw 0 0;
    padding: 3.6vw 0; }

  .o-nav__item.__content ul li {
    display: inline-block;
    margin: 0 1.2vw; }

  .o-nav__item.__content ul li a {
    font-size: 0.9em;
    line-height: 2.0; } }
/* max-width: 320px */
.content {
  position: relative;
  margin: 100px 0 0 0;
  /* Font Settings */
  font-family: "Poppins", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  letter-spacing: .1em; }

@media screen and (max-width: 800px) {
  .content {
    margin: 80px 0 0 0; } }
a:hover {
  color: #6a46c7; }

.is-hide {
  display: none; }

.c-head h2 {
  font-size: 3.2em;
  font-family: 'Inter', sans-serif; }
.c-head p {
  margin: 1.2vw 0 0;
  font-size: 1.1em;
  color: #666; }

.c-hero {
  position: relative;
  width: 100%;
  height: 60vw;
  background-image: url(../images/c_hero_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: 100%; }
  .c-hero__ttl {
    position: absolute;
    width: 47%;
    height: auto;
    left: 50%;
    top: 34.8%;
    transform: translate(-50%, 0); }
  .c-hero__brand {
    position: absolute;
    width: 15%;
    height: auto;
    left: 50%;
    top: 27.5%;
    transform: translate(-50%, 0); }
  .c-hero__copy {
    position: absolute;
    width: 30%;
    height: auto;
    left: 50%;
    top: 55.2%;
    transform: translate(-50%, 0); }

.c-nav {
  position: relative;
  margin: 0 0 0;
  transform: translate(0, -50%);
  z-index: 10; }
  .c-nav__menu {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 1.6vw 0 0; }
    .c-nav__menu li {
      position: relative;
      width: 33.333%;
      text-align: center; }
      .c-nav__menu li a {
        display: block;
        padding: 2.8em 0;
        font-weight: 700; }
      .c-nav__menu li::after {
        content: "";
        position: absolute;
        display: block;
        width: 1px;
        height: 33.333%;
        background: #6a46c7;
        top: 50%;
        right: -1px;
        transform: translate(0, -50%); }
      .c-nav__menu li.__last::after {
        display: none; }

.c-news {
  margin: -100px 0 0;
  padding: 100px 0 0;
  background: #fff; }
  .c-news__inner {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 6.4vw 0 12.8vw; }
    .c-news__inner.__column {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
  .c-news__head {
    width: 25%; }
  .c-news__body {
    width: 75%; }
  .c-news__ttl h1 {
    position: relative;
    font-size: 2.4em;
    font-weight: 700;
    color: #555; }
    .c-news__ttl h1 span {
      position: relative;
      display: inline-block;
      background: #fff;
      padding-right: 1rem;
      z-index: 10; }
    .c-news__ttl h1::after {
      content: "";
      display: block;
      position: absolute;
      width: 90%;
      height: 1px;
      background: #6a46c7;
      top: 50%;
      right: -.25em;
      z-index: 5; }
  .c-news__item {
    padding: 2.4em;
    box-shadow: 0 5px 25px 0 rgba(216, 190, 202, 0.4); }
    .c-news__item.__column {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
    .c-news__item .__img {
      width: 35%; }
    .c-news__item .__txt {
      width: 60%; }
      .c-news__item .__txt .__date {
        margin: 0 0 .5em; }
        .c-news__item .__txt .__date p {
          font-size: .75em;
          color: #826558; }
      .c-news__item .__txt .__ttl h2 {
        font-size: 1.2em;
        line-height: 1.5; }
        .c-news__item .__txt .__ttl h2 .__ilb {
          display: inline-block; }
      .c-news__item .__txt .__btns {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .c-news__item .__txt .__btns .__btn {
          margin: 0.5em 0 0;
          width: 49.5%; }
          .c-news__item .__txt .__btns .__btn a {
            display: block;
            width: 100%;
            padding: 1em 0;
            text-align: center;
            font-size: .85em;
            font-weight: 700;
            color: #fff;
            background: #6a46c7;
            border: 1px solid #6a46c7; }
            .c-news__item .__txt .__btns .__btn a:hover {
              color: #6a46c7;
              background: #fff;
              border: 1px solid #6a46c7; }
        .c-news__item .__txt .__btns .yb {
          width: 100%;
          margin: 1.5em 0 0; }
          .c-news__item .__txt .__btns .yb a {
            display: block;
            background: #fff;
            border: 1px solid #6a46c7;
            color: #6a46c7; }
            .c-news__item .__txt .__btns .yb a:hover {
              color: #fff;
              background: #6a46c7;
              border: 1px solid #6a46c7; }

.c-about {
  margin: -100px 0 0;
  padding: 100px 0 0;
  background: #fff; }
  .c-about__img {
    position: relative;
    width: 50%;
    margin: 0 0 0 50vw;
    z-index: 5;
    border-radius: 0 0 0 4.8vw;
    overflow: hidden; }
  .c-about__txt {
    position: relative;
    margin: -32.0vw 0 0;
    width: 75%;
    height: 37.5vw;
    background: #dfe2f3;
    z-index: 1;
    border-radius: 0 0 4.8vw 0; }
    .c-about__txt--inner {
      position: absolute;
      top: 50%;
      left: 6.4vw;
      transform: translate(0, -50%);
      padding: 0 30.0vw 0 0; }
  .c-about__head {
    margin: 0 0 2.4vw; }
    .c-about__head h2 {
      color: #6a46c7; }
  .c-about__body p {
    line-height: 1.8;
    color: #666; }

.c-scene {
  margin: -100px 0 12.8vw;
  padding: 100px 0 0; }
  .c-scene__txt {
    position: relative;
    width: 64%;
    margin-left: 36%; }
  .c-scene__head {
    margin: 0 0 6.4vw;
    padding: 12.8vw 0 0; }
    .c-scene__head h2 {
      color: #ef146f;
      margin: 0 0 0.6vw; }
  .c-scene__blk {
    background: #f7f0f3;
    margin: 0 0 6.4vw;
    padding: 6.4vw;
    border-radius: 4.8vw 0 0 4.8vw; }
    .c-scene__blk .__head {
      margin: 0 0 4.8vw; }
      .c-scene__blk .__head h3 {
        font-size: 1.8em;
        line-height: 1.5;
        color: #ef146f; }
      .c-scene__blk .__head p {
        margin: .6vw 0;
        color: #666;
        line-height: 1.8; }
    .c-scene__blk .__item {
      margin: 0 0 4.8vw; }
      .c-scene__blk .__item.__left, .c-scene__blk .__item.__right {
        width: 75%; }
        .c-scene__blk .__item.__left .__txt, .c-scene__blk .__item.__right .__txt {
          padding: 0 1.6vw; }
      .c-scene__blk .__item.__right {
        margin-left: 25%; }
      .c-scene__blk .__item.__last {
        margin: 0 0 0 0; }
      .c-scene__blk .__item .__num {
        position: relative;
        margin: 0 0 3.2vw; }
        .c-scene__blk .__item .__num span {
          position: relative;
          display: inline-block;
          font-size: 1.35em;
          font-weight: 700;
          color: #ef146f;
          background: #f7f0f3;
          z-index: 5;
          padding: 0 2.4vw 0 0; }
        .c-scene__blk .__item .__num::after {
          position: absolute;
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          background: #ef146f;
          top: 50%;
          left: 0; }
      .c-scene__blk .__item figure {
        margin: 0 0 3.2vw; }
        .c-scene__blk .__item figure img {
          box-shadow: 0 5px 25px 0 rgba(216, 190, 202, 0.7); }
      .c-scene__blk .__item .__recommend {
        /* margin: 0 0 1.5em;*/
        display: inline-block;
        /*border: 1px solid $col__pink;*/
        padding: 1.0em 1.8em;
        /* border-radius: 5em;*/
        color: #ef146f;
        line-height: 1;
        font-weight: 700;
        font-size: .85em; }
      .c-scene__blk .__item .__ttl {
        font-size: 1.5em;
        font-weight: 300;
        line-height: 1.5;
        margin: 0 0 .5em; }
        .c-scene__blk .__item .__ttl.__center {
          text-align: center; }
      .c-scene__blk .__item .__txt {
        color: #666;
        line-height: 1.8; }

.c-fixed__bg {
  position: relative; }
  .c-fixed__bg::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 90%;
    background-image: url("../images/c_scene_img.jpg");
    background-size: cover; }

@media screen and (max-width: 800px) {
  .c-fixed__bg::before {
    background-image: none; }

  .c-fixed__bg.c-fixed__bg--img {
    background-image: url("../images/c_scene_img_sp.jpg");
    background-size: 100%;
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-position: left top; } }
.c-lineup {
  margin: -100px 0 0;
  padding: 100px 0 0;
  background: #fff; }
  .c-lineup__head {
    margin: 0 0 10.8vw;
    text-align: center; }
    .c-lineup__head h2 {
      color: #826558; }

.c-products {
  padding: 0 0 12.8vw; }
  .c-products.__looseleafmini .c-products__head--txt {
    background: #dadbd0;
    margin-left: 25%; }
    .c-products.__looseleafmini .c-products__head--txt .__shoulder {
      right: 4.8vw; }
    .c-products.__looseleafmini .c-products__head--txt .__ttl {
      left: 33.4vw; }
  .c-products.__minibinder .c-products__head {
    margin-bottom: calc(6.4vw + 60px); }
  .c-products.__minibinder .c-products__head--txt {
    background: #dbd0c4; }
    .c-products.__minibinder .c-products__head--txt .__shoulder {
      left: 4.8vw; }
    .c-products.__minibinder .c-products__head--txt .__ttl {
      left: 8.4vw; }
  .c-products.__minibinder .c-products__head--img {
    margin-left: 50%; }
  .c-products__head {
    margin: 0 0 6.4vw; }
    .c-products__head--img {
      position: relative;
      width: 50%;
      z-index: 5; }
    .c-products__head--txt {
      position: relative;
      margin-top: -42.5vw;
      width: 75%;
      height: 47.5vw;
      z-index: 1; }
      .c-products__head--txt .__shoulder {
        position: absolute;
        line-height: 0; }
      .c-products__head--txt .__ttl {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%); }
        .c-products__head--txt .__ttl h3 {
          font-size: 2.1em;
          font-weight: 700;
          line-height: 1.5; }
        .c-products__head--txt .__ttl p {
          margin: 0 0 2.4vw;
          line-height: 1.5; }
  .c-products__tabs {
    margin: 0 6.4vw 6.8vw; }
  .c-products__column {
    display: flex;
    flex-wrap: wrap; }
    .c-products__column.__1of3 {
      margin: 0 4.9vw 6.4vw; }
      .c-products__column.__1of3 .c-products__item {
        width: 30.333%;
        margin: 0 1.5% 3.2vw; }
        .c-products__column.__1of3 .c-products__item a {
          padding: 1.2vw 1.2vw 1.6vw; }
      .c-products__column.__1of3 .__2of3 {
        width: 63.666%; }
      .c-products__column.__1of3 .mb5 {
        margin-bottom: 5vw; }
    .c-products__column.__1of4 {
      margin: 0 5.4vw 6.4vw; }
      .c-products__column.__1of4 .c-products__item {
        width: 23.0%;
        margin: 0 1.0% 6.2vw;
        transition: .3s; }
        .c-products__column.__1of4 .c-products__item a {
          padding: 1.2vw 1.2vw 1.6vw; }
    .c-products__column.__1of3 .c-products__item a.__eclimited, .c-products__column.__1of4 .c-products__item a.__eclimited {
      padding-bottom: calc(30px + 1.6vw); }
      .c-products__column.__1of3 .c-products__item a.__eclimited .__flag, .c-products__column.__1of4 .c-products__item a.__eclimited .__flag {
        background: #826558; }
        .c-products__column.__1of3 .c-products__item a.__eclimited .__flag.__violet, .c-products__column.__1of4 .c-products__item a.__eclimited .__flag.__violet {
          background: #6a46c7; }
    .c-products__column .c-products__item {
      position: relative; }
      .c-products__column .c-products__item a {
        display: block;
        height: 100%;
        box-shadow: 0 0.3vw 1.2vw 0 rgba(216, 190, 202, 0.3);
        border: 1px solid #fff; }
        .c-products__column .c-products__item a:hover {
          border: 1px solid #6a46c7;
          box-shadow: 0 0.3vw 1.2vw 0 rgba(216, 190, 202, 0.8); }
          .c-products__column .c-products__item a:hover .__txt .__copy, .c-products__column .c-products__item a:hover .__txt .__ttl, .c-products__column .c-products__item a:hover .__txt .__data {
            color: #6a46c7; }
        .c-products__column .c-products__item a .__flag {
          display: block;
          position: absolute;
          width: 100%;
          height: 30px;
          color: #fff;
          font-size: .75em;
          font-weight: 700;
          font-feature-settings: "palt";
          line-height: 30px;
          text-align: center;
          z-index: 1;
          bottom: 0;
          left: 0; }
      .c-products__column .c-products__item .__img {
        margin: 0 0 1.2vw; }
      .c-products__column .c-products__item .__txt {
        text-align: center; }
        .c-products__column .c-products__item .__txt .__copy {
          margin: 0 0 .6vw;
          font-size: .8em;
          line-height: 1.5;
          color: #000; }
        .c-products__column .c-products__item .__txt .__ttl {
          font-weight: 700;
          line-height: 1.5;
          color: #000; }
        .c-products__column .c-products__item .__txt .__data {
          margin: 1.6vw 0 0;
          font-size: .8em;
          line-height: 1.5;
          color: #666; }
      .c-products__column .c-products__item.__new::before {
        content: "";
        display: block;
        position: absolute;
        width: 120px;
        height: 60px;
        background-image: url(../images/ico_new.png);
        background-repeat: no-repeat;
        background-size: 100%;
        left: 50%;
        top: -60px;
        transform: translate(-50%, 0); }

.c-search-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .c-search-box input[type=radio] {
    display: none;
    /* ラジオボタンを非表示にする */ }
  .c-search-box input[type="radio"]:checked + label {
    color: #6a46c7;
    border-bottom: 3px solid #6a46c7; }
  .c-search-box input[type="radio"]:hover + label {
    color: #6a46c7;
    border-bottom: 3px solid #6a46c7; }
  .c-search-box .__label {
    display: block;
    width: 13.2%;
    padding: 1.2em 1.2em;
    font-size: .9em;
    color: #000;
    text-align: center;
    cursor: pointer;
    border-bottom: 3px solid #dadbd0; }

.c-store {
  margin: 0 6.4vw; }
  .c-store__head {
    position: relative;
    margin: 0 0 3.2vw;
    text-align: center; }
    .c-store__head h3 {
      margin: 1.8vw 0 0;
      font-size: 1.5em;
      line-height: 1.5; }
    .c-store__head::before {
      content: "";
      display: inline-block;
      width: 120px;
      height: 60px;
      background-image: url(../images/ico_store.png);
      background-repeat: no-repeat;
      background-size: 100%; }
  .c-store__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .c-store__links .__item {
      margin: 3% 2%; }
      .c-store__links .__item a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 320px;
        padding: 1.8em 3em 1.8em 1.5em;
        color: #ffffff;
        transition: 0.3s ease-in-out;
        font-weight: 600;
        border-radius: 50px;
        z-index: 0;
        overflow: hidden;
        box-shadow: 4px 4px 9px #b9a5e3, -4px -4px 9px #ffffff;
        background: linear-gradient(90deg, #a27fff 0%, #6a46c7 100%); }
        .c-store__links .__item a::before {
          content: "";
          line-height: 1;
          position: absolute;
          right: 2%;
          top: auto;
          border: 1px solid #6a46c7;
          background: #6a46c7;
          padding: 8% 8%;
          border-radius: 60%;
          z-index: 2;
          border: 1px solid #ffffff; }
        .c-store__links .__item a::after {
          content: '';
          width: 1.5em;
          height: 1.5em;
          border-top: 2px solid #ffffff;
          border-right: 2px solid #ffffff;
          transform: rotate(45deg) translateY(-50%);
          position: absolute;
          top: 47%;
          right: 10%;
          border-radius: 1px;
          transition: 0.3s ease-in-out;
          z-index: 3; }
          .c-store__links .__item a::after:hover {
            border-top: 2px solid #6a46c7;
            border-right: 2px solid #6a46c7; }
        .c-store__links .__item a:hover {
          background: #ffffff;
          color: #6a46c7; }

@media screen and (max-width: 1200px) {
  .c-news__item {
    padding: 2.0em; }
    .c-news__item .__img {
      width: 35%; }
    .c-news__item .__txt {
      width: 60%; }
      .c-news__item .__txt .__date {
        margin: 0 0 .5em; }
        .c-news__item .__txt .__date p {
          font-size: .7em; }
      .c-news__item .__txt .__ttl h2 {
        font-size: 1.0em;
        line-height: 1.5; }
        .c-news__item .__txt .__ttl h2 .__ilb {
          display: inline; }
      .c-news__item .__txt .__btns .__btn {
        margin: 1.0em 0 0; }
        .c-news__item .__txt .__btns .__btn a {
          padding: 1.25em 0;
          font-size: .85em; } }
@media screen and (max-width: 960px) {
  .c-news__head {
    width: 30%; }
  .c-news__body {
    width: 70%; }
  .c-news__ttl h1 {
    font-size: 2.0em; }
    .c-news__ttl h1 span {
      padding-right: 1rem; }
    .c-news__ttl h1::after {
      width: 90%;
      height: 1px;
      top: 50%;
      right: -.25em; }
  .c-news__item {
    padding: 2.0em; }
    .c-news__item .__img {
      width: 100%;
      margin: 0 0 1.0em; }
    .c-news__item .__txt {
      width: 100%; }
      .c-news__item .__txt .__btns .__btn a {
        padding: 1.5em 0; }

  .c-store__links .__item a {
    width: 260px;
    padding: 1.5em 3em 1.5em 1.5em;
    font-weight: 700; }
    .c-store__links .__item a::before {
      padding: 6%; }
    .c-store__links .__item a::after {
      width: 0.9em;
      height: 0.9em;
      right: 8%;
      border-top: 1px solid #ffffff;
      border-right: 1px solid #ffffff; }

  .c-products__tabs {
    margin: 0 4.8vw 10.8vw; }
  .c-products__column.__1of4 .c-products__item {
    margin: 0 1.0% 8vw; } }
@media screen and (max-width: 800px) {
  .c-head h2 {
    font-size: 1.8em; }
  .c-head p {
    margin: 1.8vw 0 0;
    font-size: .85em;
    color: #666; }

  .c-hero {
    position: relative;
    width: 100%;
    height: 100vw;
    background-image: url(../images/c_hero_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .c-hero__ttl {
      position: absolute;
      width: 80%;
      height: auto;
      left: 50%;
      top: 40.0%;
      transform: translate(-50%, 0); }
    .c-hero__brand {
      position: absolute;
      width: 40%;
      height: auto;
      left: 50%;
      top: 29%;
      transform: translate(-50%, 0); }
    .c-hero__copy {
      position: absolute;
      width: 64%;
      height: auto;
      left: 50%;
      top: 52%;
      transform: translate(-50%, 0); }

  .c-nav {
    margin: 0 0 0;
    transform: translate(0, -10%);
    z-index: 10; }
    .c-nav__menu {
      width: 93.6%;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 0 6.4vw 0 0;
      padding: .6em 0 0; }
      .c-nav__menu li {
        position: relative;
        width: 100%;
        text-align: center; }
        .c-nav__menu li a {
          display: block;
          padding: 1.8em 0;
          font-weight: 700; }
        .c-nav__menu li::after {
          content: "";
          position: absolute;
          display: block;
          width: 87.2%;
          height: 1px;
          background: #6a46c7;
          top: auto;
          right: auto;
          left: 50%;
          transform: translate(-50%, 0); }
        .c-nav__menu li.__last::after {
          display: none; }

  .c-about {
    margin: -80px 0 0;
    padding: 80px 0 0; }
    .c-about__img {
      width: 93.6%;
      margin: 0 0 0 0;
      z-index: 5;
      border-radius: 0 6.4vw 0 0;
      overflow: hidden; }
    .c-about__txt {
      margin: 0 0 0;
      width: 93.6%;
      height: auto;
      padding: 9.6vw;
      z-index: 10;
      border-radius: 0 0 6.4vw 0; }
      .c-about__txt--inner {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0, 0);
        padding: 0 0 0 0; }
    .c-about__head {
      margin: 0 0 4.8vw; }
    .c-about__body {
      width: auto; }

  .c-news__head {
    width: 100%;
    margin-bottom: 30px; }
  .c-news__body {
    width: 100%; }
  .c-news__ttl {
    padding-top: 3.6vw; }
    .c-news__ttl h1 {
      font-size: .9em;
      line-height: 1;
      text-align: center; }
      .c-news__ttl h1 span {
        padding-right: 0; }
      .c-news__ttl h1::after {
        width: 1px;
        height: 33px;
        top: auto;
        right: 50%;
        bottom: -40px; }
  .c-news__item {
    padding: 2.0em; }
    .c-news__item .__img {
      width: 100%;
      margin: 0 0 1.0em; }
    .c-news__item .__txt {
      width: 100%; }
      .c-news__item .__txt .__btns .__btn a {
        padding: 1.5em 0; }

  .c-scene {
    margin: -80px 0 12.8vw;
    padding: 80px 0 0; }
    .c-scene__txt {
      position: relative;
      width: 76%;
      margin-left: 24%; }
    .c-scene__head {
      margin: 0 0 6.4vw;
      padding: 12.8vw 0 0; }
      .c-scene__head h2 {
        color: #ef146f;
        margin: 0 0 0.6vw; }
    .c-scene__blk {
      background: #f7f0f3;
      margin: 0 0 6.4vw;
      padding: 6.4vw;
      border-radius: 4.8vw 0 0 4.8vw; }
      .c-scene__blk .__head {
        margin: 0 0 6.4vw; }
        .c-scene__blk .__head h3 {
          font-size: 1.2em; }
        .c-scene__blk .__head p {
          margin: 1.6vw 0 0;
          font-size: .9em;
          line-height: 1.6; }
      .c-scene__blk .__item {
        margin: 0 0 6.4vw; }
        .c-scene__blk .__item.__left, .c-scene__blk .__item.__right {
          width: 80%; }
          .c-scene__blk .__item.__left .__txt, .c-scene__blk .__item.__right .__txt {
            padding: 0 1.6vw; }
        .c-scene__blk .__item.__right {
          margin-left: 20%; }
        .c-scene__blk .__item.__last {
          margin: 0 0 0 0; }
        .c-scene__blk .__item .__num {
          position: relative;
          margin: 0 0 3.2vw; }
          .c-scene__blk .__item .__num span {
            position: relative;
            display: inline-block;
            font-size: 1.35em;
            font-weight: 700;
            color: #ef146f;
            background: #f7f0f3;
            z-index: 5;
            padding: 0 2.4vw 0 0; }
          .c-scene__blk .__item .__num::after {
            position: absolute;
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            background: #ef146f;
            top: 50%;
            left: 0; }
        .c-scene__blk .__item figure {
          margin: 0 0 4.8vw; }
          .c-scene__blk .__item figure img {
            box-shadow: 0 4px 18px 0 rgba(216, 190, 202, 0.7); }
        .c-scene__blk .__item .__recommend {
          /*argin: 0 0 4.8vw;*/
          padding: 1.0em 0;
          font-size: .8em; }
        .c-scene__blk .__item .__ttl {
          font-size: 1.0em;
          line-height: 1.5;
          margin: 0 0 2.4vw; }
        .c-scene__blk .__item .__txt {
          color: #666;
          font-size: .9em;
          line-height: 1.6; }

  .c-lineup {
    margin: -80px 0 0;
    padding: 80px 0 0; }
    .c-lineup__head {
      margin: 0 0 9.6vw; }

  .c-products.__looseleafmini .c-products__head--txt {
    margin-left: 0; }
    .c-products.__looseleafmini .c-products__head--txt .__shoulder {
      right: 4.8vw; }
    .c-products.__looseleafmini .c-products__head--txt .__ttl {
      left: 9.6vw; }
  .c-products.__minibinder .c-products__head {
    margin-bottom: calc(6.4vw + 60px); }
  .c-products.__minibinder .c-products__head--txt .__shoulder {
    left: auto;
    right: 4.8vw; }
  .c-products.__minibinder .c-products__head--txt .__ttl {
    left: 9.6vw; }
  .c-products.__minibinder .c-products__head--img {
    margin-left: 0%; }
  .c-products__head {
    margin: 0 0 6.4vw; }
    .c-products__head--img {
      width: 100%;
      z-index: 5; }
    .c-products__head--txt {
      margin-top: 0;
      width: 100%;
      height: 56.25vw;
      z-index: 10; }
      .c-products__head--txt .__shoulder {
        line-height: 0;
        font-size: .9em; }
      .c-products__head--txt .__ttl h3 {
        font-size: 1.35em;
        line-height: 1.4; }
      .c-products__head--txt .__ttl p {
        margin: 0 0 2.4vw;
        font-size: .9em;
        line-height: 1.5; }
  .c-products__tabs {
    margin: 0 4.8vw 16.8vw; }
  .c-products__column {
    display: flex;
    flex-wrap: wrap; }
    .c-products__column.__1of3 {
      margin: 0 4.8vw 6.4vw; }
      .c-products__column.__1of3 .c-products__item {
        width: 47.0%;
        margin: 0 1.5% 3.2vw; }
        .c-products__column.__1of3 .c-products__item a {
          padding: 2.4vw 2.4vw 3.2vw; }
      .c-products__column.__1of3 .__2of3 {
        width: 97%;
        margin-bottom: 10vw; }
      .c-products__column.__1of3 .mb5 {
        margin-bottom: none; }
    .c-products__column.__1of4 {
      margin: 0 4.8vw 6.4vw; }
      .c-products__column.__1of4 .c-products__item {
        width: 47.0%;
        margin: 0 1.5% 9vw; }
        .c-products__column.__1of4 .c-products__item a {
          padding: 2.4vw 2.4vw 3.2vw; }
    .c-products__column.__1of3 .c-products__item a.__eclimited, .c-products__column.__1of4 .c-products__item a.__eclimited {
      padding-bottom: calc(30px + 3.2vw); }
      .c-products__column.__1of3 .c-products__item a.__eclimited .__flag, .c-products__column.__1of4 .c-products__item a.__eclimited .__flag {
        background: #826558; }
      .c-products__column.__1of3 .c-products__item a.__eclimited .__flag .__violet, .c-products__column.__1of4 .c-products__item a.__eclimited .__flag .__violet {
        background: #6a46c7; }
    .c-products__column .c-products__item {
      transition: .3s all linear; }
      .c-products__column .c-products__item a {
        box-shadow: 0 0.3vw 2.4vw 0 rgba(216, 190, 202, 0.3); }
        .c-products__column .c-products__item a .__flag {
          font-size: .7em;
          letter-spacing: 0; }
      .c-products__column .c-products__item .__img {
        margin: 0 0 1.6vw; }
      .c-products__column .c-products__item .__txt {
        text-align: center; }
        .c-products__column .c-products__item .__txt .__copy {
          margin: 0 0 .75vw;
          font-size: .75em; }
        .c-products__column .c-products__item .__txt .__ttl {
          font-size: .9em; }
        .c-products__column .c-products__item .__txt .__data {
          margin: 1.8vw 0 0;
          font-size: .75em;
          letter-spacing: 0.05em; }
      .c-products__column .c-products__item.__new::before {
        width: 72px;
        height: 30px;
        top: -30px; }

  .c-search-box .__label {
    width: 48.0%;
    padding: 1.5em 1.5em;
    font-size: .85em; }

  .c-store__head {
    margin: 0 0 4.8vw; }
    .c-store__head h3 {
      margin: 3.2vw 0 0;
      font-size: 1.0em; }
    .c-store__head::before {
      width: 72px;
      height: 36px; }
  .c-store__links {
    display: flex;
    flex-wrap: wrap; }
    .c-store__links .__item {
      position: relative; }
      .c-store__links .__item a {
        font-size: 1.0em;
        padding: 1.6em 2em 1.6em 1.5em; } }
@media screen and (max-width: 480px) {
  .c-news__item .__txt .__btns .__btn a {
    padding: 1.5em 0;
    font-size: .8em;
    font-feature-settings: "palt";
    letter-spacing: 0.01em; }

  .c-store__links .__item {
    width: 100%; } }
@media screen and (max-width: 320px) {
  .c-products__column .c-products__item a .__flag {
    font-size: .6em; } }
