
@import url(//fonts.googleapis.com/css?family=Barlow|Barlow+Condensed);

@charset "UTF-8";
/* ==========================================================================

   ========================================================================== */
/* ==========================================================================
   Base
   リセットcssとhtml要素の定義
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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%;
  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;
}

hr {
  height: 10px;
  border: none;
}

/* ==========================================================================

   preset.scss
   プリミティブ要素の設定

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

html {
  font-size: 62.5%;
  /* &.is-scrollOff {
    @include mq-pc {
      !*overflow: hidden;*!
      height: 100%;
      .glb-page-wrapper {
        width: 100%;
        height: 100vh;
        overflow: hidden;
      }
    }

  }*/
}

body {
  font-size: 1.6rem;
  color: #333;
  background: #fff;
  letter-spacing: .05em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  /*overflow-y: scroll;*/
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}

body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
}

main {
  display: block;
}

a:link, a:visited, a.touchend {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:active, a:hover, a.touchstart {
  text-decoration: none;
  color: #333;
}

@media print, screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td {
  line-height: 1;
  font-weight: normal;
  font-feature-settings: "palt";
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

sup {
  font-size: .4em;
  vertical-align: top;
}

hr {
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #ddd;
}

/* reset form elements */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

@font-face {
  /*フォントの名前*/
  font-family: 'mamelon';
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url(../fonts/mameh_woff/mamelon5.woff2) format("woff2"), url(../fonts/mameh_woff/mamelon5.eot) format("eot");
}

/* ==========================================================================
   libraly
   ========================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide {
  outline: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

.slick-controll {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .slick-controll {
    width: 40%;
    margin: 0 0 0 auto;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  z-index: 10009;
  width: 40px;
  height: 20px;
  top: 4px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev {
  background: url(/assets/img/ic_prev.svg) no-repeat center center/40px 8px;
  right: calc(9.7vw + 60px);
}

.slick-next {
  background: url(/assets/img/ic_next.svg) no-repeat center center/40px 8px;
  right: calc(9.7vw + 10px);
}

/* Dots */
.slick-dots {
  position: relative;
  z-index: 10;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 22px;
  width: 22px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .slick-dots li {
    margin: 0 3px;
  }
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li button:before {
  position: absolute;
  display: block;
  top: 3px;
  left: 3px;
  content: "";
  width: 8px;
  height: 8px;
  background: #e2e2e2;
  border-radius: 50%;
  transition-duration: .3s;
}

.slick-dots li.slick-active button:before {
  background: #333;
  border: none;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .slick-dots {
    margin: 0 !important;
    width: auto;
    margin-left: -20vw;
  }
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* --------------------------------------------------------------------
  #基本幅レイアウト用wrapper
 */
.l-width-content {
  margin-left: 20px;
  margin-right: 20px;
}

@media print, screen and (min-width: 769px) {
  .l-width-content {
    min-width: 960px;
    max-width: 1120px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .l-width-content--w2 {
    width: 1040px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-no-hpadding {
    padding-left: 0;
    padding-right: 0;
  }
}

/* --------------------------------------------------------------------
  #ページ全体のwrapper
 */
.l-page-wrapper {
  position: relative;
  /*overflow-x: hidden;*/
}

.l-page-wrapper img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-page-wrapper {
    padding-top: 70px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-page-wrapper {
    padding-top: 90px;
    min-width: 1080px;
  }
}

.l-page-wrapper--nopad {
  padding-top: 0;
}

/* --------------------------------------------------------------------
  #メインエリアwrapper
 */
.l-main {
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-main {
    padding: 0 0 80px 0;
    min-height: 60vh;
  }
}

@media print, screen and (min-width: 769px) {
  .l-main {
    padding-bottom: 160px;
    min-height: 600px;
  }
}

.l-main--nopd {
  padding-bottom: 0;
}

/* --------------------------------------------------------------------
  #サイド
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-side {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .l-side {
    width: 240px;
  }
}

/* --------------------------------------------------------------------
  #コンテンツ
 */
@media print, screen and (min-width: 769px) {
  .l-contents {
    width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 960px) and (max-width: 1240px) {
  .l-contents {
    margin: 0 0 0 250px;
  }
}

/* --------------------------------------------------------------------
  #セクション基本レイアウト
 */
.l-sec {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 769px) {
  .l-sec {
    margin-bottom: 120px;
  }
}

/* -------------------------------------------------------------------------
	サイズ
*/
.l-w10 {
  width: 10px !important;
}

.l-w20 {
  width: 20px !important;
}

.l-w30 {
  width: 30px !important;
}

.l-w40 {
  width: 40px !important;
}

.l-w50 {
  width: 50px !important;
}

.l-w60 {
  width: 60px !important;
}

.l-w70 {
  width: 70px !important;
}

.l-w80 {
  width: 80px !important;
}

.l-w90 {
  width: 90px !important;
}

.l-w100 {
  width: 100px !important;
}

.l-w120 {
  width: 120px !important;
}

.l-w140 {
  width: 140px !important;
}

.l-w160 {
  width: 160px !important;
}

.l-w180 {
  width: 180px !important;
}

.l-w200 {
  width: 200px !important;
}

.l-w220 {
  width: 220px !important;
}

.l-w240 {
  width: 240px !important;
}

.l-w260 {
  width: 260px !important;
}

.l-w280 {
  width: 280px !important;
}

.l-w300 {
  width: 300px !important;
}

.l-w320 {
  width: 320px !important;
}

.l-w340 {
  width: 340px !important;
}

.l-w360 {
  width: 360px !important;
}

.l-w380 {
  width: 380px !important;
}

.l-w400 {
  width: 400px !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-sp-w-auto {
    width: auto !important;
  }
  .l-sp-w10 {
    width: 10px !important;
  }
  .l-sp-w20 {
    width: 20px !important;
  }
  .l-sp-w30 {
    width: 30px !important;
  }
  .l-sp-w40 {
    width: 40px !important;
  }
  .l-sp-w50 {
    width: 50px !important;
  }
  .l-sp-w60 {
    width: 60px !important;
  }
  .l-sp-w70 {
    width: 70px !important;
  }
  .l-sp-w80 {
    width: 80px !important;
  }
  .l-sp-w90 {
    width: 90px !important;
  }
  .l-sp-w100 {
    width: 100px !important;
  }
}

/* -------------------------------------------------------------------------
	マージン
*/
.l-mb0 {
  margin-bottom: 0px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb0 {
    margin-bottom: 0px !important;
  }
}

.l-mb5 {
  margin-bottom: 4px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb5 {
    margin-bottom: 5px !important;
  }
}

.l-mb10 {
  margin-bottom: 8px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb10 {
    margin-bottom: 10px !important;
  }
}

.l-mb15 {
  margin-bottom: 12px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb15 {
    margin-bottom: 15px !important;
  }
}

.l-mb20 {
  margin-bottom: 16px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb20 {
    margin-bottom: 20px !important;
  }
}

.l-mb25 {
  margin-bottom: 20px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb25 {
    margin-bottom: 25px !important;
  }
}

.l-mb30 {
  margin-bottom: 24px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb30 {
    margin-bottom: 30px !important;
  }
}

.l-mb35 {
  margin-bottom: 28px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb35 {
    margin-bottom: 35px !important;
  }
}

.l-mb40 {
  margin-bottom: 32px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb40 {
    margin-bottom: 40px !important;
  }
}

.l-mb45 {
  margin-bottom: 36px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb45 {
    margin-bottom: 45px !important;
  }
}

.l-mb50 {
  margin-bottom: 40px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb50 {
    margin-bottom: 50px !important;
  }
}

.l-mb55 {
  margin-bottom: 44px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb55 {
    margin-bottom: 55px !important;
  }
}

.l-mb60 {
  margin-bottom: 48px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb60 {
    margin-bottom: 60px !important;
  }
}

.l-mb65 {
  margin-bottom: 52px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb65 {
    margin-bottom: 65px !important;
  }
}

.l-mb70 {
  margin-bottom: 56px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb70 {
    margin-bottom: 70px !important;
  }
}

.l-mb75 {
  margin-bottom: 60px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb75 {
    margin-bottom: 75px !important;
  }
}

.l-mb80 {
  margin-bottom: 64px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb80 {
    margin-bottom: 80px !important;
  }
}

.l-mb85 {
  margin-bottom: 68px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb85 {
    margin-bottom: 85px !important;
  }
}

.l-mb90 {
  margin-bottom: 72px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb90 {
    margin-bottom: 90px !important;
  }
}

.l-mb95 {
  margin-bottom: 76px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb95 {
    margin-bottom: 95px !important;
  }
}

.l-mb100 {
  margin-bottom: 80px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb100 {
    margin-bottom: 100px !important;
  }
}

.l-mt0 {
  margin-top: 0px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt0 {
    margin-top: 0px !important;
  }
}

.l-mt5 {
  margin-top: 4px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt5 {
    margin-top: 5px !important;
  }
}

.l-mt10 {
  margin-top: 8px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt10 {
    margin-top: 10px !important;
  }
}

.l-mt15 {
  margin-top: 12px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt15 {
    margin-top: 15px !important;
  }
}

.l-mt20 {
  margin-top: 16px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt20 {
    margin-top: 20px !important;
  }
}

.l-mt25 {
  margin-top: 20px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt25 {
    margin-top: 25px !important;
  }
}

.l-mt30 {
  margin-top: 24px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt30 {
    margin-top: 30px !important;
  }
}

.l-mt35 {
  margin-top: 28px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt35 {
    margin-top: 35px !important;
  }
}

.l-mt40 {
  margin-top: 32px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt40 {
    margin-top: 40px !important;
  }
}

.l-mt45 {
  margin-top: 36px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt45 {
    margin-top: 45px !important;
  }
}

.l-mt50 {
  margin-top: 40px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt50 {
    margin-top: 50px !important;
  }
}

.l-mr0 {
  margin-right: 0px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr0 {
    margin-right: 0px !important;
  }
}

.l-mr5 {
  margin-right: 2.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr5 {
    margin-right: 5px !important;
  }
}

.l-mr10 {
  margin-right: 5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr10 {
    margin-right: 10px !important;
  }
}

.l-mr15 {
  margin-right: 7.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr15 {
    margin-right: 15px !important;
  }
}

.l-mr20 {
  margin-right: 10px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr20 {
    margin-right: 20px !important;
  }
}

.l-mr25 {
  margin-right: 12.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr25 {
    margin-right: 25px !important;
  }
}

.l-mr30 {
  margin-right: 15px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr30 {
    margin-right: 30px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-ml0-sp {
    margin-left: 0 !important;
  }
  .l-mr0-sp {
    margin-right: 0 !important;
  }
  .l-mr5-sp {
    margin-right: 5px !important;
  }
  .l-mb0-sp {
    margin-bottom: 0 !important;
  }
  .l-mt0-sp {
    margin-top: 0 !important;
  }
  .l-mb5-sp {
    margin-bottom: 5px !important;
  }
  .l-mb10-sp {
    margin-bottom: 10px !important;
  }
  .l-mb20-sp {
    margin-bottom: 20px !important;
  }
  .l-mb30-sp {
    margin-bottom: 30px !important;
  }
  .l-mb40-sp {
    margin-bottom: 40px !important;
  }
}

.l-pd5 {
  padding: 5px;
}

.l-pd10 {
  padding: 10px;
}

.l-pd15 {
  padding: 15px;
}

.l-pd20 {
  padding: 20px;
}

.l-pd30 {
  padding: 30px;
}

.l-pd40 {
  padding: 40px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-pd5 {
    padding: 3px;
  }
  .l-pd10 {
    padding: 5px;
  }
  .l-pd15 {
    padding: 7px;
  }
  .l-pd20 {
    padding: 10px;
  }
  .l-pd30 {
    padding: 15px;
  }
  .l-pd40 {
    padding: 20px;
  }
}

/* -------------------------------------------------------------------------
	テキスト揃え
*/
.l-alignL {
  text-align: left;
}

.l-alignR {
  text-align: right;
}

.l-alignC {
  text-align: center;
}

.l-block-alignC {
  margin-left: auto;
  margin-right: auto;
}

.l-valign-m {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-sp-alignL {
    text-align: left;
  }
  .l-sp-alignR {
    text-align: right;
  }
  .l-sp-alignC {
    text-align: center;
  }
}

/* ==========================================================================
   Module
   ========================================================================== */
/* ====================================================================

#コンテンツヘッダ

*/
/* --------------------------------------------------------------------
  #ヘッダ
 */
.header {
  position: fixed;
  top: 0;
  /*z-index: $zind_layer8;*/
  z-index: 10;
  background-color: #1a1a1a;
  height: 65px;
  width: 100%;
}

.header:after {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  bottom: -4px;
  background: linear-gradient(-90deg, #77daec, #71e56b, #ffbc66, #f099b6, #77daec);
}

@media print, screen and (min-width: 769px) {
  .header {
    height: 90px;
    min-width: 1120px;
  }
  .header:after {
    height: 4px;
    bottom: -4px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-inner {
    position: relative;
    z-index: 11;
    height: 65px;
    background-color: #1a1a1a;
  }
}

/**
  ヘッダロゴ
 */
.header__logo {
  height: 65px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 20px;
  /*.logo-nasne {
    display: block;
    width: 84px;
    margin-right: 9px;
  }*/
}

.header__logo .logo-ci {
  display: block;
  width: 22.9vw;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .header__logo {
    position: absolute;
    width: 113px;
    height: 90px;
    margin-left: 43px;
  }
  .header__logo .logo-nasne {
    width: 168px;
    margin-right: 18px;
  }
  .header__logo .logo-ci {
    width: 113px;
  }
}

/**
  SP時の固定ヘッダ要素
 */
.header-wrap {
  position: relative;
  background: #fff;
  width: 100%;
  z-index: 10;
}

/**
  メニュートリガーボタン
 */
.header__trigger {
  /*position: fixed;*/
  position: absolute;
  z-index: 11;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 0;
}

.header__trigger .line1,
.header__trigger .line2,
.header__trigger .line3 {
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
  transition-duration: .2s;
}

.header__trigger .line1 {
  transform: translate3d(0, -6px, 0);
}

.header__trigger .line2 {
  transform: translate3d(0, 0, 0);
}

.header__trigger .line3 {
  transform: translate3d(0, 6px, 0);
}

.header__trigger.is-active .line1,
.header__trigger.is-active .line2,
.header__trigger.is-active .line3 {
  transition-duration: .4s;
}

.header__trigger.is-active .line1 {
  transform: translate3d(0, 1px, 0) rotate(-225deg);
}

.header__trigger.is-active .line2 {
  transform: translate3d(20px, 0, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.header__trigger.is-active .line3 {
  transform: translate3d(0, -1px, 0) rotate(225deg);
}

@media print, screen and (min-width: 769px) {
  .header__trigger {
    display: none;
  }
}

/**
  ドロワーコンテナ（SP時メニューのボディ）
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-menu {
    display: none;
    position: absolute;
    z-index: 10;
    /*height: 100vh;*/
    top: 0;
    right: 0;
    width: 100%;
  }
  .header-menu.is-beforeEnter {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .header-menu.is-active {
    display: block;
    transition-duration: .5s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .header-menu.is-fadeOut {
    display: block;
    transition-duration: .3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@media print, screen and (min-width: 769px) {
  .header-menu {
    display: block;
  }
}

.header-menu-inner {
  /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;*/
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-menu-inner {
    /*overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;*/
    padding-top: 65px;
    /*padding-bottom: 80px;*/
  }
}

/**
  グロナビ
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-gnav {
    width: 100%;
    background-color: #fff;
  }
}

@media print, screen and (min-width: 769px) {
  .header-gnav {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    height: 90px;
    width: 620px;
    right: 222px;
  }
}

.header-gnav__item .item-inner {
  display: block;
  letter-spacing: .075em;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-gnav__item {
    border-bottom: 1px solid #ccc;
  }
  .header-gnav__item .item-inner {
    padding: 18px;
    text-align: center;
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 769px) {
  .header-gnav__item {
    margin-right: 35px;
  }
  .header-gnav__item .item-inner {
    transition-duration: 0.2s;
    color: #fff;
  }
  .header-gnav__item.is-current .item-inner {
    color: #ccffff;
  }
  .header-gnav__item:last-child {
    margin-right: 0;
  }
  .header-gnav__item:hover .item-inner {
    color: #ccc;
  }
}

.header__buy {
  position: relative;
  background-color: #f39f00;
  border-radius: 50px;
}

.header__buy .buy-inner {
  position: relative;
  z-index: 2;
  border: 2px solid #f6be53;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  border-radius: 50px;
  font-size: 1.3rem;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(100, 100, 100, 0.5);
  transition-duration: 0.2s;
}

.header__buy:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  top: 0;
  left: 0;
  transition-duration: 0.2s;
  background: linear-gradient(180deg, #f6be53, #f39f00);
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header__buy {
    position: absolute;
    top: 12px;
    right: 10px;
  }
  .header__buy .buy-inner {
    width: 90px;
    height: 40px;
  }
  .header__buy .buy-inner .inner-sub {
    margin-top: 3px;
    font-size: .9rem;
    letter-spacing: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .header__buy {
    position: absolute;
    right: 34px;
    top: 18px;
  }
  .header__buy .buy-inner {
    height: 54px;
    width: 160px;
    font-size: 1.8rem;
  }
  .header__buy .buy-inner .inner-sub {
    margin-top: 4px;
    display: block;
    font-size: 1rem;
  }
  .header__buy:hover .buy-inner {
    border: 2px solid #f6be53;
  }
  .header__buy:hover:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

/*.header__buy {
  .buy-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    @include textShadow;
    height: 60px;
    background: linear-gradient(180deg, #f6be53, #f39f00);
  }
  @include mq-sp {
    border-bottom: 1px solid #ccc;
  }
  @include mq-pc {
    position: absolute;
    right: 34px;
    top: 18px;
    .buy-inner {
      border: 2px solid #f6be53;

      height: 54px;
      width: 160px;
      font-size: 1.8rem;
      border-radius: 50px;
      .inner-sub {
        margin-top: 4px;
        display: block;
        font-size: 1rem;
      }
    }
  }
}*/
.header__overlay {
  position: fixed;
  z-index: 7;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  visibility: hidden;
  transition: visibility 0s, opacity .5s;
}

.header__overlay.is-active {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media print, screen and (min-width: 769px) {
  .header__overlay {
    display: none;
  }
}

.footer {
  background-color: #ebebeb;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer__product {
    width: 97px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__product .prise {
    width: 97px;
    margin-top: -5px;
  }
}

@media print, screen and (min-width: 769px) {
  .footer__product {
    width: 300px;
    text-align: center;
  }
  .footer__product img {
    width: 229px;
  }
  .footer__product .prise {
    margin-top: -20px;
    width: 204px;
  }
}

.footer-container1 {
  padding: 40px 20px 20px;
}

@media print, screen and (min-width: 769px) {
  .footer-container1 {
    display: -ms-flexbox;
    display: flex;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 94px 0 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .footer-content {
    padding-top: 20px;
    width: 500px;
  }
}

.footer__logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 161px;
}

@media print, screen and (min-width: 769px) {
  .footer__logo {
    width: 322px;
    margin-bottom: 60px;
  }
}

.footer__copy {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: .075em;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 769px) {
  .footer__copy {
    font-size: 1.87rem;
    margin-bottom: 30px;
  }
}

.footer__btn {
  position: relative;
  background-color: #f39f00;
  border-radius: 50px;
}

.footer__btn .btn-inner {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(100, 100, 100, 0.5);
  height: 40px;
  border-radius: 50px;
}

.footer__btn .btn-inner:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50px;
  left: 1px;
  top: 1px;
  border: 1px solid #eed29d;
}

.footer__btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  top: 0;
  left: 0;
  transition-duration: 0.2s;
  background: linear-gradient(180deg, #f6be53, #f39f00);
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer__btn {
    margin-bottom: 15px;
  }
  .footer__btn .inner-sub {
    font-size: .9rem;
    display: block;
    margin-left: 4px;
  }
}

@media print, screen and (min-width: 769px) {
  .footer__btn {
    margin-bottom: 26px;
  }
  .footer__btn .btn-inner {
    height: 68px;
    font-size: 2rem;
  }
  .footer__btn .btn-inner .inner-sub {
    font-size: 1.2rem;
    display: block;
    margin-left: 6px;
  }
  .footer__btn:hover:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.footer__note {
  line-height: 1.5;
  font-size: .9rem;
  word-break: break-all;
}

@media print, screen and (min-width: 769px) {
  .footer__note {
    font-size: 1.2rem;
  }
}

.footer-container2 {
  background-color: #1a1a1a;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer-container2-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding: 20px 20px 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .footer-container2-inner {
    width: 1000px;
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media print, screen and (min-width: 769px) {
  .footer-box1 {
    width: 300px;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer__ci {
    width: 65px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .footer__ci {
    width: 86px;
    margin-right: 20px;
  }
}

.footer__copyright {
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}

.footer__unav > li {
  position: relative;
  display: inline;
  margin-right: 10px;
}

.footer__unav > li > a, .footer__unav > li > span {
  color: #fff;
  font-size: 1rem;
}

.footer__unav > li:after {
  content: "";
  display: block;
  position: absolute;
  content: "|";
  color: #fff;
  font-size: 1rem;
  top: 5px;
  right: -10px;
}

.footer__unav > li:last-child:after {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer__unav {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .footer__unav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .footer__unav > li > a, .footer__unav > li > span {
    display: block;
    padding: 0 20px;
    font-size: 1.2rem;
  }
  .footer__unav > li > a:hover, .footer__unav > li > span:hover {
    color: #d7000f;
    text-decoration: underline;
  }
  .footer__unav > li:after {
    content: "";
    display: block;
    position: absolute;
    content: "|";
    color: #fff;
    top: -1px;
    right: -4px;
  }
}

.footer__value {
  line-height: 1.5;
  font-size: .9rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  word-break: break-all;
}

@media print, screen and (min-width: 769px) {
  .footer__value {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }
}

.list-notes > li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5em;
  font-size: 1.1rem;
  margin-bottom: .75em;
}

@media print, screen and (min-width: 769px) {
  .list-notes > li {
    font-size: 1.4rem;
  }
}

.list-notes--dot > li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.list-notes--txt-l > li {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 769px) {
  .list-notes--txt-l > li {
    font-size: 1.6rem;
  }
}

.list-notes--txt-s > li {
  font-size: 1rem;
}

@media print, screen and (min-width: 769px) {
  .list-notes--txt-s > li {
    font-size: 1.3rem;
  }
}

/* ==========================================================================

	#アコーディオンモジュール

 */
.prg-accr-wrapper.is-show .prg-accr-content {
  display: block;
}

.prg-accr-trigger {
  cursor: pointer;
}

.prg-accr-content {
  display: none;
}

.prg-sp-accr-wrapper.is-show .prg-sp-accr-content {
  display: block;
}

.prg-sp-accr-trigger {
  cursor: pointer;
}

.prg-sp-accr-content {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .prg-sp-accr-content {
    display: block;
  }
}

.page-title {
  position: relative;
}

.page-title-inner {
  position: relative;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: linear-gradient(0deg, #f7f7f7, #fff);
  border-bottom: 2px solid #d6d6d6;
}

.page-title-inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: 1px;
  bottom: 2px;
}

@media print, screen and (min-width: 769px) {
  .page-title-inner {
    height: 120px;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .page-title-inner2 {
    padding-left: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .page-title-inner2 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.breadcrumbs {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .breadcrumbs {
    margin-left: 35px;
    margin-bottom: 50px;
  }
}

.breadcrumbs > li {
  font-size: 1rem;
  display: inline-block;
  color: #333;
}

.breadcrumbs > li > a, .breadcrumbs > li > span {
  display: inline-block;
  text-decoration: underline;
  line-height: 1.3;
  color: #333;
}

.breadcrumbs > li:after {
  content: "＞";
  margin-left: 6px;
}

.breadcrumbs > li:last-child:after {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .breadcrumbs > li {
    font-size: 1.2rem;
  }
  .breadcrumbs > li > a:hover, .breadcrumbs > li > span:hover {
    text-decoration: none;
  }
}

.heading-nav {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .heading-nav {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin: 20px 20px 0;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

@media print, screen and (min-width: 769px) {
  .heading-nav {
    -ms-flex-pack: end;
        justify-content: flex-end;
    position: absolute;
    top: 52px;
    right: calc(50% - 500px);
  }
}

.heading-nav__item {
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.heading-nav__item:last-child {
  margin-right: 0;
}

.heading-nav__item .item-inner {
  font-size: 1.2rem;
}

.heading-nav__item .item-inner:hover {
  color: #d7000f;
  text-decoration: underline;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .heading-nav__item a {
    color: #d7000f;
  }
}

@media screen and (min-width: 0px) and (max-width: 320px) {
  .heading-nav__item {
    margin-right: 10px;
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 769px) {
  .heading-nav__item {
    margin-right: 32px;
  }
  .heading-nav__item .item-inner {
    font-size: 1.6rem;
  }
}

/******************************************
  mv
 */
.howto-mv {
  position: relative;
  height: 158px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .howto-mv {
    height: 269px;
    padding-left: 40px;
  }
}

.howto-mv__pict {
  position: absolute;
  top: 0;
  right: 0;
  width: 53.3vw;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .howto-mv__pict {
    right: -20px;
  }
}

@media print, screen and (min-width: 769px) {
  .howto-mv__pict {
    width: 690px;
  }
}

.howto-mv__catch {
  position: relative;
  z-index: 1;
  line-height: 1.5;
  letter-spacing: .25em;
  font-size: 1.7rem;
  margin-bottom: 8px;
}

@media print, screen and (min-width: 769px) {
  .howto-mv__catch {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}

.howto-mv__lead {
  position: relative;
  z-index: 1;
  line-height: 1.75;
  letter-spacing: .05em;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 769px) {
  .howto-mv__lead {
    font-size: 1.6rem;
  }
}

.howto-wrap {
  position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .howto-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .howto-wrap {
    min-width: 1120px !important;
  }
}

/******************************************
  main
 */
.howto-main {
  background-color: #f7f7f7;
}

@media print, screen and (min-width: 769px) {
  .howto-main {
    width: 780px;
  }
}

.howto-block {
  position: relative;
}

.howto-block:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(-90deg, rgba(100, 100, 100, 0.2), rgba(0, 0, 0, 0));
}

.howto-block-inner {
  background-color: #f7f7f7;
}

.howto-block__title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
}

.howto-block__title .title-label {
  position: relative;
  display: block;
  z-index: 1;
  letter-spacing: .075em;
}

.howto-block__title .title-pict {
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .howto-block__title {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-left: 65px;
  }
  .howto-block__title .title-pict {
    width: 36px;
    left: 15px;
    top: 10px;
  }
  .howto-block__title .title-label {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .howto-block__title:before, .howto-block__title:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 2px;
    right: 25px;
    background-color: #333;
    transition-duration: .2s;
  }
  .howto-block__title:before {
    transform: rotate(90deg);
  }
  .howto-block__title.is-active:before {
    transform: rotate(0deg);
  }
}

@media print, screen and (min-width: 769px) {
  .howto-block__title {
    height: 200px;
    padding-left: 40px;
    margin-bottom: -40px;
  }
  .howto-block__title .title-label {
    font-size: 2.8rem;
    padding-bottom: 40px;
  }
}

.howto-block__title--01 {
  background: linear-gradient(90deg, #e3f4fa, #c6e9f5);
}

.howto-block__title--02 {
  background: linear-gradient(90deg, #ffeee0, #ffdcc0);
}

.howto-block__title--03 {
  background: linear-gradient(90deg, #f8eafd, #f1d4fa);
}

.howto-block__title--04 {
  background: linear-gradient(90deg, #f4f0dc, #e8e1b8);
}

.howto-block__title--05 {
  background: linear-gradient(90deg, #ffe4e4, #ffc8c8);
}

.howto-block__title--06 {
  background: linear-gradient(90deg, #e8f8f4, #d0f0e9);
}

.howto-block-wrap {
  padding: 20px 20px 40px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .howto-block-wrap .prg-accr-content {
    display: block !important;
  }
}

@media print, screen and (min-width: 769px) {
  .howto-block-wrap {
    padding: 0 40px 60px;
  }
}

.howto-block-wrap--last {
  padding-bottom: 0;
}

.howto-list {
  position: relative;
  z-index: 2;
}

.howto-list:last-child {
  margin-bottom: 0;
}

.howto-list__item {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(100, 100, 100, 0.2);
  margin-bottom: 10px;
}

.howto-list__item:last-child {
  margin-bottom: 0;
}

.howto-list__item .item-heading {
  border-bottom: 1px solid #ccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: bold;
  height: 70px;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .howto-list__item {
    margin-bottom: 20px;
  }
  .howto-list__item .item-heading {
    height: 78px;
    padding-left: 32px;
    font-size: 1.6rem;
    border-bottom: 1px solid #ccc;
  }
  .howto-list__item .item-heading:before, .howto-list__item .item-heading:after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 2px;
    right: 32px;
    background-color: #666;
    transition-duration: .2s;
  }
  .howto-list__item .item-heading:before {
    transform: rotate(90deg);
  }
  .howto-list__item .item-heading.is-active:before {
    transform: rotate(0deg);
  }
}

.howto-list__item__content {
  border-top: 1px solid #e6e6e6;
  padding: 18px 18px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .howto-list__item__content .content-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .howto-list__item__content .content-col-pict {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .howto-list__item__content {
    padding: 32px 32px 16px;
  }
  .howto-list__item__content .content-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 15px;
  }
  .howto-list__item__content .content-col-text {
    width: 62%;
    padding-right: 5%;
  }
  .howto-list__item__content .content-col-pict {
    width: 38%;
  }
}

.howto-list__item__relation {
  margin-top: 20px;
  border-top: 1px dotted #c1c1c1;
}

.howto-list__item__relation > li {
  border-bottom: 1px dotted #c1c1c1;
}

.howto-list__item__relation > li:last-child {
  border-bottom: none;
}

@media print, screen and (min-width: 769px) {
  .howto-list__item__relation {
    margin-top: 20px;
  }
}

.howto-list__item__relation .item-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1.1rem;
  height: 50px;
}

.howto-list__item__relation .item-inner:after {
  content: "";
  display: block;
  position: absolute;
  content: "詳しくはこちら";
  right: 0;
  padding-right: 12px;
  background: url(../img/ic_newwin.svg) no-repeat right center/5px auto;
  font-size: 1.1rem;
}

@media print, screen and (min-width: 769px) {
  .howto-list__item__relation .item-inner {
    height: 60px;
  }
  .howto-list__item__relation .item-inner:after {
    font-size: 1.4rem;
  }
  .howto-list__item__relation .item-inner:hover {
    color: #d7000f;
  }
  .howto-list__item__relation .item-inner:hover:after {
    text-decoration: underline;
  }
}

.howto-list__item__bottom .bottom-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #f8f8f8;
  padding-left: 20px;
  height: 50px;
  font-size: 1.2rem;
  line-height: 1.3;
}

.howto-list__item__bottom .bottom-label {
  display: inline-block;
  background: url(../img/ic_arrow_a.svg) no-repeat left center/5px auto;
  padding-left: 15px;
}

@media print, screen and (min-width: 769px) {
  .howto-list__item__bottom .bottom-inner {
    height: 70px;
    border-radius: 0 0 4px 4px;
    padding-left: 32px;
    font-size: 1.6rem;
    transition-duration: 0.2s;
  }
  .howto-list__item__bottom .bottom-inner:hover {
    color: #d7000f;
    background-color: #e6e6e6;
  }
  .howto-list__item__bottom .bottom-label {
    padding-left: 20px;
  }
}

/******************************************
  アンカー
 */
.howto-anchor {
  border-top: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 20px;
  top: 0;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .howto-anchor {
    display: none;
  }
}

.howto-anchor.is-fixed {
  top: 94px;
  position: fixed;
  right: calc(50% - 540px);
}

.howto-anchor.is-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 20px;
}

.howto-anchor__item {
  border-bottom: 1px solid #ccc;
}

.howto-anchor__item .item-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 86px;
  padding-left: 16px;
  background-color: #f8f8f8;
  transition-duration: 0.2s;
}

.howto-anchor__item .item-inner:hover {
  background-color: #fff;
}

.howto-anchor__item .item-pict {
  width: 56px;
  margin-right: 15px;
  display: block;
}

.howto-anchor__item .item-label {
  display: block;
  font-weight: bold;
}

.howto-anchor__item--01.is-current .item-inner {
  background: linear-gradient(90deg, #daf1f9, #b5e3f2);
}

.howto-anchor__item--02.is-current .item-inner {
  background: linear-gradient(90deg, #ffeee0, #ffdcc0);
}

.howto-anchor__item--03.is-current .item-inner {
  background: linear-gradient(90deg, #f8eafd, #f1d4fa);
}

.howto-anchor__item--04.is-current .item-inner {
  background: linear-gradient(90deg, #f4f0dc, #e8e1b8);
}

.howto-anchor__item--05.is-current .item-inner {
  background: linear-gradient(90deg, #ffe4e4, #ffc8c8);
}

.howto-anchor__item--06.is-current .item-inner {
  background: linear-gradient(90deg, #e8f8f4, #d0f0e9);
}

.howto-03__pict01 {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .howto-03__pict01 {
    margin: 20px auto 40px;
    width: 474px;
  }
}

.howto-04__pict01 {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .howto-04__pict01 {
    margin: 20px auto 40px;
    width: 508px;
  }
}

.howto-04__pict02 {
  margin: 0 auto 20px;
  width: 80%;
}

@media print, screen and (min-width: 769px) {
  .howto-04__pict02 {
    margin: 0 auto 40px;
    width: 300px;
  }
}

.howto-anchor__fig {
  width: 116px;
  position: absolute;
  bottom: -140px;
  right: 40px;
  transition-duration: .4s;
  transform: translate3d(40px, 80px, 0) rotate(-20deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.howto-anchor__fig.is-active {
  transform: translate3d(0, 0, 0) rotate(0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.pro-block {
  margin-bottom: 45px;
}

@media print, screen and (min-width: 769px) {
  .pro-block {
    margin-bottom: 90px;
  }
}

.pro-container {
  margin-bottom: 25px;
}

@media print, screen and (min-width: 769px) {
  .pro-container {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 769px) {
  .pro-box1 {
    width: 400px;
  }
}

@media print, screen and (min-width: 769px) {
  .pro-box2 {
    width: 600px;
  }
}

.pro__fig01 {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pro__fig01 {
    width: 40%;
    transform: translate3d(28%, 0, 0);
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .pro__fig01 {
    width: 276px;
  }
}

.pro-list > li {
  position: relative;
  margin-bottom: 12px;
}

.pro-list > li:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 1px;
  background-color: #000;
  left: 0;
  top: 10px;
}

.pro-list > li:last-child {
  margin-bottom: 0;
}

.pro-list .pro-list__head {
  font-weight: bold;
  padding-left: 14px;
  line-height: 1.75;
  font-size: 1.2rem;
}

.pro-list .pro-list__text {
  padding-left: 14px;
  font-size: 1.2rem;
  line-height: 1.75;
}

@media print, screen and (min-width: 769px) {
  .pro-list > li {
    margin-bottom: 22px;
  }
  .pro-list > li:before {
    width: 13px;
    top: 13px;
  }
  .pro-list .pro-list__head {
    padding-left: 25px;
    margin-bottom: 6px;
    font-size: 1.6rem;
  }
  .pro-list .pro-list__text {
    padding-left: 25px;
    font-size: 1.6rem;
  }
}

.pro__hard {
  line-height: 3;
  font-weight: bold;
  font-size: 1.3rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pro__hard {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .pro__hard {
    line-height: 2;
    font-size: 1.8rem;
  }
}

.pro-list2 > dt, .pro-list2 > dd {
  line-height: 1.75;
}

.pro-list2 > dt {
  font-weight: bold;
  font-size: 1.2rem;
}

.pro-list2 > dd {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 769px) {
  .pro-list2 {
    display: -ms-flexbox;
    display: flex;
  }
  .pro-list2 > dt, .pro-list2 > dd {
    font-size: 1.6rem;
  }
  .pro-list2 > dt {
    width: 125px;
  }
  .pro-list2 > dd {
    width: calc(100% - 125px);
  }
}

.pro-table1 thead th:nth-child(3),
.pro-table1 thead th:nth-child(4) {
  background-color: #000;
  color: #fff;
  letter-spacing: 0;
}

.pro-table1 th:nth-child(1),
.pro-table1 th:nth-child(2) {
  text-align: left;
}

.pro-table1 td {
  font-weight: bold;
  background-color: #ebebeb;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pro-table-shiyou {
    width: 540px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pro-table-shiyou2 {
    width: 700px;
  }
}

.support-sec {
  position: relative;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 769px) {
  .support-sec {
    margin-bottom: 100px;
  }
}

.support-block {
  border-bottom: 2px solid #ccc;
}

@media print, screen and (min-width: 769px) {
  .support-block {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.support-block--nobd {
  border-bottom: none;
}

.support-block__logo {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .support-block__logo {
    width: 200px;
  }
}

.support-block__logo--01 img {
  width: 120px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .support-block__logo--01 {
    margin: 30px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .support-block__logo--01 {
    padding-top: 20px;
  }
  .support-block__logo--01 img {
    width: 120px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .support-block__logo--02 {
    margin: 20px 0;
  }
  .support-block__logo--02 img {
    width: 75px;
  }
}

@media print, screen and (min-width: 769px) {
  .support-block__logo--02 img {
    width: 95px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .support-block__logo--03 {
    margin: 20px 0;
  }
  .support-block__logo--03 img {
    width: 110px;
  }
}

@media print, screen and (min-width: 769px) {
  .support-block__logo--03 img {
    width: 77px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .support-block-content {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .support-block-content {
    width: 800px;
  }
}

.support-block__heading {
  font-size: 1.4rem;
  font-weight: bold;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .support-block__heading {
    text-align: center;
    margin-bottom: 6px;
  }
}

@media print, screen and (min-width: 769px) {
  .support-block__heading {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}

.support-scont1 {
  border-bottom: 2px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .support-scont1 {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.support-scont1:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.support-scont1--nobd {
  border-bottom: none;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .support-box1 {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .support-box1 {
    width: 400px;
  }
}

.support__dl {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .support__dl {
    -ms-flex-pack: center;
        justify-content: center;
    width: 72%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .support__dl > li {
    width: 47%;
    margin-right: 6%;
  }
  .support__dl > li:last-child {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .support__dl {
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 330px;
    margin-left: 40px;
  }
  .support__dl > li {
    width: 48.5%;
    transition: 0.2s;
  }
  .support__dl > li:hover {
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .support__btn1 {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .support__btn1 {
    width: 330px;
    margin-left: 40px;
  }
}

.support__btn2 {
  width: 72%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .support__btn2 {
    width: 330px;
  }
}

.support-list {
  background-color: #efefef;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .support-list {
    margin: 0 -20px;
    padding: 020px;
  }
}

@media print, screen and (min-width: 769px) {
  .support-list {
    padding: 30px 30px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.support-list__item {
  margin-bottom: 10px;
}

.support-list__item:last-child {
  margin-bottom: 0;
}

.support-list__item .item-pict {
  position: relative;
  z-index: 2;
  display: block;
  width: 36px;
  margin-right: 6px;
}

.support-list__item .item-label {
  position: relative;
  z-index: 2;
  display: block;
  width: calc(100% - 80px);
  font-size: 1.2rem;
  line-height: 1.3;
}

.support-list__item .item-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  height: 50px;
  padding-left: 15px;
}

.support-list__item .item-inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #efefef, #fff);
  left: 0;
  top: 0;
  border-radius: 5px;
  transition-duration: 0.2s;
  z-index: 0;
}

.support-list__item .item-inner:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
}

@media print, screen and (min-width: 769px) {
  .support-list__item {
    width: 460px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .support-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .support-list__item .item-pict {
    width: 72px;
    margin-right: 12px;
  }
  .support-list__item .item-label {
    font-size: 1.6rem;
  }
  .support-list__item .item-inner {
    height: 84px;
    padding-left: 15px;
    transition-duration: 0.2s;
  }
  .support-list__item:hover .item-inner:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.support__guide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.support__guide .guide-icon {
  display: block;
  width: 34px;
  margin-right: 6px;
}

@media print, screen and (min-width: 769px) {
  .support__guide {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
  .support__guide .guide-icon {
    width: 69px;
    margin-right: 14px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .support__fig {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .support__fig {
    position: absolute;
    width: 140px;
    bottom: -30px;
    right: 30px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .support-pconly {
    display: none;
  }
}

.support-faq {
  margin-bottom: 20px;
}

.support-faq > li {
  border-bottom: 2px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.support-faq > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.support-faq .support-faq__q {
  position: relative;
  line-height: 1.75;
  padding-left: 20px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.support-faq .support-faq__q p {
  font-weight: bold;
}

.support-faq .support-faq__q:before {
  content: "";
  display: block;
  position: absolute;
  content: "Q";
  left: 0;
  top: 0;
  font-weight: bold;
  font-size: 1.3rem;
}

.support-faq .support-faq__a {
  position: relative;
  line-height: 1.75;
  padding-left: 20px;
}

.support-faq .support-faq__a:before {
  content: "";
  display: block;
  position: absolute;
  content: "A";
  font-weight: bold;
  font-size: 1.3rem;
  left: 0;
  top: 0;
}

@media print, screen and (min-width: 769px) {
  .support-faq {
    margin-bottom: 60px;
  }
  .support-faq > li {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .support-faq .support-faq__q {
    padding-left: 40px;
    margin-bottom: 20px;
  }
  .support-faq .support-faq__q:before {
    font-size: 2.4rem;
    left: 0;
    top: -8px;
  }
  .support-faq .support-faq__a {
    padding-left: 40px;
  }
  .support-faq .support-faq__a:before {
    font-size: 2.4rem;
    top: -8px;
  }
}

.about-mv {
  margin-bottom: 55px;
}

@media print, screen and (min-width: 769px) {
  .about-mv {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 130px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about-mv-content {
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-mv-content {
    width: 40%;
    padding-top: 4vw;
    padding-left: 70px;
    max-width: 720px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about-mv__pict {
    padding-right: 20px;
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-mv__pict {
    width: 50%;
  }
}

.about-mv__catch {
  width: 60vw;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .about-mv__catch {
    width: 25vw;
    min-width: 340px;
    margin-bottom: 2vw;
  }
}

.about-mv__lead {
  line-height: 1.75;
  font-size: 1.3rem;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .about-mv__lead {
    font-size: 1.8rem;
    margin-bottom: 2vw;
  }
}

.about-mv__icon {
  width: 145px;
}

@media print, screen and (min-width: 769px) {
  .about-mv__icon {
    width: 12vw;
  }
}

/**
  section01
 */
.about-sec01-block {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .about-sec01-block {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-sec01-block--invert {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .about-sec01-block--invert .about-sec01-content {
    padding-right: auto;
    padding-left: 6.7vw;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

@media print, screen and (min-width: 769px) {
  .about-sec01__pict {
    width: 50%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about-sec01__pict--03 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-sec01__pict--03 {
    width: 465px;
    margin-left: 35px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-sec01-content {
    width: 50%;
    padding-right: 6.7vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about-sec01-content-inner {
    margin: 0 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-sec01-content-inner {
    width: 400px;
    padding-top: 4vw;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about-sec01__heading {
    padding-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .about-sec01__heading {
    margin-bottom: 30px;
  }
}

.about-sec01__heading--01 {
  width: 92px;
}

@media print, screen and (min-width: 769px) {
  .about-sec01__heading--01 {
    width: 154px;
  }
}

.about-sec01__heading--02 {
  width: 116px;
}

@media print, screen and (min-width: 769px) {
  .about-sec01__heading--02 {
    width: 154px;
  }
}

.about-sec01__heading--03 {
  width: 212px;
}

@media print, screen and (min-width: 769px) {
  .about-sec01__heading--03 {
    width: 345px;
  }
}

.about__note {
  font-size: 1.1rem;
}

@media print, screen and (min-width: 769px) {
  .about__note {
    font-size: 1.3rem;
  }
}

.about-01-slide {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .about-01-slide {
    display: none;
  }
}

/****
  section 02
 */
.about-sec02 {
  background: url(../img/about_02_bg.jpg) no-repeat center top/100% auto #f6f7f7;
  padding-top: 60px;
}

@media print, screen and (min-width: 769px) {
  .about-sec02 {
    padding-top: 7.2vw;
  }
}

.about-sec02__logo {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .about-sec02__logo {
    width: 360px;
    margin-bottom: 30px;
  }
}

.about-sec02__catch {
  margin-left: auto;
  margin-right: auto;
  width: 242px;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .about-sec02__catch {
    width: 655px;
    margin-bottom: 30px;
  }
}

.about-sec02__lead {
  color: #666;
  font-weight: bold;
  line-height: 1.75;
  font-size: 1.3rem;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .about-sec02__lead {
    font-size: 1.8rem;
    margin-bottom: 60px;
    text-align: center;
  }
}

.about-sec02-block {
  margin-bottom: 70px;
}

@media print, screen and (min-width: 769px) {
  .about-sec02-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about-sec02-content {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-sec02-content {
    width: 500px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about-sec02__pict01 {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-sec02__pict01 {
    width: 450px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about-sec02__pict02 {
    width: 42vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .about-sec02__pict02 {
    width: 316px;
    margin-right: 85px;
  }
}

.about-sec02__heading {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .about-sec02__heading {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about-sec02__heading--01 {
    width: 198px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .about-sec02__heading--01 {
    width: 304px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about-sec02__heading--02 {
    width: 267px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .about-sec02__heading--02 {
    width: 388px;
  }
}

.about-sec02__chara {
  position: relative;
  padding-right: 27vw;
}

.about-sec02__chara .chara-fig {
  position: absolute;
  width: 22.7vw;
  right: 0;
  top: -2vw;
}

@media print, screen and (min-width: 769px) {
  .about-sec02__chara {
    padding-right: 200px;
    padding-bottom: 55px;
  }
  .about-sec02__chara .chara-fig {
    width: 122px;
    right: 15px;
    bottom: 0;
  }
}

.about-sec02__name {
  line-height: 1.75;
  font-weight: bold;
  font-size: 1.2rem;
}

.about-sec02__name .name-big {
  font-size: 1.7rem;
}

@media print, screen and (min-width: 769px) {
  .about-sec02__name {
    font-size: 1.6rem;
  }
  .about-sec02__name .name-big {
    font-size: 2.6rem;
  }
}

/**
  section 03
 */
.about-sec03 {
  background: url(../img/about_03_bg_sp.jpg) no-repeat center top/cover;
  padding: 60px 0;
}

@media print, screen and (min-width: 769px) {
  .about-sec03 {
    padding: 90px 0;
    background: url(../img/about_03_bg.jpg) no-repeat center top/cover;
  }
}

.about-sec03-block {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .about-sec03-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about-sec03__heading {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-sec03__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    width: 100px;
    font-feature-settings: 'pkna';
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    text-orientation: mixed;
    -ms-text-combine-horizontal: all;
    font-size: 3.6rem;
  }
}

@media print, screen and (min-width: 769px) {
  .about-sec03-content {
    width: 400px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about-sec03__pict1 {
    margin-bottom: 20px;
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .about-sec03__pict1 {
    width: 400px;
  }
  .about-sec03__pict1 .pict1-1 {
    display: block;
    margin-bottom: 15px;
  }
}

.about-sec03__heading1 {
  line-height: 1.75;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 769px) {
  .about-sec03__heading1 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.about-sec03-btn {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .about-sec03-btn {
    width: 430px;
  }
}

/**
  section 04
 */
.about-sec04 {
  padding: 75px 0;
}

@media print, screen and (min-width: 769px) {
  .about-sec04 {
    padding: 110px 0;
  }
}

.about-sec04-block {
  position: relative;
  margin-bottom: 60px;
}

@media print, screen and (min-width: 769px) {
  .about-sec04-block {
    margin-bottom: 140px;
  }
}

.about-sec04-block--01:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/about_04_bg01.jpg) no-repeat center center/cover;
  width: 66.7vw;
  height: 53.3vw;
  bottom: -7vw;
  right: 0;
}

@media print, screen and (min-width: 769px) {
  .about-sec04-block--01:after {
    width: calc(50% - 270px);
    height: 360px;
    top: -50px;
  }
}

.about-sec04-block--02:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/about_04_bg02.jpg) no-repeat center center/cover;
  width: 66.7vw;
  height: 53.3vw;
  bottom: -8vw;
  left: 0;
}

@media print, screen and (min-width: 769px) {
  .about-sec04-block--02:after {
    width: calc(50% - 270px);
    height: 360px;
    top: -42px;
  }
}

.about-sec04-block--03:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/about_04_bg03.jpg) no-repeat center center/cover;
  width: 66.7vw;
  height: 53.3vw;
  bottom: -8vw;
  right: 0;
}

@media print, screen and (min-width: 769px) {
  .about-sec04-block--03:after {
    width: calc(50% - 270px);
    height: 360px;
    top: -42px;
    right: 0;
  }
}

.about-sec04-block--04:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/about_04_bg04.jpg) no-repeat center center/cover;
  width: 66.7vw;
  height: 53.3vw;
  bottom: -8vw;
  left: 0;
}

@media print, screen and (min-width: 769px) {
  .about-sec04-block--04:after {
    width: calc(50% - 270px);
    height: 360px;
    top: -42px;
    left: 0;
  }
}

.about-sec04-block-inner {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .about-sec04-block-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media print, screen and (min-width: 769px) {
  .about-sec04-block-inner--invert {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .about-sec04-block-inner--invert .about-sec04__pict {
    margin-left: -40px;
  }
}

.about-sec04__catch {
  text-align: center;
  line-height: 1.75;
  font-size: 2rem;
  margin-bottom: 20px;
}

.about-sec04__catch .catch-note {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 769px) {
  .about-sec04__catch {
    font-size: 3.2rem;
    margin-bottom: 80px;
  }
  .about-sec04__catch .catch-note {
    font-size: 1.6rem;
  }
}

.about-sec04__heading {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.75;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 769px) {
  .about-sec04__heading {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-sec04-content {
    width: 500px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about-sec04__pict {
    margin-top: 60px;
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .about-sec04__pict {
    width: 440px;
  }
}

/**
  bottom
 */
.about-bottom {
  background: url(../img/about_product_sp.jpg) no-repeat center top/100% auto #1a1a1a;
}

@media print, screen and (min-width: 769px) {
  .about-bottom {
    background: url(../img/about_product.jpg) no-repeat center top/1500px auto #1a1a1a;
    height: 390px;
  }
}

.about-bottom-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media print, screen and (min-width: 769px) {
  .about-bottom-inner {
    padding-top: 70px;
    padding-bottom: 0;
  }
}

.about-bottom__heading {
  text-align: center;
  color: #fff;
  line-height: 1.75;
  font-size: 2rem;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .about-bottom__heading {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}

.about-bottom__lead {
  text-align: center;
  color: #fff;
  line-height: 1.75;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .about-bottom__lead {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .about-bottom__banner {
    width: 66.7vw;
    margin-left: auto;
    margin-right: auto;
  }
  .about-bottom__banner > li {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-bottom__banner {
    display: -ms-flexbox;
    display: flex;
  }
  .about-bottom__banner > li {
    width: 480px;
    margin-right: 40px;
  }
  .about-bottom__banner > li:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__pict {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__pict {
    width: 50%;
  }
}

.top-mv-container {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 769px) {
  .top-mv-container {
    margin-top: -3.3vw;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv-content {
    width: 41.7vw;
    padding: 8.8vw 0 0 4.8vw;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv-catch2 {
    width: 57.1vw;
    margin-left: 20px;
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv-catch2 {
    width: 25.9vw;
    margin-bottom: 2.2vw;
  }
}

.top-mv__lead {
  line-height: 1.75;
  font-size: 1.2rem;
  margin: 0 20px 10px;
}

@media print, screen and (min-width: 769px) {
  .top-mv__lead {
    font-size: calc(11px + .4vw);
    margin: 0 0 1.6vw;
  }
}

.top-mv__note {
  font-size: 1rem;
  margin: 0 20px 20px;
}

@media print, screen and (min-width: 769px) {
  .top-mv__note {
    font-size: calc(9px + .3vw);
    margin: 0 0 4vw;
  }
}

.top-mv__btn {
  width: 66.7vw;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .top-mv__btn {
    width: 414px;
  }
}

/**
  section01
 */
.top-sec01 {
  margin-bottom: 70px;
}

@media print, screen and (min-width: 769px) {
  .top-sec01 {
    margin-bottom: 100px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-sec01-container1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-sec01__product {
    width: 26vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .top-sec01__product {
    width: 200px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-sec01-content {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-sec01-content {
    width: 755px;
  }
}

.top-sec01__catch {
  font-size: 2rem;
  line-height: 1.75;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-sec01__catch {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-sec01__catch {
    font-size: 3.2rem;
    margin-bottom: 12px;
  }
}

.top-sec01__catch2 {
  line-height: 1.75;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-sec01__catch2 {
    font-size: 1.4rem;
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .top-sec01__catch2 {
    font-size: 2rem;
  }
}

.top-sec01-container2 {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-sec01-container2 {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-sec01-container2 {
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-sec01__heading {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-sec01__heading--01 {
    width: 246px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-sec01__heading--01 {
    width: 367px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-sec01__heading--02 {
    width: 215px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-sec01__heading--02 {
    width: 310px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-sec01__heading--03 {
    width: 215px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-sec01__heading--03 {
    width: 520px;
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-sec01__pict {
    width: 550px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-sec01__content2 {
    width: 400px;
    padding-top: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-sec01-container3 {
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 769px) {
  .top-sec01__content3 {
    width: 400px;
    padding-top: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-sec01__pict2 {
    width: 540px;
    margin-left: 10px;
  }
}

/**
  section 02
 */
.top-sec02 {
  background-color: #f4f6f6;
  padding: 60px 0 40px;
  margin-bottom: 60px;
}

@media print, screen and (min-width: 769px) {
  .top-sec02 {
    padding: 70px 0;
    margin-bottom: 60px;
  }
}

.top-sec02__heading {
  text-align: center;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .top-sec02__heading {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.top-sec02-container {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .top-sec02-container {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-sec02-content {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-sec02-content {
    width: 490px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-sec02__pict {
    width: 480px;
    margin-left: 10px;
  }
}

.top__link {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top__link {
    margin-bottom: 120px;
    width: 66.7vw;
  }
  .top__link > li {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .top__link {
    width: 880px;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 120px;
  }
  .top__link > li {
    width: 430px;
    margin-right: 20px;
  }
  .top__link > li:last-child {
    margin-right: 0;
  }
}

.top-news {
  background: url(../img/top_news_bg.png);
  padding: 40px 0;
}

@media print, screen and (min-width: 769px) {
  .top-news {
    padding: 75px 0 70px;
  }
}

.top-news__heading {
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-news__heading {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-news__heading {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

.top-news__list > li {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 1.6rem;
}

.top-news__list > li:last-child {
  margin-bottom: 0;
}

.top-news__list > li .list-date {
  white-space: nowrap;
  line-height: 1.75;
}

.top-news__list > li .list-category span {
  display: block;
  text-align: center;
  background-color: #666;
  border-radius: 2px;
  color: #fff;
  padding: 2px 0;
}

.top-news__list > li .list-content {
  line-height: 1.75;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-news__list > li .list-date {
    width: 120px;
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  .top-news__list > li .list-category {
    width: calc(100% - 120px);
  }
  .top-news__list > li .list-category span {
    width: 100px;
    font-size: 1.1rem;
  }
  .top-news__list > li .list-content {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 769px) {
  .top-news__list > li {
    margin-bottom: 20px;
  }
  .top-news__list > li .list-date {
    width: 130px;
  }
  .top-news__list > li .list-category {
    width: 140px;
    font-size: 1.4rem;
  }
  .top-news__list > li .list-category span {
    padding: 5px 0;
  }
  .top-news__list > li .list-content {
    width: calc(100% - 316px);
    font-size: 1.6rem;
  }
}

.top-pickup {
  background: linear-gradient(0deg, #000, #2f2f2f);
  padding: 40px 0 25px;
}

@media print, screen and (min-width: 769px) {
  .top-pickup {
    padding: 70px 0 80px;
  }
}

.top-pickup__heading {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .top-pickup__heading {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.top-pickup-list {
  position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-pickup-list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .top-pickup-list {
    width: 866px;
    min-height: 340px;
  }
}

.top-pickup-list .slick-prev,
.top-pickup-list .slick-next {
  width: 26px;
  height: 40px;
  top: calc(50% - 20px);
}

@media print, screen and (min-width: 769px) {
  .top-pickup-list .slick-prev,
  .top-pickup-list .slick-next {
    width: 26px;
    height: 40px;
    top: calc(50% - 20px);
  }
}

.top-pickup-list .slick-prev {
  left: 0;
  background: url(../img/ic_prev.png) no-repeat center center/12px auto;
}

@media print, screen and (min-width: 769px) {
  .top-pickup-list .slick-prev {
    background: url(../img/ic_prev.png) no-repeat center center/15px auto;
  }
}

.top-pickup-list .slick-next {
  right: 0;
  background: url(../img/ic_next.png) no-repeat center center/12px auto;
}

@media print, screen and (min-width: 769px) {
  .top-pickup-list .slick-next {
    background: url(../img/ic_next.png) no-repeat center center/15px auto;
  }
}

.top-pickup-list__item .item-inner {
  display: block;
  background-color: #fff;
  overflow: hidden;
  /*height: 80vw;*/
  min-height: 300px;
  width: 70vw;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.5);
}

@media print, screen and (min-width: 769px) {
  .top-pickup-list__item .item-inner {
    box-shadow: 0px 0px 10px rgba(100, 100, 100, 0.5);
  }
}

.top-pickup-list__item .item-wrap {
  padding: 15px;
}

.top-pickup-list__item .item-category {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 7px;
}

.top-pickup-list__item .item-text {
  font-size: 1.2rem;
  margin-bottom: 7px;
  line-height: 1.75;
}

.top-pickup-list__item .item-date {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #666;
}

@media print, screen and (min-width: 769px) {
  .top-pickup-list__item .item-inner {
    width: 265px;
    min-height: 340px;
    border-radius: 4px;
  }
  .top-pickup-list__item .item-thumb {
    margin-bottom: 0;
  }
  .top-pickup-list__item .item-wrap {
    padding: 18px;
  }
  .top-pickup-list__item .item-category {
    margin-bottom: 14px;
    font-size: 1.4rem;
  }
  .top-pickup-list__item .item-text {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .top-pickup-list__item .item-date {
    font-size: 1.3rem;
    margin-bottom: 14px;
  }
}

.top-news-tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 7px;
}

@media print, screen and (min-width: 769px) {
  .top-news-tab {
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 10px;
  }
}

.top-news-tab__item {
  position: relative;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  height: 40px;
  width: 49.5%;
}

.top-news-tab__item span {
  margin: 2px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 2px;
  -ms-flex-pack: center;
      justify-content: center;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #fff;
}

.top-news-tab__item.is-active {
  background: linear-gradient(45deg, #7ae366 0%, #ffb969 10%, #f799ae 20%, #80d5e8 27%, #7ae366 36%, #ffb969 44%, #f799ae 59%, #80d5e8 68%, #7ae366 77%, #ffb969 85%, #f799ae 90%, #80d5e8 96%, #7ae366 100%);
  background-size: 200% 150%;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-news-tab__item {
    margin-bottom: 1%;
  }
  .top-news-tab__item:nth-child(2n-1) {
    margin-right: 1%;
  }
}

@media print, screen and (min-width: 769px) {
  .top-news-tab__item {
    height: 66px;
    width: 332px;
    border-radius: 4px 4px 1px 1px;
    transition-duration: 0.2s;
  }
  .top-news-tab__item span {
    height: 60px;
    margin: 3px;
    font-size: 1.6rem;
  }
}

.top-news-content__item {
  overflow: auto;
  height: 420px;
  padding: 20px;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .top-news-content__item {
    height: 420px;
    padding: 40px;
  }
}

/**
  media
 */
.top-media {
  box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.5);
  border-radius: 4px;
  margin: 0 15px 40px;
}

@media print, screen and (min-width: 769px) {
  .top-media {
    box-shadow: 0px 0px 10px rgba(100, 100, 100, 0.5);
  }
}

@media print, screen and (min-width: 769px) {
  .top-media {
    width: 908px;
    margin: 100px auto;
  }
}

.top-media__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.2rem;
  border-bottom: 1px solid #d6d6d6;
}

.top-media__heading .heading-big {
  font-weight: bold;
  font-size: 1.4rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-media__heading {
    -ms-flex-direction: column;
        flex-direction: column;
    height: 70px;
  }
  .top-media__heading .heading-big {
    margin-top: 4px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-media__heading {
    height: 96px;
    font-size: 1.6rem;
    letter-spacing: .2em;
  }
  .top-media__heading .heading-big {
    font-size: 2rem;
  }
}

.top-media-container {
  padding: 30px;
  border-top: 1px solid #e6e6e6;
}

@media print, screen and (min-width: 769px) {
  .top-media-container {
    padding: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-media__thumb {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .top-media__thumb {
    width: 44%;
  }
}

@media print, screen and (min-width: 769px) {
  .top-media-box {
    width: 50%;
  }
}

.top-media__catch {
  position: relative;
  display: inline-block;
  font-style: italic;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 1.5;
  padding-left: 10px;
}

.top-media__catch:before, .top-media__catch:after {
  position: absolute;
  content: "";
  top: -3px;
}

.top-media__catch:before {
  content: "“";
  left: 0;
}

.top-media__catch:after {
  content: "”";
}

@media print, screen and (min-width: 769px) {
  .top-media__catch {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .top-media__catch:before, .top-media__catch:after {
    top: -5px;
  }
  .top-media__catch:after {
    right: -14px;
  }
}

.top-media__text {
  font-size: 1.1rem;
  line-height: 1.75;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 769px) {
  .top-media__text {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}

.top-media__prise {
  display: block;
  float: right;
  margin: 0 0 10px 10px;
  width: 50px;
}

@media print, screen and (min-width: 769px) {
  .top-media__prise {
    margin: 0 0 10px 15px;
    width: 88px;
  }
}

.top-mv {
  position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv {
    margin-bottom: 50px;
  }
}

.top-mv-inner {
  position: relative;
  height: 128vw;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .top-mv-inner {
    margin-top: 4px;
    height: calc(42.4vw + 90px);
    background: url(../img/top_mv_bg.jpg) no-repeat center center/cover;
  }
}

.top-mv-main {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv-main {
    height: 60vw;
    top: 6vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv-main {
    margin-top: 2vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 46vw;
    height: 22vw;
  }
}

.top-mv-main-content {
  position: relative;
  transition-duration: 2s;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv-main-content.is-intro {
    transform: translate3d(0, -23vw, 0);
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv-main-content {
    width: 25vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    left: 0;
  }
  .top-mv-main-content.is-intro {
    left: 10.5vw;
  }
}

.top-mv__product {
  position: absolute;
  transition-duration: 1.5s;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__product {
    width: 28vw;
    left: 21vw;
    top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .top-mv__product.is-intro {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -15%, 0);
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__product {
    right: 0;
    width: 15.7vw;
  }
  .top-mv__product.is-intro {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 15%, 0);
  }
}

.top-mv__logo {
  transition-duration: 1s;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__logo {
    width: 37.6vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .top-mv__logo.is-intro {
    transform: translate3d(-40%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__logo {
    margin-bottom: 2vw;
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .top-mv__logo.is-intro {
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.top-mv__catch {
  width: 66.7vw;
  transition-duration: 1s;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__catch.is-intro {
    transform: translate3d(40%, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__catch {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .top-mv__catch.is-intro {
    transform: translate3d(50px, 0, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.top-mv__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.top-mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-mv__fig {
  position: absolute;
  z-index: 6;
  bottom: 0;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.11, 0.73, 0.6, 1.33);
}

.top-mv__fig .fig-balloon {
  position: absolute;
  animation: anim-top-balloon infinite 3s;
}

.top-mv__fig .fig-body {
  position: relative;
  z-index: 2;
  animation: anim-top-fig infinite 3s;
}

.top-mv__fig.is-intro {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translate3d(0, 20%, 0);
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__fig {
    right: 4vw;
    bottom: -16vw;
  }
  .top-mv__fig .fig-balloon {
    width: 41.3vw;
    top: -11vw;
    right: -.5vw;
  }
  .top-mv__fig .fig-body {
    width: 26vw;
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__fig {
    cursor: pointer;
    right: 40px;
    bottom: -45px;
  }
  .top-mv__fig .fig-balloon {
    width: 313px;
    top: -15px;
    right: 190px;
  }
  .top-mv__fig .fig-body {
    width: 213px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .top-mv__fig {
    right: 20px;
  }
  .top-mv__fig .fig-balloon {
    width: 280px;
    right: 125px;
  }
  .top-mv__fig .fig-body {
    width: 165px;
  }
}

@keyframes anim-top-fig {
  70% {
    transform: translate3d(0, 0, 0);
  }
  77% {
    transform: translate3d(0, -5%, 0);
  }
  84% {
    transform: translate3d(0, 0, 0);
  }
  91% {
    transform: translate3d(0, -5%, 0);
  }
  98% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes anim-top-balloon {
  70% {
    transform: translate3d(0, 0, 0);
  }
  77% {
    transform: translate3d(0, -25%, 0);
  }
  84% {
    transform: translate3d(0, 0, 0);
  }
  91% {
    transform: translate3d(0, -25%, 0);
  }
  98% {
    transform: translate3d(0, 0, 0);
  }
}

.top-mv__obj {
  position: absolute;
  z-index: 1;
  transition-duration: 2.3s;
  width: 25.2vw;
}

.top-mv__obj.is-intro {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media print, screen and (min-width: 769px) {
  .top-mv__obj {
    width: 21.3vw;
  }
}

.top-mv__obj--01 {
  transition-delay: .26s;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__obj--01 {
    left: 11vw;
    top: 21vw;
  }
  .top-mv__obj--01.is-intro {
    transform: translate3d(30%, 0, 0);
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__obj--01 {
    top: 0vw;
    left: 4vw;
  }
  .top-mv__obj--01.is-intro {
    transform: translate3d(30%, 0, 0);
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__obj--02 {
    right: 8vw;
    top: 18.5vw;
  }
  .top-mv__obj--02.is-intro {
    transform: translate3d(-30%, 0, 0);
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__obj--02 {
    top: -4.7vw;
    right: 4vw;
  }
  .top-mv__obj--02.is-intro {
    transform: translate3d(-30%, 0, 0);
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__obj--03 {
    left: -5vw;
    top: 38.5vw;
  }
  .top-mv__obj--03.is-intro {
    transform: translate3d(50%, 0, 0);
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__obj--03 {
    bottom: 3vw;
    left: -2.4vw;
    transition-delay: .4s;
  }
  .top-mv__obj--03.is-intro {
    transform: translate3d(50%, 0, 0);
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__obj--04 {
    left: 5vw;
    top: 57.5vw;
  }
  .top-mv__obj--04.is-intro {
    transform: translate3d(50%, 0, 0);
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__obj--04 {
    bottom: -2vw;
    left: 40vw;
    transition-delay: .2s;
  }
  .top-mv__obj--04.is-intro {
    transform: translate3d(-30%, 0, 0);
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__obj--05 {
    top: 55vw;
    right: 4vw;
    transition-delay: .59s;
  }
  .top-mv__obj--05.is-intro {
    transform: translate3d(20%, 0, 0);
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__obj--05 {
    bottom: 1vw;
    right: 8vw;
    transition-delay: .59s;
  }
  .top-mv__obj--05.is-intro {
    transform: translate3d(20%, 0, 0);
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv__obj--06 {
    top: 34vw;
    right: -5vw;
    transition-delay: .23s;
  }
  .top-mv__obj--06.is-intro {
    transform: translate3d(-50%, 0, 0);
  }
}

@media print, screen and (min-width: 769px) {
  .top-mv__obj--06 {
    bottom: 10vw;
    right: -5vw;
    transition-delay: .23s;
  }
  .top-mv__obj--06.is-intro {
    transform: translate3d(-50%, 0, 0);
  }
}

.top-header-wrap {
  position: fixed;
  z-index: 10;
  width: 100%;
}

.top-header-wrap .header {
  top: 0 !important;
  transition-duration: 1.5s;
  position: relative !important;
}

.top-header-wrap.is-intro .header {
  top: -100px !important;
  position: relative !important;
}

.connect {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .connect {
    height: 458px;
    background-color: #f0f0f0;
    margin-bottom: 60px;
    margin-left: calc(-50vw - 50%);
    margin-right: calc(-50vw - 50%);
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .connect-inner {
    margin: 0 -20px;
  }
}

@media print, screen and (min-width: 769px) {
  .connect-inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 20px 20px 20px 0;
  }
}

.connect-nav-wrap {
  width: 320px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.5);
}

@media print, screen and (min-width: 769px) {
  .connect-nav-wrap {
    box-shadow: 0px 0px 10px rgba(100, 100, 100, 0.5);
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .connect-nav-wrap {
    display: none;
  }
}

.connect-nav {
  padding: 5px;
  background-color: #ededed;
  border-radius: 4px;
}

.connect-nav__item {
  margin-bottom: 4px;
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(100, 100, 100, 0.3);
}

.connect-nav__item:last-child {
  margin-bottom: 0;
}

.connect-nav__item.is-current {
  background: linear-gradient(90deg, #7ae366 0%, #ffb969 10%, #f799ae 20%, #80d5e8 27%, #7ae366 36%, #ffb969 44%, #f799ae 59%, #80d5e8 68%, #7ae366 77%, #ffb969 85%, #f799ae 90%, #80d5e8 96%, #7ae366 100%);
  background-size: 300% 100%;
}

.connect-nav__item .item-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 4px;
  font-size: 1.6rem;
  background-color: #fff;
  height: 42px;
}

.connect-nav__item--01 {
  background: linear-gradient(0deg, #000, #3b3b3b);
  border-radius: 4px 4px 0 0;
}

.connect-nav__item--01.is-current {
  background: linear-gradient(0deg, #000, #3b3b3b);
}

.connect-nav__item--01 .item-inner {
  background: none;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  height: 60px;
  border-radius: 4px 4px 0 0;
}

.connect__fig {
  background-color: #f0f0f0;
  position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .connect__fig {
    padding: 10px 0;
  }
  .connect__fig > li img {
    display: block;
    padding: 0 20px;
  }
  .connect__fig .fig-heading {
    background-color: #ffffff;
    border-radius: 3px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 1.2rem;
    margin: 10px 20px;
    box-shadow: 0 0 3px rgba(100, 100, 100, 0.3);
  }
  .connect__fig .fig-heading--01 {
    background: linear-gradient(0deg, #000, #3b3b3b);
    height: 50px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
  }
}

@media print, screen and (min-width: 769px) {
  .connect__fig {
    width: 640px;
    height: 400px;
  }
  .connect__fig .fig-heading {
    display: none;
  }
  .connect__fig > li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .connect__fig > li.is-current {
    display: block;
  }
}

/**
  train list（数珠つなぎリストのjs用クラス）
 */
#prg-list-dm {
  display: none;
}

#prg-list-container {
  visibility: hidden;
  min-height: 100vh;
}

.join-fig {
  position: absolute;
  pointer-events: none;
  z-index: 3;
  bottom: 10px;
  left: calc(50% - 50px);
  transition-duration: .7s;
  transform: translate3d(0, 110%, 0);
  transition-timing-function: cubic-bezier(0.11, 0.73, 0.6, 1.33);
  transition-delay: .3s;
}

.join-fig .fig-txt,
.join-fig .fig-body {
  display: block;
}

.join-fig .fig-txt {
  animation: join-fig-txt infinite 2s;
  width: 120px;
}

.join-fig .fig-body {
  width: 100px;
  animation: join-fig-body infinite 2s;
}

.join-fig.is-active {
  transform: translate3d(0, 0, 0);
}

@media print, screen and (min-width: 769px) {
  .join-fig {
    left: calc(50% - 78px);
    bottom: 20px;
  }
  .join-fig .fig-txt {
    width: 180px;
  }
  .join-fig .fig-body {
    width: 165px;
    margin-left: 10px;
  }
}

@keyframes join-fig-txt {
  9.999% {
    transform: translate3d(0, 0, 0);
  }
  10% {
    transform: translate3d(10px, 0, 0) rotate(10deg);
  }
  19.999% {
    transform: translate3d(10px, 0, 0) rotate(10deg);
  }
  20% {
    transform: translate3d(0, 0, 0);
  }
  29.999% {
    transform: translate3d(0, 0, 0);
  }
  30% {
    transform: translate3d(10px, 0, 0) rotate(10deg);
  }
  39.999% {
    transform: translate3d(10px, 0, 0) rotate(10deg);
  }
  40% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes join-fig-body {
  9.999% {
    transform: translate3d(0, 0, 0);
  }
  10% {
    transform: translate3d(10px, 0, 0);
  }
  19.999% {
    transform: translate3d(10px, 0, 0);
  }
  20% {
    transform: translate3d(0, 0, 0);
  }
  29.999% {
    transform: translate3d(0, 0, 0);
  }
  30% {
    transform: translate3d(10px, 0, 0);
  }
  39.999% {
    transform: translate3d(10px, 0, 0);
  }
  40% {
    transform: translate3d(0, 0, 0);
  }
}

.back-btn {
  max-width: 160px;
  margin: 30px auto;
}

@media print, screen and (min-width: 769px) {
  .back-btn {
    max-width: 200px;
  }
}

/* ====================================================================

  #ボタンモジュール
  style設定クラスは > .btn-inner を内包する
  ex)
  <div class="some-btn">
  <p class="btn-style-a">
    <a class="btn-inner" href="hoge">ボタン</a>
  </p>
  </div>

 */
.btn-detail {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .btn-detail {
    width: 370px;
  }
}

.btn-inner {
  width: 100%;
  display: block;
  cursor: pointer;
}

/* --------------------------------------------------------------------
  #ボタン A -
 */
.btn-a {
  cursor: pointer;
}

.btn-a .btn-inner {
  box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.5);
  padding: 2px;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  background: linear-gradient(90deg, #7ae366 0%, #ffb969 10%, #f799ae 20%, #80d5e8 27%, #7ae366 36%, #ffb969 44%, #f799ae 59%, #80d5e8 68%, #7ae366 77%, #ffb969 85%, #f799ae 90%, #80d5e8 96%, #7ae366 100%);
  background-size: 300% 100%;
  content: '';
  font-size: 1.2rem;
  width: 100%;
  height: 42px;
}

@media print, screen and (min-width: 769px) {
  .btn-a .btn-inner {
    box-shadow: 0px 0px 10px rgba(100, 100, 100, 0.5);
  }
}

.btn-a .btn-inner2 {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50px;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .btn-a .btn-inner {
    padding: 4px;
    height: 72px;
    font-size: 1.6rem;
  }
  .btn-a:hover .btn-inner {
    animation: sparkle 2s infinite linear;
  }
}

@keyframes sparkle {
  from {
    background-position: 0% 100%;
  }
  to {
    background-position: 200% 100%;
  }
}

.btn-a--l .btn-inner {
  /*$d1: #f099b6;
    $d2: #faed99;
    $d3: #77c1ec;
    background: linear-gradient(
                    90deg,
                    $d1 0%,
                    $d2 10%,
                    $d3 20%,
                    $d1 30%,
                    $d2 40%,
                    $d3 50%,
                    $d1 60%,
                    $d2 70%,
                    $d3 80%,
                    $d1 90%,
                    $d2 100%
    );
    background-size: 300% 100%;*/
  height: 50px;
}

@media print, screen and (min-width: 769px) {
  .btn-a--l .btn-inner {
    padding: 6px;
    height: 88px;
  }
}

.btn-b .btn-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 2px solid #ccc;
  height: 40px;
  border-radius: 50px;
}

.btn-b .btn-label {
  font-weight: bold;
  font-size: 1.2rem;
  display: inline-block;
}

.btn-b .btn-label--newwin {
  padding-right: 12px;
  background: url(../img/ic_newwin.svg) no-repeat right top/5px auto;
}

@media print, screen and (min-width: 769px) {
  .btn-b .btn-inner {
    height: 58px;
    transition-duration: 0.2s;
  }
  .btn-b .btn-label {
    font-size: 1.6rem;
  }
  .btn-b:hover .btn-inner {
    color: #fff;
    background-color: #262626;
  }
}

/* ====================================================================

  #見出しモジュール

 */
/* --------------------------------------------------------------------
  # ページ見出し
 */
.heading1 {
  position: relative;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 769px) {
  .heading1 {
    font-size: 2.8rem;
  }
}

.heading2 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}

@media print, screen and (min-width: 769px) {
  .heading2 {
    margin-bottom: 60px;
    font-size: 2.4rem;
    padding-bottom: 35px;
    border-bottom: 2px solid #000;
  }
}

.heading2--border {
  border-top: 1px solid #d6d6d6;
  position: relative;
  padding-top: 20px;
}

@media print, screen and (min-width: 769px) {
  .heading2--border {
    padding-top: 35px;
  }
  .heading2--border:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    background-color: #e6e6e6;
  }
}

.heading3 {
  font-size: 1.5rem;
  padding-bottom: 17px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px dotted #8c8c8c;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .heading3 {
    font-size: 2.2rem;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}

/*
mixin
 */
@media print, screen and (min-width: 769px) {
  .l-form-m {
    width: 400px;
  }
}

.form-btn-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.form-btn-container > li {
  margin-left: 20px;
}

.form-btn-container > li .btn-submit {
  width: 200px;
  height: 46px;
}

.form-btn-container > li:first-child {
  margin-left: 0;
}

@media print, screen and (min-width: 769px) {
  .form-btn-container > li .btn-submit {
    width: 200px;
  }
}

.is-required {
  color: #d7000f;
  font-size: .6em;
  vertical-align: top;
}

/* --------------------------------------------------------------------
  #テーブル
 */
.form-table {
  margin-bottom: 20px;
}

.form-table > dt {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.form-table > dd {
  margin-bottom: 20px;
}

.form-table > dd:last-of-type {
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .form-table {
    margin-bottom: 40px;
  }
  .form-table > dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.mw_wp_form_confirm .form-table > dt {
  margin-bottom: 20px;
}

.mw_wp_form_confirm .form-table > dd {
  padding-bottom: 20px;
  border-bottom: 2px solid #333;
  color: #333;
}

.mw_wp_form_confirm .form-table .select-wrap:after {
  display: none;
}

/* --------------------------------------------------------------------
  #フォームボックス
 */
.form-box {
  background-color: #f8f8fb;
  padding: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form-box {
    padding: 10px;
  }
}

.form-box2 {
  padding: 20px 10px 10px;
  background-color: #eaeff4;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form-box2 {
    padding: 20px 5px 5px;
  }
}

/* --------------------------------------------------------------------
  #input
 */
input:not([type="radio"]):not([type="submit"]):not([type="file"]):not(.header-search__input),
textarea {
  height: 46px;
  font-size: 1.8rem;
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid #333;
  border-radius: 3px;
  background: #fff;
  height: 46px;
  padding: 0 10px;
  /*margin: 0 5px;*/
}

input:not([type="radio"]):not([type="submit"]):not([type="file"]):not(.header-search__input):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 1.8rem;
}

input:not([type="radio"]):not([type="submit"]):not([type="file"]):not(.header-search__input)::placeholder,
textarea::placeholder {
  color: #ccc;
  font-size: 1.8rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  input:not([type="radio"]):not([type="submit"]):not([type="file"]):not(.header-search__input),
  textarea {
    padding: 0 3px;
    height: 32px;
    font-size: 1.6rem;
  }
  input:not([type="radio"]):not([type="submit"]):not([type="file"]):not(.header-search__input):-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  input:not([type="radio"]):not([type="submit"]):not([type="file"]):not(.header-search__input)::placeholder,
  textarea::placeholder {
    font-size: 1.6rem;
  }
}

input[type="submit"] {
  background-color: #fff;
  border: 2px solid #000;
  color: #333;
}

input.is-error {
  border: 1px solid #d7000f !important;
}

input {
  width: 100%;
}

input[size="7"] {
  width: 70px;
}

input[size="7"] {
  width: 86px;
}

input[size="10"] {
  width: 100px;
}

input[size="15"] {
  width: 150px;
}

input[size="20"] {
  width: 200px;
}

input[size="25"] {
  width: 250px;
}

input[size="30"] {
  width: 300px;
}

input[size="35"] {
  width: 350px;
}

input[size="40"] {
  width: 400px;
}

input[size="50"] {
  width: 500px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  input[size="5"] {
    width: 50px;
  }
  input[size="7"] {
    width: 50px;
  }
  input[size="10"] {
    width: 65px;
  }
  input[size="15"] {
    width: 120px;
  }
  input[size="20"] {
    width: 180px;
  }
  input[size="25"] {
    width: 220px;
  }
  input[size="30"] {
    width: 100%;
  }
  input[size="35"] {
    width: 100%;
  }
  input[size="40"] {
    width: 100%;
  }
  input[size="50"] {
    width: 100%;
  }
}

textarea {
  padding: 10px;
  width: 100%;
  height: 120px;
}

/* --------------------------------------------------------------------
  #select
 */
.select-wrap {
  position: relative;
  max-width: 350px;
}

.select-wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  pointer-events: none;
  right: 0;
  top: 0;
  border-radius: 0 2px 2px 0;
  border: 2px solid #333;
  border-left: none;
  background: url(/assets/img/ic_arrow_down.svg) no-repeat center center/14px auto #fff;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .select-wrap {
    width: 200px;
  }
}

@media print, screen and (min-width: 769px) {
  .select-wrap:after {
    width: 40px;
    height: 46px;
  }
}

@media print, screen and (min-width: 769px) {
  .select-wrap--address {
    width: 200px;
  }
}

select {
  height: 32px;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: .05em;
  border-radius: 2px;
  background-color: #fff;
  border: 2px solid #333;
  padding: 0 10px;
}

@media print, screen and (min-width: 769px) {
  select {
    height: 46px;
    font-size: 1.6rem;
  }
}

.select--category {
  width: 180px;
}

@media print, screen and (min-width: 769px) {
  .select--category {
    width: 250px;
  }
}

/* --------------------------------------------------------------------
  #ラジオボタン
 */
label {
  cursor: pointer;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 769px) {
  label {
    font-size: 1.6rem;
  }
}

input[type="radio"] {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin: 0 5px;
  border: 2px solid #d9dce3;
  border-radius: 50%;
  margin-right: .3em;
  background: #fff;
  transform: translateY(-0.1em);
}

input[type="radio"]:checked {
  position: relative;
}

input[type="radio"]:checked:before, input[type="radio"]:checked:after {
  position: absolute;
  font-size: 14px;
  left: 1px;
  top: 1px;
  width: 20px;
  height: 20px;
  background: #333;
  content: "";
  border-radius: 50%;
}

input[type="radio"]:checked:after {
  width: 8px;
  height: 8px;
  left: 7px;
  top: 7px;
  background: #fff;
}

/* --------------------------------------------------------------------
  #チェックボックス
 */
input[type="checkbox"] {
  cursor: pointer;
  vertical-align: middle;
  width: 20px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  background: #f5f5f5;
  padding: 0 !important;
  height: 20px !important;
}

input[type="checkbox"]:checked {
  position: absolute;
}

input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 3px;
  width: 14px;
  height: 14px;
  background: url(/assets/img/ic_form_check.svg) no-repeat center center/12px 12px #333;
}

/*
  エラー
 */
.contact-form .error {
  margin-top: 10px;
}

.is-error input,
.is-error textarea,
.is-error .select-wrap:after,
.is-error select {
  background-color: #ffeeee !important;
}

.mw_wp_form_complete {
  padding: 4em 0;
}

.mw_wp_form_complete p {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 769px) {
  .mw_wp_form_complete p {
    font-size: 2rem;
  }
}

.table-head {
  font-size: 1.5rem;
  padding-bottom: 17px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #ccc;
}

@media print, screen and (min-width: 769px) {
  .table-head {
    font-size: 2rem;
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-container {
    overflow-x: scroll;
  }
}

.table-wrap-a {
  background-color: #ccc;
  border-radius: 8px;
  padding: 3px;
}

@media print, screen and (min-width: 769px) {
  .table-wrap-a {
    padding: 5px;
  }
}

.table-a {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
}

.table-a th {
  background-color: #f0f0f0;
  border-right: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.table-a th, .table-a td {
  padding: 7px;
  line-height: 1.5;
  font-size: 1.2rem;
  vertical-align: middle;
}

.table-a td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.table-a tr:first-child th {
  border-radius: 5px 0 0 0;
}

.table-a tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
}

.table-a tr:last-child th {
  border-radius: 0 0 0 5px;
}

.table-a tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

@media print, screen and (min-width: 769px) {
  .table-a th, .table-a td {
    padding: 15px;
    font-size: 1.6rem;
  }
}

th.is-gray,
td.is-gray {
  background-color: #d5d5d5 !important;
}

.table-b {
  width: 100%;
}

.table-b th {
  border-bottom: 1px solid #ccc;
}

.table-b th, .table-b td {
  padding: 7px;
  line-height: 1.5;
  font-size: 1.2rem;
}

.table-b td {
  border-bottom: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

@media print, screen and (min-width: 769px) {
  .table-b th, .table-b td {
    padding: 20px 8px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-wrap {
    position: relative;
  }
  .table-wrap.is-clicked:after {
    display: none;
  }
  .table-wrap:after {
    content: "";
    display: block;
    position: absolute;
    content: "asdfasdf";
    width: calc(100vw - 50px);
    height: 60vw;
    z-index: 1;
    top: 5px;
    left: 5px;
    background: url(../img/sp_swipe.png) no-repeat center top/100% auto;
  }
}

/* --------------------------------------------------------------------
  # タブ
 */
.tab-wrap {
  padding: 20px 9px 6px;
  background-color: #f8f8fb;
}

/* --------------------------------------------------------------------
  # タブボタン
 */
.tab-btns {
  display: -ms-flexbox;
  display: flex;
}

.tab-btn {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  height: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px solid #0b0b0b;
  margin-right: 5px;
  cursor: pointer;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.tab-btn:last-child {
  margin-right: 0;
}

.tab-btn.is-current {
  border-top: none;
  border-bottom: 1px solid #0b0b0b;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .tab-btn {
    font-size: 1.4rem;
    height: 50px;
  }
}

/* --------------------------------------------------------------------
  # タブボタン　下レイアウト
 */
.tab-wrap--bottom {
  padding: 6px 9px 20px;
}

.tab-wrap--bottom .tab-btn.is-current {
  border-bottom: none;
  border-top: 1px solid #0b0b0b;
}

.tab-btns--bottom .tab-btn {
  border-bottom: 1px solid #0b0b0b;
  border-top: none;
}

/* --------------------------------------------------------------------
  # タブボタン　カラーバリエーション
 */
.tab-btn--blue {
  background-color: #d1e6fc;
}

.tab-btn--beige {
  background-color: #f6eed3;
}

/* --------------------------------------------------------------------
  # タブコンテンツ
 */
.prg-tabContent__item {
  display: none;
}

.prg-tabContent__item.is-beforeEnter {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
}

.prg-tabContent__item.is-enter {
  display: block;
  transition-duration: .25s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.prg-tabContent__item.is-leave {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition-duration: .25s;
  display: block;
}

/* ==========================================================================
   Utilities
   ========================================================================== */
/* ==========================================================================

	#テキストモジュールとユーティリティ

	36　コピー
	27　 H1相当　ページタイトル
	25　 H2相当　コピー・見出しおよびラベル
	24　 H3相当　見出しおよびラベル
	20　コピー・中見出し・ラベル
	18　本文：大・ラベル
	16　本文：中
	14　本文：小を使用しています。
	12　最小（注文など一部のみ）

 */
/* -------------------------------------------------------------------------
	本文指定
*/
.u-txt-ll,
.u-txt-l,
.u-txt,
.u-txt-s,
.u-txt-ss {
  line-height: 1.75;
}

.u-txt-ll {
  font-size: 2rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-ll {
    font-size: 1.6rem;
  }
}

.u-txt-l {
  font-size: 1.8rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-l {
    font-size: 1.4rem;
  }
}

.u-txt {
  font-size: 1.6rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt {
    font-size: 1.3rem;
  }
}

.u-txt-s {
  font-size: 1.4rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-s {
    font-size: 1.2rem;
  }
}

.u-txt-ss {
  font-size: 1.2rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-ss {
    font-size: 1.1rem;
  }
}

.u-strong {
  color: #ff0000;
}

.u-note {
  color: #666;
}

/* -------------------------------------------------------------------------
	ユーティリティmisc
*/
/*一字下げ*/
.u-indent-head {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.u-font-bold {
  font-weight: bold;
}

.u-font-normal {
  font-weight: normal;
}

/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	<img class="u-fit" src="xxx.jpg" />
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	<br class="u-spbr" />
	<br class="u-pcbr" />
*/
.u-spbr {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-spbr {
    display: inline;
  }
}

.u-pcbr {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .u-pcbr {
    display: inline;
  }
}

.u-tdbr {
  display: none;
}

@media only screen and (max-width: 768px) {
  .u-tdbr {
    display: inline;
  }
}

/* -------------------------------------------------------------------------
	フロート
*/
@media print, screen and (min-width: 769px) {
  .u-floatL {
    float: left;
  }
}

@media print, screen and (min-width: 769px) {
  .u-floatR {
    float: right;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

/* -------------------------------------------------------------------------
	インラインテキストリンク
*/
.u-textLink:link, .u-textLink:visited {
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  .u-textLink:hover {
    text-decoration: none;
  }
}

/* -------------------------------------------------------------------------
	縦書きテキスト
*/
.u-vertical-text {
  font-feature-settings: 'pkna';
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-text-combine-horizontal: all;
}

/* -------------------------------------------------------------------------
	ブロック指定
*/
.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-listIndent li {
  font-size: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-listIndent li {
    font-size: 1.1rem;
    margin-bottom: .5em;
  }
}

.u-listDisc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-sp-only {
  display: none !important;
}

.u-pc-only {
  display: block !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
  .u-pc-only {
    display: none !important;
  }
}

.u-noWrap {
  white-space: nowrap;
}

@media print, screen and (min-width: 769px) {
  .u-pc-pdng {
    display: inline-block;
    width: 20px;
  }
}

/* ==========================================================================
   Animation
   アニメーション設定用css
   ========================================================================== */
