@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;700;800&family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&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.05em;
  color: #333;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" on; }

html {
  font-size: 16px; }

@media screen and (max-width: 1440px) {
  html {
    font-size: 16px; } }
@media screen and (max-width: 800px) {
  html {
    font-size: 14px; } }
*, *: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; }

/************************************************************

    Genaral Settings

************************************************************/
.svgLoad {
  display: none; }

/*
    Links
******************************/
a {
  color: #333;
  text-decoration: none;
  -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 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; }
  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; }

/*
    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; }

/*
    Fonts and Text
******************************/
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

/*
    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; }

/*
    Other
******************************/
.__sp {
  display: none; }

.__pc {
  display: block; }

.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"; }

/************************************************************

     Wrapper

************************************************************/
#wrapper {
  width: 100%;
  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;
    height: 36px;
    top: 50%;
    right: 128px;
    transform: translate(0, -50%); }
    .c-header__links ul {
      display: flex;
      flex-wrap: wrap; }
      .c-header__links ul li {
        border-left: 1px solid #ccc; }
        .c-header__links ul li a {
          display: block;
          font-size: .75em;
          font-weight: 700;
          line-height: 36px;
          padding: 0 1.5em; }

.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: 100px;
  padding: 42px 28px;
  cursor: pointer;
  z-index: 10001;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: rgba(0, 0, 0, 0.9); }

.o-nav__btn::before {
  content: attr(data-item);
  display: block;
  position: absolute;
  font-size: 1em;
  line-height: 1.4;
  letter-spacing: 0;
  left: 60px;
  top: 50%;
  margin-top: -0.4em;
  font-weight: 700;
  color: #fff; }

.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%;
  z-index: 100002;
  margin-bottom: 2vw;
  padding-bottom: .75em;
  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: 1.0em;
    font-size: 0.8em;
    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 .1em;
      display: inline-block; }
      .o-nav__head .__right .__links ul li a {
        padding: 0 1.25em;
        font-size: 0.75em;
        font-weight: 700;
        color: #222;
        background: #fff;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        border-radius: 4em; }
        .o-nav__head .__right .__links ul li a:hover {
          color: #222;
          background: #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; }
      .o-nav__item.__internal ul li.__child {
        padding: .5vw 0; }
        .o-nav__item.__internal ul li.__child a {
          margin: 0 0 0 1.5em;
          font-size: .9em; }
      .o-nav__item.__internal ul li.small {
        padding: 0.5vw 0; }
        .o-nav__item.__internal ul li.small a {
          margin: 0 0 0 1.5em;
          font-size: 0.9em; }

/* Links */
.o-nav__item.__links {
  display: none; }

/* Content */
.o-nav__item.__content {
  margin: 2vw 0 0;
  padding: 2.1vw 0;
  text-align: center; }

.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; }

/* 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;
  padding: 3.2vw 6.4vw;
  z-index: 50;
  background: #F4F2EF; }

.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;
  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: 800px
--------------------------------------- */
@media screen and (max-width: 640px) {
  html {
    font-size: 14px; }

    /************************************************************

          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 ul li a {
      display: block;
      font-size: .8em;
      padding: 0 1.0em; }

  .o-nav__btn {
    width: 100px;
    height: 100px;
    padding: 42px 40px; }

  .o-nav__btn::before {
    display: none; }

  .o-nav__inner {
    padding: 5vh 9.6vw; }

  .o-nav__head {
    font-size: 0.8em;
    padding-top: 60px; }
    .o-nav__head .__left p {
      border-left: 3px solid #fff;
      padding-left: 1.0em;
      font-size: 0.9em;
      font-weight: 700;
      color: #fff;
      line-height: 40px; }
    .o-nav__head .__right {
      position: absolute;
      top: 0;
      right: 0; }
      .o-nav__head .__right .__links {
        display: none; }

  /* 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 a {
    display: block;
    font-size: 1.1em;
    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: .8em;
    line-height: 2.4; }

  /* Links */
  .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; }

  /* SNS */
  .o-nav__item.__sns {
    padding-bottom: 64px; }

  .is-fixed .o-nav__btn {
    transition: all .4s ease 0s, background .4s ease .2s;
    height: 64px;
    padding: 24px 40px; }

    /************************************************************

         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 */
@media screen and (max-width: 640px) {
  .c-header__links {
    right: 100px; }
    .c-header__links ul li.__ec {
      display: none; }
    .c-header__links ul li a {
      padding: 0 1.5em; } }
/* ---------------------------------------
	max-width: 600px
--------------------------------------- */
@media screen and (max-width: 600px) {
  /*
      Other
  ******************************/
  .__sp {
    display: block; }

  .__pc {
    display: none; }

    /************************************************************

          Header

    ************************************************************/
  .c-header {
    height: 80px; }

  .c-header .c-logo {
    margin-top: -14px;
    left: 20px; }

  .c-header .c-logo a {
    width: 144px;
    height: 28px; }

  .c-header__links {
    right: 80px; }
    .c-header__links ul li a {
      font-size: .8em;
      padding: 0 1.5em; }

  .o-nav__btn {
    width: 80px;
    height: 80px;
    padding: 32px 30px; }

  .is-fixed .o-nav__btn {
    width: 80px;
    height: 80px;
    padding: 32px 30px; }

    /************************************************************

         Footer

    ************************************************************/
  .footer {
    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: 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 */
button:focus {
  border: 2px solid #F5CF2A; }

.content {
  overflow: hidden;
  margin: 100px 0 0 0;
  font-family: 'Caveat','Zen Maru Gothic', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  background: #F4F2EF;
  color: #58422A; }
  .content h2 {
    padding: 8% 0;
    text-align: center;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 6em;
    line-height: 0.6; }
    .content h2 span {
      font-family: 'Zen Maru Gothic', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
      font-size: 0.2em; }

.break_sp {
  display: none; }

.break_tb {
  display: block; }

.c-hero__inner .__pc {
  background-image: url("../images/c-hero_pc_01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  height: 48vw;
  margin-top: 2%;
  position: relative; }
  .c-hero__inner .__pc h1 {
    width: 36.04%;
    margin-top: 2%; }
  .c-hero__inner .__pc figure {
    width: 46.18%;
    position: absolute;
    bottom: -2%;
    right: 0; }
.c-hero__inner .__SP {
  display: none; }

.c-topics__inner {
  margin: auto 8.3vw 12%; }
.c-topics__body .slider .item__inner {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .c-topics__body .slider .item__inner .__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    padding: 0 8%; }
    .c-topics__body .slider .item__inner .__item figure {
      width: 50%; }
    .c-topics__body .slider .item__inner .__item .__txt {
      margin: 0 4%;
      font-family: 'Zen Maru Gothic', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
      display: flex;
      flex-flow: column;
      justify-content: space-between;
      width: 50%; }
      .c-topics__body .slider .item__inner .__item .__txt h3 {
        font-weight: 700; }
    .c-topics__body .slider .item__inner .__item .__links--hp .__btn {
      width: 70%;
      margin: 8% auto 0 0; }
      .c-topics__body .slider .item__inner .__item .__links--hp .__btn a {
        display: block;
        justify-content: center;
        padding: 8%;
        position: relative;
        background: #F4F2EF;
        border-radius: 100px;
        border: 1.6px solid #58422A;
        color: #58422A;
        line-height: 1.2;
        font-weight: 700;
        font-size: 0.9em; }
        .c-topics__body .slider .item__inner .__item .__links--hp .__btn a::after {
          content: url("../images/arrow03.svg");
          right: 0.8em;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          vertical-align: middle;
          scale: 0.85; }
        .c-topics__body .slider .item__inner .__item .__links--hp .__btn a:hover {
          background: #fff; }
          .c-topics__body .slider .item__inner .__item .__links--hp .__btn a:hover::after {
            right: 0.5em;
            transition-duration: 0.5s; }
  .c-topics__body .slider .item__inner .firstline {
    border-right: 1px dashed #58422A; }

.c-features {
  background: url("../images/features_bg.webp");
  background-size: cover;
  background-repeat: no-repeat; }
  .c-features__inner {
    margin-bottom: 4%; }
  .c-features__head h2 {
    padding-bottom: 0;
    padding-top: 12%; }
  .c-features__body {
    display: flex;
    align-items: flex-end; }
    .c-features__body figure {
      width: 44.72%; }
    .c-features__body ul {
      width: 49.42%;
      margin-left: 3.47%;
      margin-bottom: 4%; }
      .c-features__body ul li {
        display: flex;
        padding-bottom: 12%;
        align-items: center; }
        .c-features__body ul li .__icon {
          width: 11.8%;
          margin-right: 2.7%; }
        .c-features__body ul li .__txt {
          width: 72.32%; }

.c-howto__anker {
  margin-bottom: 12%; }
  .c-howto__anker .__item {
    display: flex;
    justify-content: center;
    margin: 0 15.55vw; }
    .c-howto__anker .__item .__card {
      margin: 0 8.75%;
      width: 33%; }
      .c-howto__anker .__item .__card a {
        display: block;
        position: relative; }
        .c-howto__anker .__item .__card a .__circle-width {
          border: 3px solid #58422A;
          border-radius: 50%; }
          .c-howto__anker .__item .__card a .__circle-width .__circle-height {
            position: relative;
            padding-top: 100%;
            height: 0; }
            .c-howto__anker .__item .__card a .__circle-width .__circle-height::before {
              position: absolute;
              content: "";
              padding: 50%;
              top: -10%;
              right: -10%;
              border-radius: 50%;
              z-index: -1; }
            .c-howto__anker .__item .__card a .__circle-width .__circle-height::after {
              position: absolute;
              content: url("../images/arrow04.svg");
              bottom: 3%;
              right: 50%;
              left: 50%;
              width: 10%;
              transform: translateX(-50%); }
            .c-howto__anker .__item .__card a .__circle-width .__circle-height p {
              position: absolute;
              top: 30%;
              left: 0;
              right: 0;
              margin: 0;
              text-align: center;
              font-weight: 700;
              font-size: 2.8em;
              line-height: 0.6;
              color: #58422A; }
              .c-howto__anker .__item .__card a .__circle-width .__circle-height p span {
                font-size: 0.35em; }
            .c-howto__anker .__item .__card a .__circle-width .__circle-height:hover::before {
              background: #fff;
              transition-duration: 0.5s;
              will-change: transform; }
            .c-howto__anker .__item .__card a .__circle-width .__circle-height:hover::after {
              bottom: 0;
              transition-duration: 0.5s;
              will-change: transform; }
        .c-howto__anker .__item .__card a .circle-bl .__circle-height::before {
          background: #BED9E1; }
        .c-howto__anker .__item .__card a .circle-pi .__circle-height::before {
          background: #E1BEBE; }
        .c-howto__anker .__item .__card a .circle-ye .__circle-height::before {
          background: #E8E99E; }
.c-howto__body .__ttl--work {
  position: relative; }
  .c-howto__body .__ttl--work::before {
    position: absolute;
    content: url(../images/work-illust01.svg);
    top: 0;
    left: 10%; }
  .c-howto__body .__ttl--work .work-ttl02 {
    position: absolute;
    right: 5%;
    bottom: -3%;
    width: 10%; }
.c-howto__body .__ttl--life {
  position: relative;
  margin-top: 12%; }
  .c-howto__body .__ttl--life::after {
    position: absolute;
    content: url(../images/life-illust01.svg);
    bottom: -10%;
    left: 5%; }
  .c-howto__body .__ttl--life .life-ttl02 {
    position: absolute;
    right: 5%;
    top: 0;
    width: 10%; }
.c-howto__body .__ttl--hobby {
  position: relative;
  margin-top: 12%; }
  .c-howto__body .__ttl--hobby::after {
    position: absolute;
    content: url(../images/hobby-illust01.svg);
    bottom: -10%;
    right: 5%; }
  .c-howto__body .__ttl--hobby .hobby-ttl02 {
    position: absolute;
    left: 5%;
    top: 0;
    width: 10%; }
.c-howto__body .work-illust01 {
  width: 8%;
  margin: 0 8.3vw 0 auto; }
.c-howto__body .life-illust01 {
  width: 8%;
  margin: 0 8.3vw 0 auto; }
.c-howto__body .hobby-illust01 {
  width: 8%;
  margin: 0 auto 0 8.3vw; }
.c-howto__body .__cont {
  margin-bottom: 4%; }
  .c-howto__body .__cont__head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8% auto;
    font-family: 'Zen Maru Gothic', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif; }
    .c-howto__body .__cont__head h4 {
      margin: 0 1%;
      font-size: 3.2vw; }
    .c-howto__body .__cont__head ul {
      position: relative;
      padding: 1.6%;
      margin: 0 2%;
      max-width: 520px;
      border-radius: 10px;
      background: #fff; }
      .c-howto__body .__cont__head ul li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        line-height: 2.4;
        border-bottom: 1px dashed #58422A; }
        .c-howto__body .__cont__head ul li .checkicon {
          margin-right: 3.2%;
          width: 3.2%; }
  .c-howto__body .__cont .ri ul {
    position: relative;
    z-index: 1; }
    .c-howto__body .__cont .ri ul::before {
      position: absolute;
      content: "";
      content: url("../images/check.webp");
      top: -8%;
      right: 0;
      rotate: 10deg; }
    .c-howto__body .__cont .ri ul::after {
      position: absolute;
      content: url("../images/howto_bubble.svg");
      bottom: -26%;
      left: 20%;
      width: 10%;
      z-index: -1; }
  .c-howto__body .__cont .le {
    flex-flow: row-reverse; }
    .c-howto__body .__cont .le ul {
      position: relative;
      z-index: 1; }
      .c-howto__body .__cont .le ul::before {
        position: absolute;
        content: "";
        content: url("../images/check.webp");
        top: -10%;
        left: 0;
        rotate: -10deg; }
      .c-howto__body .__cont .le ul::after {
        position: absolute;
        content: url("../images/howto_bubble.svg");
        bottom: -26%;
        right: 20%;
        width: 10%;
        transform: scale(-1, 1);
        z-index: -1; }
  .c-howto__body .__cont .head--work01 ul {
    width: 45%; }
  .c-howto__body .__cont .head--work02 ul {
    width: 43%; }
  .c-howto__body .__cont .head--life01 ul {
    width: 46%;
    max-width: 540px; }
  .c-howto__body .__cont .head--life02 ul {
    width: 42%;
    max-width: 480px; }
    .c-howto__body .__cont .head--life02 ul::after {
      bottom: -32%; }
  .c-howto__body .__cont .head--hobby01 ul {
    width: 40%;
    max-width: 480px; }
    .c-howto__body .__cont .head--hobby01 ul::after {
      bottom: -32%; }
  .c-howto__body .__cont .head--hobby02 ul {
    width: 38%;
    max-width: 450px; }
  .c-howto__body .__cont__body {
    display: flex;
    margin: auto 8.3vw 0 3.33vw; }
    .c-howto__body .__cont__body .slider02 {
      width: 48.33%;
      margin-right: 3.89%; }
    .c-howto__body .__cont__body .__products {
      width: 48%;
      font-family: 'Zen Maru Gothic', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif; }
      .c-howto__body .__cont__body .__products .__item {
        padding-bottom: 1.2%; }
        .c-howto__body .__cont__body .__products .__item h5 {
          font-size: 0.9em; }
        .c-howto__body .__cont__body .__products .__item table tbody tr td {
          vertical-align: middle; }
        .c-howto__body .__cont__body .__products .__item table tbody tr .__img {
          width: 16%;
          padding: 0.8% 0; }
        .c-howto__body .__cont__body .__products .__item table tbody tr .__txt {
          width: 77%;
          padding-left: 3%; }
          .c-howto__body .__cont__body .__products .__item table tbody tr .__txt span {
            font-weight: 700; }
        .c-howto__body .__cont__body .__products .__item table tbody tr .__btn {
          width: 12%; }
          .c-howto__body .__cont__body .__products .__item table tbody tr .__btn a {
            display: block; }
            .c-howto__body .__cont__body .__products .__item table tbody tr .__btn a figure {
              position: relative;
              padding-top: 100%;
              width: 100%;
              border-radius: 50%; }
              .c-howto__body .__cont__body .__products .__item table tbody tr .__btn a figure img {
                position: absolute;
                top: 50%;
                left: 0;
                transform: translate(-50%, -50%);
                transition-duration: 0.5s;
                display: inline-block; }
            .c-howto__body .__cont__body .__products .__item table tbody tr .__btn a:hover figure {
              background: #fff; }
              .c-howto__body .__cont__body .__products .__item table tbody tr .__btn a:hover figure img {
                left: 15%; }
        .c-howto__body .__cont__body .__products .__item table tbody tr .__modalbtn {
          position: relative;
          width: 12%; }
          .c-howto__body .__cont__body .__products .__item table tbody tr .__modalbtn a {
            display: block;
            padding-top: 100%;
            width: 100%;
            border-radius: 50%;
            background: #BED9E1; }
            .c-howto__body .__cont__body .__products .__item table tbody tr .__modalbtn a::before {
              content: "";
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              width: 50%;
              height: 2%;
              border-radius: 10px;
              background: #58422A; }
            .c-howto__body .__cont__body .__products .__item table tbody tr .__modalbtn a::after {
              content: "";
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              width: 6%;
              height: 20%;
              border-radius: 10px;
              background: #58422A;
              transition-duration: 0.2s;
              will-change: transform; }
            .c-howto__body .__cont__body .__products .__item table tbody tr .__modalbtn a:hover {
              background: #fff; }
            .c-howto__body .__cont__body .__products .__item table tbody tr .__modalbtn a:active::after {
              transform: translate(-50%, -50%) rotate(90deg); }
        .c-howto__body .__cont__body .__products .__item table tbody tr .bl a figure {
          background: #BED9E1; }
        .c-howto__body .__cont__body .__products .__item table tbody tr .pi a figure {
          background: #E1BEBE; }
        .c-howto__body .__cont__body .__products .__item table tbody tr .ye a figure {
          background: #E8E99E; }
  .c-howto__body .__cont .body-le {
    flex-flow: row-reverse;
    margin: auto 3.33vw 0 8.3vw; }
    .c-howto__body .__cont .body-le .slider02 {
      margin-right: 0;
      margin-left: 3.89%; }
.c-howto__body .c-howto__body--linkslp {
  margin: 8% 0 4%; }
  .c-howto__body .c-howto__body--linkslp a {
    display: flex;
    align-items: stretch;
    margin: 0 auto;
    width: 50%; }
    .c-howto__body .c-howto__body--linkslp a .__img {
      width: 50%; }
      .c-howto__body .c-howto__body--linkslp a .__img img {
        border-radius: 10px 0 0 10px; }
    .c-howto__body .c-howto__body--linkslp a .__item {
      position: relative;
      width: 50%;
      display: flex;
      flex-flow: column;
      justify-content: flex-start;
      padding: 4% 2%;
      background: #fff;
      border-radius: 0 10px 10px 0; }
      .c-howto__body .c-howto__body--linkslp a .__item .__icon01 {
        width: 12.82%;
        margin: 0 auto; }
      .c-howto__body .c-howto__body--linkslp a .__item .__icon02 {
        position: absolute;
        bottom: 10%;
        right: 50%;
        left: 50%;
        transform: translateX(-50%);
        width: 12.82%;
        transition-duration: 0.5s; }
      .c-howto__body .c-howto__body--linkslp a .__item .__txt {
        margin-top: 8%;
        text-align: center;
        font-size: 1.1em;
        font-weight: 700;
        color: #58422A; }
        .c-howto__body .c-howto__body--linkslp a .__item .__txt span {
          font-size: 0.7em;
          font-weight: 400; }
    .c-howto__body .c-howto__body--linkslp a:hover .__item .__icon02 {
      left: 55%; }
      .c-howto__body .c-howto__body--linkslp a:hover .__item .__icon02 img {
        opacity: 1; }
    .c-howto__body .c-howto__body--linkslp a:hover .__item .__icon01 img {
      opacity: 1; }

.c-ec__body .__links--ec {
  display: flex;
  justify-content: center; }
  .c-ec__body .__links--ec .__btn {
    width: 19.44%;
    margin: 0 2%; }
    .c-ec__body .__links--ec .__btn a {
      display: block;
      justify-content: center;
      padding: 12%;
      position: relative;
      background: #58422A;
      border-radius: 100px;
      border: 2px solid #58422A;
      text-align: center;
      color: #fff;
      line-height: 1.2;
      font-family: 'Zen Maru Gothic', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
      font-weight: 700; }
      .c-ec__body .__links--ec .__btn a::after {
        content: url("../images/arrow02.svg");
        right: 1.5em;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        vertical-align: middle; }
      .c-ec__body .__links--ec .__btn a:hover {
        background: #F4F2EF;
        color: #58422A; }
        .c-ec__body .__links--ec .__btn a:hover::after {
          content: url("../images/arrow03.svg");
          right: 1.0em;
          transition-duration: 0.5s; }

.c-more__inner {
  margin: 12% 12.22vw; }
.c-more__body {
  display: flex;
  justify-content: center; }
  .c-more__body .__cont {
    width: 50%;
    padding: 0 3.33%; }
    .c-more__body .__cont h3 {
      text-align: center;
      padding-bottom: 8%; }
  .c-more__body .inst {
    display: flex;
    flex-flow: column; }
    .c-more__body .inst:first-of-type {
      border-right: 1px dashed #58422A; }
    .c-more__body .inst .__grid-container {
      display: grid;
      grid-template-areas: "__01 __02 __03 " "__04 __05 __06 ";
      grid-template-rows: repeat(2, auto);
      grid-template-columns: 1fr 1fr 1fr;
      gap: 2%;
      flex-grow: 1; }
      .c-more__body .inst .__grid-container .__01 {
        grid-area: __01; }
      .c-more__body .inst .__grid-container .__02 {
        grid-area: __02; }
      .c-more__body .inst .__grid-container .__03 {
        grid-area: __03; }
      .c-more__body .inst .__grid-container .__04 {
        grid-area: __04; }
      .c-more__body .inst .__grid-container .__05 {
        grid-area: __05; }
      .c-more__body .inst .__grid-container .__06 {
        grid-area: __06; }
  .c-more__body .yb {
    display: flex;
    flex-flow: column; }
    .c-more__body .yb .__grid-container02 {
      display: grid;
      grid-template-areas: "__07 __07 __07 " "__08 __08 __08 ";
      gap: 2%;
      flex-grow: 1; }
      .c-more__body .yb .__grid-container02 .__07 {
        grid-area: __07; }
      .c-more__body .yb .__grid-container02 .__08 {
        grid-area: __08; }
      .c-more__body .yb .__grid-container02 a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-decoration: underline;
        color: #58422A; }
        .c-more__body .yb .__grid-container02 a figure {
          margin-right: 2%;
          width: 48%; }
        .c-more__body .yb .__grid-container02 a p {
          width: 100%; }
        .c-more__body .yb .__grid-container02 a:hover {
          color: #f8B500; }
  .c-more__body .__links .__btn {
    width: 64%;
    margin: 12% auto 0; }
    .c-more__body .__links .__btn a {
      display: block;
      justify-content: center;
      padding: 12%;
      position: relative;
      background: #F4F2EF;
      border-radius: 100px;
      border: 2px solid #58422A;
      text-align: center;
      color: #58422A;
      line-height: 1.2;
      font-family: 'Zen Maru Gothic', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
      font-weight: 700; }
      .c-more__body .__links .__btn a::after {
        content: url("../images/arrow03.svg");
        right: 1.5em;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        vertical-align: middle; }
      .c-more__body .__links .__btn a:hover {
        background: #fff; }
        .c-more__body .__links .__btn a:hover::after {
          right: 1.0em;
          transition-duration: 0.5s; }

.c-banner {
  background: #F8F6F4;
  margin: 12% 0; }
  .c-banner__inner {
    margin: 0 8.3vw;
    padding: 8% 0; }
    .c-banner__inner ul {
      display: flex;
      justify-content: space-between; }
      .c-banner__inner ul li {
        width: 30%; }

.js-anim {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.8, 0.01, 0.37, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0); }
  .js-anim.is-active {
    opacity: 1; }

.fadeIn-up {
  transform: translate3d(0, 20px, 0);
  transition: 1.5s;
  opacity: 0; }
  .fadeIn-up.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1; }

.fadeIn {
  transform: translate3d(0, 0, 0);
  transition: 1.1s;
  opacity: 0; }
  .fadeIn.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1; }

.fadeIn-ri {
  transform: translate3d(-50px, 0, 0);
  transition: 1.8s;
  opacity: 0; }
  .fadeIn-ri.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1; }

.fadeIn-le {
  transform: translate3d(50px, 0, 0);
  transition: 1.8s;
  opacity: 0; }
  .fadeIn-le.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1; }

@keyframes textFadeUp {
  0% {
    opacity: 0;
    transform: translateY(0); }
  50% {
    opacity: 1;
    transform: translateY(-0.3em); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes animationZoom1 {
  0% {
    transform: scale(1.1); } }
@media screen and (max-width: 1280px) {
  .content {
    font-size: 14px; } }
@media screen and (max-width: 1140px) {
  .c-topics__inner {
    margin: auto 8.3vw 12%; }
  .c-topics__body .slider .item__inner .__item .__links--hp .__btn {
    width: 100%; }

  .c-howto__anker .__item .__card {
    margin: 0 6.75%; }
  .c-howto__body .c-howto__body--linkslp a .__item .__txt {
    font-size: 1.0em; }

  .c-ec__body .__links--ec .__btn {
    width: 28%; }

  .c-more__inner {
    margin: 12% 3.33vw; }
  .c-more__body .__links .__btn {
    width: 80%; } }
@media screen and (max-width: 960px) {
  .break_tb {
    display: none; }

  .content {
    font-size: 13px; }
    .content h2 {
      font-size: 4.5em; }

  .c-topics__inner {
    margin: auto 4.3vw 12%; }
  .c-topics__body .slider .item__inner .__item .__links--hp .__btn a::after {
    right: 0.2em;
    scale: 0.80; }
  .c-topics__body .slider .item__inner .firstline {
    border-right: none; }

  .c-features__body ul {
    margin-bottom: 0; }

  .c-howto__anker .__item .__card {
    margin: 0 5.75%; }
  .c-howto__body .__ttl--work::before {
    top: -10%;
    scale: 0.7; }
  .c-howto__body .__ttl--life, .c-howto__body .__ttl--hobby {
    margin-top: 15%; }
    .c-howto__body .__ttl--life::after, .c-howto__body .__ttl--hobby::after {
      bottom: -10%;
      scale: 0.7; }
  .c-howto__body .__cont__head ul {
    font-size: 0.9em; }
  .c-howto__body .__cont__head h4 {
    font-size: 3.0vw; }
  .c-howto__body .__cont .head--work01 ul, .c-howto__body .__cont .head--work02 ul, .c-howto__body .__cont .head--life01 ul, .c-howto__body .__cont .head--life02 ul, .c-howto__body .__cont .head--hobby01 ul, .c-howto__body .__cont .head--hobby02 ul {
    width: 48%; }
  .c-howto__body .__cont .le ul::before {
    top: -18%; }
  .c-howto__body .__cont__body {
    margin: auto 3.33vw 0 3.33vw; }
  .c-howto__body .__cont .body-le {
    margin: auto 3.33vw 0 3.33vw; }
  .c-howto__body .c-howto__body--linkslp a {
    width: 60%; } }
@media screen and (max-width: 767px) {
  .break_tb {
    display: block; }

  .break_sp {
    display: block; }

  .content {
    margin: 80px 0 0 0; }

  .c-hero__inner .__pc {
    display: none; }
  .c-hero__inner .__sp {
    display: block;
    position: relative;
    height: 144vw;
    margin-top: 12%;
    background-image: url("../images/c-hero_sp_01.webp");
    background-size: contain;
    background-repeat: no-repeat; }
    .c-hero__inner .__sp h1 {
      width: 45%;
      margin: 0 0 0 auto; }
    .c-hero__inner .__sp figure {
      width: 64%;
      position: absolute;
      bottom: 16%;
      left: 0; }

  .c-topics__body .slider .item__inner .__item {
    flex-flow: column; }
    .c-topics__body .slider .item__inner .__item figure {
      width: 100%; }
    .c-topics__body .slider .item__inner .__item .__txt {
      margin: 4%;
      width: 100%; }
    .c-topics__body .slider .item__inner .__item .__links--hp .__btn a {
      text-align: center;
      font-size: 1.0em; }
  .c-topics__body .slider .item__inner .firstline {
    border-right: none; }

  .c-features {
    background-position: top; }
    .c-features__head h2 {
      padding-top: 32%; }
    .c-features__body {
      flex-flow: column; }
      .c-features__body figure {
        width: 80%;
        margin: 12% auto 12% 0; }
      .c-features__body ul {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 24%; }
        .c-features__body ul li {
          padding-bottom: 4%; }
          .c-features__body ul li .__txt {
            width: 80%; }

  .c-howto__anker {
    margin: 12% 0; }
    .c-howto__anker .__item {
      margin: 0 auto; }
      .c-howto__anker .__item .__card {
        margin: 0 3%; }
        .c-howto__anker .__item .__card a .__circle-width {
          border: 2px solid #58422A; }
          .c-howto__anker .__item .__card a .__circle-width .__circle-height::after {
            bottom: 0; }
          .c-howto__anker .__item .__card a .__circle-width .__circle-height p {
            font-size: 2.2em;
            line-height: 0.7; }
            .c-howto__anker .__item .__card a .__circle-width .__circle-height p span {
              font-size: 0.45em; }
  .c-howto__body .__ttl--work {
    margin: 16% 0; }
    .c-howto__body .__ttl--work::before {
      top: -25%;
      left: -5%;
      scale: 0.55; }
    .c-howto__body .__ttl--work .work-ttl02 {
      bottom: -10%;
      width: 20%; }
  .c-howto__body .__ttl--life {
    margin: 16% 0; }
    .c-howto__body .__ttl--life::after {
      bottom: -50%;
      left: 0;
      scale: 0.55; }
    .c-howto__body .__ttl--life .life-ttl02 {
      top: -10%;
      width: 20%; }
  .c-howto__body .__ttl--hobby {
    margin: 16% 0; }
    .c-howto__body .__ttl--hobby::after {
      bottom: -35%;
      right: 0;
      scale: 0.55; }
    .c-howto__body .__ttl--hobby .hobby-ttl02 {
      top: -10%;
      width: 20%; }
  .c-howto__body .work-illust01, .c-howto__body .life-illust01, .c-howto__body .hobby-illust01 {
    width: 16%; }
  .c-howto__body .__cont {
    margin-bottom: 0; }
    .c-howto__body .__cont__head {
      flex-flow: column;
      margin: 0 auto 8%; }
      .c-howto__body .__cont__head h4 {
        font-size: 8vw;
        text-align: center; }
      .c-howto__body .__cont__head ul {
        font-size: 0.85em;
        padding: 4% 1.6%; }
    .c-howto__body .__cont .head--work01 ul, .c-howto__body .__cont .head--work02 ul, .c-howto__body .__cont .head--life01 ul, .c-howto__body .__cont .head--life02 ul, .c-howto__body .__cont .head--hobby01 ul, .c-howto__body .__cont .head--hobby02 ul {
      width: 90%;
      margin: 8% auto; }
    .c-howto__body .__cont .ri ul::before {
      scale: 0.9; }
    .c-howto__body .__cont .le {
      flex-flow: column; }
      .c-howto__body .__cont .le ul::before {
        scale: 0.9; }
    .c-howto__body .__cont__body {
      flex-flow: column;
      margin: 0 auto; }
      .c-howto__body .__cont__body .slider02 {
        width: 90%;
        margin: 0 auto; }
      .c-howto__body .__cont__body .__products {
        width: 90%;
        margin: 16% auto 8%; }
    .c-howto__body .__cont .body-le {
      flex-flow: column;
      margin: 0 auto; }
      .c-howto__body .__cont .body-le .slider02 {
        margin: 0 auto; }
  .c-howto__body .c-howto__body--linkslp {
    margin: 16% 0; }
    .c-howto__body .c-howto__body--linkslp a {
      flex-flow: column;
      width: 90%; }
      .c-howto__body .c-howto__body--linkslp a .__img {
        width: 100%; }
        .c-howto__body .c-howto__body--linkslp a .__img img {
          border-radius: 10px 10px 0 0; }
      .c-howto__body .c-howto__body--linkslp a .__item {
        width: 100%;
        border-radius: 0 0 10px 10px; }
        .c-howto__body .c-howto__body--linkslp a .__item .__icon01, .c-howto__body .c-howto__body--linkslp a .__item .__icon02 {
          width: 10%; }
        .c-howto__body .c-howto__body--linkslp a .__item .__txt {
          font-size: 1.4em;
          margin: 4% 0 8%; }

  .c-ec__body .__links--ec {
    flex-flow: column; }
    .c-ec__body .__links--ec .__btn {
      width: 72%;
      margin: 2% auto; }

  .c-more__body {
    flex-flow: column;
    margin-top: 8%; }
    .c-more__body .__cont {
      width: 100%; }
    .c-more__body .inst {
      padding-bottom: 12%; }
      .c-more__body .inst:first-of-type {
        border-right: none;
        border-bottom: 1px dashed #58422A; }
    .c-more__body .yb {
      padding-top: 12%; }
    .c-more__body .__links .__btn {
      width: 72%; }

  .c-banner__inner {
    width: 90%;
    margin: 0 auto; }
    .c-banner__inner ul {
      flex-flow: column; }
      .c-banner__inner ul li {
        width: 100%;
        margin: 4% 0; } }
@media screen and (max-width: 375px) {
  html {
    font-size: 13px; } }
