.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* IE 6 & 7 */
.clearfix {
  zoom: 1;
}
.popup__overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: black;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.popup__overlay.popup__overlay--show {
  display: block;
}
.icon__popup--close {
  position: absolute;
  right: 0px;
  top: 0;
  width: 52px;
  height: 52px;
  opacity: 0.8;
}
.icon__popup--close:hover {
  opacity: 1;
}
.icon__popup--close:before,
.icon__popup--close:after {
  position: absolute;
  left: 25px;
  top: -8px;
  content: ' ';
  height: 68px;
  width: 4px;
  background-color: #fff;
}
.icon__popup--close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: rotate(45deg);
  -moz-transition: rotate(45deg);
  -o-transition: rotate(45deg);
  -ms-transition: rotate(45deg);
}
.icon__popup--close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: rotate(-45deg);
  -moz-transition: rotate(-45deg);
  -o-transition: rotate(-45deg);
  -ms-transition: rotate(-45deg);
}
.icon__popup--close:hover {
  opacity: 1;
  cursor: pointer;
}
.thumb-item .thumb {
  opacity: 0.7;
  width: 5% !important;
  display: table-cell;
}
.thumb-item .thumb a {
  display: inline-block;
  width: 100%;
  height: 100%;
  /* padding-left: 4px; */
}
.thumb-item .thumb a .gallery__sp--icon {
  display: block;
  width: 1vw;
  height: 1vw;
  padding: 0;
  border-radius: 20px;
  background-color: #fff;
  margin: 0 auto;
}
.thumb-item .thumb.pager-active {
  opacity: 1;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.gallery-container {
  margin-top: 60px;
}
.gallery-thumbs-container .bx-viewport {
  height: 40px;
  width: 100%;
  margin: 20px auto 0;
}
.gallery-thumbs-container .bx-viewport .gallery-thumbs-list {
  margin: 0;
  width: 100%;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  display: none;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 9px;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-135deg);
          transform: translate3d(0, -50%, 0) rotate(-135deg);
  -webkit-transition: translate3d(0, -50%, 0) rotate(-135deg);
  -moz-transition: translate3d(0, -50%, 0) rotate(-135deg);
  -o-transition: translate3d(0, -50%, 0) rotate(-135deg);
  -ms-transition: translate3d(0, -50%, 0) rotate(-135deg);
}
.bx-wrapper .bx-next {
  right: -5px;
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
          transform: translate3d(0, -50%, 0) rotate(45deg);
  -webkit-transition: translate3d(0, -50%, 0) rotate(45deg);
  -moz-transition: translate3d(0, -50%, 0) rotate(45deg);
  -o-transition: translate3d(0, -50%, 0) rotate(45deg);
  -ms-transition: translate3d(0, -50%, 0) rotate(45deg);
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction {
  display: none;
  position: relative;
  bottom: -2px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 27px;
  width: 32px;
  height: 32px;
  margin: 10px 10px 0 0;
  outline: 0;
  background: transparent;
  border-top: 1px solid white;
  border-right: 1px solid white;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
.hakushu .news-info {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}
.hakushu .news-info__content p {
  margin: 0;
}
.hakushu .news-info__content p strong {
  font-weight: normal;
  width: 24vw;
  display: inline-block;
}
.hakushu .news-note {
  background: #f2f2f2;
  padding: 3.33333333vw 3.33333333vw 1.33333333vw;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}
.hakushu .news-note p {
  margin: 0;
}
.hakushu .news-announcement {
  max-width: 765px;
  margin: 0 auto;
}
.hakushu .news-announcement__label {
  background: #385723;
  color: #fff;
  font-size: 3.2vw;
  display: inline-block;
  padding: 1.6vw 4vw;
  text-align: center;
  line-height: 1.4;
}
.hakushu .news-announcement__title {
  background: #385723;
  color: #fff !important;
  font-size: 3.46666667vw;
  height: 6.66666667vw;
  line-height: 7.33333333vw;
  font-weight: bold;
  text-align: center;
}
.hakushu .news-announcement__content {
  background: #f6faf4;
  padding: 3.33333333vw;
  margin: 0;
  text-align: left;
}
.hakushu .news-announcement__name {
  font-size: 3.73333333vw;
}
.hakushu .news-announcement__image {
  text-align: center;
  position: relative;
}
.hakushu .news-announcement .grid-row [class^=dgrid] {
  margin-bottom: 0;
}
.hakushu .news__detail .news-announcement__image img {
  display: inline-block;
  width: 50%;
  max-width: 200px;
}
.hakushu__contents__logo {
  display: block;
}
.hakushu__contents__logo img {
  width: 18.4vw;
}
.hakushu .news__detail.special-news {
  padding: 0 3.91134289vw;
}
.hakushu .news__detail.special-news .section__title--news-detail {
  letter-spacing: 0.39113429vw;
  margin-top: -4px;
}
.hakushu .news__detail.special-news .news__detail--img {
  margin-bottom: 8.47457627vw;
}
.hakushu .news__detail.special-news .news__detail--paragraph.paragraph__padding--diff-01 {
  font-size: 4.266666666666667vw;
  letter-spacing: 0.26075619vw;
  line-height: 1.45em;
  margin-bottom: 9.64797914vw;
  color: #323232;
}
.hakushu .news__detail.special-news .special-news__block {
  border: 1px solid #002d00;
  padding: 2.34680574vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 6.51890482vw;
}
.hakushu .news__detail.special-news .special-news__block a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.hakushu .news__detail.special-news .special-news__block a:hover {
  opacity: 0.8 !important;
}
.hakushu .news__detail.special-news .special-news__block a:hover img {
  opacity: 1 !important;
}
.hakushu .news__detail.special-news .special-news__block a img {
  -webkit-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.hakushu .news__detail.special-news .special-news__block a img:hover {
  opacity: 1 !important;
}
.hakushu .news__detail.special-news .special-news__block h3 {
  display: none;
}
.hakushu .news__detail.special-news .special-news__block:last-child {
  margin-bottom: 11.99478488vw;
}
.hakushu .news__detail.special-news .special-news__block.first .special-news__description p:first-child {
  padding-bottom: 1.04302477vw;
}
.hakushu .news__detail.special-news .special-news__block img {
  width: 100%;
}
.hakushu .news__detail.special-news .special-news__block .special-news__date {
  font-size: 3.7333333333333334vw;
  color: #002d00;
  margin: 6.12777053vw 0 0 0;
  line-height: 1em;
  letter-spacing: 0.12em;
  display: block;
}
.hakushu .news__detail.special-news .special-news__block .special-news__title {
  font-size: 4.266666666666667vw;
  color: #002d00;
  margin: 1.95567145vw 0 4.69361147vw 0;
  font-weight: normal;
  letter-spacing: -0.025em;
  line-height: 1.5em;
  display: block;
}
.hakushu .news__detail.special-news .special-news__block .special-news__link {
  font-size: 3.2vw;
  color: #002d00;
  display: block;
}
.hakushu .news__detail.special-news .special-news__block .special-news__description {
  margin: 5.86701434vw 0 0 0;
  background: #fff;
  padding: 1.82529335vw 3.91134289vw;
}
.hakushu .news__detail.special-news .special-news__block .special-news__description p {
  font-size: 3.6vw;
  color: #323232;
  border-bottom: 1px solid #ccd5cc;
  padding-bottom: 2.34680574vw;
  margin: 0 0 2.34680574vw 0;
  line-height: 1.8em;
  letter-spacing: -0.01em;
}
.hakushu .news__detail.special-news .special-news__block .special-news__description p:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 1.30378096vw;
}
.hakushu .news__detail.special-news .section__title--component-news {
  margin-top: 10.82138201vw;
}
.hakushu .news__detail.limited-news .product__limited .limited__content {
  margin-bottom: 48px;
}
.hakushu .news__detail.limited-news .product__limited .limited__content .subtitle {
  font-size: 4.8vw;
  text-align: center;
  font-weight: bold;
  margin: 5.86666667vw 0 4vw;
  line-height: 6.4vw;
}
.hakushu .news__detail.limited-news .product__limited .limited__content .subtitle--03 {
  font-size: 4.8vw;
  border-bottom: #707070 solid 1px;
  text-align: left;
  padding-bottom: 0.53333333vw;
  margin: 5.86666667vw 0 5.33333333vw;
}
.hakushu .news__detail.limited-news .product__limited .limited__content .txt {
  font-size: 4.26666667vw;
  line-height: 7.2vw;
  margin-bottom: 6.93333333vw;
}
.hakushu .news__detail.limited-news .product__limited .limited__content table {
  font-size: 3.73333333vw;
  width: 100%;
  margin-bottom: 3.73333333vw;
}
.hakushu .news__detail.limited-news .product__limited .limited__content table th {
  font-weight: normal;
  width: 18.13333333vw;
  letter-spacing: -0.2em;
}
.hakushu .news__detail.limited-news .product__limited .limited__content table td {
  letter-spacing: -0.02em;
}
.hakushu .news__detail img {
  display: block;
}
.hakushu .news__detail a {
  color: #006600;
  text-decoration: none;
  word-break: break-all;
}
.hakushu .news__detail a img {
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
}
.hakushu .news__detail .f_small {
  font-size: 2.933333333333333vw;
}
.hakushu .news__detail .text_underline {
  text-decoration: underline;
}
.hakushu .news__detail .section__title--news-detail {
  font-size: 5.333333333333333vw;
  line-height: 9.33333333vw;
  letter-spacing: -0.045em;
  margin: 2.33333333vw auto 0;
  text-align: center;
}
.hakushu .news__detail .section__title--news-detail .sup {
  font-size: 6vw;
  position: relative;
  top: 0;
  color: #002d00;
}
.hakushu .news__detail .section__title--news-detail .spacing {
  letter-spacing: 0.05em;
  text-indent: 0.6em;
  display: block;
  color: #002d00;
}
.hakushu .news__detail .section__title--news-detail .textindent {
  text-indent: 0.2em;
}
.hakushu .news__detail .section__title--news-detail .date {
  display: block;
  font-size: 4vw;
  letter-spacing: 0.01em;
  line-height: 1;
}
.hakushu .news__detail .section__title--news-detail .hiragana {
  position: relative;
  display: inline-block;
}
.hakushu .news__detail .section__title--news-detail .hiragana sup {
  position: absolute;
  top: -18%;
  left: 8%;
  font-size: 2.933333333333333vw;
}
.hakushu .news__detail .section__title--news-detail .post {
  margin: 0 auto -1.6vw;
  line-height: normal;
}
.hakushu .news__detail .section__title--news-detail .post img {
  width: 29.33333333vw;
  display: inline-block;
  margin: 0 auto;
}
.hakushu .news__detail .section__title--news-detail .post img.tabilabo {
  margin: 3vw 0 0 1.33333333vw;
}
.hakushu .news__detail .section__title--news-detail .post img.pc {
  display: none !important;
}
.hakushu .news__detail .section__title--news-detail .post.big img {
  max-width: 39.11342894vw;
  vertical-align: middle;
}
.hakushu .news__detail .section__title--news-detail .post.big span {
  font-size: 2.4vw;
  margin: 1.56453716vw 0 0 0.91264668vw;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3em;
  text-align: left;
}
.hakushu .news__detail .news__detail--category {
  margin: 2.66666667vw 0 8.8vw;
  text-align: center;
}
.hakushu .news__detail .news__detail--category span {
  display: inline-block;
  color: #000;
  background: transparent;
  border: 1px solid #e1e1e1;
  font-size: 3.2vw;
  letter-spacing: 0.03em;
  text-align: center;
  letter-spacing: 0.15em;
  padding: 5px 15px;
  margin: 0 1.33333333vw 1.33333333vw 0;
}
.hakushu .news__detail .news__detail--category span:last-child {
  margin-right: 0;
}
.hakushu .news__detail .news__detail--category span a {
  color: #fff;
}
.hakushu .news__detail .news-notify {
  display: inline-block;
  padding: 10px 20px;
  background-color: #002d00;
  color: white;
  margin: 20px auto 0;
  display: table;
}
.hakushu .news__detail .news__detail--img {
  margin-bottom: 1.4em;
  max-width: 100%;
}
@media (max-width: 767px) {
  .hakushu .news__detail .news__detail--img .title__paragraph {
    font-size: 5.3vw;
    margin-bottom: 20px !important;
    font-weight: normal;
  }
}
.hakushu .news__detail .news__detail--img img {
  width: 100%;
}
@media (max-width: 767px) {
  .hakushu .news__detail .news__detail--img img {
    margin-bottom: 10px;
  }
}
.hakushu .news__detail .news__detail--img .cap_image {
  font-size: 4.8vw;
  font-weight: normal;
  text-align: center;
}
.hakushu .news__detail .news__detail--img.mb_30 {
  margin-bottom: 30px !important;
}
.hakushu .news__detail .news__detail--img.mb_70 {
  margin-bottom: 30px !important;
}
.hakushu .news__detail .news__detail--img.gr_sp {
  margin-bottom: 40px !important;
}
.hakushu .news__detail .image_desc {
  display: block;
  padding: 10px 0 0;
  font-size: 3.2vw;
  line-height: 4.8vw;
  letter-spacing: -0.04rem;
}
.hakushu .news__detail .image_desc.full-width {
  margin-bottom: 1.4em;
}
.hakushu .news__detail .image_desc.text-align-left {
  text-align: left;
}
.hakushu .news__detail .image_desc.link_arrow:after {
  content: '＞';
  position: absolute;
  font-size: inherit;
  margin-left: 5px;
  font-size: 2.933333333333333vw;
}
.hakushu .news__detail .news__detail--paragraph,
.hakushu .news__detail .news__detail--text {
  font-size: 3.7333333333333334vw;
  line-height: 5.6vw;
  margin-bottom: 11.2vw;
}
.hakushu .news__detail .news__detail--paragraph .title__paragraph,
.hakushu .news__detail .news__detail--text .title__paragraph {
  font-size: 4.8vw;
  font-weight: normal;
  text-align: center;
  margin: 0 0 20px;
}
.hakushu .news__detail .news__detail--paragraph.paragraph__padding--diff-01,
.hakushu .news__detail .news__detail--text.paragraph__padding--diff-01 {
  margin-bottom: 3em;
}
.hakushu .news__detail .news__detail--paragraph.paragraph__padding--diff-02,
.hakushu .news__detail .news__detail--text.paragraph__padding--diff-02 {
  margin-bottom: 2em;
}
.hakushu .news__detail .news__detail--paragraph.mb_75,
.hakushu .news__detail .news__detail--text.mb_75 {
  margin-bottom: 2.7em;
}
.hakushu .news__detail .news__detail--paragraph.clear,
.hakushu .news__detail .news__detail--text.clear {
  clear: both;
}
.hakushu .news__detail .news__detail--paragraph.box__border,
.hakushu .news__detail .news__detail--text.box__border {
  border: 1px solid black;
  padding: 2.34680574vw 0 2.34680574vw 2.47718383vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hakushu .news__detail .news__detail--paragraph .text-small,
.hakushu .news__detail .news__detail--text .text-small {
  margin: 0;
  font-size: 11px !important;
}
.hakushu .news__detail .news__detail--text {
  margin: 0 0 1em;
}
.hakushu .news__detail .news__detail--text.mb_sp_0 {
  margin-bottom: 0;
}
.hakushu .news__detail .block--image-two .news__detail--img {
  margin-bottom: 20px !important;
  width: 100%;
  display: inline-block;
}
.hakushu .news__detail .block--image-two .news__detail--img.left__image {
  float: left;
}
.hakushu .news__detail .block--image-two .news__detail--img.right__image {
  float: right;
}
.hakushu .news__detail .block--image-two.mb_30 {
  margin-bottom: 30px !important;
}
.hakushu .news__detail .block--image-two.mb_30 .news__detail--img {
  margin-bottom: 0;
}
.hakushu .news__detail .big__title {
  font-size: 5.6vw;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 7.73333333vw;
  padding-top: 9.33333333vw;
  position: relative;
}
.hakushu .news__detail .big__title:before {
  content: "";
  width: 20.26666667vw;
  height: 3px;
  background-color: #e1e1e1;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.hakushu .news__detail .big__title.big__title--noborder {
  margin-top: 0;
  padding: 0;
}
.hakushu .news__detail .big__title.big__title--noborder:before {
  display: none;
}
.hakushu .news__detail .comment__link {
  background: #00be32;
  text-align: center;
  display: block;
  line-height: 2.5rem;
  height: 2.5rem;
  margin-bottom: 4rem;
}
.hakushu .news__detail .comment__link span {
  color: #fff;
  font-size: 3.7333333333333334vw;
  position: relative;
  margin-left: -18px;
}
.hakushu .news__detail .comment__link span:after {
  background: url('../../img/kurashi/icon_comment_pc.png') center center;
  content: "";
  width: 18px;
  height: 13px;
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: -24px;
}
.hakushu .news__detail .list__items {
  font-size: 3.7333333333333334vw;
}
.hakushu .news__detail .list__items .list__items--title {
  margin: 1em 0 0;
}
.hakushu .news__detail .list__items .dot__list,
.hakushu .news__detail .list__items .number__list {
  padding: 0;
  margin: 0;
}
.hakushu .news__detail .list__items .dot__list li,
.hakushu .news__detail .list__items .number__list li {
  line-height: 1.72em;
}
.hakushu .news__detail .list__items .dot__list li span {
  display: none;
}
.hakushu .news__detail .component__mail-magazine {
  margin-top: 3em;
}
.hakushu .component__profile {
  margin-top: 3em;
  margin-bottom: 30px;
}
.hakushu .component__profile .component__profile--block {
  border: 2px solid black;
  min-height: 180px;
  padding: 10px 10px 5px;
}
.hakushu .component__profile .component__profile--block .component__profile--img {
  float: left;
  margin: 0 10px 0 0;
  max-width: 25%;
}
.hakushu .component__profile .component__profile--block .component__profile--img.border-right p {
  font-size: 2.933333333333333vw;
  margin: 5px 0 0;
}
.hakushu .component__profile .component__profile--block .component__profile--img img {
  width: 100%;
}
.hakushu .component__profile .component__profile--block .component__profile--decs {
  word-wrap: break-word;
}
.hakushu .component__profile .component__profile--block .component__profile--decs .small_text {
  font-size: 80%;
  line-height: 0;
}
.hakushu .component__profile .component__profile--block .component__profile--decs.no-border .component__profile--decs-content {
  margin-left: calc(25% + 10px);
}
.hakushu .component__profile .component__profile--block .component__profile--decs .notify {
  display: inline-block;
  padding: 10px 20px;
  background-color: #002d00;
  color: white;
  margin: 10px 0 5px;
}
.hakushu .component__profile .component__profile--block .component__profile--decs a.notify {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.hakushu .component__profile .component__profile--block .component__profile--decs a.notify:hover {
  opacity: 0.8 !important;
}
.hakushu .component__profile .component__profile--block .component__profile--decs .component__profile--decs-title {
  font-size: 4.266666666666667vw;
  margin: -4px 0 5px;
  margin-left: calc(25% + 10px);
}
.hakushu .component__profile .component__profile--block .component__profile--decs .component__profile--decs-title .component__profile--decs-smalltext {
  font-size: 3.066666666666667vw;
}
.hakushu .component__profile .component__profile--block .component__profile--decs .component__profile--decs-content {
  font-size: 3.7333333333333334vw;
  line-height: 1.73em;
  margin: 0;
}
.hakushu .component__profile .component__profile--block.min_height_more {
  min-height: auto;
}
.hakushu .component__profile .component__profile--text-right {
  text-align: right;
  font-size: 3.2vw;
  padding: 5px 0 0;
}
.hakushu .component__profile .component__profile--writter {
  display: block;
  width: 190px;
  margin: 50px auto 0;
  transform: translateX(-27px);
  -ms-transform: translateX(-27px);
  -webkit-transform: translateX(-27px);
  -o-transform: translateX(-27px);
  -moz-transform: translateX(-27px);
}
.hakushu .component__profile .component__profile--writter-desc {
  text-align: center;
  font-size: 3.066666666666667vw;
  margin: 23px 0 0;
  letter-spacing: 0.17em;
}
.hakushu .comment__link + .component__recommend {
  margin-top: 0;
}
.hakushu .component__recommend.news {
  display: none !important;
}
.hakushu .component__recommend.news .section__title {
  display: none !important;
}
.hakushu .component__recommend.news.block {
  display: block !important;
  margin-bottom: 6.51890482vw;
  font-size: 0;
}
.hakushu .component__recommend.news.block .grid-row {
  display: block !important;
  text-align: center;
}
.hakushu .component__recommend.news.block .section__title {
  display: block !important;
}
.hakushu .component__recommend.news .component__recommend--lineup,
.hakushu .component__recommend.news .component__recommend--distillation,
.hakushu .component__recommend.news .component__recommend--enjoy {
  display: none !important;
}
.hakushu .component__recommend.news .component__recommend--lineup.block,
.hakushu .component__recommend.news .component__recommend--distillation.block,
.hakushu .component__recommend.news .component__recommend--enjoy.block {
  display: inline-block !important;
  float: none;
  vertical-align: top;
  text-align: left;
}
.hakushu .gallery-images {
  opacity: 1 !important;
}
.hakushu .gallery-images img {
  opacity: 1 !important;
}
.hakushu .gallery--position img {
  -webkit-transform: translateZ(0);
}
.hakushu .gallery {
  overflow: hidden;
  max-width: 97.78357236vw;
  margin: 2.60756193vw -1.17340287vw 7.82268579vw;
}
.hakushu .gallery .gallery--position {
  width: calc(25% - 18*100vw/767);
  float: left;
  margin: 0 1.17340287vw 2.34680574vw;
}
.hakushu .thumb-item .thumb {
  opacity: 0.7 !important;
}
.hakushu .thumb-item .thumb.pager-active {
  opacity: 1 !important;
}
.hakushu .mordal__popup .flex-control-nav li {
  display: inline-block !important;
  float: none !important;
}
.hakushu .cm__video {
  max-width: 97.78357236vw;
  margin: 2.60756193vw auto 0;
}
.hakushu .cm__video .dgrid-lg-100 {
  margin-bottom: 0;
}
.hakushu .cm__video + .news__detail--paragraph {
  margin-top: 2.60756193vw !important;
}
.hakushu .cm__video iframe {
  width: 100%;
  height: 43vw;
}
.hakushu .component__recommend.news .section__title {
  margin-top: 0;
}
.hakushu .button.news {
  margin-top: 0.65189048vw;
}
.hakushu .button__text {
  margin: 0;
}
.hakushu .block__news {
  margin-top: 11.33333333vw;
}
.hakushu .block__news .news__title {
  margin-bottom: 4vw;
}
.hakushu .mordal__popup {
  position: fixed;
  display: block;
  top: -10000px;
  left: -10000px;
  z-index: 1000;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
  opacity: 1;
  width: calc(100% - 168px);
  max-width: 600px;
  margin-left: 0;
  /* ====================================================================================================================
     * RESETS
     * ====================================================================================================================*/
  /* ====================================================================================================================
     * BASE STYLES
     * ====================================================================================================================*/
  /* ====================================================================================================================
     * DEFAULT THEME
     * ====================================================================================================================*/
  /* -------------------------------------------------------------------------------------------- */
}
.hakushu .mordal__popup .flex-container a:hover,
.hakushu .mordal__popup .flex-slider a:hover {
  outline: none;
}
.hakushu .mordal__popup .slides,
.hakushu .mordal__popup .slides > li,
.hakushu .mordal__popup .flex-control-nav,
.hakushu .mordal__popup .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hakushu .mordal__popup .flex-pauseplay span {
  text-transform: capitalize;
}
.hakushu .mordal__popup .flexslider {
  margin: 0;
  padding: 0;
}
.hakushu .mordal__popup .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.hakushu .mordal__popup .flexslider .slides img {
  width: 100%;
  display: block;
}
.hakushu .mordal__popup .flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.hakushu .mordal__popup html[xmlns] .flexslider .slides {
  display: block;
}
.hakushu .mordal__popup * html .flexslider .slides {
  height: 1%;
}
.hakushu .mordal__popup .no-js .flexslider .slides > li:first-child {
  display: block;
}
.hakushu .mordal__popup .flexslider {
  margin: 100px 0 45px;
  position: relative;
}
.hakushu .mordal__popup .flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.hakushu .mordal__popup .flexslider__ctrl {
  width: 100%;
  margin: 0 auto 30px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.hakushu .mordal__popup .flexslider__ctrl .flex-direction-nav {
  display: none;
}
.hakushu .mordal__popup .flexslider__ctrl--nav li {
  max-width: 48px;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hakushu .mordal__popup .flexslider__ctrl--nav li.flex-active-slide {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hakushu .mordal__popup .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.hakushu .mordal__popup .loading .flex-viewport {
  max-height: 300px;
}
.hakushu .mordal__popup .carousel li {
  margin-right: 0px;
}
.hakushu .mordal__popup .flex-direction-nav {
  height: 0;
}
.hakushu .mordal__popup .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: 45px 0 0;
  position: absolute;
  top: 100%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hakushu .mordal__popup .flex-direction-nav .flex-prev,
.hakushu .mordal__popup .flex-direction-nav .flex-next {
  position: absolute;
  top: 105%;
  width: 2.3em;
  height: 2.3em;
  background: transparent;
  border-top: 0.05em solid white;
  border-right: 0.05em solid white;
}
.hakushu .mordal__popup .flex-direction-nav .flex-prev {
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-135deg);
          transform: translate3d(0, -50%, 0) rotate(-135deg);
}
.hakushu .mordal__popup .flex-direction-nav .flex-next {
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
          transform: translate3d(0, -50%, 0) rotate(45deg);
}
.hakushu .mordal__popup .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
}
.hakushu .mordal__popup .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.hakushu .mordal__popup .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
}
.hakushu .mordal__popup .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.hakushu .mordal__popup .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.hakushu .mordal__popup .flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.hakushu .mordal__popup .flex-pauseplay a:hover {
  opacity: 1;
}
.hakushu .mordal__popup .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0;
}
.hakushu .mordal__popup .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0;
}
@media (max-width: 767px) {
  .red_line {
    max-width: 100%;
    height: 1px;
    background: #cccccc;
    display: block;
    margin: 0 auto;
  }
  .btn_end_sp {
    margin-top: 40px !important;
  }
  .news__detail--img > p {
    margin: 0;
  }
}
@media only screen and (min-width: 480px) {
  .hakushu .news__detail .news__detail--category {
    margin: 65px 0 30px;
  }
  .hakushu .news__detail .news__detail--category span {
    padding: 10px 35px;
  }
  .hakushu .news__detail .news__detail--img {
    margin-bottom: 40px;
  }
  .hakushu .news__detail .news__detail--img.mb_70 {
    margin-bottom: 50px !important;
  }
  .hakushu .news__detail .news__detail--paragraph,
  .hakushu .news__detail .news__detail--text {
    margin-bottom: 90px;
  }
  .hakushu .news__detail .news__detail--paragraph .title__paragraph,
  .hakushu .news__detail .news__detail--text .title__paragraph {
    margin: 0 0 10px;
  }
  .hakushu .news__detail .news__detail--paragraph.paragraph__padding--diff-01,
  .hakushu .news__detail .news__detail--text.paragraph__padding--diff-01 {
    margin-bottom: 133px;
  }
  .hakushu .news__detail .news__detail--paragraph.paragraph__padding--diff-02,
  .hakushu .news__detail .news__detail--text.paragraph__padding--diff-02 {
    margin-bottom: 3em;
  }
  .hakushu .news__detail .news__detail--paragraph.mb_75,
  .hakushu .news__detail .news__detail--text.mb_75 {
    margin-bottom: 75px;
  }
  .hakushu .news__detail .news__detail--text {
    margin: 0 auto 30px;
  }
  .hakushu .news__detail .comment__link {
    line-height: 4.5rem;
    height: 4.5rem;
    margin-bottom: 0;
  }
  .hakushu .news__detail .comment__link span {
    font-size: 3.2vw;
    margin-left: -30px;
  }
  .hakushu .news__detail .comment__link span:after {
    background: url('../../img/kurashi/icon_comment.png') center center;
    content: "";
    width: 28px;
    height: 20px;
    right: -40px;
    top: calc(50% - 8px);
  }
  .hakushu .news__detail .list__items .list__items--title {
    margin: 30px 0 0;
  }
  .hakushu .news__detail .component__mail-magazine {
    margin-top: 150px;
  }
  .hakushu .component__profile {
    margin-top: 70px;
    margin-bottom: 60px;
  }
  .hakushu .component__profile.mb_frame {
    margin-bottom: 70px;
  }
  .hakushu .component__profile .component__profile--block {
    padding: 18px 18px 10px;
  }
  .hakushu .component__profile .component__profile--block .component__profile--img {
    margin: 0 18px 0 0;
    max-width: 40%;
  }
  .hakushu .component__profile .component__profile--block .component__profile--img img {
    width: 100%;
  }
  .hakushu .component__profile .component__profile--block .component__profile--decs.no-border .component__profile--decs-content {
    margin-left: calc(40% + 18px);
  }
  .hakushu .component__profile .component__profile--block .component__profile--decs .component__profile--decs-title {
    margin-left: calc(40% + 10px);
  }
  .hakushu .component__profile .component__profile--writter {
    margin: 120px auto 0;
  }
  .hakushu .comment__link + .component__recommend {
    margin-top: 14.863103vw;
  }
  .hakushu .gallery {
    margin: 7.82268579vw -1.17340287vw;
  }
}
@media only screen and (max-width: 768px) {
  .hakushu .block__news .news__title {
    font-size: 5.333333333333333vw;
    line-height: 9.33333333vw;
    margin-bottom: 6.26666667vw;
  }
  .hakushu .news__detail .btn__detail {
    font-size: 12.5px;
  }
  .hakushu .news__detail .btn__detail--long {
    width: 73.33333333vw;
    margin-left: 0;
    padding: 3.6vw 0;
    margin-top: 20px;
  }
  .hakushu .news__detail .btn__detail--long .arrow {
    width: 17.6vw;
    right: -11.2vw;
  }
  .hakushu .news__detail .btn__detail--long .arrow:before {
    width: 17px;
    top: calc(50% - 8px);
  }
  .l-txt {
    font-size: 3.6505867vw;
  }
  .l-widthsp {
    width: 100% !important;
    float: none !important;
  }
  .l-isuki-01 {
    min-height: auto !important;
    margin-top: 20px;
  }
  .l-isuki-01 p {
    min-height: auto !important;
  }
  .l-isuki-01 p a {
    font-size: 3.6505867vw !important;
  }
  .l-marginbot {
    margin-bottom: 50px !important;
  }
  .l-marsuki {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .icon__popup--close {
    width: 38px;
    height: 38px;
  }
  .icon__popup--close:after,
  .icon__popup--close:before {
    left: 17px;
    top: -6px;
    height: 50px;
    width: 3px;
  }
  .thumb-item .thumb a .gallery__sp--icon {
    width: 1.8vw;
    height: 1.8vw;
  }
  .hakushu .mordal__popup {
    width: calc(100% - 60px);
  }
  .hakushu .mordal__popup .flexslider__ctrl {
    margin: 0 auto 20px;
  }
  .hakushu .mordal__popup .flex-direction-nav a {
    margin: 40px 0 0;
  }
  .hakushu .mordal__popup .flex-direction-nav .flex-prev,
  .hakushu .mordal__popup .flex-direction-nav .flex-next {
    top: 108%;
  }
  .hakushu .mordal__popup div.navigation a.pageLink {
    top: 23px;
    width: 26px;
    height: 26px;
  }
  .hakushu .mordal__popup ul.thumbs {
    padding: 0 30px;
  }
  .hakushu .mordal__popup a.thumb .gallery__sp--icon {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .icon__popup--close {
    width: 36px;
    height: 36px;
    top: 10px;
  }
  .icon__popup--close:before,
  .icon__popup--close:after {
    left: 17px;
    top: -7px;
    height: 50px;
    width: 2px;
  }
  .hakushu .red_line {
    max-width: 80%;
    height: 1px;
    background: #cccccc;
    display: block;
    margin: 0 auto;
  }
  .hakushu .news-info {
    text-align: left;
    max-width: 480px;
    margin: 0 auto;
  }
  .hakushu .news-info__content p {
    margin: 0;
  }
  .hakushu .news-info__content p strong {
    font-weight: normal;
    width: 115px;
    display: inline-block;
  }
  .hakushu .news-note {
    background: #f2f2f2;
    padding: 15px 15px 10px;
    max-width: 969px;
    margin: 0 auto;
    text-align: left;
  }
  .hakushu .news-note p {
    margin: 0;
  }
  .hakushu .news-announcement {
    max-width: 999px;
    margin: 0 auto;
  }
  .hakushu .news-announcement__label {
    font-size: 14px;
    padding: 6px 15px 4px;
  }
  .hakushu .news-announcement__title {
    background: #385723;
    color: #fff !important;
    font-size: 18px;
    height: 35px;
    line-height: 38px;
    font-weight: bold;
  }
  .hakushu .news-announcement__content {
    background: #f6faf4;
    padding: 15px;
    margin: 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hakushu .news-announcement__name {
    font-size: 18px;
  }
  .hakushu .news-announcement__image {
    text-align: left;
  }
  .hakushu .news-announcement .grid-row [class^=dgrid] {
    margin-bottom: 0;
  }
  .hakushu .news__detail .news-announcement__image img {
    width: 100%;
  }
  .hakushu__contents__logo {
    display: none;
  }
  .hakushu .no-wrap {
    white-space: nowrap;
    color: #002d00;
  }
  .hakushu .news__detail {
    max-width: 1110px;
    margin: 0 auto;
  }
  .hakushu .news__detail.special-news {
    padding: 0 45px 0;
  }
  .hakushu .news__detail.special-news .section__title--news-detail {
    letter-spacing: 0.05em;
    margin-top: 60px;
  }
  .hakushu .news__detail.special-news .news__detail--category,
  .hakushu .news__detail.special-news .news__detail--paragraph {
    max-width: 100%;
  }
  .hakushu .news__detail.special-news .news__detail--img {
    margin-bottom: 38px;
    max-width: 100%;
  }
  .hakushu .news__detail.special-news .news__detail--paragraph.paragraph__padding--diff-01 {
    font-size: 20px;
    font-size: 1.3333333333333333rem;
    text-align: center;
    letter-spacing: 0.03em;
    line-height: 35px;
    margin-bottom: 39px;
  }
  .hakushu .news__detail.special-news .special-news__block {
    padding: 19px;
    margin-bottom: 50px;
  }
  .hakushu .news__detail.special-news .special-news__block.second .special-news__date {
    margin: 32px 0 0 0;
  }
  .hakushu .news__detail.special-news .special-news__block.second .special-news__title {
    margin: 2px 0 35px 0;
    letter-spacing: 0.02em;
    line-height: 46px;
  }
  .hakushu .news__detail.special-news .special-news__block.second .special-news__description p {
    padding: 0 0 22px 20px;
    margin: 0 0 23px 0;
  }
  .hakushu .news__detail.special-news .special-news__block.third .special-news__date {
    margin: 30px 0 0 0;
  }
  .hakushu .news__detail.special-news .special-news__block.third .special-news__title {
    margin: 6px 0 35px 0;
    letter-spacing: 0.02em;
    line-height: 46px;
  }
  .hakushu .news__detail.special-news .special-news__block.third .special-news__description p {
    padding: 0 0 22px 20px;
    margin: 0 0 23px 0;
  }
  .hakushu .news__detail.special-news .special-news__block.four .special-news__date {
    margin: 30px 0 0 0;
  }
  .hakushu .news__detail.special-news .special-news__block.four .special-news__title {
    margin: 6px 0 35px 0;
    letter-spacing: 0.02em;
    line-height: 46px;
  }
  .hakushu .news__detail.special-news .special-news__block.four .special-news__description p {
    padding: 0 0 22px 20px;
    margin: 0 0 23px 0;
  }
  .hakushu .news__detail.special-news .special-news__block.five {
    margin-bottom: 0;
  }
  .hakushu .news__detail.special-news .special-news__block.five .special-news__date {
    margin: 30px 0 0 0;
  }
  .hakushu .news__detail.special-news .special-news__block.five .special-news__title {
    margin: 6px 0 35px 0;
    letter-spacing: 0.02em;
    line-height: 46px;
  }
  .hakushu .news__detail.special-news .special-news__block.five .special-news__description {
    padding-bottom: 10px;
  }
  .hakushu .news__detail.special-news .special-news__block.five .special-news__description p {
    padding: 0 0 22px 20px;
    margin: 0 0 23px 0;
  }
  .hakushu .news__detail.special-news .special-news__block img {
    max-width: 453px;
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
  }
  .hakushu .news__detail.special-news .special-news__block .special-news__info {
    width: calc(100% - 510px);
    display: inline-block;
    vertical-align: top;
  }
  .hakushu .news__detail.special-news .special-news__block .special-news__date {
    font-size: 20px;
    font-size: 1.3333333333333333rem;
    margin: 53px 0 0 0;
    line-height: 1em;
    letter-spacing: 0.1em;
  }
  .hakushu .news__detail.special-news .special-news__block .special-news__title {
    font-size: 25px;
    font-size: 1.6666666666666667rem;
    color: #002d00;
    margin: 6px 0 37px 0;
    letter-spacing: 0.07em;
    line-height: 44px;
  }
  .hakushu .news__detail.special-news .special-news__block .special-news__link {
    font-size: 15px;
    font-size: 1rem;
  }
  .hakushu .news__detail.special-news .special-news__block .special-news__description {
    margin: 20px 0 0 0;
    padding: 24px 20px 14px;
  }
  .hakushu .news__detail.special-news .special-news__block .special-news__description p {
    font-size: 15px;
    font-size: 1rem;
    letter-spacing: 0.095em;
    padding: 0 0 19px 20px;
    margin: 0 0 20px 0;
    line-height: 1.8em;
  }
  .hakushu .news__detail.special-news .special-news__block .special-news__description p:last-child {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .hakushu .news__detail.special-news .section__title--component-news {
    margin-top: 57px;
  }
  .hakushu .news__detail.limited-news .product__limited .limited__content {
    padding: 0 10.13333333vw;
  }
  .hakushu .news__detail.limited-news .product__limited .limited__content .limited__content03 {
    overflow: hidden;
    background: none;
  }
  .hakushu .news__detail.limited-news .product__limited .limited__content .limited__content03 .txt {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 27px;
  }
  .hakushu .news__detail.limited-news .product__limited .limited__content .subtitle--03 {
    font-size: 18px;
    margin: 0 0 18px 0;
    padding-bottom: 5px;
    line-height: 18px;
  }
  .hakushu .news__detail.limited-news .product__limited .limited__content table {
    font-size: 16px;
  }
  .hakushu .news__detail.limited-news .product__limited .limited__content table th {
    width: 78px;
  }
  .hakushu .news__detail.limited-news .product__limited .limited__content table td {
    letter-spacing: -0.02em;
  }
  .hakushu .news__detail .f_small {
    font-size: 13px;
  }
  .hakushu .news__detail .section__title--news-detail {
    font-size: 36px;
    font-size: 2.4rem;
    line-height: 50px;
    margin: 51px 0 20px;
  }
  .hakushu .news__detail .section__title--news-detail .sup {
    font-size: 28px;
    font-size: 1.8666666666666667rem;
    top: -1px;
  }
  .hakushu .news__detail .section__title--news-detail .spacing {
    display: inline-block;
    text-indent: 5px;
  }
  .hakushu .news__detail .section__title--news-detail .textindent {
    text-indent: 3px;
  }
  .hakushu .news__detail .section__title--news-detail .date {
    font-size: 15px;
    line-height: normal;
  }
  .hakushu .news__detail .section__title--news-detail .hiragana {
    display: inline;
  }
  .hakushu .news__detail .section__title--news-detail .hiragana sup {
    position: absolute;
    top: -30px;
    left: 8px;
    font-size: 18px;
    font-size: 1.2rem;
  }
  .hakushu .news__detail .section__title--news-detail .post {
    font-size: 14px;
    font-size: 0.9333333333333333rem;
    padding: 0;
    line-height: normal;
    margin-bottom: -14px;
  }
  .hakushu .news__detail .section__title--news-detail .post img {
    max-width: 163px;
  }
  .hakushu .news__detail .section__title--news-detail .post img.tabilabo {
    margin: 19px 0 0 7px;
  }
  .hakushu .news__detail .section__title--news-detail .post img.pc {
    display: inline-block !important;
  }
  .hakushu .news__detail .section__title--news-detail .post img.sp {
    display: none !important;
  }
  .hakushu .news__detail .section__title--news-detail .post.big {
    padding: 5px 0 10px;
  }
  .hakushu .news__detail .section__title--news-detail .post.big img {
    max-width: 110px;
    vertical-align: top;
  }
  .hakushu .news__detail .section__title--news-detail .post.big img:hover {
    opacity: 1 !important;
  }
  .hakushu .news__detail .section__title--news-detail .post.big span {
    font-size: 11px;
    font-size: 0.7333333333333333rem;
    margin: 17px 0 0 7px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.5em;
    text-align: left;
  }
  .hakushu .news__detail .news__detail--category {
    margin: 23px auto 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hakushu .news__detail .news__detail--category span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    font-size: 12px;
    font-size: 0.8rem;
    max-width: 130px;
    line-height: normal;
    letter-spacing: normal;
    padding: 4px 0;
    margin: 0 10px 10px 0;
    -ms-flex: 0 0 128px;
        flex: 0 0 128px;
  }
  .hakushu .news__detail .news__detail--category span:last-child {
    margin-right: 0;
  }
  .hakushu .news__detail .news__detail--img {
    margin: 0 auto;
    max-width: 720px;
  }
  .hakushu .news__detail .news__detail--img .title__paragraph {
    font-weight: normal;
  }
  .hakushu .news__detail .news__detail--img .cap_image {
    font-size: 20px;
  }
  .hakushu .news__detail .news__detail--img + .news__detail--paragraph {
    margin-top: 66px !important;
  }
  .hakushu .news__detail .image_desc {
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 18px;
  }
  .hakushu .news__detail .image_desc.full-width {
    clear: both;
    padding-top: 10px;
    text-align: center;
  }
  .hakushu .news__detail .image_desc.link_arrow:after {
    font-size: 13px;
  }
  .hakushu .news__detail .news__detail--paragraph,
  .hakushu .news__detail .news__detail--text {
    font-size: 16px;
    font-size: 1.0666666666666667rem;
    margin: 35px auto 69px;
    text-align: center;
    line-height: 1.9em;
    letter-spacing: 0.08em;
  }
  .hakushu .news__detail .news__detail--paragraph .title__paragraph,
  .hakushu .news__detail .news__detail--text .title__paragraph {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .hakushu .news__detail .news__detail--paragraph.paragraph__padding--diff-01,
  .hakushu .news__detail .news__detail--text.paragraph__padding--diff-01 {
    margin-bottom: 45px;
  }
  .hakushu .news__detail .news__detail--paragraph.mb_75,
  .hakushu .news__detail .news__detail--text.mb_75 {
    margin-bottom: 105px;
  }
  .hakushu .news__detail .news__detail--paragraph.box__border,
  .hakushu .news__detail .news__detail--text.box__border {
    padding: 18px 0 18px 19px;
  }
  .hakushu .news__detail .news__detail--text {
    margin: 15px auto;
  }
  .hakushu .news__detail .block--image-two {
    max-width: 100%;
  }
  .hakushu .news__detail .block--image-two .news__detail--img {
    width: calc((100% - 40px)/2);
  }
  .hakushu .news__detail .block--image-two .news__detail--img:nth-child(n + 3) {
    margin-top: 70px;
  }
  .hakushu .news__detail .block--image-two + .news__detail--paragraph {
    margin-top: 66px !important;
  }
  .hakushu .news__detail .big__title {
    font-size: 30px;
    font-size: 2rem;
    line-height: 48px;
    letter-spacing: -1px;
    margin: 67px 0 29px;
    padding-top: 72px;
  }
  .hakushu .news__detail .big__title:before {
    height: 2px;
    width: 120px;
  }
  .hakushu .news__detail .big__title + .news__detail--paragraph {
    margin-top: 28px;
    margin-bottom: 71px !important;
  }
  .hakushu .news__detail .comment__link {
    max-width: 302px;
    height: 42px;
    line-height: 42px;
    margin: 50px auto 10px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
  }
  .hakushu .news__detail .comment__link:hover {
    background: #00a128;
  }
  .hakushu .news__detail .comment__link span {
    font-size: 15px;
    font-size: 1rem;
    margin-left: -18px;
  }
  .hakushu .news__detail .comment__link span:after {
    background: url('../../img/kurashi/icon_comment_pc.png') center center;
    width: 18px;
    height: 13px;
    background-size: cover;
    top: 5px;
    right: -24px;
  }
  .hakushu .news__detail .list__items {
    font-size: 15px;
    max-width: 750px;
    margin: auto;
    letter-spacing: 0.11em;
  }
  .hakushu .news__detail .list__items .list__items--title {
    margin: 17px 0 0;
  }
  .hakushu .news__detail .list__items .dot__list,
  .hakushu .news__detail .list__items .number__list {
    margin-bottom: 23px;
  }
  .hakushu .news__detail .list__items .dot__list li,
  .hakushu .news__detail .list__items .number__list li {
    line-height: 1.74em;
  }
  .hakushu .news__detail .list__items .dot__list li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .hakushu .news__detail .list__items .dot__list li:before {
    content: "・";
    font-size: 1em;
  }
  .hakushu .news__detail .list__items .number__list {
    padding: 0 0 0 26px;
  }
  .hakushu .news__detail .list__items .number__list li {
    list-style: decimal;
  }
  .hakushu .news__detail .component__profile {
    margin-top: 115px;
  }
  .hakushu .news__detail .component__profile.mb_frame {
    margin-bottom: 115px;
  }
  .hakushu .news__detail .component__mail-magazine {
    margin-top: 90px;
  }
  .hakushu .news__detail .btn__detail--long {
    margin: 50px auto 0;
  }
  .hakushu .component__profile {
    max-width: 750px;
    margin: 0 auto;
  }
  .hakushu .component__profile .component__profile--block {
    border: none;
    padding: 0;
    border: 1px solid black;
  }
  .hakushu .component__profile .component__profile--block.no-image {
    min-height: auto;
  }
  .hakushu .component__profile .component__profile--block.no-image .component__profile--decs {
    min-height: auto;
  }
  .hakushu .component__profile .component__profile--block .component__profile--img {
    padding: 19px;
    margin: 0;
    width: 180px;
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .hakushu .component__profile .component__profile--block .component__profile--img img {
    width: 180px;
  }
  .hakushu .component__profile .component__profile--block .component__profile--img.border-right {
    border-right: 1px solid black;
    width: 180px;
  }
  .hakushu .component__profile .component__profile--block .component__profile--img.border-right p {
    font-size: 14px;
    margin: 5px 0 0;
  }
  .hakushu .component__profile .component__profile--block .component__profile--decs {
    border-left: 1px solid black;
    display: table-cell;
    vertical-align: top;
    padding: 18px 0 18px 19px;
    min-height: 218px;
    letter-spacing: 0.1em;
  }
  .hakushu .component__profile .component__profile--block .component__profile--decs.no-border {
    border-left: none;
    margin: 0;
  }
  .hakushu .component__profile .component__profile--block .component__profile--decs.no-border .component__profile--decs-content {
    margin: 0;
  }
  .hakushu .component__profile .component__profile--block .component__profile--decs .component__profile--decs-title {
    font-size: 20px;
    font-size: 1.3333333333333333rem;
    margin: -2px 0 10px;
  }
  .hakushu .component__profile .component__profile--block .component__profile--decs .component__profile--decs-title .component__profile--decs-smalltext {
    font-size: 15px;
    font-size: 1rem;
  }
  .hakushu .component__profile .component__profile--block .component__profile--decs .component__profile--decs-content {
    font-size: 15px;
    font-size: 1rem;
  }
  .hakushu .component__profile .component__profile--writter-desc {
    font-size: 15px;
    font-size: 1rem;
    margin: 15px 0 0;
  }
  .hakushu .component__profile .component__profile--text-right {
    font-size: 15px;
  }
  .hakushu .comment__link + .component__recommend {
    margin-top: 57px;
  }
  .hakushu .component__recommend.news.block {
    margin-bottom: 50px;
  }
  .hakushu .gallery {
    max-width: 750px;
    margin: 20px auto 0;
  }
  .hakushu .gallery .gallery--position {
    width: calc(25% - 18px);
    margin: 0 9px 18px;
  }
  .hakushu .cm__video {
    max-width: 750px;
    margin: 20px auto 0;
  }
  .hakushu .cm__video .dgrid-lg-100 {
    margin-bottom: 0;
  }
  .hakushu .cm__video + .news__detail--paragraph {
    margin-top: 20px !important;
  }
  .hakushu .cm__video iframe {
    max-width: 100%;
  }
  .hakushu .button.news {
    margin-top: 0;
  }
  .hakushu .button.news span {
    letter-spacing: 1px;
  }
  .hakushu .button__text {
    margin: 0 0 3px;
  }
  .hakushu .button__text + .btn__detail--long {
    margin-top: 0;
  }
  .hakushu .block__news {
    margin-top: 106px;
  }
  .hakushu .block__news .news__title {
    margin-bottom: 20px;
  }
  .hakushu .mordal__popup {
    width: 100%;
    max-width: 960px;
  }
  .hakushu .mordal__popup .flexslider {
    margin: 70px 0 45px;
  }
  .hakushu .mordal__popup .flexslider {
    margin: 0;
    padding: 0;
  }
  .hakushu .mordal__popup .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
  }
  .hakushu .mordal__popup .flexslider .slides img {
    width: 100%;
    display: block;
  }
  .hakushu .mordal__popup .flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .hakushu .mordal__popup html[xmlns] .flexslider .slides {
    display: block;
  }
  .hakushu .mordal__popup * html .flexslider .slides {
    height: 1%;
  }
  .hakushu .mordal__popup .no-js .flexslider .slides > li:first-child {
    display: block;
  }
  .hakushu .mordal__popup .flexslider {
    margin: 66px auto 0;
    position: relative;
  }
  .hakushu .mordal__popup .flexslider .slides img {
    height: auto;
    -moz-user-select: none;
  }
  .hakushu .mordal__popup .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .hakushu .mordal__popup .loading .flex-viewport {
    max-height: 300px;
  }
  .hakushu .mordal__popup .carousel li {
    margin-right: 5px;
  }
  .hakushu .mordal__popup .flex-direction-nav {
    height: 0;
    display: none;
  }
  .hakushu .mordal__popup .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .hakushu .mordal__popup .flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  }
  .hakushu .mordal__popup .flex-direction-nav .flex-prev {
    left: -50px;
  }
  .hakushu .mordal__popup .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
  }
  .hakushu .mordal__popup .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
  }
  .hakushu .mordal__popup .flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
  }
  .hakushu .mordal__popup .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
  }
  .hakushu .mordal__popup .flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
  }
  .hakushu .mordal__popup .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
  }
  .hakushu .mordal__popup .flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
  }
  .hakushu .mordal__popup .flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
  }
  .hakushu .mordal__popup .flex-pauseplay a:hover {
    opacity: 1;
  }
  .hakushu .mordal__popup .flex-pauseplay a.flex-play:before {
    content: '\f003';
  }
  .hakushu .mordal__popup .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
  }
  .hakushu .mordal__popup .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    display: inline;
  }
  .hakushu .mordal__popup .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
  }
  .hakushu .mordal__popup .flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
  }
  .hakushu .mordal__popup .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
  }
  .hakushu .mordal__popup .flex-control-thumbs {
    margin: 27px 0 0;
    position: static;
    overflow: hidden;
  }
  .hakushu .mordal__popup .flex-control-thumbs li {
    float: left;
    margin: 0 10px 10px 0;
    width: calc(10% - 9px);
  }
  .hakushu .mordal__popup .flex-control-thumbs li:nth-child(10),
  .hakushu .mordal__popup .flex-control-thumbs li:nth-child(20) {
    margin: 0 0 10px 0;
  }
  .hakushu .mordal__popup .flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.7;
    cursor: pointer;
  }
  .hakushu .mordal__popup .flex-control-thumbs img:hover {
    opacity: 1;
  }
  .hakushu .mordal__popup .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
  }
  .hakushu_0509 .news__detail .block--image-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hakushu_0509 .news__detail .block--image-two .news__detail--img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: none;
    margin-right: 15px;
    margin-left: 0;
  }
  .hakushu_0509 .news__detail .block--image-two .news__detail--img:last-child {
    margin-top: 0;
    margin-right: 0;
  }
  .hakushu_0509 .news__detail .block--image-two.box_bot .left__image {
    margin: 0 auto 0 0;
  }
  .hakushu_0509 .news__detail .block--image-two.box_bot .right__image {
    margin: 0 0 0 auto;
  }
}
.hakushu .news__detail .color_red {
  color: #ff0000;
}
.hakushu .news__detail .color_blue {
  color: #1f497d;
}
.l-marginbot {
  margin-bottom: 70px !important;
}
.l-cottage {
  min-height: 134px;
}
.l-isuki-01 {
  min-height: 225px;
  margin-bottom: 50px !important;
  padding-right: 10px !important;
}
.l-isuki-01 p {
  word-break: break-all;
}
.l-isuki-01 p:first-child {
  margin: 0;
  min-height: 130px;
}
.l-isuki-01 p a {
  font-size: 12px;
}
.l-marsuki {
  margin-bottom: 70px;
}
.l-txt {
  color: #000 !important;
}
.l-nobot {
  margin-bottom: 50px !important;
}
