@charset "UTF-8";
/*------------------------
    style
------------------------*/
/* setting */
/* base */
/*------------------------
    _reset
------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* line 9, ../scss/base/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 26, ../scss/base/_reset.scss */
body {
  line-height: 1;
}

/* line 29, ../scss/base/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 32, ../scss/base/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 35, ../scss/base/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
/* line 42, ../scss/base/_reset.scss */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
/* line 47, ../scss/base/_reset.scss */
ins {
  text-decoration: none;
}

/* line 50, ../scss/base/_reset.scss */
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/* line 55, ../scss/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------
    _base
------------------------*/
/*//--------------
	ALL
--------------//*/
/* line 16, ../scss/base/_base.scss */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 22, ../scss/base/_base.scss */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

/* line 27, ../scss/base/_base.scss */
body, input, textarea, select {
  font-family: "Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
  color: #333;
  /*line-height:1.7;*/
  font-size: 1.4rem;
  position: relative;
}

/* line 36, ../scss/base/_base.scss */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* line 43, ../scss/base/_base.scss */
.line_clamp1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/* line 50, ../scss/base/_base.scss */
.line_clamp2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* line 57, ../scss/base/_base.scss */
.line_clamp3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* line 64, ../scss/base/_base.scss */
.wovn-ignore {
  display: inline-block;
}

/* line 73, ../scss/base/_base.scss */
html[lang="ja"] .is_ja {
  display: block;
}
/* line 74, ../scss/base/_base.scss */
html[lang="ja"] .is_en {
  display: none;
}
/* line 75, ../scss/base/_base.scss */
html[lang="ja"] .is_ja_ib {
  display: inline-block;
}
/* line 76, ../scss/base/_base.scss */
html[lang="ja"] .is_en_ib {
  display: none;
}

/* line 80, ../scss/base/_base.scss */
html[lang="en"] .is_ja {
  display: none;
}
/* line 81, ../scss/base/_base.scss */
html[lang="en"] .is_en {
  display: block;
}
/* line 82, ../scss/base/_base.scss */
html[lang="en"] .is_ja_ib {
  display: none;
}
/* line 83, ../scss/base/_base.scss */
html[lang="en"] .is_en_ib {
  display: inline-block;
}

@media screen and (min-width: 1400px) {
  /* line 89, ../scss/base/_base.scss */
  .is_pc {
    display: block;
  }

  /* line 90, ../scss/base/_base.scss */
  .is_sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  /* line 93, ../scss/base/_base.scss */
  .is_pc {
    display: block;
  }

  /* line 94, ../scss/base/_base.scss */
  .is_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 97, ../scss/base/_base.scss */
  .is_pc {
    display: none;
  }

  /* line 98, ../scss/base/_base.scss */
  .is_sp {
    display: block;
  }
}
/* admin_bar
	600px以下になるとhtmlにmargin-top:46px;が
	入るのでそれを無効化とadminber削除
================================================ */
@media screen and (max-width: 600px) {
  /* line 108, ../scss/base/_base.scss */
  #wpadminbar {
    top: -46px;
  }
}
@font-face {
  font-family: 's3_fonts';
  src: url("../fonts/s3_fonts.ttf?lp9wyz") format("truetype"), url("../fonts/s3_fonts.woff?lp9wyz") format("woff"), url("../fonts/s3_fonts.svg?lp9wyz#s3_fonts") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* line 14, ../scss/base/_fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 's3_fonts' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 29, ../scss/base/_fonts.scss */
.icon-favorite_on:before {
  content: "\e900";
}

/* line 32, ../scss/base/_fonts.scss */
.icon-favorite_off:before {
  content: "\e901";
}

/* line 35, ../scss/base/_fonts.scss */
.icon-comment:before {
  content: "\e902";
}

/* line 38, ../scss/base/_fonts.scss */
.icon-good:before {
  content: "\e903";
}

/* line 41, ../scss/base/_fonts.scss */
.icon-view:before {
  content: "\e904";
}

/* font
================================================ */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/jba_s3/assets/base/fonts/NotoSansCJKjp-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP bold';
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/jba_s3/assets/base/fonts/NotoSansCJKjp-Bold.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/jba_s3/assets/base/fonts/NotoSerifCJKjp-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Serif JP semiBold';
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/jba_s3/assets/base/fonts/NotoSerifCJKjp-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Serif JP bold';
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/jba_s3/assets/base/fonts/NotoSerifCJKjp-Bold.otf") format("opentype");
}
/* line 106, ../scss/base/_fonts.scss */
.fnt_def {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, "sans-serif" !important;
}

/* line 111, ../scss/base/_fonts.scss */
.fnt_noto_sans {
  font-family: "Noto Sans JP" !important;
}

/* line 115, ../scss/base/_fonts.scss */
.fnt_noto_sans_bold {
  font-family: "Noto Sans JP bold" !important;
}

/* line 119, ../scss/base/_fonts.scss */
.fnt_noto_serif {
  font-family: "Noto Serif JP " !important;
}

/* line 123, ../scss/base/_fonts.scss */
.fnt_noto_serif_bold {
  font-family: "Noto Serif JP bold" !important;
}

/* module */
/* ================================================
	PC tablet
================================================ */
/*------------------------
    _header
------------------------*/
/* line 15, ../scss/module/_header.scss */
.header {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  /* common parts */
  /*
  &__wrap::before {
  	background-color: #cc0022;
  	width: 100%;
  	content: '';
  	display: block;
  	height: 1px;
  	position: absolute;
  	left: 0px;
  	bottom: 0px;
  	z-index: 1;	
  }
  &__wrap::after {
  	width: 20%;
  	background-image: url(../img/header_arc_bg_right.png);
  	background-repeat: repeat-x;
  	background-position: right bottom;
  	width: 10%;
  	height: 100%;
  	content: '';
  	position: absolute;
  	right: 0px;
  	bottom: 0px;
  	z-index: 1;
  }
  */
  /*
  // 1080より下-960より下まで
  //========================================
  @media screen and (max-width: 1080px) {
  	&__wrap:after {
  		width:				5%;
  	}
  	&__inner {
  		background-position:right 100% bottom;
  	}
  }
  @media screen and (max-width: 990px) {
  	&__wrap {
  		background-image:	url(../img/header_arc_bg_center.png);
  		background-repeat:	no-repeat;
  		background-position:right 50% bottom;
  	}
  	&__wrap:after {
  		background-image:	none;
  	}
  	&__inner {
  		background-image:none;
  	}
  }
  @media screen and (max-width: 960px) {
  	&__wrap {
  		background-position:right 100% bottom;
  	}
  	
  }
  // 2000以上-1200以上まで
  //========================================
  @media screen and (min-width: 1200px) {
  	&__wrap:after {
  		width:				10%;
  	}
  	&__inner {
  		background-position:right bottom;
  	}
  }
  @media screen and (min-width: 1400px) {
  	&__wrap:after {
  		width:				20%;
  	}
  	&__inner {
  		background-position:center bottom;
  	}
  }
  @media screen and (min-width: 1600px) {
  	&__wrap:after {
  		width:				30%;
  	}
  	&__inner {
  		background-position:center bottom;
  	}
  }
  @media screen and (min-width: 2000px) {
  	&__wrap:after {
  		width:				40%;
  	}
  	&__inner {
  		background-position:center bottom;
  	}
  }
  */
   /*&__language {
        width:			5em;
        height:			40px;
		margin-left:	2rem;
        
        &__select {
			-moz-appearance: none;
			-webkit-appearance: none;
			-ms-appearance: none;
			appearance: none;
			//background: #F2F2F2 url('/wp-content/themes/jba_s3/assets/base/img/common/icon_arrow.png') no-repeat center right 10px;
			background-color: #F2F2F2;
			border: none;
			border-radius: 0;
			color: #888888;
			font-size: 1.6rem;
			width: 100%;
			height: 40px;
			padding: 0.5rem 1rem;
        }
    }*/
}
/* line 23, ../scss/module/_header.scss */
.header .count-body {
  min-width: 90px;
  position: relative;
  margin: 0 1rem;
  padding: 0 1.0rem;
}
/* line 29, ../scss/module/_header.scss */
.header .count-body button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #000000;
  text-decoration: none;
}
/* line 41, ../scss/module/_header.scss */
.header .count-body button:hover {
  opacity: 0.8;
}
/* line 46, ../scss/module/_header.scss */
.header .count-body__txt {
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
}
/* line 53, ../scss/module/_header.scss */
.header .count-body__count {
  border-radius: 50%;
  font-size: 1.2rem;
  position: absolute;
  top: -1rem;
  right: -0.8rem;
  width: 22px;
  height: 22px;
  line-height: 1.7;
  text-align: center;
  vertical-align: middle;
}
/* line 67, ../scss/module/_header.scss */
.header .count-body__sp {
  display: none;
}
/* line 71, ../scss/module/_header.scss */
.header__wrap {
  position: relative;
}
/* line 100, ../scss/module/_header.scss */
.header__inner {
  /*
  background-image:	url(../img/header_arc_bg_center.png);
  background-repeat:	no-repeat;
  background-position:right bottom;
  */
  max-width: calc(( 1465 / 1600 ) * 100%);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 100;
  margin: 0 auto;
  /*padding: 1.5rem 0 30px 0;*/
  padding: 10px 0 10px 0;
}
/* line 183, ../scss/module/_header.scss */
.header__logo-site {
  padding-top: 8px;
}
/* line 189, ../scss/module/_header.scss */
.header__logo-site a {
  color: #333;
  text-decoration: none;
  display: block;
}
/* line 194, ../scss/module/_header.scss */
.header__logo-site a img {
  width: 100%;
  height: auto;
}
/* line 198, ../scss/module/_header.scss */
.header__logo-site__txt {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 2px;
}
/* line 207, ../scss/module/_header.scss */
.header__cont {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.4rem;
  margin: 0 10px 0 0;
  width: calc(( 1160 / 1465 ) * 100%);
}
/* line 217, ../scss/module/_header.scss */
.header__weather {
  display: flex;
  align-items: center;
  border-right: 1px dotted #707070;
  padding-right: 2rem;
}
/* line 223, ../scss/module/_header.scss */
.header__weather__icon {
  align-items: center;
  background: url("/wp-content/themes/jba_s3/assets/base/img/common/icon_weather_c_s.png") no-repeat center center;
  background-size: cover;
  height: 30px;
  width: 30px;
}
/* line 231, ../scss/module/_header.scss */
.header__weather__txt {
  padding-left: 1rem;
}
/* line 238, ../scss/module/_header.scss */
.header__personal__txt {
  font-weight: bold;
}
/* line 245, ../scss/module/_header.scss */
.header__my-favorite a {
  color: #333;
  text-decoration: none;
}
/* line 249, ../scss/module/_header.scss */
.header__my-favorite a:visited {
  color: #333;
  text-decoration: none;
}
/* line 253, ../scss/module/_header.scss */
.header__my-favorite__txt {
  font-weight: bold;
}
/* line 259, ../scss/module/_header.scss */
.header__search {
  width: 260px;
  height: 40px;
}
/* line 263, ../scss/module/_header.scss */
.header__search form {
  width: 260px;
  table-layout: fixed;
  display: table;
  position: relative;
  margin: 0 1rem 0 2rem;
}
/* line 271, ../scss/module/_header.scss */
.header__search form > .searchform-input {
  width: 200px;
  vertical-align: middle;
  display: table-cell;
}
/* line 278, ../scss/module/_header.scss */
.header__search form #searchinput {
  background-color: #F2F2F2;
  border: none;
  width: 86%;
  height: 40px;
  color: #666;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  position: absolute;
  left: 0;
  top: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
/* line 295, ../scss/module/_header.scss */
.header__search form > .searchform-submit {
  width: 32px;
  vertical-align: middle;
  display: table-cell;
  padding-left: 4px;
  padding: 6px 0 0 4px;
}
/* line 307, ../scss/module/_header.scss */
.header__search__input {
  background-color: #F2F2F2;
  border: none;
  /*width: 100%;*/
  height: 40px;
  color: #888888;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  position: absolute;
  left: 0;
  top: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
/* line 324, ../scss/module/_header.scss */
.header__search__submit {
  background: #F2F2F2 url("/wp-content/themes/jba_s3/assets/base/img/common/icon_loupe.png") no-repeat center right;
  border: none;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
/* line 338, ../scss/module/_header.scss */
.header__search__submit:hover {
  cursor: pointer;
}
/* line 366, ../scss/module/_header.scss */
.header__note {
  margin-left: 1em;
}
@media screen and (max-width: 1024px) {
  /* line 376, ../scss/module/_header.scss */
  .header__cont {
    width: 53%;
  }
  /* line 380, ../scss/module/_header.scss */
  .header__weather {
    padding-right: 1rem;
  }
  /* line 384, ../scss/module/_header.scss */
  .header .count-body {
    margin: 0 0 0 0;
  }
  /* line 388, ../scss/module/_header.scss */
  .header__search {
    width: 28%;
    margin-left: 1rem;
  }
  /* line 393, ../scss/module/_header.scss */
  .header__search form {
    table-layout: fixed;
    width: 100%;
    margin: 0;
  }
  /* line 399, ../scss/module/_header.scss */
  .header__search form > .searchform-input {
    width: auto;
  }
  /* line 403, ../scss/module/_header.scss */
  .header__search form #searchinput {
    width: calc( 100% - 32px );
  }
}

/* line 411, ../scss/module/_header.scss */
.header__language {
  width: 5em;
  height: 40px;
  position: relative;
  overflow: hidden;
  margin-left: 5px;
}
/* line 419, ../scss/module/_header.scss */
.header__language.unoverflow {
  overflow: visible;
}
/* line 424, ../scss/module/_header.scss */
.header__language .current_lang {
  width: 100%;
  height: 40px;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
}
/* line 434, ../scss/module/_header.scss */
.header__language .wovn-languages {
  display: block;
  position: relative;
  z-index: 10;
  margin-top: -40px;
}
/* line 441, ../scss/module/_header.scss */
.header__language .wovn-languages .list_lang {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  /*  縦位置 */
  align-content: flex-start;
  /* 横位置 */
  justify-content: space-between;
  /* 並べ方 */
  flex-wrap: wrap;
}
/* line 451, ../scss/module/_header.scss */
.header__language .wovn-languages .list_lang .wovn-switch {
  background-color: #f2f2f2;
  width: 100%;
  height: 40px;
  color: #888;
  font-size: 1.6rem;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  padding: 0 0;
}
/* line 466, ../scss/module/_header.scss */
.header__language .wovn-languages .list_lang .wovn-switch:hover {
  background-color: #d2d2d2;
}

/* line 479, ../scss/module/_header.scss */
html[lang="en"] .wovn-languages .list_lang {
  flex-direction: column-reverse;
}

/*------------------------
    gnav
------------------------*/
/* line 490, ../scss/module/_header.scss */
.home a.home {
  border-bottom: 4px solid #003EA2;
}

/* line 495, ../scss/module/_header.scss */
.gnav::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
/* line 497, ../scss/module/_header.scss */
.gnav::-webkit-scrollbar:hover {
  display: block;
}

/* line 501, ../scss/module/_header.scss */
.gnav {
  width: 100%;
  /* hidden scroll bar */
  /* lv2
  ======================================== */
}
/* line 514, ../scss/module/_header.scss */
.gnav__inner {
  width: 100%;
  margin: 0 auto;
}
/* line 521, ../scss/module/_header.scss */
.gnav__list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  /* 縦位置 */
  align-content: flex-start;
  /* 横位置 */
  justify-content: space-between;
  /* 並べ方 */
  flex-wrap: nowrap;
  /* current
  ---------------------------------------- */
}
/* line 531, ../scss/module/_header.scss */
.gnav__list__item {
  width: calc( 100% / 8 );
  display: flex;
  position: relative;
}
/* line 538, ../scss/module/_header.scss */
.gnav__list__item a {
  background-image: url("/wp-content/themes/jba_s3/assets/base/img/gnav_sep.png");
  background-repeat: no-repeat;
  background-position: right center;
  border-bottom: 4px none;
  width: 100%;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  /* 縦位置 */
  justify-content: center;
  /* 並べ方 */
  /*padding:			0 0.2rem 0 0.2rem;*/
  padding: 1.5rem 0.2rem 1.5rem 0.2rem;
}
/* line 560, ../scss/module/_header.scss */
.gnav__list__item a span {
  background-color: #f66;
  line-height: 1;
}
/* line 563, ../scss/module/_header.scss */
.gnav__list__item:last-child {
  margin-right: 0;
}
/* line 566, ../scss/module/_header.scss */
.gnav__list__item:last-child a {
  background-image: none;
}
/* line 574, ../scss/module/_header.scss */
.gnav__list__item a.current {
  border-bottom-style: solid;
  /*border-bottom: 4px solid #003EA2;*/
}
/* line 585, ../scss/module/_header.scss */
.gnav__list__item a:hover {
  opacity: 0.8;
}
/* line 592, ../scss/module/_header.scss */
.gnav .gnav__list__lv2 {
  background-color: #676e72;
  width: calc( 100% / 8 );
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
/* line 605, ../scss/module/_header.scss */
.gnav .gnav__list__lv2__item a {
  border-bottom: 2px solid #767d80 !important;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  display: block;
  padding: 0.8em 1em;
}
/* line 616, ../scss/module/_header.scss */
.gnav .gnav__list__lv2__item:last-child a {
  border-bottom: 0px none !important;
}
/* line 619, ../scss/module/_header.scss */
.gnav .gnav__list__lv2__item a:hover {
  background-color: #999;
}

/* ================================================
	SP
================================================ */
@media screen and (max-width: 767px) {
  /* line 635, ../scss/module/_header.scss */
  .header.is_pc {
    display: none;
  }

  /* line 642, ../scss/module/_header.scss */
  .header.is_sp {
    position: relative;
    display: block;
  }
  /* line 647, ../scss/module/_header.scss */
  .header__menu {
    background-color: rgba(0, 0, 0, 0.5);
  }
  /* line 650, ../scss/module/_header.scss */
  .header__inner {
    /*
    background-image:	url(../img/header_arc_bg_center_m.png);
    background-repeat:	no-repeat;
    background-position:left bottom;
    */
    width: 100%;
    max-width: 100%;
    height: 65px;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    /*  縦位置 */
    align-content: flex-start;
    /* 横位置 */
    justify-content: space-between;
    /* 並べ方 */
    flex-wrap: nowrap;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  /* line 689, ../scss/module/_header.scss */
  .header__logo-site {
    width: 56%;
    line-height: 1.4;
    display: flex;
    align-items: center;
    /*  縦位置 */
    margin: 0;
    padding: 4px 0 0 1.5em;
  }
  /* line 700, ../scss/module/_header.scss */
  .header__logo-site img {
    width: 100%;
    height: auto;
  }
  /* line 706, ../scss/module/_header.scss */
  .header__language {
    width: 5em;
    height: 40px;
    margin: 15px 0 0 auto;
  }
  /* line 711, ../scss/module/_header.scss */
  .header__language__select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #F2F2F2;
    border: none;
    border-radius: 0;
    color: #888888;
    font-size: 1.6rem;
    width: 100%;
    height: 40px;
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  /* line 639, ../scss/module/_header.scss */
  .header {
    /* 横向きの場合のスタイル */
  }
}
@media screen and (max-width: 767px) {
  /* line 732, ../scss/module/_header.scss */
  .header__sp {
    width: 20%;
    max-width: 84px;
    /**/
  }
  /* line 740, ../scss/module/_header.scss */
  .header__sp .icon-hamburger {
    width: 20%;
    max-width: 84px;
    height: 100%;
    position: absolute;
    right: 0px;
    cursor: pointer;
  }
  /* line 749, ../scss/module/_header.scss */
  .header__sp .icon-hamburger span.bar1 {
    width: 50%;
    height: 10%;
    display: inline-block;
    margin: 20% 0 0 35%;
  }
  /* line 756, ../scss/module/_header.scss */
  .header__sp .icon-hamburger span.bar2 {
    width: 70%;
    height: 10%;
    display: inline-block;
    margin: 10% 0 0 15%;
  }
  /* line 763, ../scss/module/_header.scss */
  .header__sp .icon-hamburger .str {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin: 1% 0 0 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  /* line 776, ../scss/module/_header.scss */
  .header__sp .icon-hamburger {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  /* line 783, ../scss/module/_header.scss */
  .header__sp .menu-container {
    width: 70%;
    position: absolute;
    left: 30%;
    top: 65px;
    z-index: 1000;
    margin: 0;
  }
  /* line 793, ../scss/module/_header.scss */
  .header__sp .menu-container .menu {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  /* line 805, ../scss/module/_header.scss */
  .header__sp .menu-container .menu .menu-item a,
  .header__sp .menu-container .menu .menu-item .dir {
    display: block;
    text-align: left;
    text-decoration: none;
    padding: 2rem 2rem;
  }
  /* line 815, ../scss/module/_header.scss */
  .header__sp .menu-container .menu .menu-item .dir {
    padding: 2rem 2rem 1.4rem 2rem;
  }
  /* line 823, ../scss/module/_header.scss */
  .header__sp .menu-container .menu .menu-item:last-child a,
  .header__sp .menu-container .menu .menu-item:last-child .dir {
    border-right: none;
  }
  /* line 827, ../scss/module/_header.scss */
  .header__sp .menu-container .menu .menu-item__lv2 a {
    padding: 1.2rem 2rem 1.2rem 3rem;
  }
  /* line 830, ../scss/module/_header.scss */
  .header__sp .menu-container .menu .menu-item__lv2 a:before {
    content: '-';
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  /* line 836, ../scss/module/_header.scss */
  .header__sp .menu-container .menu {
    display: none;
    position: absolute;
    /*width: 100%;*/
  }
  /* line 841, ../scss/module/_header.scss */
  .header__sp .menu-container .menu .menu-item a,
  .header__sp .menu-container .menu .menu-item .dir {
    border-right: none;
  }
  /* line 846, ../scss/module/_header.scss */
  .header__sp .menu-container .menu .menu-item:last-child a,
  .header__sp .menu-container .menu .menu-item:last-child .dir {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 852, ../scss/module/_header.scss */
  .header__sp .menu-container .menu .menu-item.hdm_magazine_content {
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    position: relative;
    padding: 0px 0;
  }
  /* line 857, ../scss/module/_header.scss */
  .header__sp .menu-container .menu .menu-item.hdm_magazine_content > a {
    text-align: center;
    padding: 2rem 0;
  }
  /* line 864, ../scss/module/_header.scss */
  .header__sp .menu-container .menu .menu-item.my-favorite {
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    position: relative;
    padding: 0px 0;
  }
  /* line 869, ../scss/module/_header.scss */
  .header__sp .menu-container .menu .menu-item.my-favorite > a {
    text-align: center;
    padding: 2rem 0;
  }
  /* line 874, ../scss/module/_header.scss */
  .header__sp .menu-container .menu .menu-item.my-favorite .count-body__count_sp {
    position: relative;
    margin-left: 0.5rem;
  }
  /* line 880, ../scss/module/_header.scss */
  .header__sp .menu-container .menu .menu-item.header__search_sp {
    background-color: #ddd;
    width: 100%;
    padding: 2rem 0.8rem;
  }
  /* line 884, ../scss/module/_header.scss */
  .header__sp .menu-container .menu .menu-item.header__search_sp #searchform_sp {
    width: 90%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /*  縦位置 */
    align-content: flex-start;
    /* 横位置 */
    justify-content: space-between;
    /* 並べ方 */
    flex-wrap: nowrap;
    margin: 0 auto;
  }
  /* line 895, ../scss/module/_header.scss */
  .header__sp .menu-container .menu .menu-item.header__search_sp #searchform_sp > * {
    text-align: left;
  }
  /* line 899, ../scss/module/_header.scss */
  .header__sp .menu-container .menu .menu-item.header__search_sp #searchform_sp input[name="s"] {
    border: 1px solid #ccc;
    width: 86%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 906, ../scss/module/_header.scss */
  .header__sp .menu-container .menu .menu-item.header__search_sp #searchform_sp input[type="image"] {
    width: 10%;
    height: 10%;
  }
  /* line 915, ../scss/module/_header.scss */
  .header__cont {
    display: none;
    /* 一時的に非表示 */
  }
  /* line 918, ../scss/module/_header.scss */
  .header .gnav {
    display: none;
    /* 一時的に非表示 */
  }
  /* line 924, ../scss/module/_header.scss */
  .header .gnav__list {
    display: block;
  }
  /* line 926, ../scss/module/_header.scss */
  .header .gnav__list__item {
    width: 100%;
  }
  /* line 932, ../scss/module/_header.scss */
  .header__note {
    background-color: #F2F2F2;
    box-sizing: border-box;
    margin: 0;
    padding: 8px;
  }
  /* line 939, ../scss/module/_header.scss */
  .header__note .note {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
  }
}
/* ================================================
	PC
================================================ */
/* ========================================
   _footer
======================================== */
/* line 8, ../scss/module/_footer.scss */
.footer {
  min-height: 140px;
  position: relative;
  margin: 0 auto;
}
/* line 15, ../scss/module/_footer.scss */
.footer .pagetop {
  position: absolute;
  top: -20%;
  right: 9%;
  z-index: 1000;
}
/* line 22, ../scss/module/_footer.scss */
.footer__inner {
  margin: 0 auto;
}
/* line 28, ../scss/module/_footer.scss */
.footer__list {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  /*  縦位置 */
  align-content: flex-start;
  /* 横位置 */
  justify-content: flex-start;
  /* 並べ方 */
  flex-wrap: wrap;
  padding: 10rem 0;
}
/* line 37, ../scss/module/_footer.scss */
.footer__list__item {
  width: 280px;
  height: 100px;
  line-height: 0%;
  overflow: hidden;
  margin: 0 0.5rem 2rem 0.5rem;
}
/* line 44, ../scss/module/_footer.scss */
.footer__list__item a, .footer__list__item span {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  display: block;
  padding-bottom: 35.71%;
}
/* line 53, ../scss/module/_footer.scss */
.footer__list__item a:hover, .footer__list__item span:hover {
  opacity: 0.8;
}
/* line 60, ../scss/module/_footer.scss */
.footer__copy {
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
  padding: 1rem 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

/* ================================================
	tablet
	768pxから1399pxまで
================================================ */
@media screen and (min-width: 768px) and (max-width: 1399px) {
  /* line 80, ../scss/module/_footer.scss */
  .footer .pagetop {
    position: absolute;
    top: -10%;
    right: 9%;
  }
}
/* ================================================
	SP
	768px未満
================================================ */
@media screen and (max-width: 767px) {
  /* line 97, ../scss/module/_footer.scss */
  .footer .pagetop {
    width: 20%;
    display: inline-block;
    position: absolute;
    top: -14%;
    right: 9%;
    padding: 0;
  }
  /* line 106, ../scss/module/_footer.scss */
  .footer .pagetop > a img {
    width: 100%;
  }
  /* line 114, ../scss/module/_footer.scss */
  .footer__list {
    display: flex;
    align-items: stretch;
    /*  縦位置 */
    align-content: flex-start;
    /* 横位置 */
    justify-content: flex-start;
    /* 並べ方 */
    flex-wrap: wrap;
    padding: 10rem 0;
  }
  /* line 122, ../scss/module/_footer.scss */
  .footer__list__item {
    width: 100%;
    height: 35.71%;
  }
  /* line 126, ../scss/module/_footer.scss */
  .footer__list__item a, .footer__list__item span {
    width: 100%;
    padding-bottom: 35.71%;
  }
  /* line 132, ../scss/module/_footer.scss */
  .footer__list__item a:hover {
    opacity: 0.8;
  }
}
/*------------------------
   _main
------------------------*/
/* line 8, ../scss/module/_main.scss */
main {
  background: linear-gradient(#fff 0%, #fff 50%, #fffbe5 100%);
  position: relative;
  z-index: 10;
}

/* コンテンツタイトル
---------------------------------------- */
/* 画像があるとき */
/* line 18, ../scss/module/_main.scss */
main .contents__tt .tt {
  width: calc( ( 564 / 1600 ) * 100% );
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  box-sizing: border-box;
  padding: 20px 60px;
}

/* line 27, ../scss/module/_main.scss */
main .contents__tt .mv {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  padding-bottom: 150px;
}

/* 画像がないとき */
/* line 34, ../scss/module/_main.scss */
main .contents__tt.no_mv .tt {
  width: 100%;
}

/* line 37, ../scss/module/_main.scss */
main .contents__tt.no_mv .mv {
  display: none;
}

/* line 41, ../scss/module/_main.scss */
.breadcrumbs-area {
  width: 100%;
  /*1600px;*/
  background-color: #eee;
  margin: 0 auto;
  padding: 10px 0;
}
/* line 46, ../scss/module/_main.scss */
.breadcrumbs-area .breadcrumbs {
  width: calc(( 1465 / 1600 ) * 100%);
  margin: 0 auto;
}
/* line 49, ../scss/module/_main.scss */
.breadcrumbs-area .breadcrumbs li {
  color: #8888;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  display: inline-block;
}
/* line 56, ../scss/module/_main.scss */
.breadcrumbs-area .breadcrumbs li a {
  color: #8888;
  text-decoration: none;
}
/* line 59, ../scss/module/_main.scss */
.breadcrumbs-area .breadcrumbs li a::after {
  content: '>';
  padding: 0 4px 0 10px;
}

/* line 70, ../scss/module/_main.scss */
.container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 0;
}

@media screen and (min-width: 1400px) {
  /* line 81, ../scss/module/_main.scss */
  .container {
    background-position: -48px top, center bottom;
    background-size: 228px auto, 1696px auto;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 94, ../scss/module/_main.scss */
  .container {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}
/* line 103, ../scss/module/_main.scss */
.single .container {
  background-image: none;
  padding-bottom: 300px;
}

/*
	heading
*/
/*------------------------
   _main-area
------------------------*/
/* line 11, ../scss/module/_main-area.scss */
.main-area {
  width: 94%;
  max-width: 1600px;
  min-height: 1440px;
  margin: 0 auto 100px auto;
  padding: 2rem 0 0 0;
}
/* line 19, ../scss/module/_main-area.scss */
.main-area .empty {
  color: #666;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0px;
  padding: 12px 24px;
}
/* line 29, ../scss/module/_main-area.scss */
.main-area__wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  /*  縦位置 */
  /*justify-content:	flex-start;*/
  justify-content: space-between;
  margin: 0 auto;
  padding: 2rem 0 0 0;
}
/* line 42, ../scss/module/_main-area.scss */
.main-area__body {
  width: calc( 100% - 260px );
  margin-right: 5%;
  padding-left: 2rem;
}
/* line 51, ../scss/module/_main-area.scss */
.main-area__side {
  width: 260px;
}
/* line 55, ../scss/module/_main-area.scss */
.main-area__side img {
  max-width: 100%;
}
/* line 59, ../scss/module/_main-area.scss */
.main-area .heading1 {
  background: #F2F2F2;
  border-left-width: 3px;
  border-left-style: solid;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 5.4rem;
  padding: 1rem 2.7rem;
}
/* line 62, ../scss/module/_main-area.scss */
.main-area .heading2 {
  background: #F2F2F2;
  border-left-width: 2px;
  border-left-style: solid;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 3.5rem;
  padding: 1rem 2rem;
}
/* line 65, ../scss/module/_main-area.scss */
.main-area .heading3 {
  border-top: 2px solid #000;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1.7rem;
  padding-top: 2rem;
}

/* line 70, ../scss/module/_main-area.scss */
.editor_ct_inner {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

/* line 79, ../scss/module/_main-area.scss */
.main-area.content_1col {
  width: 100%;
}
/* line 83, ../scss/module/_main-area.scss */
.main-area.content_1col .main-area__wrap {
  width: 100%;
  display: block;
  padding: 0 0 13rem 0;
}
/* line 89, ../scss/module/_main-area.scss */
.main-area.content_1col .main-area__body {
  min-width: 100%;
  width: 100%;
  margin-right: 0;
  padding-left: 0;
}
/* line 96, ../scss/module/_main-area.scss */
.main-area.content_1col .main-area__side {
  display: none;
}

@media print, screen and (min-width: 768px) and (max-width: 1399px) {
  /* line 103, ../scss/module/_main-area.scss */
  .main-area {
    width: 94%;
    min-height: 100%;
    padding-top: calc(( 60 / 1600 ) * 100%);
  }
  /* line 109, ../scss/module/_main-area.scss */
  .main-area__wrap {
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 2rem 0 13rem 0;
  }
  /* line 119, ../scss/module/_main-area.scss */
  .main-area__body {
    width: calc(( 760 / 1080 ) * 100%);
    margin-right: 5%;
    /*padding-left: 2rem;*/
  }
  /* line 126, ../scss/module/_main-area.scss */
  .main-area__side {
    width: 260px;
  }
  /* line 130, ../scss/module/_main-area.scss */
  .main-area__side img {
    max-width: 100%;
  }
  /* line 135, ../scss/module/_main-area.scss */
  .main-area .heading1 {
    background: #F2F2F2;
    border-left-width: 3px;
    border-left-style: solid;
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 5.4rem;
    padding: 1rem 2.7rem;
  }
  /* line 138, ../scss/module/_main-area.scss */
  .main-area .heading2 {
    background: #F2F2F2;
    border-left-width: 2px;
    border-left-style: solid;
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 3.5rem;
    padding: 1rem 2rem;
  }
  /* line 141, ../scss/module/_main-area.scss */
  .main-area .heading3 {
    border-top: 2px solid #000;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 1.7rem;
    padding-top: 2rem;
  }
  /* line 147, ../scss/module/_main-area.scss */
  .main-area .main-area.content_1col {
    width: 100%;
  }
  /* line 151, ../scss/module/_main-area.scss */
  .main-area .main-area.content_1col .main-area__wrap {
    width: 100%;
    display: block;
    padding: 0 0 13rem 0;
  }
  /* line 157, ../scss/module/_main-area.scss */
  .main-area .main-area.content_1col .main-area__body {
    min-width: 100%;
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 169, ../scss/module/_main-area.scss */
  .main-area {
    width: 100%;
    /*calc(( 1400 / 1600 ) * 100%);*/
    min-height: 100%;
    margin-bottom: 0;
    padding-top: calc(( 60 / 1600 ) * 100%);
  }
  /* line 176, ../scss/module/_main-area.scss */
  .main-area__wrap {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 2rem 0 4rem 0;
  }
  /* line 182, ../scss/module/_main-area.scss */
  .main-area__body {
    width: 100%;
    min-width: auto;
    margin-right: 0;
    padding-left: 0;
  }
  /* line 189, ../scss/module/_main-area.scss */
  .main-area .heading1 {
    background: #F2F2F2;
    border-left-width: 3px;
    border-left-style: solid;
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 5.4rem;
    padding: 1rem 2.7rem;
  }
  /* line 192, ../scss/module/_main-area.scss */
  .main-area .heading2 {
    background: #F2F2F2;
    border-left-width: 2px;
    border-left-style: solid;
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 3.5rem;
    padding: 1rem 2rem;
  }
  /* line 195, ../scss/module/_main-area.scss */
  .main-area .heading3 {
    border-top: 2px solid #000;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 1.7rem;
    padding-top: 2rem;
  }
  /* line 201, ../scss/module/_main-area.scss */
  .main-area .main-area.content_1col {
    width: 100%;
  }
  /* line 205, ../scss/module/_main-area.scss */
  .main-area .main-area.content_1col .main-area__wrap {
    width: 100%;
    display: block;
    padding: 0 0 13rem 0;
  }
  /* line 211, ../scss/module/_main-area.scss */
  .main-area .main-area.content_1col .main-area__body {
    min-width: 100%;
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }
}
/*
	_tag_cloud.scss
*/
/* タグクラウド
================================================ */
/* ================================================
	link_widget
================================================ */
/* line 14, ../scss/parts/_link_widget.scss */
.link_widget .link_btn > a {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  padding: 20px 12px;
}
/* line 25, ../scss/parts/_link_widget.scss */
.link_widget .link_btn > a:hover {
  opacity: 0.7;
}

/*------------------------
    _side-area
------------------------*/
/* line 11, ../scss/module/_side-area.scss */
.side-area {
  display: none;
}

@media screen and (min-width: 1400px) {
  /* line 19, ../scss/module/_side-area.scss */
  .side-area {
    display: block;
  }
}
/* line 25, ../scss/module/_side-area.scss */
.side-area {
  background: #F2F2F2;
  width: calc(( 400 / 1600 ) * 100%);
  margin: 0 auto;
  padding-top: 4rem;
}
/* line 33, ../scss/module/_side-area.scss */
.side-area__inner {
  width: 90%;
  padding-left: 3rem;
}
/* line 39, ../scss/module/_side-area.scss */
.side-area__heading2 {
  background: #002258;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  text-align: center;
  min-width: 200px;
  margin: 0 auto 3rem;
  padding: 8rem 2%;
}
/* line 54, ../scss/module/_side-area.scss */
.side-area__list {
  margin-bottom: 8rem;
}
/* line 59, ../scss/module/_side-area.scss */
.side-area__list__item a {
  color: #000000;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
/* line 68, ../scss/module/_side-area.scss */
.side-area__list__img {
  opacity: 1;
  width: 7rem;
  height: 7rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: 0.3s;
}
/* line 78, ../scss/module/_side-area.scss */
.side-area__list__img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
/* line 82, ../scss/module/_side-area.scss */
.side-area__list__img img {
  width: 100%;
}
/* line 89, ../scss/module/_side-area.scss */
.side-area__list__body {
  width: calc(( 163 / 265 ) * 100%);
}
/* line 94, ../scss/module/_side-area.scss */
.side-area__list__desc {
  color: #999999;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.0rem;
}
/* line 103, ../scss/module/_side-area.scss */
.side-area__list__tt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  word-break: break-all;
}
/* line 16, ../scss/mixin/_tag_cloud.scss */
.side-area .tag-cloud__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1rem 1rem 1rem 0;
  padding: 0;
  /*&__item {
  	line-height: 1;
  	@include _tag('blue');
  }*/
}
/* line 15, ../scss/mixin/_tag.scss */
.side-area .tag-cloud__list .tag {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 0.5rem 0.5rem 0;
}
/* line 20, ../scss/mixin/_tag.scss */
.side-area .tag-cloud__list .tag a {
  background: #878787;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  padding: 0.2rem 0.7rem;
}
/* line 45, ../scss/mixin/_tag.scss */
.side-area .tag-cloud__list .tag a:hover {
  opacity: 0.8;
}
/* line 23, ../scss/mixin/_tag_cloud.scss */
.side-area .tag-cloud__list .tag {
  font-size: 1.4rem;
  line-height: 1.6;
}
/* line 29, ../scss/mixin/_tag_cloud.scss */
.side-area .tag-cloud__list__item.hide, .side-area .tag-cloud__list__item__btn_hide {
  display: none;
}
/* line 33, ../scss/mixin/_tag_cloud.scss */
.side-area .tag-cloud__list__item__btn_show, .side-area .tag-cloud__list__item__btn_hide {
  width: 100%;
  color: #777;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
  margin: 4px 0;
}
/* line 45, ../scss/mixin/_tag_cloud.scss */
.side-area .tag-cloud__list__item__btn_show:hover, .side-area .tag-cloud__list__item__btn_hide:hover {
  text-decoration: none;
}
/* line 112, ../scss/module/_side-area.scss */
.side-area .tag-cloud {
  margin-bottom: 24px;
}

/* line 118, ../scss/module/_side-area.scss */
.heading3 {
  border-top: 2px solid #000;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1.7rem;
  padding-top: 2rem;
}

/* line 128, ../scss/module/_side-area.scss */
.ranking__tab {
  border-bottom: 2px solid #002258;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  align-content: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  z-index: 10;
  margin-bottom: 16px;
    /*
          // ranking__tab__item--active
          &__item--active {
              a {
                  background: #002258;
                  color: #FFFFFF;
              }

              a:hover {
                  opacity: $hoverOpacity;
              }
          }
    */
}
/* line 141, ../scss/module/_side-area.scss */
.ranking__tab__item {
  text-align: center;
}
/* line 144, ../scss/module/_side-area.scss */
.ranking__tab__item a {
  background: #fff;
  color: #888888;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.3rem 1rem;
  text-decoration: none;
}
/* line 157, ../scss/module/_side-area.scss */
.ranking__tab__item a:hover {
  opacity: 0.8;
}
/* line 182, ../scss/module/_side-area.scss */
.ranking__tab-body__item {
  position: relative;
  list-style: none;
}
/* line 185, ../scss/module/_side-area.scss */
.ranking__tab-body__item a {
  color: #000000;
  display: block;
  text-decoration: none;
}
/* line 190, ../scss/module/_side-area.scss */
.ranking__tab-body__item a:hover {
  opacity: 0.8;
}
/* line 197, ../scss/module/_side-area.scss */
.ranking__tab-body__inner {
  display: flex;
  justify-content: space-between;
  box-sizing: content-box;
  padding-left: 0.7rem;
  margin-bottom: 2rem;
}
/* line 206, ../scss/module/_side-area.scss */
.ranking__tab-body__num {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 213, ../scss/module/_side-area.scss */
.ranking__tab-body__date {
  font-size: 1.2rem;
}
/* line 218, ../scss/module/_side-area.scss */
.ranking__tab-body__tt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  word-break: break-all;
}
/* line 227, ../scss/module/_side-area.scss */
.ranking__tab-body__img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 70px;
  margin: 0.7rem 0;
}
/* line 237, ../scss/module/_side-area.scss */
.ranking__tab-body__desc {
  width: 115px;
  margin-left: 5px;
  box-sizing: border-box;
}
/* line 244, ../scss/module/_side-area.scss */
.ranking__tab-body__num {
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.7rem;
}

/*
	heading
*/
/*
	_tag_cloud.scss
*/
/* タグクラウド
================================================ */
/*------------------------
    _main-area_side
------------------------*/
/* line 14, ../scss/module/_main-area_side.scss */
.main-area__side {
  position: relative;
  /*　関連記事
  ================================================ */
  /*　いいねランキング
  ================================================ */
}
/* line 24, ../scss/module/_main-area_side.scss */
.main-area__side section {
  margin-bottom: 3.0rem;
}
/* line 28, ../scss/module/_main-area_side.scss */
.main-area__side .heading3 {
  border-top: 2px solid #000;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1.7rem;
  padding-top: 2rem;
}
/* line 16, ../scss/mixin/_tag_cloud.scss */
.main-area__side .tag-cloud__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1rem 1rem 1rem 0;
  padding: 0;
  /*&__item {
  	line-height: 1;
  	@include _tag('blue');
  }*/
}
/* line 15, ../scss/mixin/_tag.scss */
.main-area__side .tag-cloud__list .tag {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 0.5rem 0.5rem 0;
}
/* line 20, ../scss/mixin/_tag.scss */
.main-area__side .tag-cloud__list .tag a {
  background: #878787;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  padding: 0.2rem 0.7rem;
}
/* line 45, ../scss/mixin/_tag.scss */
.main-area__side .tag-cloud__list .tag a:hover {
  opacity: 0.8;
}
/* line 23, ../scss/mixin/_tag_cloud.scss */
.main-area__side .tag-cloud__list .tag {
  font-size: 1.4rem;
  line-height: 1.6;
}
/* line 29, ../scss/mixin/_tag_cloud.scss */
.main-area__side .tag-cloud__list__item.hide, .main-area__side .tag-cloud__list__item__btn_hide {
  display: none;
}
/* line 33, ../scss/mixin/_tag_cloud.scss */
.main-area__side .tag-cloud__list__item__btn_show, .main-area__side .tag-cloud__list__item__btn_hide {
  width: 100%;
  color: #777;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
  margin: 4px 0;
}
/* line 45, ../scss/mixin/_tag_cloud.scss */
.main-area__side .tag-cloud__list__item__btn_show:hover, .main-area__side .tag-cloud__list__item__btn_hide:hover {
  text-decoration: none;
}
/* line 34, ../scss/module/_main-area_side.scss */
.main-area__side .recommend {
  margin-bottom: 6.0rem;
}
/* line 44, ../scss/module/_main-area_side.scss */
.main-area__side .recommend__cont__bnr__cap {
  font-size: 1.9rem;
  font-weight: bold;
}
/* line 50, ../scss/module/_main-area_side.scss */
.main-area__side .recommend__cont__bnr__cap--small {
  font-size: 1.4rem;
}
/* line 57, ../scss/module/_main-area_side.scss */
.main-area__side .recommend .bnr__cont {
  padding-top: 4rem;
}
/* line 64, ../scss/module/_main-area_side.scss */
.main-area__side .sec_related_posts {
  /*　card__list
  ================================================ */
}
/* line 66, ../scss/module/_main-area_side.scss */
.main-area__side .sec_related_posts .sec_tt {
  background-color: #F2F2F2;
  border-left: 3px solid #003EA2;
  border-left-color: #003ea2;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin: 48px 0 24px 0;
  padding: 16px 26px;
}
/* line 82, ../scss/module/_main-area_side.scss */
.main-area__side .sec_related_posts .card__list {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  align-content: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
/* line 117, ../scss/mixin/_card_list.scss */
.main-area__side .sec_related_posts .card__list__item {
  width: 100%;
  height: auto;
  /* swiperのheight:100%を回避 */
  position: relative;
  margin-bottom: 3rem;
}
/* line 123, ../scss/mixin/_card_list.scss */
.main-area__side .sec_related_posts .card__list__item .card {
  position: relative;
}
/* line 13, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card > .card__link-wrap {
  color: #000000;
  display: block;
  text-decoration: none;
  position: relative;
  text-decoration: none !important;
}
/* line 20, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card > .card__link-wrap:hover {
  opacity: 0.8;
}
/* line 24, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card a .card__actions__view,
.main-area__side .sec_related_posts .card__list__item .card a .card__actions__good {
  color: #fff;
  text-decoration: none !important;
}
/* line 31, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card__img-wrap {
  position: relative;
}
/* line 36, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card__img {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  padding-bottom: calc(( 160 / 240 ) * 100%);
}
/* line 44, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card__body {
  padding: 1rem;
}
/* line 49, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card__desc {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
/* line 55, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card__desc__date {
  background: url("/wp-content/themes/jba_s3/assets/base/img/icon_clock.png") no-repeat center left;
  background-size: 13px auto;
  text-shadow: 1px 1px 0px #fff;
  margin-right: 1rem;
  padding: 0.5rem 0 0.5rem 1.7rem;
}
/* line 63, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card__desc__ct-name {
  border: 1px solid #999;
  font-size: 1.2rem;
  text-shadow: 1px 1px 0px #fff;
  line-height: 1.4;
  white-space: nowrap;
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
}
/* line 74, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card__tt {
  font-size: 1.6rem;
  font-weight: bold;
  text-shadow: 1px 1px 0px #fff;
  line-height: 1.25;
  word-break: break-all;
}
/* line 83, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card .tag-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1rem 1rem 1rem 0;
}
/* line 15, ../scss/mixin/_tag.scss */
.main-area__side .sec_related_posts .card__list__item .card .tag-list .tag {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 0.5rem 0.5rem 0;
}
/* line 20, ../scss/mixin/_tag.scss */
.main-area__side .sec_related_posts .card__list__item .card .tag-list .tag a {
  background: #878787;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  padding: 0.2rem 0.7rem;
}
/* line 45, ../scss/mixin/_tag.scss */
.main-area__side .sec_related_posts .card__list__item .card .tag-list .tag a:hover {
  opacity: 0.8;
}
/* line 90, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card .mk_new {
  display: none;
}
/* line 96, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card .mk_new.on {
  display: block;
  font-size: 1rem;
  padding: 1rem 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 108, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card__actions {
  color: #333;
  font-size: 1.2rem;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  /*  縦位置 */
  align-content: flex-start;
  /* 横位置 */
  justify-content: flex-start;
  /* 並べ方 */
  flex-wrap: wrap;
  padding: 0.3rem 0.5rem;
  /*
  &__favorite.off {
  	background-image:	url('/wp-content/themes/jba_s3/assets/base/img/icon_favorite_off.png');
  }
  &__favorite.on {
  	background-image:	url('/wp-content/themes/jba_s3/assets/base/img/icon_favorite_on.png');
  }
  */
}
/* line 119, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card__actions > li {
  background-repeat: no-repeat;
  line-height: 1.5;
}
/* line 123, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card__actions__view {
  margin-left: 1px;
  margin-right: 1em;
  padding-top: 2px;
}
/* line 133, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card__actions__view::after {
  content: "\e904";
  font-size: 1.2rem;
  margin-left: 2px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 's3_fonts' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 149, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card__actions__good::after {
  content: "\e903";
  font-size: 1.6rem;
  margin-left: 3px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 's3_fonts' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 157, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card__actions__favorite {
  width: 1.8rem;
  cursor: pointer;
  position: relative;
  margin-left: auto;
}
/* line 175, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card__actions__favorite.off::after {
  content: "\e901";
  font-size: 1.8rem;
  position: absolute;
  top: 1px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 's3_fonts' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 184, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card__actions__favorite.on::after {
  content: "\e900";
  font-size: 1.8rem;
  position: absolute;
  top: 1px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 's3_fonts' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 197, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card__read {
  display: none;
}
/* line 202, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card__read.on {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 213, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card__read.on .card__read__txt {
  background: rgba(255, 255, 255, 0.4);
  color: #FFF;
  font-size: 1.4rem;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.3rem 2rem;
}
/* line 226, ../scss/mixin/_card.scss */
.main-area__side .sec_related_posts .card__list__item .card .card__btn-favorite {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  float: right;
}
/* line 92, ../scss/module/_main-area_side.scss */
.main-area__side .ranking__tab {
  border-bottom: 2px solid #002258;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  align-content: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  z-index: 10;
  margin-bottom: 16px;
}
/* line 105, ../scss/module/_main-area_side.scss */
.main-area__side .ranking__tab__item {
  width: 32%;
  font-size: 1px;
  line-height: 0%;
}
/* line 110, ../scss/module/_main-area_side.scss */
.main-area__side .ranking__tab__item a {
  background-color: #F7F5ED;
  width: 100%;
  color: #888;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 5px 0 5px 0;
}
/* line 124, ../scss/module/_main-area_side.scss */
.main-area__side .ranking__tab__item a.current {
  background-color: #002258;
  color: #fff;
}
/* line 130, ../scss/module/_main-area_side.scss */
.main-area__side .ranking__tab__item a.disable_click {
  pointer-events: none;
}
/* line 143, ../scss/module/_main-area_side.scss */
.main-area__side .ranking__tab-body__item {
  position: relative;
  margin-bottom: 16px;
}
/* line 147, ../scss/module/_main-area_side.scss */
.main-area__side .ranking__tab-body__item a {
  color: #000000;
  display: block;
  text-decoration: none;
}
/* line 152, ../scss/module/_main-area_side.scss */
.main-area__side .ranking__tab-body__item a:hover {
  opacity: 0.8;
}
/* line 159, ../scss/module/_main-area_side.scss */
.main-area__side .ranking__tab-body__inner {
  display: flex;
  justify-content: space-between;
  box-sizing: content-box;
  padding-left: 0.7rem;
  margin-bottom: 2rem;
}
/* line 168, ../scss/module/_main-area_side.scss */
.main-area__side .ranking__tab-body__num {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 175, ../scss/module/_main-area_side.scss */
.main-area__side .ranking__tab-body__date {
  font-size: 1.2rem;
}
/* line 180, ../scss/module/_main-area_side.scss */
.main-area__side .ranking__tab-body__tt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  word-break: break-all;
}
/* line 188, ../scss/module/_main-area_side.scss */
.main-area__side .ranking__tab-body__img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 70px;
  margin: 0.7rem 0;
}
/* line 198, ../scss/module/_main-area_side.scss */
.main-area__side .ranking__tab-body__desc {
  width: 130px;
}
/* line 203, ../scss/module/_main-area_side.scss */
.main-area__side .ranking__tab-body__num {
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.7rem;
}
/* line 216, ../scss/module/_main-area_side.scss */
.main-area__side .question__answer {
  background: #F2F2F2;
}
/* line 220, ../scss/module/_main-area_side.scss */
.main-area__side .question__answer__form {
  padding-bottom: 0.5rem;
}
/* line 224, ../scss/module/_main-area_side.scss */
.main-area__side .question__answer__form > p {
  padding: 0 3rem;
}
/* line 229, ../scss/module/_main-area_side.scss */
.main-area__side .question__answer__submit {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  background: #002258;
  color: #FFFFFF;
  display: block;
  margin: 1rem;
  padding: 0.5rem 0;
  width: 90%;
}
/* line 237, ../scss/module/_main-area_side.scss */
.main-area__side .question__answer__submit::-webkit-search-decoration {
  display: none;
}
/* line 240, ../scss/module/_main-area_side.scss */
.main-area__side .question__answer__submit::focus {
  outline-offset: -2px;
}
/* line 251, ../scss/module/_main-area_side.scss */
.main-area__side .question__answer__submit:hover {
  cursor: pointer;
  opacity: 0.8;
}
/* line 259, ../scss/module/_main-area_side.scss */
.main-area__side .question__tt {
  background: url(/img/common/icon_q.png) no-repeat left 2rem center;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1rem;
  padding: 2rem 2rem 0 5.5rem;
}
/* line 274, ../scss/module/_main-area_side.scss */
.main-area__side .journal__cont a {
  color: #000000;
  display: flex;
  justify-content: flex-start;
  background: #F2F2F2;
  padding: 2rem;
  text-decoration: none;
}
/* line 282, ../scss/module/_main-area_side.scss */
.main-area__side .journal__cont a:hover {
  opacity: 0.8;
}
/* line 289, ../scss/module/_main-area_side.scss */
.main-area__side .journal__img {
  width: 85px;
  margin-right: 1rem;
}
/* line 295, ../scss/module/_main-area_side.scss */
.main-area__side .journal__desc {
  width: 100px;
}
/* line 299, ../scss/module/_main-area_side.scss */
.main-area__side .journal__desc__head {
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  padding: 0.1rem 1.5rem;
  text-align: center;
}
/* line 309, ../scss/module/_main-area_side.scss */
.main-area__side .journal__desc__tt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
/* line 320, ../scss/module/_main-area_side.scss */
.main-area__side .goal__cont {
  display: flex;
  justify-content: flex-start;
  background: #F2F2F2;
  line-height: 1.2;
  padding: 2rem;
}
/* line 328, ../scss/module/_main-area_side.scss */
.main-area__side .goal__cont__graph {
  width: 70px;
}
/* line 333, ../scss/module/_main-area_side.scss */
.main-area__side .goal__cont__head {
  font-size: 1.4rem;
}
/* line 338, ../scss/module/_main-area_side.scss */
.main-area__side .goal__cont__num {
  font-size: 2.7rem;
  font-weight: bold;
}
/* line 343, ../scss/module/_main-area_side.scss */
.main-area__side .goal__cont__num > span {
  font-size: 3.8rem;
}
/* line 349, ../scss/module/_main-area_side.scss */
.main-area__side .goal__cont__txt {
  font-size: 1.4rem;
  line-height: 1.3;
}
/* line 357, ../scss/module/_main-area_side.scss */
.main-area__side .stock-info {
  margin-bottom: 0;
}
/* line 361, ../scss/module/_main-area_side.scss */
.main-area__side .stock-info__cont {
  background: #F2F2F2;
  padding: 2rem;
}
/* line 366, ../scss/module/_main-area_side.scss */
.main-area__side .stock-info__cont__img {
  text-align: center;
}

/* ================================================
	single
================================================ */
/* line 379, ../scss/module/_main-area_side.scss */
.single .main-area__side:before {
  background-image: none;
}

/* ================================================
	small
	最大767pxまで（sp用）
================================================ */
@media screen and (max-width: 767px) {
  /* main-area__body
  ================================================ */
  /* line 395, ../scss/module/_main-area_side.scss */
  .main-area__side {
    width: 100%;
    display: block;
    margin-top: 40px;
    margin-bottom: 10%;
    padding-bottom: 0;
  }
  /* line 404, ../scss/module/_main-area_side.scss */
  .main-area__side:before {
    display: none;
  }
}
/*------------------------
    _actions
------------------------*/
/* line 8, ../scss/module/_actions.scss */
.wrapper {
  position: relative;
}
/* line 11, ../scss/module/_actions.scss */
.wrapper .actions {
  position: fixed;
  top: 400px;
  right: 0;
  z-index: 1000;
}
/* line 17, ../scss/module/_actions.scss */
.wrapper .actions a {
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 120px;
  display: block;
}
/* line 23, ../scss/module/_actions.scss */
.wrapper .actions a:hover {
  opacity: 0.8;
}
/* line 27, ../scss/module/_actions.scss */
.wrapper .actions .actions__favorite a,
.wrapper .actions .actions__favorite a.off {
  background-image: url("/wp-content/themes/jba_s3/assets/base/img/btn_side_ex_favorite_off.png");
}
/* line 31, ../scss/module/_actions.scss */
.wrapper .actions .actions__favorite a.on {
  background-image: url("/wp-content/themes/jba_s3/assets/base/img/btn_side_ex_favorite_on.png");
}
/* line 34, ../scss/module/_actions.scss */
.wrapper .actions .actions__chatbot a {
  background-image: url("/wp-content/themes/jba_s3/assets/base/img/btn_side_ex_chatbot.png");
}
/* line 37, ../scss/module/_actions.scss */
.wrapper .actions img {
  vertical-align: top;
}

/* ================================================
	SP
================================================ */
@media screen and (max-width: 767px) {
  /* line 48, ../scss/module/_actions.scss */
  .ft_actions {
    display: none;
  }
}
/* editor */

/*# sourceMappingURL=style.css.map */
