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

   ========================================================================== */
/* ==========================================================================
   Base
   リセットcssとhtml要素の定義
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url(//fonts.googleapis.com/css?family=Barlow|Barlow+Condensed);
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;
       }
     }

   }*/
}
@media only screen and (max-width: 350px) {
  html {
    font-size: 2.8571428571vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  html {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (min-width: 1281px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6rem;
  color: #333;
  background: #fff;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*overflow-y: scroll;*/
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "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: 0.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;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* --------------------------------------------------------------------
  #基本幅レイアウト用wrapper
 */
.l-width-std {
  margin-left: 10px;
  margin-right: 10px;
}
.l-width-std img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width:769px) {
  .l-width-std {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
}

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

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

/* --------------------------------------------------------------------
  #ページ全体のwrapper
 */
.l-page-wrapper {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-page-wrapper {
    padding-top: 60px;
  }
  .l-page-wrapper img {
    width: 100%;
    height: auto;
  }
}
/* --------------------------------------------------------------------
  #メインエリアwrapper
 */
.l-main {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-main {
    padding: 40px 0;
  }
}
@media print, screen and (min-width:769px) {
  .l-main {
    padding: 100px 0;
    min-width: 1010px;
  }
}

.l-main-container--mypage {
  margin-top: 0;
  padding-top: 20px;
  background-color: #e3e9ef;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-main-container--mypage {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 320px) {
  .l-main-container--mypage {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media print, screen and (min-width:769px) {
  .l-main-container--mypage {
    display: block;
    padding-top: 35px;
    max-width: inherit;
  }
}

/* --------------------------------------------------------------------
  #サイド
 */
@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: calc(100% - 240px);
    padding-left: 40px;
  }
}

@media print, screen and (min-width:769px) {
  .l-contents--mypage {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* --------------------------------------------------------------------
  #セクション基本レイアウト
 */
.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: flex;
  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;
  }
}
.l-container {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .l-container {
    display: flex;
    justify-content: space-between;
  }
}

.l-container--centering {
  justify-content: center;
  align-items: center;
}

.l-container--fullscreen {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-container-sp-block {
    display: block;
  }
}

@media print, screen and (min-width:769px) {
  .l-col2 {
    width: calc(50% - 20px);
  }
}

.l-lineup-head-left {
  width: 65%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-lineup-head-left {
    width: 58%;
  }
}

.l-lineup-head-right {
  width: 30%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-lineup-head-right {
    width: 38%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-sp-noflex {
    display: block;
  }
}

/**
  フォーム下アクションボタン
 */
.l-form-btn,
.l-form-btn-back {
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-form-btn,
  .l-form-btn-back {
    margin: 0 auto;
    width: auto;
  }
}
@media print, screen and (min-width:769px) {
  .l-form-btn,
  .l-form-btn-back {
    width: 100%;
  }
}

.l-form-btn-back {
  max-width: 160px;
}

.l-form-btn-right {
  max-width: 214px;
  margin: 0 0 40px auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-form-btn-right {
    margin: 0 0 20px auto;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-form-btn-container > li:nth-child(n+2) {
    margin-top: 4px;
  }
}
@media print, screen and (min-width:769px) {
  .l-form-btn-container {
    display: flex;
    justify-content: center;
  }
  .l-form-btn-container > li {
    width: 300px;
  }
  .l-form-btn-container > li:nth-child(n+2) {
    margin-left: 30px;
  }
}

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

#コンテンツヘッダ

*/
/* --------------------------------------------------------------------
  #ヘッダ
 */
.header {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header {
    position: absolute;
    top: 0;
    z-index: 100008;
    height: 60px;
    width: 100%;
  }
}
@media print, screen and (min-width:769px) {
  .header {
    min-width: 1010px;
  }
}

/**
  ヘッダロゴ
 */
.header__logo {
  padding: 0 0 0 20px;
}
.header__logo::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url(/assets/img/header_tri1.svg) no-repeat left top/contain;
}
@media print, screen and (min-width:769px) {
  .header__logo {
    padding: 0 0 0 20px;
  }
  .header__logo::before {
    width: 7.2vw;
    height: 7.2vw;
    max-width: 105px;
    min-width: 77px;
    min-height: 77px;
  }
}

.header__logo .logo-ci {
  width: 186px;
}
@media print, screen and (min-width:769px) {
  .header__logo .logo-ci {
    width: 22.7vw;
    max-width: 354px;
    min-width: 240px;
  }
}

.header__logo .logo-shoulder {
  position: absolute;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header__logo .logo-shoulder {
    font-size: 0.9rem;
    left: 5px;
    top: 12px;
  }
}
@media print, screen and (min-width:769px) {
  .header__logo .logo-shoulder {
    font-size: 0.8vw;
    top: 2.9vw;
  }
}
@media screen and (min-width: 1500px) {
  .header__logo .logo-shoulder {
    font-size: 1.2rem;
    top: 44px;
  }
}

/**
  SP時の固定ヘッダ要素
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-wrap {
    position: relative;
    background: #fff;
    height: 50px;
    width: 100%;
    z-index: 100010;
  }
}

/**
  メニュートリガーボタン
 */
.header__trigger {
  position: fixed;
  z-index: 100011;
  cursor: pointer;
  right: 8px;
  top: 8px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #65d5ca;
  font-size: 0;
}
.header__trigger .line1,
.header__trigger .line2,
.header__trigger .line3 {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 25%;
  transition-duration: 0.2s;
}
.header__trigger .line1 {
  transform: translate3d(0, -10px, 0);
}
.header__trigger .line2 {
  transform: translate3d(0, 0, 0);
}
.header__trigger .line3 {
  transform: translate3d(0, 10px, 0);
}
.header__trigger.is-active .line1,
.header__trigger.is-active .line2,
.header__trigger.is-active .line3 {
  transition-duration: 0.4s;
}
.header__trigger.is-active .line1 {
  transform: translate3d(0, 3px, 0) rotate(-225deg);
}
.header__trigger.is-active .line2 {
  transform: translate3d(20px, 0, 0);
  opacity: 0;
}
.header__trigger.is-active .line3 {
  transform: translate3d(0, -3px, 0) rotate(225deg);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header__trigger .line1, .header__trigger .line2, .header__trigger .line3 {
    width: 18px;
    height: 1px;
  }
  .header__trigger .line1 {
    transform: translate3d(0, -5px, 0);
  }
  .header__trigger .line3 {
    transform: translate3d(0, 5px, 0);
  }
  .header__trigger.is-active .line1 {
    transform: translate3d(0, 1px, 0) rotate(-225deg);
  }
  .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: fixed;
    z-index: 100008;
    height: 100%;
    background: #65d5ca;
    top: 0;
    width: 100%;
  }
  .header-menu.is-beforeEnter {
    display: block;
    opacity: 0;
  }
  .header-menu.is-active {
    display: block;
    transition-duration: 0.5s;
    opacity: 1;
    transform: scale(1);
  }
  .header-menu.is-fadeOut {
    display: block;
    transition-duration: 0.3s;
    opacity: 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-menu-inner {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    padding-bottom: 80px;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

/**
  グロナビ
 */
@media print, screen and (min-width:769px) {
  .header-gnav {
    position: absolute;
    bottom: 3px;
    right: 0;
    display: flex;
  }
}

.header-gnav__item {
  position: relative;
  font-size: 1.4rem;
}
.header-gnav__item > a, .header-gnav__item > span {
  display: inline-block;
  font-weight: bold;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-gnav__item {
    text-align: center;
  }
  .header-gnav__item > a, .header-gnav__item > span {
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    display: block;
    padding: 15px;
  }
}
@media print, screen and (min-width:769px) {
  .header-gnav__item {
    transition: 0.2s;
    font-size: 1.6rem;
  }
  .header-gnav__item:hover {
    opacity: 0.75;
  }
  .header-gnav__item > a, .header-gnav__item > span {
    padding: 0 3vw;
  }
  .header-gnav__item::before {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: -2px;
    left: -11px;
    background: url(/assets/img/ic_slash.svg) no-repeat left center/22px auto;
  }
}

/**
  ユーティリティナビ
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-unav {
    display: none;
  }
}
@media print, screen and (min-width:769px) {
  .header-unav {
    position: absolute;
    width: 104px;
    white-space: nowrap;
    top: 14px;
    right: 170px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) {
  .header-unav {
    top: 10px;
  }
}
@media screen and (min-width: 1500px) {
  .header-unav {
    top: 24px;
  }
}

.header-unav > li {
  display: inline-block;
  width: 38px;
}
@media print, screen and (min-width:769px) {
  .header-unav > li {
    max-width: 52px;
    width: 48px;
    transition: 0.2s;
  }
  .header-unav > li:hover {
    opacity: 0.75;
  }
}

/**
  フッターユーティリティ
 */
.header-unav-sp {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 10px 20px;
  border-top: 1px solid #b2eae5;
  border-left: 1px solid #b2eae5;
}
@media print, screen and (min-width:769px) {
  .header-unav-sp {
    display: none;
  }
}

.header-unav-sp > li {
  width: 50%;
  border-right: 1px solid #b2eae5;
  border-bottom: 1px solid #b2eae5;
  text-align: center;
}
.header-unav-sp > li > a, .header-unav-sp > li > span {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
}
.header-unav-sp > li > a, .header-unav-sp > li > span {
  padding: 7px 10px;
}

/**
  snsナビ
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-sns {
    display: flex;
    justify-content: center;
  }
}
@media print, screen and (min-width:769px) {
  .header-sns {
    position: absolute;
    background: url(/assets/img/header_squ.svg) no-repeat right top/contain;
    right: 0;
    top: -10px;
    width: 163px;
    height: 55px;
    display: flex;
    justify-content: flex-end;
    padding: 20px 5px 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) {
  .header-sns {
    top: -14px;
  }
}
@media screen and (min-width: 1500px) {
  .header-sns {
    height: 55px;
    top: 0;
  }
}

.header-sns > li > a, .header-sns > li > span {
  width: 40px;
  height: 32px;
  display: flex;
  padding: 5px 10px;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width:769px) {
  .header-sns > li {
    transition: 0.2s;
  }
  .header-sns > li:hover {
    opacity: 0.75;
  }
}

/**
  ヘッダ広告バナー
 */
.header-ad-bn {
  width: 200px;
  margin-bottom: 20px;
}
.header-ad-bn a {
  color: #65d5ca;
  font-weight: bold;
}
@media print, screen and (min-width:769px) {
  .header-ad-bn {
    display: none;
  }
}

.header-ad-bn__inner {
  background-color: #fff;
  height: 32px;
  border-radius: 20px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

  #フッタ

 */
.footer {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer {
    padding: 30px 0 0;
    background-color: #65d5ca;
  }
}
@media print, screen and (min-width:769px) {
  .footer {
    background-color: #6ce3d7;
  }
}

@media print, screen and (min-width:769px) {
  .footer-inner {
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    min-width: 1010px;
  }
}

/**
  フッターロゴ・コピーライトエリア
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer-sig {
    text-align: center;
    background-color: #6ce3d7;
    padding: 20px 0 40px;
  }
}
@media print, screen and (min-width:769px) {
  .footer-sig {
    width: 50%;
    height: 82px;
    display: flex;
    align-items: flex-end;
  }
  .footer-sig::before {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 103px 103px 0 0;
    left: 0;
    top: 0;
    border-color: #fff transparent transparent transparent;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer-sig__logo {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width:769px) {
  .footer-sig__logo {
    width: 18vw;
    margin-left: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1040px) {
  .footer-sig__logo {
    width: 182px;
  }
}

.footer-sig__copyright {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1.1rem;
}
@media print, screen and (min-width:769px) {
  .footer-sig__copyright {
    font-size: 1.3rem;
  }
}

/**
  フッターコンテンツエリア
 */
@media print, screen and (min-width:769px) {
  .footer-content {
    position: relative;
    width: 50%;
    height: 100%;
    background-color: #65d5ca;
    padding: 64px 4.2vw 80px 20px;
  }
  .footer-content::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 355px 355px;
    border-color: transparent transparent #65d5ca transparent;
    left: -355px;
    top: 0;
  }
}

/**
  フッターグロナビ
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer-gnav {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:769px) {
  .footer-gnav {
    display: flex;
    margin-bottom: 30px;
  }
}

.footer-gnav > li {
  position: relative;
  display: inline-block;
}
.footer-gnav > li > a, .footer-gnav > li > span {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.footer-gnav > li::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  background: #fff;
  top: -2px;
  right: 0;
  transform: rotate(45deg);
}
.footer-gnav > li:last-child::after {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer-gnav > li {
    padding: 0 20px;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width:769px) {
  .footer-gnav > li {
    flex-grow: 1;
  }
  .footer-gnav > li > a, .footer-gnav > li > span {
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
    transition: 0.2s;
  }
  .footer-gnav > li > a:hover, .footer-gnav > li > span:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 769px) and (max-width: 1240px) {
  .footer-gnav > li > a, .footer-gnav > li > span {
    font-size: 1.4rem;
  }
}

/**
  フッターユーティリティ
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer-unav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px 20px;
    border-top: 1px solid #b2eae5;
    border-left: 1px solid #b2eae5;
  }
}
@media print, screen and (min-width:769px) {
  .footer-unav {
    border-top: 1px solid #b2eae5;
    border-bottom: 1px solid #b2eae5;
    padding: 15px 0;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
  }
}

.footer-unav > li > a, .footer-unav > li > span {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer-unav > li {
    width: 50%;
    border-right: 1px solid #b2eae5;
    border-bottom: 1px solid #b2eae5;
    text-align: center;
  }
  .footer-unav > li > a, .footer-unav > li > span {
    padding: 7px 10px;
  }
}
@media print, screen and (min-width:769px) {
  .footer-unav > li > a, .footer-unav > li > span {
    padding: 0 10px;
    font-size: 1.4rem;
    transition: 0.2s;
  }
  .footer-unav > li > a:hover, .footer-unav > li > span:hover {
    opacity: 0.75;
  }
}

/**
  フッターバナー＆snsエリア
 */
@media print, screen and (min-width:769px) {
  .footer-container1 {
    display: flex;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer__bn {
    display: block;
    width: 70%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width:769px) {
  .footer__bn {
    width: 60%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer-sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width:769px) {
  .footer-sns {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
}

.footer-sns > li {
  width: 22px;
  margin-right: 12px;
}
.footer-sns > li > a {
  display: block;
}
.footer-sns > li:last-child {
  margin-right: 0;
}
@media print, screen and (min-width:769px) {
  .footer-sns > li > a {
    transition: 0.2s;
  }
  .footer-sns > li > a:hover {
    opacity: 0.75;
  }
}

.list-notes > li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5em;
  font-size: 1.1rem;
}
@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-trigger {
  cursor: pointer;
}

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

.breadcrumbs {
  background-color: #eaeff4;
}

.breadcrumbs-list {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media print, screen and (min-width:769px) {
  .breadcrumbs-list {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.breadcrumbs-list > li {
  font-size: 1rem;
  display: inline-block;
}
.breadcrumbs-list > li > a, .breadcrumbs-list > li > span {
  display: inline-block;
  text-decoration: underline;
  line-height: 1.3;
}
.breadcrumbs-list > li::after {
  content: "＞";
  margin-left: 6px;
}
.breadcrumbs-list > li:last-child::after {
  display: none;
}
@media print, screen and (min-width:769px) {
  .breadcrumbs-list > li {
    font-size: 1.2rem;
  }
  .breadcrumbs-list > li > a:hover, .breadcrumbs-list > li > span:hover {
    text-decoration: none;
  }
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.pagenation img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width:769px) {
  .pagenation {
    margin-bottom: 40px;
  }
}

.pagenation__prev,
.pagenation__next {
  width: 28px;
  height: 28px;
  margin: 0 5px;
}
.pagenation__prev.is-disabled,
.pagenation__next.is-disabled {
  pointer-events: none;
  opacity: 0.2;
}
@media screen and (min-width: 0px) and (max-width: 320px) {
  .pagenation__prev,
  .pagenation__next {
    width: 36px;
    height: 36px;
  }
}
@media print, screen and (min-width:769px) {
  .pagenation__prev,
  .pagenation__next {
    margin: 0 10px;
    transition: 0.2s;
  }
  .pagenation__prev:hover,
  .pagenation__next:hover {
    opacity: 0.75;
  }
}

.pagenation__num {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #65d5ca;
  font-weight: bold;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pagenation__num {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 320px) {
  .pagenation__num {
    width: 30px;
    height: 30px;
  }
}

.page-numbers.current .pagenation__num {
  color: #000;
}

.pagenation__list {
  display: flex;
  padding: 0 20px;
}
.pagenation__list > li {
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #f5f5f5;
  font-size: 1.4rem;
}
.pagenation__list > li.is-current {
  border: 2px solid #443d3f;
}
.pagenation__list > li:nth-child(n+2) {
  margin-left: 10px;
}
@media print, screen and (min-width:769px) {
  .pagenation__list .list-more {
    display: none;
  }
}
.pagenation__list > li > a,
.pagenation__list > li > span {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #65d5ca;
  font-weight: bold;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pagenation__list > li > a,
  .pagenation__list > li > span {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 320px) {
  .pagenation__list {
    padding: 0 10px;
  }
  .pagenation__list > li:nth-child(n+2) {
    margin-left: 4px;
  }
  .pagenation__list > li > a,
  .pagenation__list > li > span {
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (min-width:769px) {
  .pagenation__list > li {
    transition: 0.2s;
  }
  .pagenation__list > li:hover {
    opacity: 0.75;
  }
}

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

#トップメインエリア

*/
.top-main {
  position: relative;
  padding: 0;
  margin-bottom: 30px;
}
.top-main img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width:769px) {
  .top-main {
    padding: 0 7.5vw 0;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1700px) {
  .top-main {
    padding: 0;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* --------------------------------------------------------------------
  #MV
 */
.top-main__mv {
  position: relative;
  margin-bottom: 12px;
}
@media print, screen and (min-width:769px) {
  .top-main__mv {
    margin-bottom: 80px;
  }
}

.top-main__mv .mv-typo {
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: bold;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
}
.top-main__mv .mv-typo.左下 {
  top: auto;
  bottom: 10px;
}
.top-main__mv .mv-typo.右上 {
  left: auto;
  right: 10px;
  text-align: right;
}
.top-main__mv .mv-typo.右下 {
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
  text-align: right;
}
.top-main__mv .mv-typo.ゴシック-細 {
  font-weight: normal;
}
.top-main__mv .mv-typo.ゴシック-太 {
  font-weight: bold;
}
.top-main__mv .mv-typo.明朝-細 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}
.top-main__mv .mv-typo.明朝-太 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
.top-main__mv .mv-typo .mv-typo-no {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  font-family: sans-serif;
}
.top-main__mv .mv-typo .mv-typo-no span {
  display: inline-block;
  padding: 3px;
  background-color: #6ce3d7;
}
@media print, screen and (min-width:769px) {
  .top-main__mv .mv-typo {
    font-size: 7vw;
  }
  .top-main__mv .mv-typo .mv-typo-no {
    font-size: 2.4rem;
  }
  .top-main__mv .mv-typo .mv-typo-no span {
    padding: 6px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1040px) {
  .top-main__mv .mv-typo {
    font-size: 7rem;
  }
}

/* --------------------------------------------------------------------
  #e-book
 */
.top-main__book {
  border: 2px solid #65d5ca;
  border-radius: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-main__book {
    margin: 0 10px;
  }
}
@media print, screen and (min-width:769px) {
  .top-main__book {
    position: absolute;
    border: none;
    background-color: #6ce3d7;
    border-radius: 50%;
    bottom: -50px;
    right: 2vw;
    overflow: hidden;
    transition-duration: 0.2s;
  }
  .top-main__book.右下 {
    right: auto;
    left: 2vw;
  }
  .top-main__book::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    transition-duration: 0.2s;
    border-style: solid;
    border-width: 0 0 194px 194px;
    border-color: transparent transparent #65d5ca transparent;
  }
  .top-main__book:hover {
    transform: scale3d(1.1, 1.1, 1);
  }
  .top-main__book:hover::after {
    transform: rotate(180deg);
  }
}

.top-main__book .book-inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
}
@media print, screen and (min-width:769px) {
  .top-main__book .book-inner {
    z-index: 2;
    width: 194px;
    height: 194px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

.top-main__book .book-title {
  font-size: 1.7rem;
  font-weight: bold;
  color: #65d5ca;
  letter-spacing: 0.05em;
  background: url(/assets/img/ic_book.svg) no-repeat center top/20px auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-main__book .book-title {
    width: 70%;
    text-align: center;
    padding-top: 4px;
    border-right: 1px solid #65d5ca;
    height: 24px;
  }
  .top-main__book .book-title small {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width:769px) {
  .top-main__book .book-title {
    padding-top: 18px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 12px;
    line-height: 1.2;
  }
  .top-main__book .book-title small {
    font-size: 1.8rem;
  }
}

.top-main__book .book-ebook {
  width: 30%;
  text-align: center;
  font-size: 1.2rem;
  color: #65d5ca;
}
@media print, screen and (min-width:769px) {
  .top-main__book .book-ebook {
    display: block;
    width: auto;
    color: #fff;
    font-size: 1.4rem;
  }
}

.top-main__book .book-ebook .book-ebook-icon {
  background: url(/assets/img/ic_newwin_g.svg) no-repeat right center/10px auto;
  display: inline-block;
  padding-right: 15px;
}
@media print, screen and (min-width:769px) {
  .top-main__book .book-ebook .book-ebook-icon {
    width: 120px;
    padding: 3px 7px;
    border: 1px solid #bcf1ec;
    background: url(/assets/img/ic_newwin.svg) no-repeat right 5px center/10px auto;
  }
}

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

#トップ下部バナー

*/
.top-banner {
  margin-bottom: 50px;
}
@media print, screen and (min-width:769px) {
  .top-banner {
    margin-bottom: 100px;
    min-width: 1000px;
  }
}

.top-banner-list {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:769px) {
  .top-banner-list {
    display: flex;
    justify-content: space-between;
  }
}

.top-banner-list__item {
  position: relative;
}
.top-banner-list__item::before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 36px 0 0;
  left: 0;
  top: 0;
  border-color: #ffffff transparent transparent transparent;
}
.top-banner-list__item.dan .item-inner {
  background-color: #6ce3d7;
}
.top-banner-list__item.madra .item-inner {
  background-color: #35352f;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-banner-list__item {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width:769px) {
  .top-banner-list__item {
    width: 48%;
  }
  .top-banner-list__item::before {
    border-width: 56px 56px 0 0;
  }
}

.top-banner-list__item .item-inner {
  display: flex;
  padding: 10px 10px 20px;
}
@media print, screen and (min-width:769px) {
  .top-banner-list__item .item-inner {
    padding: 15px;
    min-height: 232px;
  }
}

.top-banner-list__item .item-pict {
  width: 25%;
  position: relative;
  z-index: 2;
}

.top-banner-list__item .item-content {
  width: 70%;
  padding: 20px 0 0 20px;
}
.top-banner-list__item .item-content.madra {
  padding-top: 3px;
}

.top-banner-list__item .item-title {
  margin-bottom: 15px;
}
.top-banner-list__item .item-title.madra {
  width: 65%;
}

.top-banner-list__item .item-summary {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.65;
  margin-bottom: 10px;
}
@media print, screen and (min-width:769px) {
  .top-banner-list__item .item-summary {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) {
  .top-banner-list__item .item-summary {
    font-size: 1.3rem;
  }
}

.top-banner-list__item .item-btn-dan {
  background-color: #fff;
  font-size: 1.1rem;
  border: 1px solid #65d5ca;
  color: #65d5ca;
  font-weight: bold;
  padding: 6px 10px;
  max-width: 144px;
}
@media print, screen and (min-width:769px) {
  .top-banner-list__item .item-btn-dan {
    font-size: 1.3rem;
    width: 144px;
  }
}

.top-banner-list__item .item-btn-madra {
  font-size: 1.1rem;
  border: 1px solid #888885;
  color: #fff;
  font-weight: bold;
  background: url(/assets/img/ic_newwin.svg) no-repeat right 10px center/12px auto;
  padding: 6px 10px;
  max-width: 240px;
}
@media print, screen and (min-width:769px) {
  .top-banner-list__item .item-btn-madra {
    font-size: 1.3rem;
    width: 240px;
  }
}

.categories-btn {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .categories-btn {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
}
@media print, screen and (min-width:769px) {
  .categories-btn {
    justify-content: center;
    transform: translateY(20px);
  }
}

.categories-btn > li {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .categories-btn > li {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media print, screen and (min-width:769px) {
  .categories-btn > li {
    width: 220px;
    border-left: 6px solid #fff;
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
  }
  .categories-btn > li:last-child {
    margin-right: 0;
    border-right: 6px solid #fff;
  }
}

.categories-btn > li a {
  color: #fff;
  height: 42px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.categories-btn > li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 42px 0 0;
  left: 0;
  top: 0;
  border-color: #dddddd transparent transparent transparent;
}
.categories-btn > li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 12px;
  top: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
@media screen and (min-width: 0px) and (max-width: 320px) {
  .categories-btn > li a {
    font-size: 1.1rem;
  }
  .categories-btn > li a::after {
    background-size: 14px auto;
    background-position: left top 3px;
  }
}
@media print, screen and (min-width:769px) {
  .categories-btn > li a {
    padding-left: 20px;
    height: 42px;
    display: flex;
    font-size: 1.6rem;
  }
}

.categories-btn > li.all a {
  background-color: #6ce3d7;
}
.categories-btn > li.all a::before {
  border-color: #65d5ca transparent transparent transparent;
}
.categories-btn > li.news a {
  background-color: #9bd421;
}
.categories-btn > li.news a::before {
  border-color: #8dc11e transparent transparent transparent;
}
.categories-btn > li.news a::after {
  background-image: url(/assets/img/ic_news.svg);
}

.categories-btn > li.web a {
  background-color: #a57cda;
}
.categories-btn > li.web a::before {
  border-color: #936ec2 transparent transparent transparent;
}
.categories-btn > li.web a::after {
  background-image: url(/assets/img/ic_web.svg);
}

.categories-btn > li.shop a {
  background-color: #ffa900;
}
.categories-btn > li.shop a::before {
  border-color: #eb9c00 transparent transparent transparent;
}
.categories-btn > li.shop a::after {
  background-image: url(/assets/img/ic_shop.svg);
}

.categories-btn > li.danbn a {
  background-color: #6ce3d7;
}
.categories-btn > li.danbn a::before {
  border-color: #65d5ca transparent transparent transparent;
}
.categories-btn > li.danbn a::after {
  background-position: left top 3px;
  background-image: url(/assets/img/ic_book.svg);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .categories-btn > li.danbn a {
    padding-left: 24px;
  }
}
@media screen and (min-width: 0px) and (max-width: 320px) {
  .categories-btn > li.danbn a::after {
    background-position: left top 5px;
  }
}

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

#ブロック構成のインデックスリンクリスト

*/
.link-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}

.link-list__item {
  position: relative;
  width: 48.5%;
  margin-bottom: 20px;
  margin-right: 3%;
  border-radius: 5px;
  overflow: hidden;
}
.link-list__item::before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 62px 62px 0 0;
  left: 0;
  top: 0;
  border-color: transparent transparent transparent transparent;
}
.link-list__item::after {
  pointer-events: none;
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 10px;
  top: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .link-list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width:769px) {
  .link-list__item {
    width: 23.2%;
    margin-bottom: 2.4vw;
    margin-right: 2.4%;
  }
  .link-list__item:hover .item-pict img {
    transform: scale3d(1.07, 1.07, 1);
  }
}
@media screen and (min-width: 1181px) {
  .link-list__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .link-list__item {
    width: 31.5%;
    margin-right: 2.6%;
    /*&:nth-child(4n) {
      margin-right: 2.6%;
    }*/
  }
  .link-list__item:nth-child(3n) {
    margin-right: 0;
  }
}

.link-list__item.news::before {
  border-color: #9bd421 transparent transparent transparent;
}
.link-list__item.news::after {
  background-image: url(/assets/img/ic_news.svg);
}
.link-list__item.news .item-category {
  color: #9bd421;
}
.link-list__item.news .item-category a {
  color: #9bd421;
}

.link-list__item.danweb::before {
  border-color: #a57cda transparent transparent transparent;
}
.link-list__item.danweb::after {
  background-image: url(/assets/img/ic_web.svg);
}
.link-list__item.danweb .item-category {
  color: #a57cda;
}
.link-list__item.danweb .item-category a {
  color: #a57cda;
}

.link-list__item.shop::before {
  border-color: #ffa900 transparent transparent transparent;
}
.link-list__item.shop::after {
  background-image: url(/assets/img/ic_shop.svg);
}
.link-list__item.shop .item-category {
  color: #ffa900;
}
.link-list__item.shop .item-category a {
  color: #ffa900;
}

.link-list__item .item-pict {
  margin-bottom: 6px;
  border-radius: 5px;
  overflow: hidden;
}
.link-list__item .item-pict img {
  width: 100%;
  height: 32vw;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 276px;
  transition-duration: 0.2s;
  font-family: "object-fit: cover;";
}
@media print, screen and (min-width:769px) {
  .link-list__item .item-pict {
    margin-bottom: 10px;
  }
  .link-list__item .item-pict img {
    height: 19.7vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .link-list__item .item-pict img {
    height: 25.7vw;
    min-height: 255px;
  }
}

.link-list__item .item-title {
  font-weight: bold;
  letter-spacing: 0.025em;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media print, screen and (min-width:769px) {
  .link-list__item .item-title {
    font-size: 1.6rem;
    margin-bottom: 7px;
  }
}

.link-list__item .item-date {
  letter-spacing: 0.025em;
  font-size: 1.1rem;
  margin-bottom: 7px;
}
@media print, screen and (min-width:769px) {
  .link-list__item .item-date {
    font-size: 1.3rem;
    margin-bottom: 7px;
  }
}

.link-list__item .item-category {
  letter-spacing: 0.025em;
  font-size: 1.1rem;
  font-weight: bold;
  color: #6ce3d7;
  margin-bottom: 7px;
}
.link-list__item .item-category a {
  display: inline-block;
  margin: 0 0.3em;
  color: #65d5ca;
}
.link-list__item .item-category a:first-child {
  margin-left: 0;
}
@media print, screen and (min-width:769px) {
  .link-list__item .item-category {
    font-size: 1.3rem;
    margin-bottom: 7px;
  }
}

.link-list__item .item-summary {
  font-size: 1rem;
  margin-bottom: 7px;
  line-height: 1.5;
  color: #777;
}
@media print, screen and (min-width:769px) {
  .link-list__item .item-summary {
    font-size: 1.2rem;
    margin-bottom: 7px;
  }
}

.toppage-link {
  background: url(/assets/img/bg_stripe.png) repeat left top/6px auto;
  padding: 20px 10px;
}
@media print, screen and (min-width:769px) {
  .toppage-link {
    padding: 6.5vw 7.5vw;
  }
}

.hr1 {
  position: relative;
  border: none;
  height: 2px;
  background-color: #6ce3d7;
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px;
}
.hr1::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #6ce3d7;
  left: calc(50% - 12px);
  transform: rotate(-45deg);
}
@media print, screen and (min-width:769px) {
  .hr1 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .hr1::after {
    left: calc(50% - 20px);
  }
}

.article {
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .article {
    margin: 0 10px;
  }
}
@media print, screen and (min-width:769px) {
  .article {
    padding: 80px 0;
  }
}

/**
  記事ヘッドエリア
 */
.article-head {
  margin-bottom: 3rem;
  border-bottom: 3px solid #efefef;
  padding-bottom: 3rem;
}
@media print, screen and (min-width:769px) {
  .article-head {
    margin-bottom: 3rem;
  }
}

.article-head__date {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
@media print, screen and (min-width:769px) {
  .article-head__date {
    font-size: 1.6rem;
  }
}

.article-head__heading {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media print, screen and (min-width:769px) {
  .article-head__heading {
    font-size: 3.6rem;
  }
}

.article-head__category {
  font-weight: bold;
  font-size: 1.3rem;
  color: #65d5ca;
}
@media print, screen and (min-width:769px) {
  .article-head__category {
    font-size: 1.6rem;
  }
}

.article-main,
.article-style {
  /*iframe {
    width: 100%;
    height: 50vw;
  }
  >p {
    margin-bottom: 2em;
    font-size: 1.3rem;
    line-height: 1.75;
  }
  img {

  }
  a {
    color: $col_key2;
  }



  @include mq-pc {

    iframe {
      width: 800px;
      height: 460px;
      @include centering;
    }
    img {
      max-width: 840px;

    }
    >p {
      font-size: 1.6rem;
    }
  }*/
}
.article-main *:last-child,
.article-style *:last-child {
  margin-bottom: 0;
}
.article-main img,
.article-style img {
  max-width: 100%;
}
.article-main h1, .article-main h2, .article-main h3, .article-main h4, .article-main h5, .article-main h6,
.article-style h1,
.article-style h2,
.article-style h3,
.article-style h4,
.article-style h5,
.article-style h6 {
  line-height: 1.5;
  margin: 1em 0;
}
@media print, screen and (min-width:769px) {
  .article-main h1, .article-main h2, .article-main h3, .article-main h4, .article-main h5, .article-main h6,
  .article-style h1,
  .article-style h2,
  .article-style h3,
  .article-style h4,
  .article-style h5,
  .article-style h6 {
    margin: 1.5em 0;
  }
}
.article-main h1, .article-main h2,
.article-style h1,
.article-style h2 {
  font-size: 1.8rem;
  font-weight: 700;
  /*border-left: .4rem solid var(--mycol);*/
  /*padding-left: .6em;*/
  margin-top: 2em;
  color: #00c0ba;
}
@media print, screen and (min-width:769px) {
  .article-main h1, .article-main h2,
  .article-style h1,
  .article-style h2 {
    font-size: 2.4rem;
    margin-bottom: 1em;
    margin-top: 4em;
  }
}
.article-main h3,
.article-style h3 {
  font-size: 1.6rem;
  font-weight: 700;
  border-left: 3px solid #00c0ba;
  padding-left: 0.7em;
}
@media print, screen and (min-width:769px) {
  .article-main h3,
  .article-style h3 {
    font-size: 2rem;
  }
}
.article-main h4,
.article-style h4 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 2rem;
}
@media print, screen and (min-width:769px) {
  .article-main h4,
  .article-style h4 {
    margin-top: 8rem;
    font-size: 1.8rem;
  }
}
.article-main h5,
.article-style h5 {
  font-weight: 700;
  font-size: 1.6rem;
  border-left: 3px solid var(--mycol);
  padding-left: 0.7em;
}
@media print, screen and (min-width:769px) {
  .article-main h5,
  .article-style h5 {
    margin-top: 8rem;
    font-size: 1.8rem;
  }
}
.article-main p + h1,
.article-main p + h2,
.article-main p + h3,
.article-main p + h4,
.article-main p + h5,
.article-main p + h6,
.article-style p + h1,
.article-style p + h2,
.article-style p + h3,
.article-style p + h4,
.article-style p + h5,
.article-style p + h6 {
  margin-top: 3em;
}
.article-main h6,
.article-style h6 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}
.article-main h6::before,
.article-style h6::before {
  content: "――";
  margin-right: 0.5em;
}
@media print, screen and (min-width:769px) {
  .article-main h6,
  .article-style h6 {
    font-size: 1.8rem;
  }
}
.article-main p,
.article-style p {
  line-height: 2;
  font-size: 1.4rem;
  margin-bottom: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media print, screen and (min-width:769px) {
  .article-main p,
  .article-style p {
    font-size: 1.8rem;
    line-height: 2.2;
    margin-bottom: 2em;
  }
}
.article-main a,
.article-style a {
  text-decoration: underline;
}
@media print, screen and (min-width:769px) {
  .article-main a:hover,
  .article-style a:hover {
    text-decoration: none;
  }
}
.article-main .wp-block-image,
.article-style .wp-block-image {
  margin: 2em auto;
}
.article-main .wp-block-image::after,
.article-style .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
@media print, screen and (min-width:769px) {
  .article-main .wp-block-image,
  .article-style .wp-block-image {
    margin: 4em auto;
  }
}
.article-main .wp-block-image:first-of-type,
.article-style .wp-block-image:first-of-type {
  margin-top: 0;
}
.article-main .wp-block-column .wp-block-image,
.article-style .wp-block-column .wp-block-image {
  margin: 0;
}
.article-main .wp-element-caption,
.article-style .wp-element-caption {
  text-align: center;
  font-size: 0.92em;
}
.article-main .wp-caption,
.article-style .wp-caption {
  max-width: 100%;
}
.article-main .wp-caption-text,
.article-style .wp-caption-text {
  font-size: 0.83em;
  margin-top: -1em;
}
.article-main .aligncenter,
.article-style .aligncenter {
  margin: 0 auto 1em;
}
.article-main .alignleft,
.article-style .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.article-main .alignright,
.article-style .alignright {
  margin: 0 0 1em auto;
}
.article-main strong,
.article-style strong {
  font-weight: bold;
  /*color: var(--mycol);*/
}
.article-main em,
.article-style em {
  font-style: italic;
}
.article-main blockquote,
.article-style blockquote {
  font-style: italic;
  margin: 2em 0;
  background-color: #f5f5f5;
  padding: 1.2em;
}
@media print, screen and (min-width:769px) {
  .article-main blockquote,
  .article-style blockquote {
    margin: 3em 0;
  }
}
.article-main cite,
.article-style cite {
  line-height: 1.75;
  font-size: 0.92em;
}
.article-main pre,
.article-style pre {
  white-space: normal;
}
.article-main ul,
.article-main ol,
.article-style ul,
.article-style ol {
  margin: 2em 0;
}
.article-main ul li,
.article-style ul li {
  list-style-type: disc;
  line-height: 1.5;
  margin-bottom: 1em;
  list-style-position: inside;
  margin-left: 1.5em;
}
.article-main ol li,
.article-style ol li {
  list-style-type: decimal;
  line-height: 1.5;
  margin-bottom: 1em;
}
.article-main iframe[src*=youtube],
.article-style iframe[src*=youtube] {
  display: block;
  margin: 0 auto 3em;
  max-width: 500px;
  aspect-ratio: 9/16;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .article-main iframe[src*=youtube],
  .article-style iframe[src*=youtube] {
    max-width: 300px;
  }
}
.article-main .wp-block-separator,
.article-style .wp-block-separator {
  border-top: 2px solid #ddd;
  margin-top: 3em;
  margin-bottom: 3em;
}
.article-main .has-small-font-size,
.article-style .has-small-font-size {
  font-size: 1.2rem !important;
}
@media print, screen and (min-width:769px) {
  .article-main .has-small-font-size,
  .article-style .has-small-font-size {
    font-size: 1.4rem !important;
  }
}
.article-main .has-regular-font-size,
.article-main .has-normal-font-size,
.article-style .has-regular-font-size,
.article-style .has-normal-font-size {
  font-size: 1.4rem !important;
}
@media print, screen and (min-width:769px) {
  .article-main .has-regular-font-size,
  .article-main .has-normal-font-size,
  .article-style .has-regular-font-size,
  .article-style .has-normal-font-size {
    font-size: 1.8rem !important;
  }
}
.article-main .has-medium-font-size,
.article-style .has-medium-font-size {
  font-size: 1.4rem !important;
}
@media print, screen and (min-width:769px) {
  .article-main .has-medium-font-size,
  .article-style .has-medium-font-size {
    font-size: 1.8rem !important;
  }
}
.article-main .has-large-font-size,
.article-style .has-large-font-size {
  font-size: 1.6rem !important;
}
@media print, screen and (min-width:769px) {
  .article-main .has-large-font-size,
  .article-style .has-large-font-size {
    font-size: 2.4rem !important;
  }
}
.article-main .has-x-large-font-size,
.article-style .has-x-large-font-size {
  font-size: 1.8rem !important;
}
@media print, screen and (min-width:769px) {
  .article-main .has-x-large-font-size,
  .article-style .has-x-large-font-size {
    font-size: 2.8rem !important;
  }
}
.article-main .has-larger-font-size,
.article-main .has-huge-font-size,
.article-style .has-larger-font-size,
.article-style .has-huge-font-size {
  font-size: 1.8rem !important;
}
@media print, screen and (min-width:769px) {
  .article-main .has-larger-font-size,
  .article-main .has-huge-font-size,
  .article-style .has-larger-font-size,
  .article-style .has-huge-font-size {
    font-size: 3.2rem !important;
  }
}

/* --------------------------------------------------------------------
  #about
 */
.dan-about {
  margin-bottom: 60px;
}
.dan-about img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width:769px) {
  .dan-about {
    display: flex;
    margin-bottom: 120px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .dan-about__pict {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:769px) {
  .dan-about__pict {
    width: 36%;
  }
}

@media print, screen and (min-width:769px) {
  .dan-about-content {
    width: 64%;
    padding-left: 8%;
  }
}

.dan-doc-btn {
  display: block !important;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media print, screen and (min-width:769px) {
  .dan-doc-btn {
    width: 300px;
  }
}

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

/* --------------------------------------------------------------------
  #バックナンバー
 */
.dan-bn {
  margin-bottom: 40px;
}
.dan-bn img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width:769px) {
  .dan-bn {
    margin-bottom: 80px;
  }
}

.dan-bn__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.dan-bn__title .title-inner {
  position: relative;
  display: inline-block;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}
.dan-bn__title .title-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: -5px;
  height: 3px;
  background-color: #65d5ca;
}
@media print, screen and (min-width:769px) {
  .dan-bn__title {
    margin-bottom: 40px;
  }
  .dan-bn__title .title-inner {
    font-size: 2.6rem;
  }
  .dan-bn__title .title-inner > small {
    font-size: 1.8rem;
  }
}

/**
  表紙
 */
.dan-bn__cover {
  position: relative;
  margin-bottom: 20px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.dan-bn__cover img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width:769px) {
  .dan-bn__cover {
    min-width: 920px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.dan-bn__cover .cover-typo {
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: bold;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
}
.dan-bn__cover .cover-typo .mv-typo-no {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
}
.dan-bn__cover .cover-typo .mv-typo-no span {
  display: inline-block;
  padding: 3px;
  background-color: #6ce3d7;
}
.dan-bn__cover .cover-typo.左下 {
  top: auto;
  bottom: 10px;
}
.dan-bn__cover .cover-typo.右上 {
  left: auto;
  right: 10px;
  text-align: right;
}
.dan-bn__cover .cover-typo.右下 {
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
  text-align: right;
}
.dan-bn__cover .cover-typo.ゴシック-細 {
  font-weight: normal;
}
.dan-bn__cover .cover-typo.ゴシック-太 {
  font-weight: bold;
}
.dan-bn__cover .cover-typo.明朝-細 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}
.dan-bn__cover .cover-typo.明朝-太 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
@media print, screen and (min-width:769px) {
  .dan-bn__cover .cover-typo {
    font-size: 7.4rem;
  }
}

/**
  e-bookボタン
 */
.dan-bn-ebook {
  border-radius: 70px !important;
  display: block !important;
  width: 95%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:769px) {
  .dan-bn-ebook {
    width: 344px;
    height: 94px;
  }
}

.dan-bn-ebook .book-inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .dan-bn-ebook .book-inner {
    height: 70px !important;
  }
}
@media print, screen and (min-width:769px) {
  .dan-bn-ebook .book-inner {
    z-index: 2;
    height: 94px !important;
  }
}

.dan-bn-ebook .book-title {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: url(/assets/img/ic_book.svg) no-repeat left center/20px auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .dan-bn-ebook .book-title {
    padding-left: 26px;
    text-align: center;
    height: 18px;
    margin-bottom: 5px;
  }
  .dan-bn-ebook .book-title small {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width:769px) {
  .dan-bn-ebook .book-title {
    text-align: center;
    display: block;
    background: url(/assets/img/ic_book.svg) no-repeat left center/20px auto;
    font-size: 2.5rem;
    margin-bottom: 10px;
    padding: 0 0 0 30px;
    line-height: 1.2;
  }
  .dan-bn-ebook .book-title small {
    font-size: 1.8rem;
  }
}

.dan-bn-ebook .book-ebook {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}
@media print, screen and (min-width:769px) {
  .dan-bn-ebook .book-ebook {
    display: block;
    width: auto;
    font-size: 1.4rem;
  }
}

.dan-bn-ebook .book-ebook .book-ebook-icon {
  background: url(/assets/img/ic_newwin.svg) no-repeat right 3px center/10px auto;
  display: inline-block;
  padding: 3px 7px;
  border: 1px solid #bcf1ec;
  width: 100px;
}
@media print, screen and (min-width:769px) {
  .dan-bn-ebook .book-ebook .book-ebook-icon {
    width: 120px;
    padding: 3px 7px;
    background: url(/assets/img/ic_newwin.svg) no-repeat right 5px center/10px auto;
  }
}

/**
  バックナンバー内容エリア
 */
@media print, screen and (min-width:769px) {
  .dan-bn-container {
    display: flex;
    justify-content: space-between;
  }
}

.dan-bn-content {
  margin-bottom: 20px;
}
@media print, screen and (min-width:769px) {
  .dan-bn-content {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width:769px) {
  .dan-bn-box1 {
    width: 47%;
  }
}

.dan-bn-sharezin > li {
  margin-bottom: 10px;
}
.dan-bn-sharezin > li:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width:769px) {
  .dan-bn-sharezin {
    margin-bottom: 30px;
  }
}

.dan-bn-container2 {
  display: flex;
  justify-content: space-between;
}

.dan-bn__recipe-pict {
  width: 27%;
}
.dan-bn__recipe-pict img {
  border: 1px solid #ddd;
}
@media print, screen and (min-width:769px) {
  .dan-bn__recipe-pict {
    width: 34%;
  }
}

.dan-bn__recipe-pict-wrap {
  padding: 5px;
  background-color: #f5f5f5;
}

.dan-bn-box2 {
  width: 67%;
}
@media print, screen and (min-width:769px) {
  .dan-bn-box2 {
    width: 60%;
  }
}

.dan-bn-feature__title {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media print, screen and (min-width:769px) {
  .dan-bn-feature__title {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}

/* --------------------------------------------------------------------
  #バックナンバーリスト
 */
.dan-bn__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.dan-bn__list img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width:769px) {
  .dan-bn__list {
    margin-bottom: 45px;
  }
}

.dan-bn__list > li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.dan-bn__list > li .list-pict {
  margin-bottom: 10px;
}
.dan-bn__list > li .list-issue {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  margin-bottom: 6px;
}
.dan-bn__list > li .list-feature {
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.3;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .dan-bn__list > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width:769px) {
  .dan-bn__list > li {
    width: 23.2%;
    margin-bottom: 30px;
    margin-right: 2.4%;
    transition: 0.2s;
  }
  .dan-bn__list > li .list-issue {
    font-size: 1.6rem;
  }
  .dan-bn__list > li .list-feature {
    font-size: 1.3rem;
  }
  .dan-bn__list > li:nth-child(4n) {
    margin-right: 0;
  }
  .dan-bn__list > li:hover {
    opacity: 0.75;
  }
}

/* --------------------------------------------------------------------
  #特集紙面
 */
.dan-bn-feature-container1 {
  padding: 4px;
  background-color: #f5f5f5;
}

.dan-bn-feature__image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -2%;
}
.dan-bn-feature__image img {
  border: 1px solid #ddd;
}
.dan-bn-feature__image > li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.dan-bn-feature__image > li:nth-child(3n) {
  margin-right: 0;
}
.dan-bn-zoom {
  position: relative;
  display: block;
}
.dan-bn-zoom::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(/assets/img/ic_zoom.svg) no-repeat center center/contain;
  right: 3px;
  bottom: 3px;
  z-index: 5;
  transition-duration: 0.2s;
}
@media print, screen and (min-width:769px) {
  .dan-bn-zoom img {
    transition-duration: 0.2s;
  }
  .dan-bn-zoom:hover img {
    opacity: 0.75;
  }
  .dan-bn-zoom:hover::after {
    transform: scale(1.2);
  }
}

.shop-search__trigger {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:769px) {
  .shop-search__trigger {
    width: 200px;
  }
}

.shop-search__trigger .trigger-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #fff;
  height: 36px;
  font-weight: bold;
  font-size: 1.3rem;
  border: 2px solid #6ce3d7;
  background: url(/assets/img/ic_plus.svg) no-repeat right 16px center/13px auto #6ce3d7;
}
@media print, screen and (min-width:769px) {
  .shop-search__trigger .trigger-inner {
    height: 45px;
    font-size: 1.6rem;
  }
}

.shop-search__trigger.is-active .trigger-inner {
  color: #65d5ca;
  border: 2px solid #6ce3d7;
  background-color: #efefef;
  background-image: url(/assets/img/ic_minus.svg);
}

.shop-search-content {
  padding: 30px 0;
}
@media print, screen and (min-width:769px) {
  .shop-search-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.shop-search_title {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  padding: 10px 0;
  border-bottom: 1px dotted #65d5ca;
}

.shop-search-list {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.shop-search-list > li {
  font-size: 1.4rem;
  margin-bottom: 0.7em;
  width: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .shop-search-list > li label {
    padding-top: 3px;
  }
}
@media print, screen and (min-width:769px) {
  .shop-search-list {
    padding: 10px 0;
  }
  .shop-search-list > li {
    width: 25%;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width:769px) {
  .shop-container {
    display: flex;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .shop-mv {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:769px) {
  .shop-mv {
    width: 44%;
  }
}

.shop-mv__slide {
  width: 100%;
  max-width: 750px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .shop-mv__slide .slide-li {
    height: 64vw;
  }
  .shop-mv__slide .slide-li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print, screen and (min-width:769px) {
  .shop-mv__slide > li {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width:769px) {
  .shop-content {
    width: 56%;
    padding-left: 6%;
  }
}

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

.shop-heading .shop-heading1 {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media print, screen and (min-width:769px) {
  .shop-heading .shop-heading1 {
    font-size: 2.4rem;
  }
}

.shop-heading .shop-heading2 {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
}
@media print, screen and (min-width:769px) {
  .shop-heading .shop-heading2 {
    font-size: 1.6rem;
  }
}

.shop-heading-tags {
  margin-bottom: 10px;
}
.shop-heading-tags > li {
  display: inline-block;
  font-size: 1.1rem;
  margin-right: 4px;
}
.shop-heading-tags > li > a {
  display: block;
  background-color: #65d5ca;
  border-radius: 10px;
  padding: 3px 5px;
  color: #fff;
  font-weight: bold;
}
@media print, screen and (min-width:769px) {
  .shop-heading-tags {
    margin-bottom: 30px;
  }
  .shop-heading-tags > li {
    font-size: 1.3rem;
    margin-right: 6px;
  }
}

.shop__catch {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.65;
  margin-bottom: 20px;
}
@media print, screen and (min-width:769px) {
  .shop__catch {
    font-size: 1.8rem;
  }
}

.shop__summary > p {
  font-size: 1.3rem;
  line-height: 1.65;
  margin-bottom: 1em;
}
@media print, screen and (min-width:769px) {
  .shop__summary > p {
    font-size: 1.6rem;
  }
}

.shop-info {
  position: relative;
  margin-top: 30px;
  padding: 20px 0;
}
.shop-info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #6ce3d7;
}
@media print, screen and (min-width:769px) {
  .shop-info {
    margin-top: 40px;
    padding: 30px 0;
  }
  .shop-info::before {
    width: 50px;
    left: 0;
  }
}

.shop-info__table {
  width: 100%;
}
.shop-info__table td, .shop-info__table th {
  padding: 5px;
  line-height: 1.65;
  font-size: 1.3rem;
}
.shop-info__table th {
  padding: 5px 0;
  width: 20%;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
}
.shop-info__table td {
  width: 80%;
}
@media print, screen and (min-width:769px) {
  .shop-info__table td, .shop-info__table th {
    padding: 8px;
    font-size: 1.6rem;
  }
  .shop-info__table th {
    padding: 8px 0;
    font-size: 1.3rem;
  }
}
.shop-info__table a {
  color: #65d5ca;
}

.shop-map iframe {
  width: 100%;
  height: 200px;
}
@media print, screen and (min-width:769px) {
  .shop-map iframe {
    height: 300px;
  }
}

.dist-list {
  margin-bottom: 40px;
}
@media print, screen and (min-width:769px) {
  .dist-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
}

.dist-list > li {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 7px 0;
}
@media print, screen and (min-width:769px) {
  .dist-list > li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 5px;
    padding: 10px 0;
  }
  .dist-list > li:nth-child(2n) {
    margin-right: 0;
  }
}

.dist-list > li .list-name {
  width: 72%;
  font-size: 1.3rem;
  line-height: 1.2;
}
@media print, screen and (min-width:769px) {
  .dist-list > li .list-name {
    font-size: 1.6rem;
  }
}

.dist-list > li .list-map,
.dist-list > li .list-web {
  width: 14%;
  font-weight: bold;
}
.dist-list > li .list-map > a,
.dist-list > li .list-map > span,
.dist-list > li .list-web > a,
.dist-list > li .list-web > span {
  color: #6ce3d7;
  display: flex;
  align-items: center;
  padding-left: 18px;
  height: 14px;
  font-size: 1.1rem;
  background-position: left center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-image: url(/assets/img/ic_map.svg);
}
.dist-list > li .list-map.is-disabled,
.dist-list > li .list-web.is-disabled {
  visibility: hidden;
}
@media print, screen and (min-width:769px) {
  .dist-list > li .list-map,
  .dist-list > li .list-web {
    width: 14%;
  }
  .dist-list > li .list-map > a,
  .dist-list > li .list-map > span,
  .dist-list > li .list-web > a,
  .dist-list > li .list-web > span {
    padding-left: 0;
    color: #6ce3d7;
    font-size: 1.4rem;
    justify-content: center;
    height: 18px;
  }
}

.dist-list > li .list-web > a, .dist-list > li .list-web > span {
  background-image: url(/assets/img/ic_hp.svg);
}

.danweb-author {
  display: flex;
  border: 2px solid #6ce3d7;
  padding: 2vw;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .danweb-author {
    margin: 0 10px;
  }
}

.danweb-author__pict {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
}
.danweb-author__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.danweb-author__name {
  color: #65d5ca;
  font-weight: bold;
}

/* --------------------------------------------------------------------
  #アーカイブトップコラム説明
 */
.danweb-column-info-wrap {
  background-color: #f5f5f5;
  margin-bottom: 30px;
}
@media print, screen and (min-width:769px) {
  .danweb-column-info-wrap {
    margin-bottom: 60px;
  }
}

.danweb-column-info {
  position: relative;
  display: flex;
  padding: 20px 30px;
}
.danweb-column-info::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 40px;
  transform: rotate(-14deg);
  left: 4px;
  top: -6px;
  background: url(/assets/contents/danweb_info.png) no-repeat left top/contain;
}
@media print, screen and (min-width:769px) {
  .danweb-column-info {
    padding: 30px 10px;
    width: 96rem;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .danweb-column-info::before {
    width: 110px;
    height: 60px;
    left: -30px;
    top: -3px;
  }
}

.danweb-column-info-container {
  width: 70%;
}
@media print, screen and (min-width:769px) {
  .danweb-column-info-container {
    width: 70%;
  }
}

.danweb-column-info__pict {
  width: 25%;
  margin-right: 5%;
}
.danweb-column-info__pict img {
  max-width: 100%;
  border-radius: 5px;
}
@media print, screen and (min-width:769px) {
  .danweb-column-info__pict {
    width: 20%;
    margin-right: 30px;
  }
}

/* --------------------------------------------------------------------
  #layout
 */
.con-intro__text {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.75;
  margin-bottom: 30px 0;
}
@media print, screen and (min-width:769px) {
  .con-intro__text {
    margin: 80px 0 60px 0;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width:769px) {
  .con-form {
    display: flex;
    flex-wrap: wrap;
    width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width:769px) {
  .con-form-inner {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}

.con-form {
  margin-bottom: 40px;
}
.con-form .error {
  margin: 0.5em 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .con-form input {
    width: 100%;
  }
}
.con-form select {
  width: 200px;
}
.con-form .select-wrap {
  width: 200px;
}
.con-form > dt, .con-form > dd {
  border-bottom: 1px solid #ddd;
  padding: 0 0 1em 0;
  font-size: 1.3rem;
  line-height: 1.5;
}
.con-form > dt {
  font-weight: bold;
}
.con-form > dt.is-required {
  position: relative;
}
.con-form > dt.is-required::after {
  position: absolute;
  top: 10px;
  right: 20px;
  content: "必須";
  padding: 2px 5px;
  color: #fff;
  font-size: 1.2rem;
  background: #d0343a;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .con-form > dt.is-required::after {
    position: relative;
    right: auto;
    margin-left: 10px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .con-form > dt {
    margin-top: 15px;
    padding-top: 10px;
    margin-bottom: 5px;
    border-bottom: none;
  }
  .con-form > dd:last-child {
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width:769px) {
  .con-form {
    margin-bottom: 80px;
  }
  .con-form > dt, .con-form > dd {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .con-form > dt {
    width: 30%;
    padding-top: 0.75em;
  }
  .con-form > dd {
    position: relative;
    width: 70%;
  }
}

.con-privacy-check {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.2rem;
  justify-content: center;
}
.con-privacy-check .error {
  position: absolute;
  top: 27px;
}
.con-privacy-check label {
  position: relative;
  display: flex;
  justify-content: center;
}
.con-privacy-check * {
  display: inline-block;
}
.con-privacy-check .mwform-checkbox-field-text {
  display: none;
}
@media print, screen and (min-width:769px) {
  .con-privacy-check {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 1.6rem;
  }
}

.con-privacy-check__label {
  display: inline-block;
  margin-left: 10px;
}

.con-action-btn-container {
  display: flex;
  justify-content: center;
}

.con-action-btn {
  cursor: pointer;
  color: #65d5ca;
  font-weight: bold;
  width: 350px;
  height: 62px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  background-color: #fff;
  border: 2px solid #6ce3d7;
  border-radius: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .con-action-btn {
    width: 200px;
    font-size: 1.2rem;
    height: 40px;
    background-size: 14px auto;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width:769px) {
  .con-action-btn {
    transition: 0.2s;
  }
  .con-action-btn:hover {
    opacity: 0.75;
  }
}

.con-action-btn--back {
  background-image: none;
  width: 150px;
  margin-right: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .con-action-btn--back {
    width: 70px;
    margin-right: 10px;
  }
}

.mw_wp_form_confirm .con-privacy-check {
  display: none;
}
.mw_wp_form_confirm .con-form dt {
  padding: 0;
}
.mw_wp_form_confirm .con-form dt, .mw_wp_form_confirm .con-form dd {
  margin-bottom: 30px;
}
.mw_wp_form_confirm .is-required::after {
  display: none;
}
.mw_wp_form_confirm .select-wrap::after {
  display: none;
}

.con-complete-message {
  text-align: center !important;
}

.article-util {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
@media print, screen and (min-width:769px) {
  .article-util {
    padding: 30px 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .article-util-nav {
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .article-util-nav > li {
    margin-bottom: 6px;
  }
  .article-util-nav > li:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width:769px) {
  .article-util-nav {
    display: flex;
    justify-content: center;
    max-width: 960px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .article-util-nav > li {
    flex: 1 1 0;
    margin-right: 20px;
  }
  .article-util-nav > li:last-child {
    margin-right: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .article-util-nav > li {
    width: 33.3%;
  }
}
@media print, screen and (min-width:769px) {
  .article-util-nav--2 {
    display: flex;
    justify-content: center;
  }
  .article-util-nav--2 > li {
    width: 250px;
  }
}

.article-util-nav__title {
  font-weight: bold;
  color: #65d5ca;
  padding-bottom: 6px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .article-util-nav__title {
    text-align: center;
  }
}
@media print, screen and (min-width:769px) {
  .article-util-nav__title {
    padding-bottom: 10px;
    font-size: 1.6rem;
  }
}

.article-util__items {
  margin-bottom: 20px;
}
.article-util__items > li {
  display: block;
  margin-bottom: 3px;
  background-color: #f5f5f5;
}
.article-util__items > li a {
  display: block;
  padding: 12px 10px;
  font-size: 1.2rem;
}
.article-util__items > li a {
  font-size: 1.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .article-util__items {
    text-align: center;
  }
}
@media print, screen and (min-width:769px) {
  .article-util__items {
    margin-bottom: 0;
  }
  .article-util__items > li {
    margin-bottom: 6px;
    transition: 0.2s;
  }
  .article-util__items > li:hover {
    opacity: 0.75;
  }
}

.l-adv img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width:769px) {
  .l-adv {
    max-width: 820px;
  }
}

.adv-container1 {
  display: flex;
  justify-content: space-between;
}

.adv-box1 {
  width: 64%;
}
@media print, screen and (min-width:769px) {
  .adv-box1 {
    width: 72%;
  }
}

.adv-box2 {
  width: 30%;
}
@media print, screen and (min-width:769px) {
  .adv-box2 {
    width: 20%;
  }
}

.adv-qa > dt,
.adv-qa > dd {
  line-height: 1.5;
}
.adv-qa > dt {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #6ce3d7;
  padding-bottom: 5px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.adv-qa > dt::before {
  content: "Q";
  color: #fff;
  background-color: #65d5ca;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adv-qa > dd {
  padding-left: 30px;
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
}
.adv-qa > dd::before {
  position: absolute;
  content: "A";
  left: 0;
  top: 0px;
  color: #65d5ca;
  margin-top: 4px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width:769px) {
  .adv-qa > dt {
    font-size: 1.6rem;
    padding-bottom: 7px;
    margin-bottom: 20px;
  }
  .adv-qa > dt::before {
    width: 28px;
    height: 28px;
    font-size: 1.8rem;
  }
  .adv-qa > dd {
    padding-left: 38px;
    margin-bottom: 40px;
  }
  .adv-qa > dd::before {
    font-size: 1.8rem;
    width: 28px;
    height: 28px;
  }
}

.adv-contact {
  border: 2px solid #6ce3d7;
  padding: 20px;
}
@media print, screen and (min-width:769px) {
  .adv-contact {
    padding: 40px;
  }
}

@media print, screen and (min-width:769px) {
  .adv-anc-container1 {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .adv-anc-box1 {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width:769px) {
  .adv-anc-box1 {
    width: 47%;
  }
}

@media print, screen and (min-width:769px) {
  .adv-anc__chart {
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.adv-anc__chart--01 {
  text-align: center;
}
.adv-anc__chart--01 img {
  width: 70%;
}
@media print, screen and (min-width:769px) {
  .adv-anc__chart--01 img {
    width: 70%;
  }
}

.adv-anc__chart--02 {
  text-align: center;
}
.adv-anc__chart--02 img {
  width: 60%;
}
@media print, screen and (min-width:769px) {
  .adv-anc__chart--02 img {
    width: 60%;
  }
}

.adv-anc__chart--03 {
  text-align: center;
}
.adv-anc__chart--03 img {
  width: 96%;
}
@media print, screen and (min-width:769px) {
  .adv-anc__chart--03 img {
    width: 55%;
  }
}

.info-top__frame {
  border: 2px solid #6ce3d7;
  padding: 20px;
}
@media print, screen and (min-width:769px) {
  .info-top__frame {
    padding: 25px 40px;
  }
}

.info-container img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width:769px) {
  .info-container {
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (min-width:769px) {
  .info-box1 {
    width: 64%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .info-box2 {
    width: 60%;
    margin: 20px auto;
  }
}
@media print, screen and (min-width:769px) {
  .info-box2 {
    width: 30%;
  }
}

.info-list {
  background-color: #f5f5f5;
  padding: 15px;
}
@media print, screen and (min-width:769px) {
  .info-list {
    padding: 20px;
  }
}

.notfound {
  text-align: center;
}

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

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

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

/* --------------------------------------------------------------------
  #ボタン A - 横長斜線
 */
.btn-a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  background-color: #6ce3d7;
  transition-duration: 0.2s;
}
.btn-a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-color: #65d5ca;
  height: 600%;
  top: -250%;
  transform-origin: 0 center;
  transform: rotate(45deg);
  transition-duration: 0.2s;
  left: 50%;
}
@media print, screen and (min-width:769px) {
  .btn-a:hover {
    background-color: #65d5ca;
  }
  .btn-a:hover::after {
    transform: rotate(-45deg);
    background-color: #6ce3d7;
  }
}

.btn-a .btn-inner {
  position: relative;
  z-index: 2;
  display: flex;
  height: 50px;
  padding: 0 30px;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width:769px) {
  .btn-a .btn-inner {
    font-size: 1.6rem;
    height: 60px;
    padding: 0 50px;
  }
}

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

  #見出しモジュール

 */
/* --------------------------------------------------------------------
  # 太字30pt + サブタイトル
 */
.heading1 {
  text-align: center;
  margin-bottom: 30px;
}
.heading1::before {
  content: "";
  display: block;
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 26px 26px;
  border-color: transparent transparent #6ce3d7 transparent;
  margin-left: -26px;
}
.heading1::after {
  content: "";
  display: block;
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 26px 0 0;
  border-color: #6ce3d7 transparent transparent transparent;
  margin-right: -26px;
}
@media print, screen and (min-width:769px) {
  .heading1 {
    margin-bottom: 80px;
  }
  .heading1::before {
    border-width: 0 0 45px 45px;
    margin-left: -45px;
  }
  .heading1::after {
    border-width: 45px 45px 0 0;
    margin-right: -45px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .heading1 {
    display: flex;
    justify-content: center;
  }
  .heading1::before {
    content: "";
    position: relative;
    display: block;
  }
}
.heading1-inner {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  background-color: #6ce3d7;
  letter-spacing: 0.075em;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  height: 26px;
}
.heading1-inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.5em;
  height: 2px;
  background-color: #6ce3d7;
  left: 0;
  top: -5px;
}
.heading1-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5em;
  height: 2px;
  background-color: #6ce3d7;
  right: 0;
  bottom: -5px;
}
@media print, screen and (min-width:769px) {
  .heading1-inner {
    font-size: 3.6rem;
    height: 45px;
  }
}

.heading1--news::before {
  border-color: transparent transparent #9bd421 transparent;
}
.heading1--news::after {
  border-color: #9bd421 transparent transparent transparent;
}
.heading1--news .heading1-inner {
  background-color: #9bd421;
}
.heading1--news .heading1-inner::before, .heading1--news .heading1-inner::after {
  background-color: #9bd421;
}

.heading1--danweb::before {
  border-color: transparent transparent #a57cda transparent;
}
.heading1--danweb::after {
  border-color: #a57cda transparent transparent transparent;
}
.heading1--danweb .heading1-inner {
  background-color: #a57cda;
}
.heading1--danweb .heading1-inner::before, .heading1--danweb .heading1-inner::after {
  background-color: #a57cda;
}

.heading1--shop::before {
  border-color: transparent transparent #ffa900 transparent;
}
.heading1--shop::after {
  border-color: #ffa900 transparent transparent transparent;
}
.heading1--shop .heading1-inner {
  background-color: #ffa900;
}
.heading1--shop .heading1-inner::before, .heading1--shop .heading1-inner::after {
  background-color: #ffa900;
}

/* --------------------------------------------------------------------
  # センタリング太字
 */
.heading2 {
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  padding-bottom: 13px;
  line-height: 1.5;
}
.heading2::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #333;
  bottom: 0;
  left: calc(50% - 10px);
}
@media print, screen and (min-width:769px) {
  .heading2 {
    font-size: 2.4rem;
    padding-bottom: 25px;
  }
  .heading2::after {
    width: 40px;
    left: calc(50% - 20px);
  }
}

.heading2--info .heading2-inner {
  position: relative;
  display: inline-block;
}
.heading2--info .heading2-inner::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  left: -56px;
  top: -13px;
  font-size: 1rem;
  font-weight: bold;
  color: #65d5ca;
  border: 2px solid #6ce3d7;
  border-radius: 50%;
  content: "募集中！";
  letter-spacing: 0.05em;
}
@media print, screen and (min-width:769px) {
  .heading2--info::before {
    width: 72px;
    height: 72px;
    left: -86px;
    top: -22px;
    font-size: 1.4rem;
  }
}

/* --------------------------------------------------------------------
  # ▼頭
 */
.heading3 {
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding-left: 24px;
  border-top: 2px solid #6ce3d7;
  padding-top: 7px;
}
.heading3::before {
  content: "";
  display: block;
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  left: 0;
  top: 7px;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #6ce3d7 transparent transparent transparent;
}
@media print, screen and (min-width:769px) {
  .heading3 {
    font-size: 1.6rem;
    padding-top: 15px;
  }
  .heading3::before {
    top: 15px;
  }
}

/*
mixin
 */
/* --------------------------------------------------------------------
  #フォームボックス
 */
.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: 40px;
  font-size: 1.6rem;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #f5f5f5;
  padding: 0 10px;
  /*margin: 0 5px;*/
}
input:not([type=radio]):not([type=submit]):not([type=file]):not(.header-search__input)::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
  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 {
  color: #ccc;
  font-size: 1.6rem;
}
input:not([type=radio]):not([type=submit]):not([type=file]):not(.header-search__input)::placeholder,
textarea::placeholder {
  color: #ccc;
  font-size: 1.6rem;
}
@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;
  }
}

input[type=submit] {
  background-color: #fff;
  border: 2px solid #6ce3d7;
  color: #65d5ca;
}

input.is-error {
  border: 1px solid #e8503e !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: 100%;
  pointer-events: none;
  right: 0;
  top: 0;
  border-radius: 0 50% 50% 0;
  background: url(/assets/img/ic_arrow_down.svg) no-repeat center center/14px auto #65d5ca;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .select-wrap {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width:769px) {
  .select-wrap::after {
    width: 40px;
  }
}

select {
  height: 32px;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  border-radius: 30px;
  color: #fff;
  background-color: #6ce3d7;
  padding: 0 20px;
}
@media print, screen and (min-width:769px) {
  select {
    height: 44px;
    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: 0.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: #65d5ca;
  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 #65d5ca;
}

.search-label {
  position: relative;
  line-height: 1.2;
  display: inline-block;
  padding-left: 27px;
  padding-right: 1em;
}
.search-label input {
  position: absolute;
  left: 0;
  top: 0;
}

.table-box {
  background-color: #f8f8fb;
  padding: 20px 10px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-box {
    padding: 20px 5px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-wrap {
    overflow-x: scroll;
  }
}

/* --------------------------------------------------------------------
  #スタイル 1
 */
.table-style-a {
  width: 100%;
  border-top: 1px solid #dcdcdc;
}
.table-style-a th, .table-style-a td {
  border-bottom: 1px solid #dcdcdc;
  /*vertical-align: middle;*/
  padding: 20px;
  line-height: 1.5;
  font-size: 1.6rem;
}
.table-style-a th {
  background: #f0faf9;
  font-weight: bold;
  text-align: right;
  width: 205px;
}
.table-style-a td {
  width: calc(100% - 205px);
  background-color: #fff;
}
.table-style-a thead th {
  text-align: center;
}
.table-style-a .is-required {
  position: relative;
  padding-right: 30px;
  display: block;
  width: 100%;
}
.table-style-a .is-required::after {
  content: "必須";
  position: absolute;
  display: block;
  right: 0;
  top: 2px;
  font-size: 1.2rem;
  padding: 0px 3px;
  color: #fff;
  border-radius: 3px;
  background-color: #e8503e;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-style-a th, .table-style-a td {
    display: block;
    width: auto;
    padding: 10px;
    font-size: 1.4rem;
  }
  .table-style-a th {
    text-align: left;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table-style-a {
    table-layout: fixed;
  }
}

.table-style-a--narrow th, .table-style-a--narrow td {
  padding: 10px 5px;
}
@media print, screen and (min-width:769px) {
  .table-style-a--narrow th, .table-style-a--narrow td {
    padding: 13px;
  }
  .table-style-a--narrow th {
    width: 26%;
    font-size: 1.4rem;
  }
  .table-style-a--narrow td {
    width: 74%;
  }
}

/* --------------------------------------------------------------------
  #スタイル 2
 */
.table-style-b {
  width: 100%;
  position: relative;
  border-top: 2px solid #dcdcdc;
}
.table-style-b tr {
  background-color: #fff;
}
.table-style-b tbody tr th, .table-style-b tbody tr td {
  background-color: #fff;
}
.table-style-b tbody tr:nth-child(2n-1) th, .table-style-b tbody tr:nth-child(2n-1) td {
  background-color: #f5f5f5;
}
.table-style-b tbody tr th.is-highlight, .table-style-b tbody tr td.is-highlight {
  background-color: #e6f6fe;
}
.table-style-b th.is-current, .table-style-b td.is-current {
  background-color: #347ff6 !important;
}
.table-style-b th.is-current > a, .table-style-b td.is-current > a {
  color: #fff !important;
}
.table-style-b th.is-current .table-unit, .table-style-b td.is-current .table-unit {
  color: #fff !important;
}
.table-style-b tbody tr:nth-child(2n-1) th.is-highlight, .table-style-b tbody tr:nth-child(2n-1) td.is-highlight {
  background-color: #ddecf4;
}
.table-style-b th, .table-style-b td {
  border-bottom: 2px solid #dcdcdc;
  border-right: 2px solid #dcdcdc;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 0em;
  white-space: nowrap;
}
.table-style-b th {
  font-weight: bold;
  text-align: center;
  padding: 10px 4px 10px 12px;
  position: -webkit-sticky;
  position: sticky;
}
.table-style-b td {
  text-align: left;
  font-size: 2.2rem;
}
.table-style-b td > a {
  display: block;
  padding: 10px 4px 10px 12px;
}
.table-style-b thead th, .table-style-b thead td {
  font-size: 1.4rem;
  font-weight: normal;
  padding: 12px 10px;
  vertical-align: top;
  line-height: 1.3;
  background-color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-style-b th {
    position: -webkit-sticky;
    position: sticky;
  }
  .table-style-b thead th:first-of-type {
    position: -webkit-sticky;
    position: sticky;
  }
  .table-style-b tbody th {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
  }
  .table-style-b th:first-of-type {
    left: 0;
    z-index: 3;
  }
  .table-style-b th:first-of-type::after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: -2px;
    background-color: #dcdcdc;
  }
}

/* --------------------------------------------------------------------
  #スタイル 3
 */
.table-style-c {
  width: 100%;
  border-top: 1px solid #dcdcdc;
}
.table-style-c th, .table-style-c td {
  border-bottom: 1px solid #dcdcdc;
  vertical-align: middle;
  padding: 10px;
  line-height: 1.5;
  font-size: 1.6rem;
  border-right: 1px solid #dcdcdc;
}
.table-style-c th:last-child, .table-style-c td:last-child {
  border-right: none;
}
.table-style-c th {
  background: #f8f8fb;
  font-weight: bold;
  text-align: right;
}
.table-style-c thead th {
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-style-c th, .table-style-c td {
    padding: 6px 3px;
    font-size: 1.4rem;
  }
  .table-style-c thead th {
    font-size: 1.2rem;
  }
}

.table-style-c--narrow th, .table-style-c--narrow td {
  padding: 10px 5px;
}
@media print, screen and (min-width:769px) {
  .table-style-c--narrow th, .table-style-c--narrow td {
    padding: 13px;
  }
  .table-style-c--narrow th {
    font-size: 1.4rem;
  }
  .table-style-c--narrow td {
    font-size: 1.4rem;
  }
}

/*
  フォーム用レイアウト
 */
.table-style--th-left th {
  text-align: left;
}

/**
  テーブル内　商品＋価格セット
 */
.table-price-set,
.table-price-set2 {
  display: flex;
  width: 100%;
}
.table-price-set dt, .table-price-set dd,
.table-price-set2 dt,
.table-price-set2 dd {
  line-height: 1.5;
  vertical-align: baseline;
}
.table-price-set dt,
.table-price-set2 dt {
  width: 80%;
  padding-right: 10px;
}
.table-price-set dd,
.table-price-set2 dd {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-price-set dt,
  .table-price-set2 dt {
    width: 75%;
  }
  .table-price-set dd,
  .table-price-set2 dd {
    width: 25%;
    font-size: 1.6rem;
  }
}

.table-price-set2 dd {
  font-weight: normal;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.table-row-tax td,
.table-row-tax2 td {
  text-align: right;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-row-tax th,
  .table-row-tax2 th {
    text-align: right;
  }
  .table-row-tax td,
  .table-row-tax2 td {
    font-size: 1.6rem;
  }
}

.table-row-tax2 td {
  font-weight: normal;
}

/**
  「合計」行
 */
.table-row-total,
.table-row-total2 {
  border-top: 2px solid #000;
}
.table-row-total th,
.table-row-total2 th {
  background-color: #eaeff4;
}
.table-row-total td,
.table-row-total2 td {
  text-align: right;
  color: #e8503e;
  font-size: 2.4rem;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-row-total th,
  .table-row-total2 th {
    text-align: right;
  }
  .table-row-total td,
  .table-row-total2 td {
    font-size: 2.2rem;
  }
}

.table-row-total2 td {
  font-size: 1.8rem;
  color: inherit;
}

/**
  th,td 縦揃え
 */
.table-valign-top {
  vertical-align: top !important;
}

.table-valign-middle {
  vertical-align: middle !important;
}

.table-valign-bottom {
  vertical-align: bottom !important;
}

/**
  テーブルキャプション
 */
.table-caption {
  border-top: 2px solid #333;
  padding: 20px 0;
  background-color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.table-caption strong {
  font-size: 2.4rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-caption {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
}

.table-yen {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.3em;
}

.table-unit {
  font-size: 1.2rem;
  color: #666;
  display: inline-block;
  margin-left: 2px;
}

.table-unit2 {
  font-size: 1.4rem;
}

.table-copies {
  font-size: 1.6rem;
  margin-bottom: 4px;
}

.table-color {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.table-color > li {
  width: 20px;
  margin: 0 2px;
}

/*
  テーブルオプション指定用レイアウト
 */
.table-option {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-option {
    display: block;
    min-height: 70px;
  }
}

.table-option__icon {
  width: 102px;
  height: 102px;
  display: block;
  border: 1px solid #dcdcdc;
  background-color: #f8f8fb;
  margin-right: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-option__icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

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

.table-option__2block {
  width: calc(120px + 45%);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-option__2block {
    width: auto;
  }
}

.table-option__btn {
  width: calc(55% - 120px);
  text-align: right;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-option__btn {
    width: auto;
    margin-top: 15px;
    margin-left: 72px;
  }
}

.table-option__addition {
  color: #e8503e;
  font-weight: bold;
}
@media print, screen and (min-width:769px) {
  .table-option__addition {
    position: absolute;
    bottom: 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-option__addition {
    margin-top: 15px;
  }
}

@media print, screen and (min-width:769px) {
  .table-option__addition--inline {
    position: relative;
    bottom: auto;
  }
}

/*
  テーブル内住所レイアウト
 */
.table-address {
  display: flex;
  flex-wrap: wrap;
  max-width: 630px;
}
.table-address > dt, .table-address > dd {
  margin-bottom: 6px;
}
.table-address > dt {
  width: 120px;
  padding-top: 0.75em;
}
.table-address > dd {
  width: calc(100% - 120px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-address {
    display: block;
  }
  .table-address > dt {
    padding-top: 0;
  }
  .table-address > dt, .table-address > dd {
    width: auto;
    margin-bottom: 7px;
  }
  .table-address > dd {
    margin-bottom: 15px;
  }
}

/*
  テーブル内入力・確認レイアウト
 */
.table-confirm-l {
  display: flex;
  flex-wrap: wrap;
  max-width: 630px;
}
.table-confirm-l > dt, .table-confirm-l > dd {
  margin-bottom: 15px;
}
.table-confirm-l > dt:last-child, .table-confirm-l > dd:last-child {
  margin-bottom: 0;
}
.table-confirm-l > dt {
  width: 120px;
  padding-top: 0.75em;
}
.table-confirm-l > dd {
  width: calc(100% - 120px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-confirm-l {
    display: block;
  }
  .table-confirm-l > dt {
    padding-top: 0;
  }
  .table-confirm-l > dt, .table-confirm-l > dd {
    width: auto;
    margin-bottom: 7px;
  }
  .table-confirm-l > dd {
    margin-bottom: 15px;
  }
}

/*
  オプション指定画面 th内にボタンが入るレイアウト
 */
.table-th-button > span {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-th-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (min-width:769px) {
  .table-th-button > span {
    margin-bottom: 5px;
  }
}

/**
  sp時縦積みテーブル
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-sp-block th, .table-sp-block td {
    display: block;
  }
}

/* --------------------------------------------------------------------
  # SP時項目ごとに見出しが入るパターン
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-mypage--order-history thead,
  .table-mypage--budget-history thead,
  .table-mypage--customer thead,
  .table-mypage--nohinsaki thead {
    display: none;
  }
  .table-mypage--order-history th, .table-mypage--order-history td,
  .table-mypage--budget-history th,
  .table-mypage--budget-history td,
  .table-mypage--customer th,
  .table-mypage--customer td,
  .table-mypage--nohinsaki th,
  .table-mypage--nohinsaki td {
    display: block;
  }
  .table-mypage--order-history td,
  .table-mypage--budget-history td,
  .table-mypage--customer td,
  .table-mypage--nohinsaki td {
    text-align: center;
    border-right: none;
  }
  .table-mypage--order-history tr td:last-child,
  .table-mypage--budget-history tr td:last-child,
  .table-mypage--customer tr td:last-child,
  .table-mypage--nohinsaki tr td:last-child {
    margin-bottom: 20px;
  }
  .table-mypage--order-history tr td::before,
  .table-mypage--budget-history tr td::before,
  .table-mypage--customer tr td::before,
  .table-mypage--nohinsaki tr td::before {
    display: block;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
    width: calc(100% + 10px);
    margin-left: -5px;
    padding-top: 10px;
    margin-top: -10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
  }
}

/**
  マイページ　注文履歴テーブル
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-mypage--order-history tr td:nth-child(1)::before {
    content: "受付番号";
    background-color: #2f2725;
    color: #fff;
  }
  .table-mypage--order-history tr td:nth-child(n+2)::before {
    background-color: #f8f8fb;
    color: #333;
  }
  .table-mypage--order-history tr td:nth-child(2)::before {
    content: "注文日付";
  }
  .table-mypage--order-history tr td:nth-child(3) {
    text-align: left;
  }
  .table-mypage--order-history tr td:nth-child(3)::before {
    content: "商品名";
  }
  .table-mypage--order-history tr td:nth-child(4)::before {
    content: "数量";
  }
  .table-mypage--order-history tr td:nth-child(5)::before {
    content: "做業状況";
  }
  .table-mypage--order-history tr td:nth-child(6)::before {
    content: "運送会社";
  }
  .table-mypage--order-history tr td:nth-child(7)::before {
    content: "追跡番号";
  }
  .table-mypage--order-history tr td:nth-child(8)::before {
    content: "操作";
  }
}

/**
  マイページ　見積もり履歴テーブル
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-mypage--budget-history tr td:nth-child(1)::before {
    content: "見積番号";
    background-color: #2f2725;
    color: #fff;
  }
  .table-mypage--budget-history tr td:nth-child(n+2)::before {
    background-color: #f8f8fb;
    color: #333;
  }
  .table-mypage--budget-history tr td:nth-child(2)::before {
    content: "見積日付";
  }
  .table-mypage--budget-history tr td:nth-child(3) {
    text-align: left;
  }
  .table-mypage--budget-history tr td:nth-child(3)::before {
    content: "商品名";
  }
  .table-mypage--budget-history tr td:nth-child(4)::before {
    content: "数量";
  }
  .table-mypage--budget-history tr td:nth-child(5)::before {
    content: "見積詳細(PDF)";
  }
  .table-mypage--budget-history tr td:nth-child(6)::before {
    content: "操作";
  }
}

/**
  マイページ　ご注文者情報テーブル
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-mypage--customer tr td:nth-child(1)::before {
    content: "ご注文者名";
    background-color: #2f2725;
    color: #fff;
  }
  .table-mypage--customer tr td:nth-child(n+2)::before {
    background-color: #f8f8fb;
    color: #333;
  }
  .table-mypage--customer tr td:nth-child(2)::before {
    content: "住所";
  }
  .table-mypage--customer tr td:nth-child(2) {
    text-align: left;
  }
  .table-mypage--customer tr td:nth-child(3)::before {
    content: "電話番号";
  }
  .table-mypage--customer tr td:nth-child(3) {
    text-align: left;
  }
  .table-mypage--customer tr td:nth-child(4)::before {
    content: "操作";
  }
}

/**
  マイページ　ご注文者情報テーブル
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-mypage--nohinsaki tr td:nth-child(1)::before {
    content: "お届け先名";
    background-color: #2f2725;
    color: #fff;
  }
  .table-mypage--nohinsaki tr td:nth-child(n+2)::before {
    background-color: #f8f8fb;
    color: #333;
  }
  .table-mypage--nohinsaki tr td:nth-child(2)::before {
    content: "住所";
  }
  .table-mypage--nohinsaki tr td:nth-child(2) {
    text-align: left;
  }
  .table-mypage--nohinsaki tr td:nth-child(3)::before {
    content: "電話番号";
  }
  .table-mypage--nohinsaki tr td:nth-child(3) {
    text-align: left;
  }
  .table-mypage--nohinsaki tr td:nth-child(4)::before {
    content: "操作";
  }
}

/* --------------------------------------------------------------------
  # タブ
 */
.tab-wrap {
  padding: 20px 9px 6px;
  background-color: #f8f8fb;
}

/* --------------------------------------------------------------------
  # タブボタン
 */
.tab-btns {
  display: flex;
}

.tab-btn {
  flex: 1 1 0%;
  height: 56px;
  display: flex;
  justify-content: 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-tab-contents {
  display: none;
}
.prg-tab-contents.is-current {
  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-color-red {
  color: #e8503e;
}

.u-color-blue {
  color: #007eff;
}

.u-color-pink {
  color: #e4007f;
}

/* -------------------------------------------------------------------------
	ユーティリティ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 {
  color: #65d5ca;
}
@media print, screen and (min-width:769px) {
  .u-textLink:hover {
    opacity: 0.5;
  }
}

/* -------------------------------------------------------------------------
	縦書きテキスト
*/
.u-vertical-text {
  font-feature-settings: "pkna";
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
  -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: 0.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;
  }
}

.addtoany_content_bottom {
  border-top: 3px solid #efefef;
  border-bottom: 3px solid #efefef;
  padding: 3rem 0;
}

#toc_container {
  display: block !important;
  line-height: 1.5;
  padding: 0 2.5rem;
  margin: 0 0 6em;
  border: 1px solid #6ce3d7 #ccc;
  border-radius: 1rem;
}
@media print, screen and (min-width:769px) {
  #toc_container {
    padding: 0 5rem 3rem;
  }
}

#toc_container .toc_title {
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  padding: 0 2.5rem;
  background: #fff;
}
@media print, screen and (min-width:769px) {
  #toc_container .toc_title {
    font-size: 1.8rem;
    padding: 1.4rem 3rem;
  }
}

#toc_container ul {
  margin: 0;
}

#toc_container ul li {
  list-style: none;
  margin: 0 0 0.5em 0;
  padding-left: 0;
  text-indent: 0;
}
#toc_container ul li:last-child {
  margin-bottom: 1em;
}

#toc_container ul a {
  display: block;
  text-decoration: none;
}
@media print, screen and (min-width:769px) {
  #toc_container ul a {
    transition: 0.2s;
  }
  #toc_container ul a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

#toc_container > ul > li {
  border-bottom: 1px dotted #888;
  padding-bottom: 0;
  margin-bottom: 1em;
}
#toc_container > ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#toc_container > ul > li > a {
  font-size: 1.4rem;
  padding-bottom: 0.6em;
}
@media print, screen and (min-width:769px) {
  #toc_container > ul > li {
    margin-bottom: 1em;
  }
  #toc_container > ul > li > a {
    font-size: 1.8rem;
  }
}

#toc_container > ul > li > ul > li > a {
  font-size: 1.4rem;
}
@media print, screen and (min-width:769px) {
  #toc_container > ul > li > ul > li > a {
    font-size: 1.6rem;
  }
}

#toc_container ul > li > ul > li > ul {
  padding: 1em 0 0 1.5em;
}
#toc_container ul > li > ul > li > ul > li > a {
  font-size: 1.4rem;
}
@media print, screen and (min-width:769px) {
  #toc_container ul > li > ul > li > ul > li > a {
    font-size: 1.6rem;
  }
}

#toc_container .toc_number {
  display: inline-block;
  margin-right: 0.5em;
}

/* ==========================================================================
   Animation
   アニメーション設定用css
   ========================================================================== */