@charset "UTF-8";
/*============================================
  common
============================================*/
/*============================================
　reset
============================================*/
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/*============================================
  base
============================================*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  min-height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  color: #343434;
  background-color: #f9f6f1;
}

body,
html {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media (min-resolution: 2dppx) {
  body,
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

iframe {
  vertical-align: bottom;
  margin: auto;
}

h1, h2, h3, h4, h5, h6, th, dt {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: all .3s linear;
  color: #1a1311;
  -webkit-tap-highlight-color: rgba(136, 166, 161, 0.3);
}

a img {
  transition: all .3s linear;
}

a i {
  transition: all .3s linear;
}

a::before {
  transition: all .3s linear;
}

a::after {
  transition: all .3s linear;
}

*:focus {
  outline: none;
}

/*============================================
　parts
  - display
  - link
  - textStyle
  - border
  - bg
  - margin, padding
  - transform
============================================*/
/*------------------------------------------
  - display
------------------------------------------*/
.display-note {
  display: none !important;
}

.display-tab {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .display-pc {
    display: none !important;
  }
  .display-note {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .display-tab {
    display: block !important;
  }
}

.flip-horizontal {
  transform: scale(-1, 1);
}

.flip-vertical {
  transform: scale(1, -1);
}

/*------------------------------------------
  - link
------------------------------------------*/
.link-tel {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .link-tel {
    pointer-events: auto;
  }
}

.link-none {
  pointer-events: none;
}

.hover-alpha:hover {
  opacity: .7;
}

.hover-bright:hover {
  filter: brightness(110%);
}

.hover-line:hover {
  text-decoration: underline;
}

/*------------------------------------------
  - textStyle
------------------------------------------*/
.tl-center {
  text-align: center !important;
}

.tl-right {
  text-align: right !important;
}

.tl-left {
  text-align: left !important;
}

.fc-white {
  color: #fff !important;
}

.fc-gray {
  color: #c2c2c2 !important;
}

.fc-black {
  color: #1a1311 !important;
}

.fc-red {
  color: #FB767A !important;
}

.fc-green {
  color: #8ee09e !important;
}

.fc-blue {
  color: #93dee9 !important;
}

.fc-yellow {
  color: #FFF100 !important;
}

.fc-primary {
  color: #C8B699 !important;
}

.fc-secondary {
  color: #56726E !important;
}

.fc-accent {
  color: #1a1311 !important;
}

.fwn {
  font-weight: normal !important;
}

.fwb {
  font-weight: bold !important;
}

.ff-title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ff-en {
  font-family: "Montserrat", sans-serif;
}

.ff-num {
  font-family: "Rubik", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.td-under {
  text-decoration: underline;
}

.td-over {
  text-decoration: overline;
}

.td-through {
  text-decoration: line-through;
}

.ls-small {
  letter-spacing: 0.01em;
}

.ls-large {
  letter-spacing: 0.1em;
}

.ls-xlarge {
  letter-spacing: 0.5em;
}

.lh-small {
  line-height: 1.25;
}

.lh-large {
  line-height: 1.75;
}

.lh-xlarge {
  line-height: 2;
}

.alpha-10 {
  opacity: 0.1 !important;
}

.alpha-15 {
  opacity: 0.15 !important;
}

.alpha-20 {
  opacity: 0.2 !important;
}

.alpha-25 {
  opacity: 0.25 !important;
}

.alpha-30 {
  opacity: 0.3 !important;
}

.alpha-35 {
  opacity: 0.35 !important;
}

.alpha-40 {
  opacity: 0.4 !important;
}

.alpha-45 {
  opacity: 0.45 !important;
}

.alpha-50 {
  opacity: 0.5 !important;
}

.alpha-55 {
  opacity: 0.55 !important;
}

.alpha-60 {
  opacity: 0.6 !important;
}

.alpha-65 {
  opacity: 0.65 !important;
}

.alpha-70 {
  opacity: 0.7 !important;
}

.alpha-75 {
  opacity: 0.75 !important;
}

.alpha-80 {
  opacity: 0.8 !important;
}

.alpha-85 {
  opacity: 0.85 !important;
}

.alpha-90 {
  opacity: 0.9 !important;
}

.alpha-95 {
  opacity: 0.95 !important;
}

.alpha-100 {
  opacity: 1 !important;
}

.fz-xsmaller {
  font-size: .7em;
}

.fz-smaller {
  font-size: .8em;
}

.fz-larger {
  font-size: 1.2em;
}

.fz-xlarger {
  font-size: 1.4em;
}

.fz-p12 {
  font-size: 1.2rem !important;
}

.fz-p13 {
  font-size: 1.3rem !important;
}

.fz-p14 {
  font-size: 1.4rem !important;
}

.fz-p15 {
  font-size: 1.5rem !important;
}

.fz-p16 {
  font-size: 1.6rem !important;
}

.fz-p17 {
  font-size: 1.7rem !important;
}

.fz-p18 {
  font-size: 1.8rem !important;
}

.fz-p19 {
  font-size: 1.9rem !important;
}

.fz-p20 {
  font-size: 2rem !important;
}

.fz-p21 {
  font-size: 2.1rem !important;
}

.fz-p22 {
  font-size: 2.2rem !important;
}

.fz-p23 {
  font-size: 2.3rem !important;
}

.fz-p24 {
  font-size: 2.4rem !important;
}

.fz-p25 {
  font-size: 2.5rem !important;
}

.fz-p26 {
  font-size: 2.6rem !important;
}

.fz-p27 {
  font-size: 2.7rem !important;
}

.fz-p28 {
  font-size: 2.8rem !important;
}

.fz-p29 {
  font-size: 2.9rem !important;
}

.fz-p30 {
  font-size: 3rem !important;
}

.fz-p31 {
  font-size: 3.1rem !important;
}

.fz-p32 {
  font-size: 3.2rem !important;
}

.fz-p33 {
  font-size: 3.3rem !important;
}

.fz-p34 {
  font-size: 3.4rem !important;
}

.fz-p35 {
  font-size: 3.5rem !important;
}

.fz-p36 {
  font-size: 3.6rem !important;
}

@media screen and (max-width: 480px) {
  .fz-p12 {
    font-size: 1rem !important;
  }
  .fz-p13 {
    font-size: 1.1rem !important;
  }
  .fz-p14 {
    font-size: 1.2rem !important;
  }
  .fz-p15 {
    font-size: 1.3rem !important;
  }
  .fz-p16 {
    font-size: 1.4rem !important;
  }
  .fz-p17 {
    font-size: 1.5rem !important;
  }
  .fz-p18 {
    font-size: 1.6rem !important;
  }
  .fz-p19 {
    font-size: 1.7rem !important;
  }
  .fz-p20 {
    font-size: 1.8rem !important;
  }
  .fz-p21 {
    font-size: 1.9rem !important;
  }
  .fz-p22 {
    font-size: 2rem !important;
  }
  .fz-p23 {
    font-size: 2.1rem !important;
  }
  .fz-p24 {
    font-size: 2.2rem !important;
  }
  .fz-p25 {
    font-size: 2.3rem !important;
  }
  .fz-p26 {
    font-size: 2.4rem !important;
  }
  .fz-p27 {
    font-size: 2.5rem !important;
  }
  .fz-p28 {
    font-size: 2.6rem !important;
  }
  .fz-p29 {
    font-size: 2.7rem !important;
  }
  .fz-p30 {
    font-size: 2.8rem !important;
  }
  .fz-p31 {
    font-size: 2.9rem !important;
  }
  .fz-p32 {
    font-size: 3rem !important;
  }
  .fz-p33 {
    font-size: 3.1rem !important;
  }
  .fz-p34 {
    font-size: 3.2rem !important;
  }
  .fz-p35 {
    font-size: 3.3rem !important;
  }
  .fz-p36 {
    font-size: 3.4rem !important;
  }
}

/*------------------------------------------
  - border
------------------------------------------*/
hr {
  margin-bottom: 30px;
  border: none;
}

hr.solid {
  border-top: 1px solid #c2c2c2;
}

hr.dot {
  border-top: 4px dotted #c2c2c2;
}

hr.dash {
  border-top: 1px dashed #c2c2c2;
}

.b-solid {
  border: 1px solid #c2c2c2;
}

.b-top {
  border-top: 1px solid #c2c2c2;
}

.b-bottom {
  border-bottom: 1px solid #c2c2c2;
}

.b-left {
  border-left: 1px solid #c2c2c2;
}

.bright {
  border-right: 1px solid #c2c2c2;
}

.brd-none {
  border-radius: 0 !important;
}

.brd-circle {
  border-radius: 50% !important;
}

.brd4 {
  border-radius: 4px !important;
}

.brd8 {
  border-radius: 8px !important;
}

.brd12 {
  border-radius: 12px !important;
}

.brd16 {
  border-radius: 16px !important;
}

.brd20 {
  border-radius: 20px !important;
}

/*------------------------------------------
  - bg
------------------------------------------*/
.bg-red {
  background-color: #fff2f2 !important;
}

.bg-blue {
  background-color: #e8f8fa !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #1a1311 !important;
}

.bg-lightgray {
  background-color: #f1f1f1 !important;
}

.bg-primary {
  background-color: #f9f6f1 !important;
}

.bg-secondary {
  background-color: #EBF2F1 !important;
}

.bg-accent {
  background-color: #fffccc !important;
}

/*------------------------------------------
  - margin, padding
------------------------------------------*/
.ma-center {
  margin: auto !important;
}

.ma-left {
  margin: auto auto auto 0 !important;
}

.ma-right {
  margin: auto 0 auto auto !important;
}

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

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

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.p0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

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

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

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

.ml5 {
  margin-left: 5px !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

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

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

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

.ml10 {
  margin-left: 10px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

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

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

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

.ml15 {
  margin-left: 15px !important;
}

.p15 {
  padding: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

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

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

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

.ml20 {
  margin-left: 20px !important;
}

.p20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

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

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

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

.ml25 {
  margin-left: 25px !important;
}

.p25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

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

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

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

.ml30 {
  margin-left: 30px !important;
}

.p30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

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

.mr35 {
  margin-right: 35px !important;
}

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

.ml35 {
  margin-left: 35px !important;
}

.p35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

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

.mr40 {
  margin-right: 40px !important;
}

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

.ml40 {
  margin-left: 40px !important;
}

.p40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

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

.mr45 {
  margin-right: 45px !important;
}

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

.ml45 {
  margin-left: 45px !important;
}

.p45 {
  padding: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

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

.mr50 {
  margin-right: 50px !important;
}

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

.ml50 {
  margin-left: 50px !important;
}

.p50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

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

.ml55 {
  margin-left: 55px !important;
}

.p55 {
  padding: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

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

.ml60 {
  margin-left: 60px !important;
}

.p60 {
  padding: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

/*------------------------------------------
  - textStyle
------------------------------------------*/
.tf-scale-50 {
  transform: scale(0.5);
}

.tf-scale-80 {
  transform: scale(0.8);
}

.tf-scale-120 {
  transform: scale(1.2);
}

.tf-scale-150 {
  transform: scale(1.5);
}

/*============================================
  modules
============================================*/
/*============================================
  jsSwitch
  - tab
============================================*/
/*------------------------------------------
  - tab
------------------------------------------*/
.tab__title li {
  pointer-events: auto;
  cursor: pointer;
}

.tab__title li.active {
  pointer-events: none;
}

.tab__contents > li {
  display: none;
}

.tab__contents > li.active {
  display: block;
}

/*============================================
  slickCustom
============================================*/
.slider__arrow, .slider__arrow--prev, .slider__arrow--next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 60px;
  height: 80px;
  margin: auto;
  text-align: center;
  line-height: 80px;
  font-size: 3rem;
  color: #fff;
  background-color: #5e5446;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .slider__arrow, .slider__arrow--prev, .slider__arrow--next {
    width: 40px;
    height: 60px;
    line-height: 60px;
    font-size: 2.5rem;
  }
}

.slider__arrow--prev {
  left: 0;
  padding-right: 20px;
  border-radius: 0 40px 40px 0;
}

@media screen and (max-width: 480px) {
  .slider__arrow--prev {
    padding-right: 10px;
    border-radius: 0 30px 30px 0;
  }
}

.slider__arrow--next {
  right: 0;
  padding-left: 20px;
  border-radius: 40px 0 0 40px;
}

@media screen and (max-width: 480px) {
  .slider__arrow--next {
    padding-left: 10px;
    border-radius: 30px 0 0 30px;
  }
}

/*============================================
  remodal
============================================*/
.remodal.small {
  max-width: 480px;
}

@media screen and (max-width: 320px) {
  .remodal.small {
    padding: 35px 10px;
  }
}

/*============================================
  components
============================================*/
/*============================================
　header
  - globalNav
  - drawer
  ============================================*/
/*------------------------------------------
  - globalNav
------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9997;
  border-bottom: 1px solid #c2c2c2;
  background-color: #fff;
}

.header__inner {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding-right: 100px;
}

@media screen and (max-width: 1400px) {
  .header__inner {
    padding-right: 180px;
  }
}

@media screen and (max-width: 960px) {
  .header__inner {
    justify-content: center;
    height: 60px;
    padding-right: 0;
  }
}

.header__logo {
  display: block;
  margin-right: 20px;
}

.header__logo img {
  width: 240px;
}

@media screen and (max-width: 960px) {
  .header__logo {
    margin-right: 0;
  }
  .header__logo img {
    width: 100%;
    max-width: 200px;
  }
}

@media screen and (max-width: 480px) {
  .header__logo img {
    margin-left: -40px;
  }
}

@media screen and (max-width: 320px) {
  .header__logo img {
    max-width: 180px;
  }
}

@media screen and (max-width: 960px) {
  .header__nav {
    display: none;
  }
}

.header__nav a {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #343434;
}

.header__nav a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-radius: 50%;
  background: repeating-conic-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 24deg, #e1e1e1 24deg 30deg);
}

.header__nav a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #fffccc;
}

.header__nav a:hover::before {
  width: 40px;
  height: 40px;
}

.header__nav a:hover::after {
  width: 30px;
  height: 30px;
}

.header__member {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  text-align: center;
}

.header__member.active a {
  color: #5e5446;
  background-color: transparent;
}

.header__member-btn, .header__member-btn--login, .header__member-btn--register, .header__member-btn--mypage {
  display: block;
  width: 100px;
  height: 100px;
  padding: 20px 0;
}

.header__member-btn span, .header__member-btn--login span, .header__member-btn--register span, .header__member-btn--mypage span {
  display: block;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.header__member-btn i, .header__member-btn--login i, .header__member-btn--register i, .header__member-btn--mypage i {
  display: block;
  font-size: 3rem;
}

@media screen and (max-width: 960px) {
  .header__member-btn, .header__member-btn--login, .header__member-btn--register, .header__member-btn--mypage {
    width: 60px;
    height: 60px;
    padding: 10px 0;
  }
  .header__member-btn span, .header__member-btn--login span, .header__member-btn--register span, .header__member-btn--mypage span {
    letter-spacing: 0.01em;
    font-size: 1.1rem;
  }
  .header__member-btn i, .header__member-btn--login i, .header__member-btn--register i, .header__member-btn--mypage i {
    font-size: 2rem;
  }
}

.header__member-btn--login {
  background-color: #F2EADF;
  color: #5e5446;
}

.header__member-btn--login:hover {
  filter: brightness(95%);
}

.header__member-btn--register {
  color: #fff;
  background-color: #5e5446;
}

.header__member-btn--register:hover {
  filter: brightness(110%);
}

.header__member-btn--mypage {
  color: #fff;
  background-color: #C8B699;
}

.header__member-btn--mypage:hover {
  filter: brightness(110%);
}

@media screen and (max-width: 960px) {
  .header__member-btn--mypage {
    width: 70px;
  }
}

/*------------------------------------------
  - drawer
------------------------------------------*/
.drawer__nav-btn {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(136, 166, 161, 0.5);
  cursor: pointer;
}

.drawer__nav-btn::before {
  content: "MENU";
  position: absolute;
  bottom: 5px;
  left: 10px;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #5e5446;
}

.drawer__nav-btn span {
  transition: all 0.3s linear;
  display: inline-block;
  position: absolute;
  left: 12px;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #5e5446;
}

.drawer__nav-btn span:nth-of-type(1) {
  top: 12px;
}

.drawer__nav-btn span:nth-of-type(2) {
  top: 21px;
}

.drawer__nav-btn span:nth-of-type(3) {
  top: 30px;
}

.drawer__nav-btn.active::before {
  content: "CLOSE";
}

.drawer__nav-btn.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

.drawer__nav-btn.active span:nth-of-type(2) {
  display: none;
}

.drawer__nav-btn.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.drawer__nav-wrap {
  transition: all .3s linear;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  display: block;
  padding: 60px 0 20px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer__nav-wrap::-webkit-scrollbar {
  display: none;
}

.drawer__nav-wrap::before {
  content: "";
  position: fixed;
  top: 0;
  left: -100%;
  right: 0;
  z-index: 9998;
  width: 100%;
  height: 60px;
  background-color: #fff;
}

.drawer__nav-wrap.active {
  left: 0;
}

.drawer__nav-wrap.active::before {
  left: 0;
}

.drawer__nav-block {
  margin-bottom: 0;
}

.drawer__nav-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  line-height: 44px;
  color: #fff;
  background-color: #5e5446;
}

.drawer__nav-title i {
  line-height: 1;
  font-size: 2.4em;
  color: #221815;
}

.drawer__nav-link {
  margin-bottom: 20px;
}

.drawer__nav-link a {
  position: relative;
  display: block;
  padding-left: 30px;
  line-height: 44px;
  letter-spacing: 0.01em;
}

.drawer__nav-link a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #1a1311;
  background-color: #FFF100;
}

@media screen and (max-width: 320px) {
  .drawer__nav-link a.long {
    font-size: 1.4rem;
  }
}

.drawer__nav-member {
  padding: 0 20px 10px;
  color: #fff;
}

.drawer__nav-member span {
  font-size: 1.2em;
}

.drawer__search {
  position: fixed;
  top: 0;
  left: 60px;
  width: 40px;
  height: 60px;
  text-align: center;
  line-height: 1.8;
  font-size: 1.6em;
  color: #C8B699;
  -webkit-tap-highlight-color: rgba(136, 166, 161, 0.5);
  cursor: pointer;
}

.drawer__search::before {
  content: "検索";
  position: absolute;
  bottom: 3px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.drawer__search-wrap {
  transition: all .3s linear;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: -1;
  width: 100%;
  display: none;
  padding: 20px 10px 10px;
  background-color: #5e5446;
}

.drawer__search-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 70px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}

.drawer__search-wrap.active {
  display: block;
}

/*============================================
　footer
  ============================================*/
.footer {
  background-color: #fff;
}

.footer__inner {
  position: relative;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}

@media screen and (max-width: 960px) {
  .footer__inner {
    width: 100%;
    padding: 30px 0 0;
  }
}

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

.footer__nav div {
  min-width: 120px;
  margin-right: 10px;
}

.footer__nav dt {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #1a1311;
}

.footer__nav dd {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.footer__nav dd a {
  display: block;
  padding: 5px 0;
  color: #343434;
}

.footer__nav dd a img {
  max-width: 280px;
}

.footer__nav dd a:hover {
  text-decoration: underline;
}

.footer__nav dd a:hover img {
  opacity: .8;
}

.footer__nav-credit-logo {
  width: 200px;
}

@media screen and (max-width: 960px) {
  .footer__nav {
    display: block;
  }
  .footer__nav div {
    margin-right: 0;
  }
  .footer__nav div:not(:first-child) {
    display: none;
  }
  .footer__nav div dd {
    font-size: 1.4rem;
  }
  .footer__nav div dd a {
    position: relative;
    padding: 10px 4vw;
    border-top: 1px solid #f1f1f1;
  }
  .footer__nav div dd a:hover {
    text-decoration: none;
  }
  .footer__nav div dd a:last-child {
    border-bottom: 1px solid #f1f1f1;
  }
  .footer__nav div dd a::before {
    transform: rotate(45deg);
    transform-origin: right bottom;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4vw;
    width: 10px;
    height: 2px;
    margin: auto;
    border-radius: 1px;
    background-color: #c2c2c2;
  }
  .footer__nav div dd a::after {
    transform: rotate(-45deg);
    transform-origin: right top;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4vw;
    width: 10px;
    height: 2px;
    margin: auto;
    border-radius: 1px;
    background-color: #c2c2c2;
  }
  .footer__nav-credit {
    padding-bottom: 20px;
    text-align: center;
  }
}

.footer__mark {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
}

.footer__mark img {
  width: 90px;
}

@media screen and (max-width: 960px) {
  .footer__mark {
    position: static;
    width: 100%;
    text-align: center;
  }
}

.footer__copy {
  padding: 30px;
  background-color: #221815;
}

.footer__copy p {
  text-align: center;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #f1f1f1;
}

@media screen and (max-width: 960px) {
  .footer__copy {
    padding: 20px 5px;
  }
}

/*============================================
  layout
============================================*/
body {
  display: flex;
  flex-direction: column;
}

.wrapper {
  flex-grow: 1;
  padding-top: 100px;
  padding-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .wrapper {
    padding-top: 60px;
    min-height: inherit;
  }
}

.inner {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.inner__content {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .inner__content {
    padding: 30px 0;
  }
}

.inner__pages {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .inner__pages {
    padding: 10px 0;
  }
}

.content__wrap--color {
  background-color: #545454;
}

.content__wrap--white {
  background-color: #fff;
}

.content__wrap--black {
  background-color: #1a1311;
}

@media screen and (max-width: 768px) {
  .content__anchor {
    margin-top: -30px;
    padding-top: 30px;
  }
}

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

.content__unit-half {
  width: 48%;
}

.content__unit-main {
  flex-grow: 1;
  max-width: 860px;
}

.content__unit-main-inner {
  padding: 30px;
  background-color: #fff;
}

.content__unit-sub {
  width: 300px;
  min-width: 300px;
  margin-left: 40px;
}

.content__unit-nav {
  width: 300px;
  min-width: 300px;
  margin-right: 40px;
}

@media screen and (max-width: 960px) {
  .content__unit {
    flex-wrap: wrap;
  }
  .content__unit-half {
    width: 100%;
    margin-bottom: 30px;
  }
  .content__unit-main {
    width: 100%;
    margin-bottom: 30px;
  }
  .content__unit-main-inner {
    padding: 10px;
  }
  .content__unit-sub {
    width: 100%;
    margin-left: 0;
  }
  .content__unit-nav {
    width: 100%;
    margin-right: 0;
    order: 1;
  }
}

.content__frame, .content__frame--large, .content__frame--small {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 30px;
  background-color: #fff;
}

.content__frame .post-body, .content__frame--large .post-body, .content__frame--small .post-body {
  padding: 0;
}

.content__frame--large {
  max-width: 1200px;
  padding: 40px 30px;
}

.content__frame--small {
  max-width: 480px;
  padding: 40px 30px;
}

@media screen and (max-width: 960px) {
  .content__frame, .content__frame--large, .content__frame--small {
    padding: 30px 10px;
  }
}

.content__frame--clear {
  width: 100%;
  max-width: 960px;
  margin: auto;
}

.scroll__box {
  height: 280px;
  background-color: #f7f7f7;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .scroll__box {
    height: 300px;
  }
}

.scroll__box-inner {
  padding: 30px 40px 30px 20px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .scroll__box-inner {
    padding: 20px 30px 20px 15px;
    font-size: 1.2rem;
  }
}

/*============================================
  heading
============================================*/
.heading__page {
  height: 240px;
  padding: 40px 0;
  background-color: #56726E;
  background-image: radial-gradient(rgba(242, 234, 223, 0.2) 14%, transparent 18%), radial-gradient(rgba(242, 234, 223, 0.2) 14%, transparent 18%);
  background-position: 0 0, 20px 20px;
  background-size: 40px 40px;
}

.heading__page-inner {
  display: flex;
  align-items: center;
  width: 92%;
  max-width: 540px;
  margin: auto;
}

.heading__page-pict {
  width: 160px;
  height: 160px;
  min-width: 160px;
  margin-right: 60px;
  padding: 25px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(26, 19, 17, 0.2);
  overflow: hidden;
}

.heading__page-title {
  line-height: 1.25;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
}

.heading__page-title span {
  padding: 0 .5em;
  font-size: .7em;
  color: #354644;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .heading__page {
    height: 120px;
    padding: 20px 0;
  }
  .heading__page-pict {
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-right: 20px;
    padding: 15px;
  }
  .heading__page-title {
    font-size: 1.8rem;
  }
  .heading__page-title br {
    display: none;
  }
}

.heading__content {
  position: relative;
  margin: 2em 0 1em;
  padding: .5em 1.5em;
  line-height: 1.25;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  border-bottom: 5px solid #56726E;
  background-color: #1a1311;
}

@media screen and (max-width: 960px) {
  .heading__content {
    font-size: 2rem;
  }
}

.heading__section {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #5e5446;
}

.heading__section i {
  color: #C8B699;
}

@media screen and (max-width: 960px) {
  .heading__section {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.heading__number {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1a1311;
}

.heading__number span {
  display: block;
  padding-right: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 4.8rem;
  font-family: "Montserrat", sans-serif;
  color: #fff766;
  text-shadow: 1px 1px 0 #1a1311, -1px 1px 0 #1a1311, 1px -1px 0 #1a1311, -1px -1px 0 #1a1311;
}

@media screen and (max-width: 960px) {
  .heading__number {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.heading__sub {
  margin-bottom: 10px;
  line-height: 1.25;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #5e5446;
}

.heading__sub i {
  color: #C8B699;
}

@media screen and (max-width: 960px) {
  .heading__sub {
    font-size: 1.8rem;
  }
}

.heading__main {
  transform: translate(-50%);
  position: relative;
  display: inline-block;
  margin-left: 50%;
  margin-bottom: 40px;
  padding: 15px 50px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  font-size: 2.6rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #5e5446;
}

.heading__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 30px;
  border-width: 4px 0 0 4px;
  border-style: solid;
  border-color: #C8B699;
}

.heading__main::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 30px;
  border-width: 0 4px 4px 0;
  border-style: solid;
  border-color: #C8B699;
}

.heading__main span {
  display: none;
}

@media screen and (max-width: 768px) {
  .heading__main {
    transform: translate(0);
    display: block;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
    padding: 10px 30px;
    text-align: center;
    font-size: 2rem;
  }
  .heading__main::before {
    width: 30px;
    height: 20px;
  }
  .heading__main::after {
    width: 30px;
    height: 20px;
  }
}

.heading__step {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.heading__step span {
  display: block;
  width: 100px;
  margin: 0 auto 5px;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #1a1311;
  background-color: #FFF100;
}

@media screen and (max-width: 768px) {
  .heading__step {
    font-size: 1.8rem;
  }
}

.heading__point {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.heading__point span {
  display: block;
  width: 100px;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  background-color: #FFF100;
}

@media screen and (max-width: 768px) {
  .heading__point {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.heading__modal, .heading__modal--accent {
  line-height: 1.25;
  letter-spacing: 0.01em;
  font-size: 2rem;
  font-weight: bold;
  color: #5e5446;
}

.heading__modal i, .heading__modal--accent i {
  font-size: 1.2em;
  opacity: .6;
}

@media screen and (max-width: 480px) {
  .heading__modal, .heading__modal--accent {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 320px) {
  .heading__modal i, .heading__modal--accent i {
    display: none;
  }
}

.heading__modal--accent {
  color: #1a1311;
}

/*============================================
  category
============================================*/
.category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.category__list::after {
  content: "";
  display: block;
  width: 32%;
  min-width: 280px;
}

.category__list-item {
  width: 32%;
  min-width: 280px;
  margin-bottom: 20px;
}

.category__list-item a {
  position: relative;
  display: block;
  height: 120px;
  padding: 0 20px 0 150px;
  text-align: right;
  color: #56726E;
  border: 1px solid #56726E;
  background-repeat: no-repeat;
  background-size: 110px;
  background-position: 30px center;
  overflow: hidden;
}

.category__list-item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fffccc;
  mix-blend-mode: multiply;
}

.category__list-item a:hover::before {
  width: 100%;
}

.category__list-item a.case {
  background-image: url(../img/icon-case.png);
}

.category__list-item a.talent {
  background-image: url(../img/icon-talent.png);
}

.category__list-item a.ad {
  background-image: url(../img/icon-ad.png);
}

.category__list-item a.media {
  background-image: url(../img/icon-media.png);
}

.category__list-item a.social {
  background-image: url(../img/icon-social.png);
}

.category__list-item a.marketing {
  background-image: url(../img/icon-marketing.png);
}

.category__list-item-name {
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  line-height: 1.25;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}

.category__list-item-name em {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.category__list-item-name span {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.category__list-item-name span i {
  font-size: 1.5em;
}

@media screen and (max-width: 1280px) {
  .category__list-item {
    width: 48%;
    min-width: auto;
  }
}

@media screen and (max-width: 768px) {
  .category__list-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .category__list-item a {
    height: 80px;
    padding: 0 20px 0 80px;
    background-position: 10px center;
    background-size: 68px;
  }
  .category__list-item-name em {
    display: inline;
    font-size: 2rem;
  }
  .category__list-item-name span {
    display: inline;
    font-size: 0;
  }
  .category__list-item-name span i {
    font-size: 2.4rem;
  }
}

.category__sub-list {
  display: flex;
}

.category__sub-list.internal a::after {
  transform: rotate(135deg);
  top: auto;
  bottom: 15px;
  left: 0;
  right: 0;
}

.category__sub-list.internal a p {
  top: 45% !important;
}

@media screen and (max-width: 960px) {
  .category__sub-list.internal a::after {
    bottom: 7px;
  }
}

.category__sub-list-item {
  flex-grow: 1;
  margin-bottom: 10px;
}

.category__sub-list-item:not(:last-child) {
  margin-right: 10px;
}

.category__sub-list-item a {
  position: relative;
  display: block;
  height: 80px;
  color: #56726E;
  border: 1px solid #56726E;
  background-color: #f9f6f1;
}

.category__sub-list-item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.category__sub-list-item a::after {
  content: "";
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  z-index: 1;
  width: 10px;
  height: 10px;
  margin: auto;
  border-style: solid;
  border-color: #56726E;
  border-width: 2px 2px 0 0;
}

.category__sub-list-item a:hover {
  color: #fff;
}

.category__sub-list-item a:hover::before {
  background-color: #56726E;
}

.category__sub-list-item a:hover::after {
  border-color: #fff;
}

.category__sub-list-item-name {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
}

.category__sub-list-item-name span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 960px) {
  .category__sub-list {
    flex-wrap: wrap;
  }
  .category__sub-list-item {
    width: 100%;
  }
  .category__sub-list-item:not(:last-child) {
    margin-right: 0;
  }
  .category__sub-list-item a {
    height: 60px;
  }
}

.category__info {
  margin-bottom: 100px;
}

.category__info-unit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.category__info-unit-thumb {
  width: 34%;
  padding: 0 30px;
}

.category__info-unit-text {
  width: 62%;
}

.category__info-unit-text dt {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #56726E;
}

.category__info-unit-text dt span {
  font-size: 1.3em;
}

.category__info-unit-text dd {
  position: relative;
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  .category__info-unit {
    position: relative;
    margin-bottom: 20px;
  }
  .category__info-unit-thumb {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    padding: 0;
    text-align: center;
  }
  .category__info-unit-thumb img {
    width: 100%;
    max-width: 160px;
  }
  .category__info-unit-text {
    width: 100%;
    padding-right: 40%;
  }
  .category__info-unit-text dt {
    font-size: 1.4rem;
  }
  .category__info-unit-text dd {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 480px) {
  .category__info-unit-thumb {
    width: 36vw;
  }
  .category__info-unit-text {
    width: 100%;
    padding-right: 0;
  }
  .category__info-unit-text dt {
    min-height: 35vw;
    padding-top: 30px;
    padding-right: 37vw;
    letter-spacing: 0.01em;
    text-align: center;
    font-size: 1.4rem;
  }
  .category__info-unit-text dt span {
    display: block;
    font-size: 1.2em;
  }
  .category__info-unit-text dd {
    font-size: 1.2rem;
  }
}

/*============================================
  tag
============================================*/
.tag__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 860px;
  margin: auto;
}

.tag__list.main {
  justify-content: flex-start;
}

.tag__list-item {
  display: block;
  min-width: 100px;
  margin: 5px;
  padding: 0 20px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  background-color: #f9f6f1;
}

.tag__list-item:hover {
  background-color: #F2EADF;
}

@media screen and (max-width: 768px) {
  .tag__list-item {
    min-width: auto;
    margin: 3px;
    font-size: 1.2rem;
  }
}

/*============================================
  pagination 
============================================*/
.pagination {
  margin-top: 50px;
}

.pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination__list li a {
  display: block;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  line-height: 40px;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
  color: #1a1311;
  border-radius: 20px;
  border: 1px solid #1a1311;
  overflow: hidden;
}

.pagination__list li a:hover {
  background-color: #fffccc;
}

.pagination__list li a i {
  line-height: 40px;
  font-size: 1.4em;
}

.pagination__list li.active a {
  background-color: #fffccc;
}

@media screen and (max-width: 960px) {
  .pagination {
    margin-top: 30px;
  }
  .pagination__list li a {
    min-width: 30px;
    height: 30px;
    padding: 0 4px;
    line-height: 30px;
    font-size: 1.2rem;
    border-radius: 15px;
  }
  .pagination__list li a i {
    line-height: 30px;
    font-size: 1.2em;
  }
}

@media screen and (max-width: 320px) {
  .pagination__list {
    flex-wrap: wrap;
  }
  .pagination__list li a {
    margin: 2px 0;
  }
}

/*============================================
  button
============================================*/
.btn__bg, .btn__bg--secondary, .btn__bg--accent, .btn__bg--share, .btn__bg--black, .btn__bg--gray, .btn__bg--lightgray {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: auto;
  line-height: 60px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #5e5446;
  background-color: #5e5446;
  backface-visibility: hidden;
  cursor: pointer;
}

.btn__bg span, .btn__bg--secondary span, .btn__bg--accent span, .btn__bg--share span, .btn__bg--black span, .btn__bg--gray span, .btn__bg--lightgray span {
  font-size: 1.3em;
}

.btn__bg i, .btn__bg--secondary i, .btn__bg--accent i, .btn__bg--share i, .btn__bg--black i, .btn__bg--gray i, .btn__bg--lightgray i {
  vertical-align: top;
  font-size: 1.8em;
}

.btn__bg.arrow, .arrow.btn__bg--secondary, .arrow.btn__bg--accent, .arrow.btn__bg--share, .arrow.btn__bg--black, .arrow.btn__bg--gray, .arrow.btn__bg--lightgray {
  position: relative;
  padding: 0 30px;
}

.btn__bg.arrow::before, .arrow.btn__bg--secondary::before, .arrow.btn__bg--accent::before, .arrow.btn__bg--share::before, .arrow.btn__bg--black::before, .arrow.btn__bg--gray::before, .arrow.btn__bg--lightgray::before {
  content: "";
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  z-index: 1;
  width: 10px;
  height: 10px;
  margin: auto;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 2px 0 0;
}

.btn__bg.arrow:hover::before, .arrow.btn__bg--secondary:hover::before, .arrow.btn__bg--accent:hover::before, .arrow.btn__bg--share:hover::before, .arrow.btn__bg--black:hover::before, .arrow.btn__bg--gray:hover::before, .arrow.btn__bg--lightgray:hover::before {
  right: 10px;
}

.btn__bg.internal, .internal.btn__bg--secondary, .internal.btn__bg--accent, .internal.btn__bg--share, .internal.btn__bg--black, .internal.btn__bg--gray, .internal.btn__bg--lightgray {
  position: relative;
  padding: 0 30px 10px;
}

.btn__bg.internal::before, .internal.btn__bg--secondary::before, .internal.btn__bg--accent::before, .internal.btn__bg--share::before, .internal.btn__bg--black::before, .internal.btn__bg--gray::before, .internal.btn__bg--lightgray::before {
  content: "";
  transform: rotate(135deg);
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  margin: auto;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 2px 0 0;
}

.btn__bg.internal:hover::before, .internal.btn__bg--secondary:hover::before, .internal.btn__bg--accent:hover::before, .internal.btn__bg--share:hover::before, .internal.btn__bg--black:hover::before, .internal.btn__bg--gray:hover::before, .internal.btn__bg--lightgray:hover::before {
  bottom: 5px;
}

.btn__bg.more, .more.btn__bg--secondary, .more.btn__bg--accent, .more.btn__bg--share, .more.btn__bg--black, .more.btn__bg--gray, .more.btn__bg--lightgray {
  width: 200px;
  line-height: 40px;
}

.btn__bg.narrow, .narrow.btn__bg--secondary, .narrow.btn__bg--accent, .narrow.btn__bg--share, .narrow.btn__bg--black, .narrow.btn__bg--gray, .narrow.btn__bg--lightgray {
  line-height: 50px;
}

.btn__bg.small, .small.btn__bg--secondary, .small.btn__bg--accent, .small.btn__bg--share, .small.btn__bg--black, .small.btn__bg--gray, .small.btn__bg--lightgray {
  line-height: 40px;
}

.btn__bg.tiny, .tiny.btn__bg--secondary, .tiny.btn__bg--accent, .tiny.btn__bg--share, .tiny.btn__bg--black, .tiny.btn__bg--gray, .tiny.btn__bg--lightgray {
  line-height: 30px;
  font-size: 1.2rem;
  border-radius: 4px;
}

.btn__bg.w50, .w50.btn__bg--secondary, .w50.btn__bg--accent, .w50.btn__bg--share, .w50.btn__bg--black, .w50.btn__bg--gray, .w50.btn__bg--lightgray {
  width: 50%;
  max-width: inherit;
}

.btn__bg.w100, .w100.btn__bg--secondary, .w100.btn__bg--accent, .w100.btn__bg--share, .w100.btn__bg--black, .w100.btn__bg--gray, .w100.btn__bg--lightgray {
  max-width: inherit;
}

.btn__bg.inline, .inline.btn__bg--secondary, .inline.btn__bg--accent, .inline.btn__bg--share, .inline.btn__bg--black, .inline.btn__bg--gray, .inline.btn__bg--lightgray {
  display: inline-block;
  width: auto;
  max-width: inherit;
  padding: 10px 30px;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .btn__bg, .btn__bg--secondary, .btn__bg--accent, .btn__bg--share, .btn__bg--black, .btn__bg--gray, .btn__bg--lightgray {
    max-width: 240px;
    line-height: 50px;
    font-size: 1.4rem;
    border-radius: 25px;
  }
  .btn__bg.w50, .w50.btn__bg--secondary, .w50.btn__bg--accent, .w50.btn__bg--share, .w50.btn__bg--black, .w50.btn__bg--gray, .w50.btn__bg--lightgray {
    width: 100%;
  }
}

.btn__bg:hover, .btn__bg--secondary:hover, .btn__bg--accent:hover, .btn__bg--share:hover, .btn__bg--black:hover, .btn__bg--gray:hover, .btn__bg--lightgray:hover {
  opacity: .7;
}

.btn__bg--secondary {
  color: #fff;
  border: 1px solid #56726E;
  background-color: #56726E;
}

.btn__bg--secondary:hover {
  border: 1px solid #88A6A1;
  background-color: #88A6A1;
  opacity: 1;
}

.btn__bg--accent {
  color: #1a1311;
  border: 1px solid #1a1311;
  background-color: #FFF100;
}

.btn__bg--accent.arrow::before {
  border-color: #1a1311;
}

.btn__bg--accent:hover {
  background-color: #fffccc;
  opacity: 1;
}

.btn__bg--share {
  color: #fff;
  border: 1px solid #56726E;
  background-color: #56726E;
}

.btn__bg--black {
  color: #fff;
  border: 1px solid #1a1311;
  background-color: #1a1311;
}

.btn__bg--black:hover {
  background-color: #343434;
  opacity: 1;
}

.btn__bg--gray {
  color: #fff;
  border: 1px solid #989898;
  background-color: #989898;
}

.btn__bg--gray:hover {
  filter: brightness(110%);
  opacity: 1;
}

.btn__bg--lightgray {
  color: #fff;
  border: 1px solid #F2EADF;
  background-color: #F2EADF;
  color: #5e5446;
}

.btn__bg--lightgray:hover {
  filter: brightness(95%);
  opacity: 1;
}

.btn__bg--lightgray.arrow::before {
  border-color: #545454;
}

.btn__border, .btn__border--accent, .btn__border--gray, .btn__border--black {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: auto;
  line-height: 60px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #5e5446;
  background-color: #5e5446;
  backface-visibility: hidden;
  cursor: pointer;
  color: #5e5446;
  border: 1px solid #5e5446;
  background-color: transparent;
}

.btn__border span, .btn__border--accent span, .btn__border--gray span, .btn__border--black span {
  font-size: 1.3em;
}

.btn__border i, .btn__border--accent i, .btn__border--gray i, .btn__border--black i {
  vertical-align: top;
  font-size: 1.8em;
}

.btn__border.arrow, .arrow.btn__border--accent, .arrow.btn__border--gray, .arrow.btn__border--black {
  position: relative;
  padding: 0 30px;
}

.btn__border.arrow::before, .arrow.btn__border--accent::before, .arrow.btn__border--gray::before, .arrow.btn__border--black::before {
  content: "";
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  z-index: 1;
  width: 10px;
  height: 10px;
  margin: auto;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 2px 0 0;
}

.btn__border.arrow:hover::before, .arrow.btn__border--accent:hover::before, .arrow.btn__border--gray:hover::before, .arrow.btn__border--black:hover::before {
  right: 10px;
}

.btn__border.internal, .internal.btn__border--accent, .internal.btn__border--gray, .internal.btn__border--black {
  position: relative;
  padding: 0 30px 10px;
}

.btn__border.internal::before, .internal.btn__border--accent::before, .internal.btn__border--gray::before, .internal.btn__border--black::before {
  content: "";
  transform: rotate(135deg);
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  margin: auto;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 2px 0 0;
}

.btn__border.internal:hover::before, .internal.btn__border--accent:hover::before, .internal.btn__border--gray:hover::before, .internal.btn__border--black:hover::before {
  bottom: 5px;
}

.btn__border.more, .more.btn__border--accent, .more.btn__border--gray, .more.btn__border--black {
  width: 200px;
  line-height: 40px;
}

.btn__border.narrow, .narrow.btn__border--accent, .narrow.btn__border--gray, .narrow.btn__border--black {
  line-height: 50px;
}

.btn__border.small, .small.btn__border--accent, .small.btn__border--gray, .small.btn__border--black {
  line-height: 40px;
}

.btn__border.tiny, .tiny.btn__border--accent, .tiny.btn__border--gray, .tiny.btn__border--black {
  line-height: 30px;
  font-size: 1.2rem;
  border-radius: 4px;
}

.btn__border.w50, .w50.btn__border--accent, .w50.btn__border--gray, .w50.btn__border--black {
  width: 50%;
  max-width: inherit;
}

.btn__border.w100, .w100.btn__border--accent, .w100.btn__border--gray, .w100.btn__border--black {
  max-width: inherit;
}

.btn__border.inline, .inline.btn__border--accent, .inline.btn__border--gray, .inline.btn__border--black {
  display: inline-block;
  width: auto;
  max-width: inherit;
  padding: 10px 30px;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .btn__border, .btn__border--accent, .btn__border--gray, .btn__border--black {
    max-width: 240px;
    line-height: 50px;
    font-size: 1.4rem;
    border-radius: 25px;
  }
  .btn__border.w50, .w50.btn__border--accent, .w50.btn__border--gray, .w50.btn__border--black {
    width: 100%;
  }
}

.btn__border.arrow::before, .arrow.btn__border--accent::before, .arrow.btn__border--gray::before, .arrow.btn__border--black::before {
  border-color: #545454;
}

.btn__border:hover, .btn__border--accent:hover, .btn__border--gray:hover, .btn__border--black:hover {
  color: #fff;
  background-color: #5e5446;
}

.btn__border:hover.arrow::before, .btn__border--accent:hover.arrow::before, .btn__border--gray:hover.arrow::before, .btn__border--black:hover.arrow::before {
  border-color: #fff;
}

.btn__border--accent {
  color: #1a1311;
  border: 1px solid #1a1311;
}

.btn__border--accent:hover {
  color: #1a1311;
  background-color: #FFF100;
}

.btn__border--accent:hover.arrow::before {
  border-color: #545454;
}

.btn__border--gray {
  color: #989898;
  border: 1px solid #989898;
}

.btn__border--gray:hover {
  color: #989898;
  background-color: #f1f1f1;
}

.btn__border--gray:hover.arrow::before {
  border-color: #545454;
}

.btn__border--black {
  color: #1a1311;
  border: 1px solid #1a1311;
  background-color: inherit;
}

.btn__border--black:hover {
  color: #fff;
  background-color: #1a1311;
}

.btn__border--black:hover.arrow::before {
  border-color: #fff;
}

.btn__text, .btn__text--center {
  display: block;
  line-height: 60px;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #56726E;
}

.btn__text:hover, .btn__text--center:hover {
  opacity: .7;
}

.btn__text--center {
  width: 100%;
  max-width: 280px;
  margin: auto;
  text-align: center;
}

.btn__notes {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #989898;
}

.btn__notes:hover {
  opacity: .7;
}

.btn__separator {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 20px;
  line-height: 40px;
  text-align: center;
  color: #221815;
}

.btn__separator::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #5e5446;
}

.btn__separator::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #C8B699;
}

.btn__separator:hover::after {
  background-color: transparent;
}

/*============================================
  banner
============================================*/
.bnr__wide {
  height: 230px;
  background-image: url(../img/bnr-visual.png);
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: -2% top;
  overflow: hidden;
  position: relative;
  display: block;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #5e5446;
  border: 1px solid #c2c2c2;
  background-color: #fff;
}

.bnr__wide::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  z-index: 1;
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
  background-color: #FFF100;
}

.bnr__wide::after {
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 64px;
  z-index: 2;
  width: 24px;
  height: 24px;
  margin: auto;
  border-width: 4px 4px 0 0;
  border-style: solid;
  border-color: #1a1311;
}

.bnr__wide:hover {
  border-color: #FFF100;
}

.bnr__wide:hover::after {
  transform: rotate(45deg) skew(-10deg, -10deg);
}

@media screen and (max-width: 1280px) {
  .bnr__wide::before {
    right: 0;
    width: 30px;
    height: 100%;
    border-radius: 0;
  }
  .bnr__wide::after {
    right: 10px;
    width: 20px;
    height: 20px;
  }
}

.bnr__wide-text {
  position: relative;
  top: 30%;
  padding-left: 300px;
  padding-right: 140px;
  line-height: 1.25;
}

.bnr__wide-text-catch {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.bnr__wide-text-lead {
  margin-bottom: 30px;
  font-size: 3rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.bnr__wide-text-credit {
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .bnr__wide {
    background-position: -6% top;
  }
  .bnr__wide-text {
    top: 15%;
    padding-left: 250px;
    padding-right: 40px;
  }
  .bnr__wide-text-catch {
    margin-bottom: 10px;
    font-size: 3rem;
  }
  .bnr__wide-text-lead {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .bnr__wide {
    height: 180px;
    background-size: auto 180px;
    background-position: -40px top;
  }
  .bnr__wide-text {
    margin-left: 100px;
    padding-left: 30px;
  }
  .bnr__wide-text-catch {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .bnr__wide-text-lead {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .bnr__wide-text-credit {
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .bnr__wide-text {
    top: 0;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .bnr__wide-text-credit br {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .bnr__wide {
    background-position: -50px top;
  }
  .bnr__wide-text {
    margin-left: 90px;
  }
  .bnr__wide-text-catch {
    font-size: 1.6rem;
  }
  .bnr__wide-text-lead {
    margin-bottom: 10px;
  }
}

.bnr__narrow {
  height: 120px;
  padding: 20px 180px 20px 220px;
  background-image: url(../img/bnr-visual-book.png);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: left top;
  overflow: hidden;
  position: relative;
  display: block;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #5e5446;
  border: 1px solid #c2c2c2;
  background-color: #fff;
}

.bnr__narrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  z-index: 1;
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
  background-color: #FFF100;
}

.bnr__narrow::after {
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 64px;
  z-index: 2;
  width: 24px;
  height: 24px;
  margin: auto;
  border-width: 4px 4px 0 0;
  border-style: solid;
  border-color: #1a1311;
}

.bnr__narrow:hover {
  border-color: #FFF100;
}

.bnr__narrow:hover::after {
  transform: rotate(45deg) skew(-10deg, -10deg);
}

@media screen and (max-width: 1280px) {
  .bnr__narrow::before {
    right: 0;
    width: 30px;
    height: 100%;
    border-radius: 0;
  }
  .bnr__narrow::after {
    right: 10px;
    width: 20px;
    height: 20px;
  }
}

.bnr__narrow-text {
  color: #C8B699;
}

.bnr__narrow-text-lead {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.bnr__narrow-text-catch {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.bnr__narrow-text-catch span {
  font-size: .75em;
}

@media screen and (max-width: 960px) {
  .bnr__narrow-text-lead {
    font-size: 1.8rem;
  }
  .bnr__narrow-text-catch {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .bnr__narrow {
    height: auto;
    padding: 10px 10px 30px 90px;
    background-size: 80px;
    background-position: left center;
  }
  .bnr__narrow-text-lead {
    font-size: 1.6rem;
  }
  .bnr__narrow-text-catch {
    font-size: 2rem;
  }
}

.bnr__external, .bnr__external--narrow, .bnr__external--wide {
  text-align: center;
}

.bnr__external div, .bnr__external--narrow div, .bnr__external--wide div {
  display: inline-block;
  margin: 5px;
}

.bnr__external dt, .bnr__external--narrow dt, .bnr__external--wide dt {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #adadad;
}

.bnr__external dd a, .bnr__external--narrow dd a, .bnr__external--wide dd a {
  display: block;
  margin-bottom: 10px;
}

.bnr__external dd a:hover, .bnr__external--narrow dd a:hover, .bnr__external--wide dd a:hover {
  opacity: .7;
}

.bnr__external dd.row a, .bnr__external--narrow dd.row a, .bnr__external--wide dd.row a {
  display: inline-block;
  margin: 5px;
}

.bnr__external--narrow img {
  width: 100%;
  max-width: 345px;
}

@media screen and (max-width: 480px) {
  .bnr__external--wide {
    display: none;
  }
}

/*============================================
  form
  - selector
  - baselayout
  - layout
============================================*/
/*------------------------------------------
  - selector
------------------------------------------*/
@media screen and (max-width: 768px) {
  input, textarea, select {
    font-size: 1.6rem;
  }
}

button {
  cursor: pointer;
}

button,
input[type="submit"],
input[type="button"] {
  transition: all .3s linear;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  appearance: button;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  -webkit-tap-highlight-color: rgba(136, 166, 161, 0.5);
}

button::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

button::focus,
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

button::before,
input[type="submit"]::before,
input[type="button"]::before {
  transition: all .3s linear;
}

button::after,
input[type="submit"]::after,
input[type="button"]::after {
  transition: all .3s linear;
}

input, textarea, select {
  font-weight: inherit;
  font-family: inherit;
  -webkit-appearance: none;
}

input::placeholder, textarea::placeholder, select::placeholder {
  color: #adadad;
}

input:focus, textarea:focus, select:focus {
  border-color: #545454 !important;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="date"] {
  width: 100%;
  height: 50px;
  padding: 10px 25px;
  border: 1px solid #adadad;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  input[type="date"] {
    padding: 10px 15px;
  }
}

textarea {
  width: 100%;
  height: 11em;
  padding: 1em 25px;
  border: 1px solid #adadad;
  border-radius: 0;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  textarea {
    padding: 1em 15px;
  }
}

select {
  width: 100%;
  padding: 15px 60px 15px 25px;
  border: 1px solid #adadad;
  border-radius: 0;
  background-color: #fff;
  appearance: none;
}

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

@media screen and (max-width: 768px) {
  select {
    padding: 15px 60px 15px 15px;
  }
}

.select {
  position: relative;
}

.select::after {
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-bottom: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  pointer-events: none;
}

label {
  display: inline-block;
  padding: 15px 30px 5px 0;
  cursor: pointer;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + .checkbox:after {
  content: "";
  transform: rotate(40deg);
  position: absolute;
  top: 0;
  left: 8px;
  width: 10px;
  height: 20px;
  border-right: 2px solid #1a1311;
  border-bottom: 2px solid #1a1311;
}

.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 35px;
}

.checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #adadad;
}

@media screen and (max-width: 768px) {
  .checkbox {
    font-size: 1.2rem;
  }
}

input[type="radio"] {
  display: none;
  margin-right: 10px;
}

input[type="radio"]:checked + .radio:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #F2EADF;
}

.radio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
}

.radio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #adadad;
  border-radius: 50%;
}

.search__form {
  display: flex;
  height: 50px;
}

.search__input {
  flex-grow: 1;
  border-radius: 4px 0 0 4px !important;
}

.search__submit {
  min-width: 50px;
  line-height: 50px;
  color: #fff;
  border-radius: 0 4px 4px 0 !important;
  background-color: #5e5446;
}

.search__submit i {
  font-size: 2em;
}

.password-show input {
  position: relative;
}

.password-show i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  height: 20px;
  margin: auto;
  line-height: 20px;
  font-size: 1.5em;
  color: #c2c2c2;
  cursor: pointer;
}

/*------------------------------------------
  - baselayout
------------------------------------------*/
.form-page .header__inner {
  justify-content: center;
  padding-right: 0;
}

.form-page .header__logo {
  margin-right: 0;
}

/*------------------------------------------
  - layout
------------------------------------------*/
.form > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}

.form > div dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 38%;
  margin-bottom: 50px;
  padding: 15px;
}

.form > div dd {
  position: relative;
  width: 60%;
  margin-bottom: 50px;
}

.form > div dd .error {
  position: absolute;
  bottom: -40px;
  left: 10px;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background-color: #FB767A;
}

.form > div dd .error::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #FB767A transparent;
}

@media screen and (max-width: 768px) {
  .form > div {
    margin-bottom: 15px;
  }
  .form > div dt {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .form > div dd {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .form > div dd .error {
    font-size: 1.2rem;
  }
}

.form__login > div {
  margin-bottom: 20px;
}

.form__login > div dt {
  margin-bottom: 10px;
}

.form__login > div dd .error {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  color: #fff;
  background-color: #FB767A;
}

.form__login > div dd .error::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #FB767A transparent;
}

@media screen and (max-width: 480px) {
  .form__login > div dd .error {
    font-size: 1.2rem;
  }
}

.form__profile > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  letter-spacing: 0.01em;
}

.form__profile > div dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 38%;
}

.form__profile > div dd {
  position: relative;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .form__profile > div {
    margin-bottom: 15px;
  }
  .form__profile > div dt {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .form__profile > div dd {
    width: 100%;
  }
}

.form__size--30 {
  width: 30%;
}

.form__size--50 {
  width: 50%;
}

@media screen and (max-width: 480px) {
  .form__size--30 {
    width: 100%;
  }
  .form__size--50 {
    width: 100%;
  }
}

.form__row {
  display: flex;
}

.form__row-item--pass {
  width: 58%;
  margin-right: 2%;
}

.form__row-item--check {
  width: 40%;
}

.form__row-item--name {
  width: 48%;
}

.form__row-item--name:first-child {
  margin-right: 4%;
}

.form__row-item--tel {
  width: 30%;
}

.form__row-item--hyphen {
  position: relative;
  width: 5%;
  line-height: 50px;
  text-align: center;
  color: #c2c2c2;
}

.form__title {
  font-weight: bold;
}

.form__label, .form__label--required, .form__label--elective {
  display: inline-block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.form__label--required {
  color: #FB767A;
  border: 1px solid #FB767A;
}

.form__label--elective {
  color: #88A6A1;
  border: 1px solid #88A6A1;
}

.form__agree {
  transform: translate(-50%);
  position: relative;
  left: 50%;
  display: inline-block;
  margin: auto;
}

.form__agree-text {
  padding: 0 10px 30px;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  .form__agree {
    transform: none;
    left: 0;
  }
  .form__agree-text {
    padding: 0 10px 10px;
    text-align: left;
    font-size: 1.2rem;
  }
  .form__agree-text br {
    display: none;
  }
}

.form__tab {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.form__tab li {
  padding: 10px;
}

.form__tab li p {
  transition: all .3s linear;
  display: block;
  width: 280px;
  margin: 10px;
  margin: auto;
  line-height: 60px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1a1311;
  border-radius: 30px;
  border: 1px solid #1a1311;
  backface-visibility: hidden;
}

.form__tab li p:hover {
  filter: brightness(130%);
}

.form__tab li.active p {
  color: #fff;
  border: 1px solid #1a1311;
  background-color: #1a1311;
}

@media screen and (max-width: 768px) {
  .form__tab {
    margin-bottom: 30px;
  }
  .form__tab li {
    padding: 5px;
  }
  .form__tab li p {
    width: 130px;
    line-height: 50px;
    font-size: 1.4rem;
    border-radius: 25px;
  }
}

/*============================================
  table
============================================*/
.table thead th {
  padding: 10px;
  text-align: center;
  font-size: 1.8rem;
}

.table tbody th, .table tbody td {
  padding: 10px 20px;
}

.table tbody th {
  vertical-align: middle;
  text-align: left;
}

.table tbody .row-10 {
  width: 10%;
  min-width: 40px;
}

.table tbody .row-20 {
  width: 20%;
  min-width: 80px;
}

.table tbody .row-30 {
  width: 30%;
  min-width: 120px;
}

.table tbody .row-40 {
  width: 40%;
  min-width: 160px;
}

.table tbody .row-50 {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .table tbody .row-10 {
    width: auto;
    min-width: inherit;
  }
  .table tbody .row-20 {
    width: auto;
    min-width: inherit;
  }
  .table tbody .row-30 {
    width: auto;
    min-width: inherit;
  }
  .table tbody .row-40 {
    width: auto;
    min-width: inherit;
  }
}

@media screen and (max-width: 768px) {
  .table tbody th, .table tbody td {
    padding: 10px;
    font-size: 1.4rem;
  }
  .table tbody td.price {
    width: 60%;
    font-size: 1.2rem;
  }
}

/*============================================
pages
============================================*/
/*============================================
  home
============================================*/
.home {
  background: url(../img/home-bg.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
  overflow: hidden;
}

.home__inner {
  position: relative;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  height: 550px;
}

@media screen and (max-width: 768px) {
  .home__inner {
    height: 300px;
  }
}

.home__heading {
  position: relative;
  z-index: 2;
  width: 620px;
  margin-bottom: 40px;
}

.home__heading-title {
  padding-top: 50px;
}

.home__heading-desc {
  padding-left: 120px;
  letter-spacing: 0.01em;
  line-height: 1.25;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.home__heading-desc em {
  font-size: 1.2em;
  font-weight: 700;
  color: #5e5446;
}

@media screen and (max-width: 1280px) {
  .home__heading {
    width: 400px;
  }
  .home__heading-desc {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .home__heading {
    width: 100%;
    margin-bottom: 10px;
  }
  .home__heading-title {
    display: none;
  }
  .home__heading-desc span {
    display: block;
  }
  .home__heading-desc em {
    display: block;
  }
}

@media screen and (max-width: 320px) {
  .home__heading-desc em {
    font-size: 1.3em;
  }
}

.home__visual {
  position: absolute;
  bottom: -30px;
  right: -60px;
  z-index: 1;
}

.home__visual-pict {
  width: 580px;
}

.home__visual-caption {
  position: absolute;
  top: 180px;
  right: 320px;
  display: block;
  width: 340px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1280px) {
  .home__visual {
    right: -160px;
  }
}

@media screen and (max-width: 960px) {
  .home__visual {
    display: flex;
    justify-content: flex-end;
    width: 100vw;
  }
  .home__visual-caption {
    top: auto;
    bottom: 20px;
    right: auto;
    left: 0;
    padding: 3px 10px;
    background-color: rgba(255, 255, 255, 0.75);
  }
}

@media screen and (max-width: 768px) {
  .home__visual {
    bottom: -15px;
    right: -90px;
  }
  .home__visual-pict {
    width: 300px;
  }
  .home__visual-caption {
    letter-spacing: 0.01em;
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .home__visual-caption {
    bottom: 20px;
    left: -60px;
    display: inline-block;
    width: auto;
  }
}

.home__member {
  position: relative;
  width: 480px;
  margin-left: 70px;
  padding: 30px;
  text-align: center;
}

.home__member::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(26, 19, 17, 0.2);
}

.home__member::after {
  transform: rotate(2deg);
  content: "";
  position: absolute;
  top: -1%;
  left: -1%;
  z-index: 1;
  display: block;
  width: 102%;
  height: 102%;
  background-color: #C8B699;
  box-shadow: 0 3px 6px 0 rgba(26, 19, 17, 0.2);
}

.home__member dt {
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #56726E;
}

.home__member dt span {
  font-size: 1.2em;
}

.home__member dd {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1280px) {
  .home__member {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .home__member {
    width: 240px;
    padding: 0;
  }
  .home__member::before {
    display: none;
  }
  .home__member::after {
    display: none;
  }
  .home__member dt {
    display: none;
  }
  .home__member dd a {
    border: 1px solid #5e5446 !important;
  }
}

.home__feature {
  padding: 30px;
  background-color: #221815;
}

.home__feature p {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
}

.home__feature p br {
  display: none;
}

@media screen and (max-width: 960px) {
  .home__feature {
    padding: 20px 2vw;
  }
  .home__feature p {
    font-size: 1.8rem;
  }
  .home__feature p br {
    display: block;
  }
}

.home__pickup {
  max-width: 100vw;
  padding: 30px 0 60px;
  overflow: hidden;
}

/*============================================
  post
  - base
  - ranking
  - recommend
  - pickup
  - notice
============================================*/
/*------------------------------------------
  - base
------------------------------------------*/
.post__article-heading {
  position: relative;
  display: flex;
}

.post__article-heading-thumb {
  width: 30%;
  min-width: 300px;
  margin-right: 2%;
}

.post__article-heading-text {
  width: 68%;
}

.post__article-heading-text h1 {
  font-size: 3.2rem;
}

.post__article-heading-favo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .post__article-heading {
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
  .post__article-heading-thumb {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .post__article-heading-text {
    width: 100%;
  }
  .post__article-heading-text h1 {
    font-size: 2.2rem;
  }
}

.post__article-share {
  margin-bottom: 50px;
  padding: 20px;
  text-align: center;
  border: 10px solid #f7f7f7;
}

.post__article-share a {
  display: inline-block;
  margin: 2px 0;
  padding: 0 10px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  background-color: #56726E;
}

.post__article-share a.line {
  background-color: #06C755;
}

.post__article-share a.tw {
  background-color: #1DA1F2;
}

.post__article-share a.fb {
  background-color: #1778F2;
}

@media screen and (max-width: 768px) {
  .post__article-share {
    margin-bottom: 30px;
    padding: 5px;
    border: 5px solid #f7f7f7;
  }
  .post__article-share a {
    line-height: 35px;
    font-size: 1.2rem;
  }
  .post__article-share a i {
    vertical-align: bottom;
    font-size: 2em;
  }
  .post__article-share a span {
    display: none;
  }
}

.post__list-item:not(:last-child) {
  margin-bottom: 20px;
}

.post__list-item-permalink {
  display: flex;
  color: #343434;
  background-color: #fff;
}

.post__list-item-permalink:hover {
  background-color: #f7f7f7;
}

.post__list-item-permalink:hover img {
  opacity: .7;
}

.post__list-item-thumb {
  width: 22%;
  min-width: 120px;
  margin-right: 2%;
}

.post__list-item-text {
  width: 76%;
  letter-spacing: 0.01em;
}

.post__row-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.post__row-list-item {
  width: 24%;
  margin-bottom: 20px;
}

.post__row-list-item-permalink {
  display: block;
  height: 100%;
  color: #343434;
  background-color: #fff;
}

.post__row-list-item-permalink:hover {
  background-color: #f7f7f7;
}

.post__row-list-item-permalink:hover img {
  opacity: .7;
}

.post__row-list-item-text {
  padding: 10px;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 960px) {
  .post__row-list-item {
    width: 100%;
  }
  .post__row-list-item-permalink {
    display: flex;
  }
  .post__row-list-item-thumb {
    width: 24%;
    min-width: 120px;
  }
  .post__row-list-item-text {
    width: 76%;
    padding: 10px;
    letter-spacing: 0.01em;
  }
}

.post__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.post__info-time {
  position: relative;
  display: inline-block;
  line-height: 20px;
  font-size: 1.4rem;
  font-family: "Rubik", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #C8B699;
}

.post__info-category-item {
  display: inline-block;
  margin: 5px;
  padding: 0 .5em;
  line-height: 18px;
  font-size: 1rem;
  color: #fff;
  border-radius: 4px;
  background-color: #56726E;
}

.post__info-category-item.limited {
  background-color: #C8B699;
}

.post__info-view {
  flex-grow: 1;
  text-align: right;
  font-size: 1.2rem;
  font-family: "Rubik", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #c2c2c2;
}

.post__heading {
  margin-bottom: .25em;
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .post__heading {
    font-size: 1.2rem;
  }
}

.post__excerpt {
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  .post__excerpt {
    display: none;
  }
}

.post__modal {
  display: flex;
  max-width: 480px;
  margin: 0 auto 10px;
  padding: 10px;
  text-align: left;
  border: 1px solid #c2c2c2;
  background-color: #fff;
}

/*------------------------------------------
  - ranking
------------------------------------------*/
.ranking__list {
  counter-reset: number 0;
  margin-bottom: 30px;
  padding: 10px;
  background-color: #fff;
}

.ranking__list-item {
  position: relative;
}

.ranking__list-item:not(:last-child) {
  margin-bottom: 10px;
}

.ranking__list-item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #FFF100;
  box-shadow: 2px 2px 0 0 rgba(26, 19, 17, 0.2);
}

.ranking__list-item::after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  width: 24px;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Rubik", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #1a1311;
}

.ranking__list-item:nth-child(n+4)::before {
  background-color: #f9f6f1;
}

@media screen and (min-width: 960px) {
  .ranking__list-item img {
    width: 120px;
    min-width: 120px;
    margin-right: 10px;
  }
  .ranking__list-item h3 {
    font-size: 1.2rem;
  }
}

.ranking__row-list {
  counter-reset: number 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.ranking__row-list-item {
  position: relative;
  width: 19%;
  margin-bottom: 20px;
}

.ranking__row-list-item-permalink {
  display: block;
  height: 100%;
  color: #343434;
  background-color: #fff;
}

.ranking__row-list-item-permalink:hover {
  background-color: #f7f7f7;
}

.ranking__row-list-item-permalink:hover img {
  opacity: .7;
}

.ranking__row-list-item-text {
  padding: 10px;
  letter-spacing: 0.01em;
}

.ranking__row-list-item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #C8B699;
}

.ranking__row-list-item::after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Rubik", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
}

.ranking__row-list-item:nth-child(n+4)::before {
  background-color: #1a1311;
}

@media screen and (max-width: 960px) {
  .ranking__row-list-item {
    width: 100%;
  }
  .ranking__row-list-item::before {
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
  }
  .ranking__row-list-item::after {
    width: 30px;
    line-height: 30px;
  }
  .ranking__row-list-item-permalink {
    display: flex;
  }
  .ranking__row-list-item-thumb {
    width: 24%;
    min-width: 120px;
  }
  .ranking__row-list-item-text {
    width: 76%;
    padding: 10px;
    letter-spacing: 0.01em;
  }
}

/*------------------------------------------
  - recommend
------------------------------------------*/
.recommend__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recommend__list-item {
  width: 49%;
  margin-bottom: 10px;
  border: 1px solid #c2c2c2;
}

.recommend__list-item-permalink {
  display: flex;
  color: #343434;
  background-color: #fff;
}

.recommend__list-item-permalink:hover {
  background-color: #f7f7f7;
}

.recommend__list-item-permalink:hover img {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .recommend__list-item {
    width: 100%;
  }
}

/*------------------------------------------
  - pickup
------------------------------------------*/
.pickup__list-item {
  padding: 10px;
}

.pickup__list-item-permalink {
  display: block;
  height: 460px;
  color: #343434;
  background-color: #fff;
}

.pickup__list-item-permalink:hover {
  filter: brightness(110%);
}

@media screen and (max-width: 1280px) {
  .pickup__list-item-permalink {
    height: 420px;
  }
}

@media screen and (max-width: 960px) {
  .pickup__list-item-permalink {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .pickup__list-item-permalink {
    height: 50vw;
  }
}

@media screen and (max-width: 480px) {
  .pickup__list-item-permalink {
    height: auto;
  }
}

.pickup__list-item-text {
  padding: 10px;
}

@media screen and (max-width: 480px) {
  .pickup__list-item {
    padding: 0 40px;
  }
}

/*------------------------------------------
  - notice
------------------------------------------*/
.notice__heading {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .notice__heading {
    font-size: 1.2rem;
  }
}

.notice__list {
  border-top: 1px solid #c2c2c2;
}

.notice__list-item {
  border-bottom: 1px solid #c2c2c2;
}

.notice__list-item-permalink {
  display: flex;
  align-items: center;
  padding: 10px 0;
  color: #343434;
}

.notice__list-item-permalink:hover {
  background-color: #f7f7f7;
}

.notice__list-item-permalink:hover img {
  opacity: .7;
}

.notice__list-item-info {
  width: 180px;
  min-width: 180px;
  margin-right: 10px;
  padding: 10px;
}

.notice__list-item-info-category {
  display: block;
  padding: .5em;
  line-height: 18px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background-color: #56726E;
}

.notice__list-item-info-category.pr {
  background-color: #C8B699;
}

.notice__list-item-text {
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .notice__list-item-permalink {
    flex-wrap: wrap;
  }
  .notice__list-item-info {
    display: inline-block;
    width: inherit;
    min-width: 80px;
    padding: 5px 0;
  }
  .notice__list-item-info-category {
    padding: 0 .8em;
    font-size: 1.2rem;
  }
  .notice__list-item-text {
    width: 100%;
  }
}

/*============================================
  article
  - base
  - decoration
  - table of contents
============================================*/
/*------------------------------------------
  - base
------------------------------------------*/
.post-body {
  padding: 20px;
  line-height: 1.75;
  font-size: 1.4rem;
}

.post-body p {
  margin-bottom: 1.5em;
}

.post-body a {
  color: #1a1311;
}

.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6 {
  clear: both;
}

.post-body h2 {
  position: relative;
  margin: 2em 0 1em;
  padding: .5em 1.5em;
  line-height: 1.25;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  border-bottom: 5px solid #56726E;
  background-color: #1a1311;
}

@media screen and (max-width: 960px) {
  .post-body h2 {
    font-size: 2rem;
  }
}

.post-body h3 {
  position: relative;
  padding-bottom: 0.4em;
  padding-left: 2em;
  margin: 2em 0 1em;
  line-height: 1.4;
  font-size: 1.7rem;
  font-weight: bold;
  border-bottom: 3px solid #1a1311;
}
.post-body h3::before,
.post-body h3::after {
  position: absolute;
  content: "";
}
.post-body h3::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(255, 241, 0, .6);
}
.post-body h3::after {
  top: 10px;
  left: 12px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: rgba(86, 114, 110, .6);
}

@media screen and (max-width: 960px) {
  .post-body h3 {
    margin: 1em 0 .5em;
    font-size: 2rem;
  }
}

.post-body h4 {
  position: relative;
  margin: 2em 0 1em;
  padding: 0.5em 1em;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
  color: #1a1311;
  /* background-color: #EBF2F1; */
}
.post-body h4::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  display: block;
  width: 6px;
  height: 50%;
  margin: auto;
  border-radius: 3px;
  background-color: #FFF100;
}
@media screen and (max-width: 960px){
  .post-body h4 {
      margin: 1em 0 0.5em;
      font-size: 1.6rem;
  }
}

.post-body h5 {
  position: relative;
  margin: 2em 0 1em;
  padding: .5em 1.5em;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
  color: #1a1311;
  border-bottom: 4px dotted #88A6A1;
}

.post-body h5::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  display: block;
  width: 6px;
  height: 50%;
  margin: auto;
  border-radius: 3px;
  background-color: #56726E;
}

@media screen and (max-width: 960px) {
  .post-body h5 {
    margin: 1em 0 .5em;
    font-size: 1.8rem;
  }
}

.post-body h6 {
  position: relative;
  padding: .5em 1em;
  margin: 2em 0 1em;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1a1311;
  border-bottom: 4px dotted #88A6A1;
}

@media screen and (max-width: 960px) {
  .post-body h6 {
    margin: 1em 0 .5em;
    font-size: 1.6rem;
  }
}

.post-body img {
  margin-bottom: 1em;
}

.post-body img.aligncenter,
div.aligncenter {
  display: block;
  margin: 2em auto;
}

.post-body img.alignright,
div.alignright {
  display: inline;
  margin: 1em 0 2em 2em;
}

.post-body img.alignleft, div.alignleft {
  display: inline;
  margin: 1em 2em 2em 0;
}

.post-body table {
  margin-bottom: 2em;
}

.post-body td,
.post-body th {
  padding: .6em 1em;
  line-height: 2;
  border: 1px solid #ccc;
}

.post-body th {
  font-weight: normal;
  background: #f2f2f2;
}

.post-body blockquote {
  margin: 0 0 24px 0;
  padding: 27px 30px 1px;
  background: #f2f2f2;
  border-radius: 5px;
  position: relative;
}

.post-body blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #999;
}

.post-body blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 7px;
  right: -2px;
  color: #999;
}

.post-body li,
.post-body dt,
.post-body dd {
  line-height: 2;
}

.post-body ul,
.post-body ol,
.post-body dl {
  margin-bottom: 24px;
}

.post-body ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}

.post-body ul {
  list-style: disc outside none;
  margin-left: 1.3em;
}

.post-body li > ul,
.post-body li > ol {
  margin-bottom: 0;
}

.post-body dt {
  font-weight: bold;
}

.post-body dd {
  margin-bottom: 1em;
}

.post-body .wp-caption {
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  border-radius: 5px;
}

.post-body .wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 2;
  margin: 9px auto;
}

.post-body .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.post-body pre {
  margin-bottom: 2em;
  line-height: 1.5;
  background: #f2f2f2;
  padding: 1em;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.post-body .inlink {
  margin: 2em 0;
  text-align: center;
}

.post-body .inlink a {
  display: block;
  text-align: center;
  padding: .6em 1.2em;
  border-radius: 3px;
  border: 1px solid #3a5671;
}

.post-body .inlink .inlink_color::after {
  display: inline-block;
  margin-left: .6em;
  width: .6em;
  height: .6em;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .post-body {
    padding: 0;
  }
}

/*------------------------------------------
  - decoration
------------------------------------------*/
/* =======
 黒板
======================================== */
.kokuban2 {
  position: relative;
  margin: 30px auto;
  padding: 20px 15px 20px;
  width: 100%;
  /* ボックス幅 */
  background: #004433;
  /* ボックス背景色 */
  color: #fff;
  /* 文章色 */
  border: 8px solid #7f500a;
  /* 枠線 */
  border-radius: 3px;
  /* 角の丸み */
}

.kokuban2::before,
.kokuban2::after {
  position: absolute;
  content: '';
  bottom: 0;
}

.kokuban2::before {
  width: 20px;
  right: 5px;
  border: solid 3px #ffff00;
  /*チョーク（黄色）*/
  border-radius: 3px 2px 0 2px;
}

.kokuban2::after {
  right: 30px;
  width: 15px;
  border: solid 3px #fff;
  /*チョーク（白） */
  border-radius: 8px 5px 2px 5px;
}

/* =======
  ホワイトボード
 ======================================== */
.wboard2 {
  position: relative;
  margin: 30px auto;
  padding: 20px 15px 20px;
  width: 100%;
  /* ボックス幅 */
  background-color: #fff;
  /* ボックス背景色 */
  color: #000000;
  /* 文章色 */
  border: 5px solid #C0C0C0;
  /* 枠線 */
  border-radius: 3px;
  /* 角の丸み */
}

.wboard2::before,
.wboard2::after {
  position: absolute;
  content: '';
  bottom: 3px;
  height: 25px;
  border-radius: 2px;
}

.wboard2::before {
  right: 18px;
  width: 6px;
  border: 1px solid #FB767A;
  background-color: #FB767A;
  /*飾ペン赤 */
  transform: rotate(24deg);
  /*飾ペン角度 */
}

.wboard2::after {
  right: 5px;
  width: 6px;
  border: 1px solid #1a1311;
  background-color: #1a1311;
  /*飾ペン黒 */
  transform: rotate(12deg);
  /*飾ペン角度 */
}

/* =======
  クリップ
 ======================================== */
.clip-red2,
.clip-blue2,
.clip-green2,
.clip-orange2 {
  position: relative;
  margin: 30px auto;
  padding: 20px 15px 20px;
  width: 100%;
  /* ボックス幅 */
}

.clip-red2 {
  box-shadow: 4px 4px 1px #fdc0c2;
  /*クリップ色 */
  background-color: #fff2f2;
}

.clip-blue2 {
  box-shadow: 4px 4px 1px #a8e4ed;
  /*クリップ色 */
  background-color: #e8f8fa;
}

.clip-green2 {
  box-shadow: 4px 4px 1px #caf0d2;
  /*クリップ色 */
  background-color: #f2fbf4;
}

.clip-orange2 {
  box-shadow: 4px 4px 1px #fdd0c0;
  /*クリップ色 */
  background-color: #fff5f2;
}

.clip-red2::before,
.clip-blue2::before,
.clip-green2::before,
.clip-orange2::before {
  content: '';
  position: absolute;
  top: -10px;
  right: 10px;
  height: 40px;
  width: 15px;
  background-color: none;
  border-radius: 20px / 80px 20px 80px 80px;
  transform: rotate(10deg);
  z-index: 1;
}

.clip-red2::before {
  border: 3px solid #FB767A;
  /*クリップ色 */
}

.clip-blue2::before {
  border: 3px solid #93dee9;
  /*クリップ色 */
}

.clip-green2::before {
  border: 3px solid #8ee09e;
  /*クリップ色 */
}

.clip-orange2::before {
  border: 3px solid #fb9876;
  /*クリップ色 */
}

.clip-red2::after,
.clip-blue2::after,
.clip-green2::after,
.clip-orange2::after {
  position: absolute;
  content: '';
  top: 0px;
  width: 10px;
  right: 20px;
  border: solid 5px #fff;
  /*背景色と同じ色にする*/
  z-index: 2;
}

.clip-red2::after {
  border: 5px solid #fff2f2;
}

.clip-blue2::after {
  border: 5px solid #e8f8fa;
}

.clip-green2::after {
  border: 5px solid #f2fbf4;
}

.clip-orange2::after {
  border: 5px solid #fff5f2;
}

/*------------------------------------------
  - table of contents
------------------------------------------*/
#toc_container li,
#toc_container ul {
  margin: 0;
  padding: 0;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
  background: 0 0;
  list-style-type: none;
  list-style: none;
}

#toc_container.have_bullets li {
  padding-left: 12px;
}

#toc_container a{
  color: #231815;
}

#toc_container a.toc_h2{
  font-weight: 700;
  color: #3a5671;
}

#toc_container ul ul {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

#toc_container ul ul li{
  border-bottom: 1px solid #e2e7ec;
  padding-bottom: .5em;
}

#toc_container ul li{
  margin-top: 1em;
}

#toc_container {
  width: 100%;
  border: 1px solid #e2e7ec;
  padding: 1.4em;
  margin-bottom: 2em;
  display: table;
  font-size: 93%;
  background: #f7f7f7;
}

#toc_container.toc_light_blue {
  background: #edf6ff;
}

#toc_container.toc_white {
  background: #fff;
}

#toc_container.toc_black {
  background: #000;
}

#toc_container.toc_transparent {
  background: none transparent;
}

#toc_container p.toc_title {
  font-weight: 700;
  margin: 0;
  padding: 0;
}

#toc_container.toc_black p.toc_title {
  color: #aaa;
}

#toc_container span.toc_toggle {
  font-weight: 400;
  font-size: 90%;
}

#toc_container p.toc_title + ul.toc_list {
  margin-top: 1em;
}

.toc_wrap_left {
  float: left;
  margin-right: 10px;
}

.toc_wrap_right {
  float: right;
  margin-left: 10px;
}

#toc_container a {
  color: #557ba0;
  text-decoration: none;
  text-shadow: none;
}

#toc_container a:hover {
  text-decoration: underline;
}

.toc_sitemap_posts_letter {
  font-size: 1.5em;
  font-style: italic;
}

#toc_container .toc_number {
  color: #374252;
}

/*============================================
  book
============================================*/
.book {
  margin-bottom: 20px;
}

.book__heading {
  line-height: 1.25;
  font-size: 3.2rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .book__heading {
    font-size: 2.2rem;
  }
}

.book__article-heading {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.book__article-heading-thumb {
  margin-bottom: 30px;
}

.book__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 60px;
}

.book__list::before {
  content: "";
  display: block;
  width: 24%;
  min-width: 200px;
  order: 1;
}

.book__list::after {
  content: "";
  display: block;
  width: 24%;
  min-width: 20px;
}

.book__list.ranking li {
  width: 32% !important;
  border: 1px solid #c2c2c2;
}

.book__list.ranking li a {
  box-shadow: none !important;
}

.book__list-item {
  width: 24%;
  min-width: 200px;
  margin-bottom: 20px;
}

.book__list-item-permalink {
  position: relative;
  display: block;
  height: 100%;
  padding: 20px 10px 50px;
  color: #343434;
  border: 1px solid #c2c2c2;
}

.book__list-item-permalink:hover {
  border: 1px solid #5e5446;
  background-color: #f7f7f7;
}

.book__list-item-permalink:hover img {
  opacity: .7;
}

.book__list-item-permalink:hover p {
  filter: brightness(110%);
}

.book__list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.book__list-item-label i {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.5em;
  color: #1a1311;
}

.book__list-item-label::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FFF100;
}

.book__list-item-btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  line-height: 40px;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #5e5446;
  background-color: #5e5446;
  backface-visibility: hidden;
}

.book__list-item-thumb {
  margin-bottom: 10px;
  text-align: center;
}

.book__list-item-thumb img {
  width: 150px;
}

.book__list-item-heading {
  margin-bottom: 10px;
  line-height: 1.25;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .book__list::before {
    width: 49%;
    min-width: auto;
  }
  .book__list::before {
    width: 49%;
    min-width: auto;
  }
  .book__list-item {
    width: 49%;
    min-width: auto;
    margin-bottom: 2vw;
  }
  .book__list-item-permalink {
    padding: 10px 10px 35px;
  }
  .book__list-item-permalink i {
    top: 2px;
    left: 2px;
  }
  .book__list-item-btn {
    bottom: 5px;
    left: 5px;
    width: calc(100% - 10px);
    line-height: 30px;
    text-align: center;
    font-size: 1.2rem;
  }
  .book__list-item-thumb img {
    width: 90px;
  }
  .book__list-item-heading {
    text-align: left;
    font-size: 1.2rem;
  }
  .book__list.ranking li {
    width: 100% !important;
  }
  .book__list.ranking li img {
    width: 180px !important;
  }
}

/*============================================
  movie
============================================*/
.movie {
  margin-bottom: 20px;
}

.movie__wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie__heading {
  margin-bottom: 20px;
  line-height: 1.25;
  font-size: 3.2rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .movie__heading {
    font-size: 2.2rem;
  }
}

.movie__article-heading {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.movie__exclusive {
  position: relative;
  background-color: #1a1311;
}

.movie__exclusive-thumb {
  opacity: .5;
  filter: grayscale(100%);
}

.movie__exclusive-info {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  background-color: #fff;
  padding: 20px 10px;
}

@media screen and (max-width: 960px) {
  .movie__exclusive-info {
    transform: translateY(0);
    top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .movie__exclusive {
    background-color: inherit;
  }
  .movie__exclusive-thumb {
    opacity: .7;
    filter: grayscale(100%);
  }
  .movie__exclusive-info {
    position: static;
    width: 100%;
    margin-top: -60px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.movie__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.movie__list::before {
  content: "";
  display: block;
  width: 32%;
  min-width: 200px;
  order: 1;
}

.movie__list::after {
  content: "";
  display: block;
  width: 32%;
  min-width: 20px;
}

.movie__list-item {
  width: 32%;
  min-width: 200px;
  margin-bottom: 20px;
}

.movie__list-item-permalink {
  position: relative;
  display: block;
  height: 100%;
  padding: 20px 20px 60px;
  color: #343434;
  border: 1px solid #c2c2c2;
  background-color: #fff;
}

.movie__list-item-permalink:hover {
  background-color: #f7f7f7;
}

.movie__list-item-permalink:hover img {
  opacity: .7;
}

.movie__list-item-permalink:hover p {
  filter: brightness(110%);
}

.movie__list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.movie__list-item-label i {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.5em;
  color: #1a1311;
}

.movie__list-item-label::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FFF100;
}

.movie__list-item-btn {
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: calc(100% - 40px);
  line-height: 40px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #5e5446;
  background-color: #5e5446;
  backface-visibility: hidden;
}

.movie__list-item-thumb {
  margin-bottom: 10px;
  text-align: center;
}

.movie__list-item-heading {
  margin-bottom: 10px;
  line-height: 1.25;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .movie__list-item {
    width: 100%;
    min-width: auto;
  }
  .movie__list-item-permalink {
    padding: 20px 20px 50px;
  }
  .movie__list-item-btn {
    line-height: 30px;
    text-align: center;
    font-size: 1.2rem;
  }
  .movie__list-item-heading {
    font-size: 1.2rem;
  }
}

/*============================================
  member
============================================*/
.member__nav {
  margin-bottom: 20px;
}

.member__nav dt {
  position: relative;
  padding: .7em 1em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background-color: #5e5446;
}

.member__nav dd {
  background-color: #fff;
}

.member__nav dd a {
  position: relative;
  display: block;
  padding: 1em;
  border-bottom: 1px solid #f1f1f1;
}

.member__nav dd a:hover {
  background-color: #f7f7f7;
}

.member__nav dd a::before {
  transform: rotate(45deg);
  transform-origin: right bottom;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 10px;
  height: 2px;
  margin: auto;
  border-radius: 1px;
  background-color: #c2c2c2;
}

.member__nav dd a::after {
  transform: rotate(-45deg);
  transform-origin: right top;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 10px;
  height: 2px;
  margin: auto;
  border-radius: 1px;
  background-color: #c2c2c2;
}

.member__bnr {
  display: flex;
  flex-wrap: wrap;
}

.member__bnr-item {
  width: 50%;
  padding: 10px;
  text-align: center;
}

.member__bnr-item a:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .member__bnr-item {
    width: 100%;
  }
}

.member__favorite-list-item {
  margin-bottom: 20px;
  background-color: #fff;
}

.member__favorite-unit {
  display: flex;
  align-items: center;
  padding: 10px;
}

.member__favorite-unit-article {
  flex-grow: 1;
  margin-right: 10px;
}

.member__favorite-unit-article a {
  box-shadow: none !important;
}

.member__favorite-unit-btn {
  width: 150px;
  min-width: 150px;
}

.member__favorite-unit-btn a:first-child {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .member__favorite-list-item {
    padding-bottom: 10px;
  }
  .member__favorite-unit {
    display: block;
    padding-top: 10px;
  }
  .member__favorite-unit-article {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .member__favorite-unit-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: inherit;
  }
  .member__favorite-unit-btn a {
    width: 49%;
    max-width: inherit;
  }
  .member__favorite-unit-btn a:first-child {
    margin-bottom: 0;
  }
}

/*============================================
  pages
============================================*/
.pages__heading {
  position: relative;
  margin-bottom: 20px;
  padding-left: 32px;
  line-height: 1.25;
  font-size: 1.8rem;
  font-weight: bold;
}

.pages__heading::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 50%;
  border: 3px solid #1a1311;
  background-color: #FFF100;
}

@media screen and (max-width: 768px) {
  .pages__heading {
    font-size: 1.6rem;
  }
}

.pages__desc {
  margin-bottom: 1em;
}

.pages__desc p {
  margin-bottom: 1em;
  font-size: 1.4rem;
}

.pages__desc p a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .pages__desc p {
    font-size: 1.2rem;
  }
}

.pages__desc-notes {
  margin-bottom: 1em;
}

.pages__desc-notes p {
  margin-bottom: 1em;
  font-size: 1.4rem;
}

.pages__desc-terms {
  padding: 2em;
}

.pages__desc-terms p {
  margin-bottom: 2em;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .pages__desc-terms {
    padding: .5em;
  }
  .pages__desc-terms p {
    font-size: 1.2rem;
  }
}

.pages__desc-article {
  margin-bottom: 1em;
}

.pages__desc-article p {
  line-height: 2;
  margin-bottom: 1em;
}

.pages__desc-attention {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff2f2;
}

.pages__desc-attention dt {
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #FB767A;
}

.pages__desc-attention dd {
  text-align: center;
  font-weight: bold;
  color: #FB767A;
}

.pages__desc-attention dd i {
  line-height: 1;
  font-size: 5em;
  color: #fdc0c2;
}

@media screen and (max-width: 768px) {
  .pages__desc-attention {
    margin-bottom: 10px;
    padding: 10px;
  }
}

.pages__list li {
  padding-bottom: 1em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.pages__list li::before {
  content: "●";
  padding-right: .5em;
  color: #56726E;
}

.pages__list-num {
  counter-reset: number 0;
}

.pages__list-num li {
  padding-bottom: 1em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.pages__list-num li::before {
  counter-increment: number 1;
  content: counter(number);
  padding-right: 1em;
  font-weight: bold;
  color: #1a1311;
}

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

.pages__unit-half {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .pages__unit {
    flex-wrap: wrap;
  }
  .pages__unit-half {
    width: 100%;
    margin-bottom: 20px;
  }
  .pages__unit-half.later {
    order: 1;
  }
}

.pages__message, .pages__message--success, .pages__message--alert, .pages__message--error {
  padding: 2em 2em 1.5em;
  font-size: 1.4rem;
}

.pages__message p, .pages__message--success p, .pages__message--alert p, .pages__message--error p {
  margin-bottom: .5em;
}

.pages__message--success {
  background-color: #f2fbf4;
}

.pages__message--alert {
  background-color: #fff5f2;
}

.pages__message--error {
  background-color: #fff2f2;
}

@media screen and (max-width: 768px) {
  .pages__message, .pages__message--success, .pages__message--alert, .pages__message--error {
    padding: 1em 1em .8em;
    font-size: 1.2rem;
  }
  .pages__message p, .pages__message--success p, .pages__message--alert p, .pages__message--error p {
    margin-bottom: .2em;
  }
}

.pages__info {
  margin-bottom: 50px;
}

.pages__info-unit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.pages__info-unit-thumb {
  width: 34%;
}

.pages__info-unit-thumb img {
  border: 4px solid #fff;
  box-shadow: 0 3px 6px 0 rgba(26, 19, 17, 0.2);
}

.pages__info-unit-icon {
  width: 20%;
  max-width: 160px;
  padding: 0 20px;
  text-align: center;
}

.pages__info-unit-text {
  width: 80%;
}

.pages__info-unit-text p {
  margin-bottom: 1em;
}

@media screen and (max-width: 960px) {
  .pages__info-unit {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .pages__info-unit-thumb {
    width: calc(100% - 10px);
    margin: 10px auto 20px;
  }
  .pages__info-unit-text {
    width: 100%;
  }
  .pages__info-unit-text p {
    font-size: 1.2rem;
  }
}

.pages__feature {
  padding: 40px 0 0;
  line-height: 1.25;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  color: #5e5446;
}

.pages__feature-unit {
  display: flex;
  align-items: center;
}

.pages__feature-unit dt {
  min-width: 30%;
  padding: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #1a1311;
}

.pages__feature-unit dd {
  position: relative;
  line-height: 2;
  padding-left: 30px;
}

.pages__feature-unit dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 100%;
  border-radius: 5px;
  background-color: #f9f6f1;
}

@media screen and (max-width: 960px) {
  .pages__feature {
    padding: 30px 0 0;
    font-size: 2rem;
  }
  .pages__feature-unit {
    display: block;
  }
  .pages__feature-unit dt {
    min-width: auto;
    padding: 0;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  .pages__feature-unit dd {
    padding-left: 0;
    padding-top: 20px;
    font-size: 1.2rem;
  }
  .pages__feature-unit dd::before {
    width: 100%;
    height: 10px;
  }
}

.pages__breadcrumb {
  padding: 10px 0;
}

.pages__breadcrumb-item {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
  font-size: 1.2rem;
  color: #989898;
}

.pages__breadcrumb-item a {
  color: #989898;
}

.pages__breadcrumb-item a:hover {
  text-decoration: underline;
}

.pages__breadcrumb-item:not(:last-child)::before {
  transform: rotate(45deg);
  transform-origin: right bottom;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6px;
  width: 6px;
  height: 2px;
  margin: auto;
  border-radius: 1px;
  background-color: #c2c2c2;
}

.pages__breadcrumb-item:not(:last-child)::after {
  transform: rotate(-45deg);
  transform-origin: right top;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6px;
  width: 6px;
  height: 2px;
  margin: auto;
  border-radius: 1px;
  background-color: #c2c2c2;
}

@media screen and (max-width: 960px) {
  .pages__breadcrumb {
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.pages__exclusive-heading {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #5e5446;
}

.pages__exclusive-box, .pages__exclusive-box--login, .pages__exclusive-box--register {
  padding: 20px;
  border: 1px solid #c2c2c2;
}

.pages__exclusive-box p, .pages__exclusive-box--login p, .pages__exclusive-box--register p {
  font-size: 1.8rem;
  font-weight: bold;
}

.pages__exclusive-box--login p {
  color: #5e5446;
}

.pages__exclusive-box--register p {
  color: #5e5446;
}

@media screen and (max-width: 768px) {
  .pages__exclusive dt {
    font-size: 1.6rem;
  }
  .pages__exclusive dt br {
    display: none;
  }
  .pages__exclusive div {
    padding: 10px;
  }
  .pages__exclusive div p {
    font-size: 1.4rem;
  }
}

/*============================================
  about
============================================*/
.about {
  position: relative;
  height: 420px;
  background: #f7f8f9 url(../img/about-bg.jpg) no-repeat;
  background-position: 30% top;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .about::before {
    top: 50%;
  }
}

@media screen and (max-width: 960px) {
  .about {
    height: 180px;
    background-position: -110px top;
    background-size: auto 180px;
  }
}

.about__heading {
  transform: translateY(-50%);
  position: absolute;
  top: 40%;
  left: 50%;
  width: 50%;
  max-width: 480px;
  padding: 10px;
}

.about__heading-desc {
  margin-bottom: 20px;
  padding-left: 70px;
  letter-spacing: 0.01em;
  line-height: 1.25;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 960px) {
  .about__heading {
    top: 50%;
    left: 160px;
    width: calc(100% - 160px);
  }
  .about__heading-desc {
    padding-left: 50px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .about__heading-desc {
    padding-left: 20px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 320px) {
  .about__heading-desc br {
    display: none;
  }
}

.about__wrap {
  position: relative;
  overflow: hidden;
  background-color: #e1e1e1;
}

@media screen and (max-width: 1280px) {
  .about__wrap::before {
    top: 60%;
  }
}

@media screen and (max-width: 768px) {
  .about__wrap::before {
    left: 60%;
  }
}

.about__pict img {
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(26, 19, 17, 0.2);
}
