@charset "UTF-8";
/* =====================
  リセット
 ======================= */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

*,
*::before,
*::after {
  box-sizing: border-box; }

i {
  font-style: normal; }

html {
  font-size: 62.5%;
  background: url(../img/bg1.png) repeat; }

body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.6em;
  font-size: 1.5rem;
  line-height: 1.86666;
  letter-spacing: 0;
  color: #000000;
  width: 100%;
  height: 100%;
  position: relative; }
  body * {
    box-sizing: border-box;
    font-weight: 500; }

img {
  max-width: 100%;
  display: block; }

.clearfix {
  clear: both; }

a {
  color: #000000;
  transition: all 0.4s;
  text-decoration: none; }

em, address {
  font-style: normal; }

.sp {
  display: none; }

.section {
  padding: 50px 0;
  position: relative; }
  .section:after {
    content: "";
    width: 100%;
    max-width: 1240px;
    height: 2px;
    background: #f4e5d4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.inner {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto; }

.header {
  background: #fff;
  border-bottom: 1px solid #d0d0d0;
  padding: 50px 0; }
  .header .logo {
    text-align: center; }
    .header .logo a {
      display: block; }
      .header .logo a img {
        margin: 0 auto; }
      .header .logo a:hover {
        opacity: 0.7; }
  .header .menu {
    position: fixed;
    right: 0;
    top: 240px;
    width: 128px;
    z-index: 1000; }
    .header .menu_list {
      margin-bottom: 20px;
      text-align: center;
      font-size: 1.3rem; }
      .header .menu_list .name {
        background: #38abc8;
        color: #fff;
        padding: 20px 0;
        font-weight: 700; }
      .header .menu_list li a {
        display: block;
        padding: 20px 0;
        background: #fff;
        font-weight: 700;
        border-bottom: 1px solid #dedede; }
        .header .menu_list li a:hover {
          background: #eee; }
      .header .menu_list li:last-child a {
        border-bottom: 0; }
      .header .menu_list.series .name {
        display: flex;
        justify-content: center;
        align-items: center; }
        .header .menu_list.series .name:after {
          content: "";
          width: 0.5em;
          height: 0.5em;
          border-left: 1px solid currentColor;
          border-bottom: 1px solid currentColor;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          margin-bottom: 0.5em;
          margin-left: 0.5em; }
      .header .menu_list.series li a {
        display: flex;
        align-items: center;
        padding: 5px 0; }
        .header .menu_list.series li a:before {
          content: "";
          width: 60px;
          height: 50px;
          flex-shrink: 0; }
        .header .menu_list.series li a.nav1:before {
          background: url(../img/side_nav1.png) no-repeat center/contain; }
        .header .menu_list.series li a.nav2:before {
          background: url(../img/side_nav2.png) no-repeat center/contain; }
        .header .menu_list.series li a.nav3:before {
          background: url(../img/side_nav3.png) no-repeat center/contain; }
        .header .menu_list.series li a.nav4:before {
          background: url(../img/side_nav4.png) no-repeat center/contain; }

.kv .sub {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: 0.1em;
  margin-bottom: 1.0em; }

.kv .lead {
  margin: 50px auto 66px;
  width: 70.8%; }

.kv .notice {
  background: #fff;
  border: 1px solid #ff0039;
  padding: 60px 20px;
  text-align: center; }
  .kv .notice em {
    font-weight: 700;
    color: #ff0039; }

.nav_title {
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.0;
  font-weight: 700;
  margin-bottom: 50px; }
  .nav_title i {
    display: block;
    font-size: 5.4rem;
    margin-bottom: 1.0rem; }

.sec_title {
  text-align: center;
  font-size: 7.4rem;
  font-weight: 700;
  line-height: 1;
  margin: 30px 0 70px; }
  .sec_title span {
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
    position: relative;
    background: linear-gradient(transparent 40%, #fefe66 40%); }
    .sec_title span:before {
      content: "";
      width: 25px;
      height: 36px;
      background: url(../img/sec_title_acc.png) no-repeat center/contain;
      position: absolute;
      top: -20px;
      left: -30px; }

.sub_title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.0;
  padding-bottom: 10px;
  border-bottom: 3px solid currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 70px; }

.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -60px; }
  .col2_item {
    width: 49%;
    margin-bottom: 60px; }
  .col2.style {
    text-align: center; }
    .col2.style .catch {
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 1.0;
      margin: 42px 0 20px; }
    .col2.style .name {
      font-size: 8.4rem;
      font-weight: 700;
      line-height: 1.0;
      margin-bottom: 30px; }
    .col2.style .sub {
      font-size: 2.4rem;
      letter-spacing: 0.1em;
      line-height: 1.0;
      margin-bottom: 20px; }

.col3 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -70px; }
  .col3_item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 70px;
    position: relative; }
    .col3_item:nth-child(3n) {
      margin-right: 0; }
  .col3.series {
    text-align: center; }
    .col3.series .name {
      font-size: 3.4rem;
      font-weight: 700;
      line-height: 1.0;
      margin: 40px 0 20px; }
    .col3.series .sub {
      font-size: 2.4rem;
      line-height: 1.0;
      letter-spacing: 0.1em;
      margin-bottom: 27px; }
    .col3.series .ico {
      position: absolute;
      left: 0;
      top: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: #fefe66;
      font-size: 3.4rem;
      font-weight: 700;
      line-height: 1.0;
      letter-spacing: -0.025em; }
  .col3.products_list .name {
    margin: 10px 0 30px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.0; }
  .col3.products_list p {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 20px; }
  .col3.products_list .col3_item {
    display: flex;
    flex-direction: column; }
    .col3.products_list .col3_item p:last-child {
      margin-top: auto;
      margin-bottom: 0; }

.btn {
  display: block;
  background: #38abc8;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 30px;
  position: relative; }
  .btn:after {
    content: "→";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center; }
  .btn:hover {
    background: #60bcd3; }

.link {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  border-bottom: 1px solid currentColor;
  margin-left: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .link:after {
    content: "→";
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px; }
  .link:hover {
    color: #777777; }

.products .intro {
  position: relative;
  color: #fff;
  padding: 70px 0 40px;
  margin-bottom: 60px; }
  .products .intro:before {
    content: "";
    width: 100%;
    height: 460px;
    background: url(../img/bg2.png) repeat, #38abc8;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .products .intro:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 11.5px 0 11.5px;
    border-color: #38abc8 transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto; }
  .products .intro .sec_title {
    color: #000000; }
  .products .intro .name {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.0;
    margin: 50px 0 30px; }
  .products .intro .txt {
    font-weight: 700;
    width: 62.225%;
    margin: auto; }

.products .lineup {
  padding-bottom: 70px;
  position: relative; }
  .products .lineup:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 11.5px 0 11.5px;
    border-color: #fdf8f3 transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto; }

.products .coodinate {
  padding: 70px 0;
  background: #f4e5d4; }
  .products .coodinate .catch {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.0;
    margin-bottom: 50px; }
  .products .coodinate_pic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .products .coodinate_pic li {
      margin-bottom: 20px; }
      .products .coodinate_pic li:first-child, .products .coodinate_pic li:nth-child(4) {
        width: 40%; }
      .products .coodinate_pic li:nth-child(2), .products .coodinate_pic li:nth-child(3) {
        width: 55%; }

.footer {
  padding: 20px 0;
  text-align: center; }
  .footer .copy small {
    font-weight: 700; }

/* タブレット
  ------------------------ */
@media (max-width: 1100px) {
  .header .menu {
    top: 120px; } }

/* スマホ
  ------------------------ */
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.7; }
  .sp {
    display: block; }
  .pc {
    display: none; }
  .section {
    padding: 30px 0; }
  .header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; }
    .header .h_inner {
      position: relative;
      background: #fff;
      padding: 10px 0;
      z-index: 100; }
    .header .logo a {
      max-width: 190px;
      margin: 0 auto; }
    .header .menu_btn {
      width: 60px;
      height: 60px;
      padding: 15px 15px 25px;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 200; }
      .header .menu_btn_in {
        width: 100%;
        height: 100%;
        position: relative; }
      .header .menu_btn span {
        width: 100%;
        height: 2px;
        background: #000000;
        display: block;
        position: absolute;
        transition: all 0.2s; }
        .header .menu_btn span:first-of-type {
          top: 0; }
        .header .menu_btn span:nth-of-type(2), .header .menu_btn span:nth-of-type(3) {
          top: 0;
          bottom: 0;
          margin: auto; }
        .header .menu_btn span:last-of-type {
          bottom: 0; }
      .header .menu_btn i {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center; }
        .header .menu_btn i:before {
          content: "MENU";
          font-size: 1.0rem;
          font-weight: 700;
          line-height: 1.0; }
      .header .menu_btn.open span:first-of-type, .header .menu_btn.open span:last-of-type {
        opacity: 0; }
      .header .menu_btn.open span:nth-of-type(2) {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .header .menu_btn.open span:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .header .menu_btn.open i:before {
        content: "CLOSE"; }
    .header .menu {
      top: -100vh;
      width: 100%;
      background: #fff;
      transition: all 0.4s;
      z-index: 10; }
      .header .menu_list {
        margin-bottom: 0;
        font-size: 1.6rem; }
        .header .menu_list .name {
          padding: 10px 0; }
        .header .menu_list li a {
          padding: 10px 0; }
        .header .menu_list.series li a:before {
          width: 40%;
          background-position: right center !important;
          margin-right: 20px; }
      .header .menu.open {
        top: 60px; }
  .kv {
    margin-top: 60px; }
    .kv .lead {
      width: 100%;
      margin: 20px auto 30px; }
    .kv .notice {
      padding: 20px; }
  .nav_title {
    margin-bottom: 30px; }
    .nav_title i {
      font-size: 3.6rem; }
  .sec_title {
    font-size: 4.8rem;
    margin-bottom: 40px; }
    .sec_title span {
      font-size: 1.8rem;
      margin-bottom: 15px; }
  .sub_title {
    margin-bottom: 30px; }
  .col2_item {
    width: 100%; }
  .col2.style .catch {
    font-size: 2.0rem;
    margin: 20px 0 10px; }
  .col2.style .name {
    font-size: 4.8rem;
    margin-bottom: 20px; }
  .col2.style .sub {
    font-size: 2.2rem; }
  .col3 {
    justify-content: space-between; }
    .col3_item {
      width: 49%;
      margin-right: 0; }
    .col3.series .name {
      font-size: 2.4rem;
      margin: 20px 0 10px; }
    .col3.series .sub {
      font-size: 1.8rem;
      margin-bottom: 15px; }
    .col3.series .ico {
      width: 60px;
      height: 60px;
      font-size: 1.8rem; }
    .col3.products_list .name {
      margin: 5px 0 15px;
      font-size: 2.0rem;
      line-height: 1.2; }
    .col3.products_list p {
      font-size: 1.6rem; }
  .btn {
    font-size: 1.8rem;
    padding: 20px; }
  .products .intro:before {
    height: 340px; }
  .products .intro .name {
    font-size: 2.0rem; }
  .products .intro .txt {
    width: 100%; }
  .products .coodinate .catch {
    font-size: 1.8rem;
    line-height: 1.2; }
  .footer .copy small {
    font-size: 1.2rem; } }

