@charset "UTF-8";
/*
Theme Name: Ann theme
Text Domain: ann_theme
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: 
Author: Ann Co., Ltd.
Author URI: https://www.w-star.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
@media print, screen and (min-width: 992px) {
  .media .header_logo {
    display: flex;
    align-items: center;
  }
  .media .header_logo .cap {
    font-size: 1.4rem;
    margin-left: 20px;
  }
}

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

  category color
  ▼ カテゴリのカラー変更

===================================*/
/*
i.cat,
.single .headCategory a {
  color: #fff !important;
}
i.cat.cn2,
.single .headCategory a.cn2 {
  background: #ff9999 !important;
  border-color: #ff9999 !important;
}
i.cat.cn3,
.single .headCategory a.cn3 {
  background: #804000 !important;
  border-color: #804000 !important;
}
*/
/*===================================
  
  all

===================================*/
#c_body {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  justify-content: center;
  margin: 0 auto;
  padding: 25px 0;
}

#c_body.single #main_block {
  width: 675px;
  margin-right: 70px;
}

#c_body:not(.single) #main_block {
  width: 100%;
}

#c_body #side_block {
  width: calc(100% - 745px);
  margin-top: -35px;
}

#c_body #side_block > div {
  margin-top: 35px;
}

#c_body #side_block > div.category_side ul li {
  border-bottom: 1px dashed #ccc;
  padding: 0 0 10px 1em;
  margin-bottom: 10px;
}

#c_body #side_block > div.category_side ul li a {
  font-size: 1.4rem;
}

#c_body #side_block > div.category_side ul li a:hover {
  text-decoration: underline;
}

.block_bg {
  position: relative;
  padding: 50px 0 10px;
  background: #ffffff;
}

.list_category + .list_category > .block_bg {
  background: #ebfbff;
}

.inner_block {
  position: relative;
}

.main_img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  height: auto;
  padding-top: 66.67%;
}

.inner {
  position: relative;
}

.p_body {
  padding: 10px 0 0;
  display: block;
}

/*
.pagination {
  display: none;
}
*/
.is_fade {
  position: relative;
  top: 30px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.is_fade.on {
  top: 0px;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  #c_body {
    padding: 25px 5%;
    display: block;
  }
  .p_body {
    padding: 0 0 0;
    display: block;
  }
  #c_body.single #main_block {
    width: 100%;
    margin-right: 0px;
  }
  #c_body:not(.single) #main_block {
    margin-top: -10px;
  }
  #c_body #side_block {
    width: 100%;
    margin-top: 0;
  }
  #c_body #side_block > div.category_side ul li {
    margin-top: 8px;
  }
  #c_body #side_block > div.category_side ul li a {
    font-size: 1.1rem;
  }
  .block_bg {
    padding: 30px 0 50px;
  }
}

/*===================================
  
  title

===================================*/
.tit_min {
  text-align: center;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
}

.tit_min span {
  position: relative;
}

.tit_min span:not(.normalTxt) {
  font-size: 2.6rem;
  font-weight: bolder;
}

.tit_min span:not(.normalTxt) em {
  font-weight: inherit !important;
}

.tit_min i {
  font-style: normal;
  display: block;
  line-height: 1;
  font-size: 1.8rem;
  margin: 6px auto 0;
  font-weight: bolder;
  color: #4cd2ff;
}

#contents_ranking .tit_min {
  background: url(./img/img-common/icon_ranking.png) no-repeat center 0;
  padding-top: 65px;
}

#contents_tag .tit_min {
  background: url(./img/img-common/icon_tag.png) no-repeat center 0;
  padding-top: 45px;
}

.sub_title {
  border-bottom: 1px solid #bbbbbb;
  margin: 7em 0 30px;
  width: 100%;
}

.sub_title span {
  font-size: 2.2rem;
  font-weight: bolder;
  padding: 0 0px 0 15px;
  display: block;
  margin: 10px 0;
  border-left: 3px solid #000;
}

.min_title {
  border-bottom: 1px solid #bbbbbb;
  padding: 0 0 10px;
  margin: 7em 0 30px;
}

.min_title span {
  font-size: 1.8rem;
  font-weight: bolder;
}

.single_title {
  font-size: 2.8rem;
  font-weight: bolder;
  line-height: 1.5;
}

.sidebar-widget__title {
  border-bottom: 1px solid #ccc;
  padding: 0 0 7px;
  margin: 0 0 14px;
  font-weight: bold;
  font-size: 1.6rem;
}

.story_archivettl {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
}

.story_archivettl + .story_cat_description {
  text-align: center;
  font-size: 1.5rem;
  padding-top: 40px;
  display: block;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .sub_title {
    margin: 3em 0 20px;
  }
  .sub_title span {
    font-size: 1.3rem;
    padding: 0 0px 0 12px;
    margin: 7px 0;
  }
  .min_title {
    margin: 3em 0 20px;
  }
  .min_title span {
    font-size: 1.3rem;
  }
  .tit_min {
    margin: 0 auto 20px;
  }
  .tit_min i {
    font-size: 1.4rem;
    margin: 3px auto 0;
  }
  .tit_min span:not(.normalTxt) {
    font-size: 1.5rem;
  }
  .sidebar-widget__title {
    font-size: 1.3rem;
  }
  #contents_ranking .tit_min {
    padding-top: 45px;
    background-size: 50px;
  }
  #contents_tag .tit_min {
    padding-top: 35px;
    background-size: 30px;
  }
  .story_archivettl {
    font-size: 2rem;
  }
  .story_archivettl + .story_cat_description {
    text-align: left;
    font-size: 1.3rem;
    padding-top: 30px;
    line-height: 1.8;
  }
}

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

  detail_all

===================================*/
.detail_all {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.detail_all a {
  position: absolute;
  top: 9px;
  right: 0;
  text-decoration: none !important;
  font-size: 1.5rem;
  border-bottom: 1px solid;
  z-index: 1;
}

.detail_all a:hover {
  border: none;
}

@media screen and (max-width: 991px) {
  .detail_all {
    text-align: center;
    margin: 12px auto 0;
  }
  .detail_all a {
    position: relative;
    font-size: 1.2rem;
  }
}

.more_link {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.more_link a {
  text-decoration: none !important;
  font-size: 1.5rem;
  position: relative;
  font-weight: bold;
  z-index: 1;
}

.more_link a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #000;
}

.more_link a:hover:after {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .more_link {
    text-align: center;
    margin: 12px auto 0;
  }
  .more_link a {
    position: relative;
    font-size: 1.2rem;
  }
}

/*===================================
  
  TAG

===================================*/
.tagList:not(.all) li {
  margin: 0 0.5em 1em 0;
  display: inline-block;
}

#side_block .tagList:not(.all) li {
  margin: 0 0.2em 0.5em 0;
}

.tagList:not(.all) li a {
  color: #b0778c;
  padding: 5px 10px 4px;
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #b0778c;
  border-radius: 20px;
  display: inline-block;
}

.tagList:not(.all) li:hover a {
  background: #b0778c;
  opacity: 1 !important;
  color: #fff;
}

.tag_link {
  text-align: center;
  margin: 10px auto 0;
}

#side_block .tag_link {
  margin: 0 auto;
}

.tag_link a {
  display: inline-block;
  text-decoration: underline;
}

#side_block .tag_link span {
  font-size: 1.3rem;
}

@media screen and (min-width: 992px) {
  .tag_link a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  #side_block .tag_link {
    margin: 15px auto 0;
  }
  .tagList:not(.all) li {
    margin: 0 0.5em 0.6em 0;
  }
  .tagList:not(.all) li a {
    font-size: 0.9rem;
  }
  #side_block .tag_link span {
    font-size: 1.2rem;
  }
}

/*===================================
  
  検索窓

===================================*/
#site_searchBox {
  display: none;
}

#site_searchBox.focus {
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  display: block;
  z-index: 100001;
}

#site_searchBox.focus #site_searchBoxInner {
  margin: 0 auto;
}

#site_searchBox.focus .btn_close {
  margin-top: 20px;
  text-align: center;
}

#site_searchBox.focus .btn_close span {
  font-size: 4rem;
  display: inline-block;
  color: #fff;
}

#site_searchBox.focus #site_searchBoxInner .input-group {
  width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#overlay {
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

#site_searchBox.focus #site_searchBoxInner input[type^="text"] {
  width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px;
}

#site_searchBox.focus #site_searchBoxInner input[type^="submit"] {
  width: 5em;
  margin-left: 10px;
  font-size: 1.6rem;
  border: none;
  color: #000;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 0;
}

@media screen and (max-width: 991px) {
  #site_searchBox.focus #site_searchBoxInner .input-group {
    width: 300px;
  }
  #site_searchBox.focus .btn_close span {
    font-size: 3rem;
  }
  #site_searchBox input[type="search"] {
    font-size: 16px;
  }
  #site_searchBox.focus #site_searchBoxInner input[type^="text"] {
    width: 300px;
    padding: 5px;
    border-radius: 5px;
  }
  #site_searchBox.focus #site_searchBoxInner input[type^="submit"] {
    width: 5em;
    margin-left: 10px;
    font-size: 1.2rem;
    border: none;
    color: #000;
    font-weight: bold;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 0;
  }
  #site_searchBox.focus #site_searchBoxInner input[type^="submit"] {
    width: 5em;
    margin: 10px auto 0;
    font-size: 1.2rem;
    padding: 5px 0;
    display: block;
  }
}

/*===================================
  
  404

===================================*/
.not_found {
  text-align: center;
}

.not_found .ttl {
  font-size: 2.6rem;
  margin: 0 0 25px;
  font-weight: bolder;
  line-height: 1;
}

.not_found .leadtxt {
  margin-top: 0;
}

.not_found .btn {
  text-align: center;
  margin: 25px auto 0;
}

.not_found .btn a {
  text-decoration: underline;
}

.not_found .btn a:hover {
  text-decoration: none;
}

/*===================================
  
  flex（一覧）

===================================*/
.flex_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -25px;
}

.flex_column .flex_item {
  width: 272px;
  margin-top: 25px;
  background: #fff;
  border: 1px solid #ccc;
}

.flex_column .flex_item a {
  display: block;
  background: #fff;
  position: relative;
  outline: none !important;
}

.flex_column .flex_item a span {
  display: block;
  position: relative;
}

.flex_column .flex_item a span.img {
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.flex_column .flex_item a span.img img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 180px;
}

.flex_column .flex_item a span.txt {
  padding: 8px 15px 20px;
}

.flex_column .flex_item a div.txt {
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .flex_column .flex_item a div.txt {
    padding: 15px;
  }
}

.flex_column .flex_item a div.txt i.tit {
  font-weight: bolder;
  display: block;
  line-height: 1.5;
  font-size: 1.5rem;
}

.flex_column .flex_item a div.txt i.coffee-name {
  font-weight: bolder;
  display: block;
  line-height: 1.5;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .flex_column .flex_item a div.txt i.coffee-name {
    font-size: 1.2rem;
  }
}

.flex_column .flex_item a div.txt i.catch-phrase {
  display: block;
  line-height: 1.5;
  font-size: 1.4rem;
  color: #666666;
}

@media screen and (max-width: 991px) {
  .flex_column .flex_item a div.txt i.catch-phrase {
    font-size: 1rem;
  }
}

.flex_column .flex_item a div.txt i.coffee-name + i.catch-phrase {
  margin-top: 5px;
}

.flex_column .flex_item a span.txt i.cat,
.articlelist-category i.cat {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  border: 1px solid;
  padding: 4px 12px 3px;
  border-radius: 100px;
  margin-bottom: 7px;
  margin-right: 5px;
  color: #444444;
}

.flex_column .flex_item a .coffee-type {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 115px 0 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .flex_column .flex_item a .coffee-type {
    padding: 0 90px 0 0;
  }
}

.flex_column .flex_item a .coffee-type img {
  width: 92px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media screen and (max-width: 991px) {
  .flex_column .flex_item a .coffee-type img {
    width: 72px;
    right: 7px;
    bottom: 7px;
  }
}

.flex_column .flex_item a .coffee-type .txt2 {
  padding: 20px 0;
}

@media screen and (max-width: 991px) {
  .flex_column .flex_item a .coffee-type .txt2 {
    padding: 10px 0;
  }
}

.flex_column .flex_item a .coffee-type .txt2 .t1 {
  font-weight: bolder;
  display: block;
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: right;
}

.flex_column .flex_item a .coffee-type .txt2 .t1 + .t2 {
  margin-top: 2px;
}

@media screen and (max-width: 991px) {
  .flex_column .flex_item a .coffee-type .txt2 .t1 {
    font-size: 1.2rem;
  }
}

.flex_column .flex_item a .coffee-type .txt2 .t2 {
  display: block;
  line-height: 1.5;
  font-size: 1.2rem;
  color: #666666;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .flex_column .flex_item a .coffee-type .txt2 .t2 {
    font-size: 1rem;
  }
}

.userinfo {
  display: inline-block;
  margin: 0 0 0 0%;
  position: absolute;
  top: -35px;
  right: 15px;
  text-align: center;
  line-height: 1;
  z-index: 2;
}

.userinfo .ui_img {
  width: 50px;
  margin: 0 auto;
  display: block;
}

.userinfo .ui_img img {
  border-radius: 60px;
  width: 100%;
  height: auto;
}

.userinfo .ui_name {
  margin-top: 5px;
  display: block;
  font-size: 1rem;
}

.flex_column .flex_item a span.img.video::before,
.entry-related .related-items .related-item-img.video::before {
  content: "";
  display: block;
  width: 84px;
  height: 84px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: url(./img/img-common/icon_video.png) no-repeat center 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.media_mv_slider_inner .flex_column .flex_item a .userinfo {
  top: -45px;
}

.media_mv_slider_inner .flex_column .flex_item a .userinfo .ui_img {
  width: 60px;
}

.media_mv_slider_inner .flex_column .flex_item a .userinfo .ui_name {
  font-size: 1.2rem;
}

.articleListBox.list_oth .post .articlelist-item-inner .userinfo {
  top: auto;
  bottom: -23px;
}

@media screen and (min-width: 992px) {
  .flex_column::after {
    width: 272px;
    display: block;
    content: "";
  }
  .entry-related .related-items a:hover .related-item-img:not(.video),
  .flex_column .flex_item a:hover span.img:not(.video) img {
    transform: scale(1.1, 1.1);
  }
  .flex_column .flex_item a:hover span.img.video::before,
  .entry-related .related-items a:hover .related-item-img.video::before {
    opacity: 0.7;
  }
}

@media screen and (max-width: 991px) {
  .flex_column .flex_item {
    width: 100%;
  }
  .flex_column .flex_item a span.txt {
    padding: 10px 10px 15px;
  }
  .flex_column .flex_item a span.txt i.cat,
  .articlelist-category i.cat {
    margin: 0px 0 10px;
    font-size: 0.9rem;
  }
  .flex_column .flex_item a span.txt i.tit {
    font-size: 1.1rem;
  }
  .userinfo {
    top: -30px;
    right: 10px;
    width: auto;
  }
  .userinfo .ui_img {
    width: 45px;
  }
  .userinfo .ui_name {
    font-size: 0.9rem;
  }
  .articleListBox.list_oth .post .articlelist-item-inner .userinfo {
    display: none;
  }
  .media_mv_slider_inner .flex_column .flex_item a .userinfo {
    top: -35px;
  }
  .media_mv_slider_inner .flex_column .flex_item a .userinfo .ui_img {
    width: 45px;
  }
  .media_mv_slider_inner .flex_column .flex_item a .userinfo .ui_name {
    font-size: 0.9rem;
  }
  .flex_column .flex_item a span.img.video::before {
    width: 65px;
    height: 65px;
    background-size: 65px;
  }
}

/*===================================
  
  人気ランキング（一覧）

===================================*/
#contents_ranking .inner {
  padding: 0px 70px;
}

.flex_column.ranking {
  counter-reset: circle 0;
}

.flex_column.ranking .flex_item a span.img.video::before,
.entry-related .related-items .related-item-img.video::before {
  background-position: center center;
  background-size: 40px;
  width: 40px;
  height: 40px;
}

#side_block .flex_column.ranking .flex_item a span.img.video::before {
  background-size: 25px;
  width: 25px;
  height: 25px;
}

#side_block .flex_column.ranking {
  margin-top: -20px;
}

.flex_column.ranking > li {
  width: 46%;
  border: none;
  margin-top: 30px;
}

#side_block .flex_column.ranking > li {
  width: 100%;
  margin-top: 20px;
}

.flex_column.ranking > li a {
  display: flex;
  flex-wrap: wrap;
}

.flex_column.ranking > li a .img {
  width: 120px;
  margin-right: 13px;
}

#side_block .flex_column.ranking > li a .img {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.flex_column.ranking > li a span.img img {
  height: 80px;
  -webkit-backface-visibility: visible;
}

.flex_column.ranking > li a .txt {
  width: calc(100% - 133px);
  padding: 0 !important;
  line-height: 1;
}

#side_block .flex_column.ranking > li a .txt {
  width: calc(100% - 80px);
  line-height: 1;
}

.flex_column.ranking > li span.txt i.cat {
  margin-bottom: 5px;
  margin-top: 0 !important;
}

.flex_column.ranking > li a .txt .tit {
  font-size: 1.4rem;
}

.flex_column.ranking > li a::after {
  content: "0" counter(circle);
  counter-increment: circle 1;
  position: absolute;
  top: -9px;
  right: 0;
  z-index: 2;
  color: rgba(46, 186, 208, 0.25);
  font-weight: bolder;
  font-size: 3rem;
  line-height: 1;
}

#side_block .flex_column.ranking > li a::after {
  font-size: 1.4rem;
  color: #dddddd;
  z-index: 0;
  height: 30px;
  width: 30px;
  top: -6px;
  justify-content: center;
  display: flex;
  align-items: center;
  background: #333;
  border-radius: 30px;
  right: auto;
  left: 0;
  font-weight: normal;
}

#side_block .flex_column.ranking > li:nth-child(1) a::after {
  background-color: #bf9224;
  font-weight: bolder;
}

#side_block .flex_column.ranking > li:nth-child(2) a::after {
  background-color: #96a9b3;
  font-weight: bolder;
}

#side_block .flex_column.ranking > li:nth-child(3) a::after {
  background-color: #c47022;
  font-weight: bolder;
}

#side_block .flex_column.ranking .flex_item a span.txt i.tit {
  font-weight: normal;
  display: block;
  line-height: 1.4;
  font-size: 1.2rem;
}

#side_block .flex_column.ranking .flex_item a span.txt i.cat {
  z-index: 1;
  position: relative;
  background: #fff;
}

@media screen and (max-width: 991px) {
  #contents_ranking .inner {
    padding: 0px 6%;
  }
  .flex_column.ranking > li {
    width: 100%;
  }
  .flex_column.ranking > li a .img_outer {
    width: 35%;
    margin-right: 5%;
  }
  .flex_column.ranking > li a .img {
    width: 100%;
    margin-right: 0;
  }
  .flex_column.ranking > li a .txt {
    width: 60%;
  }
  .flex_column.ranking > li a .txt .tit {
    font-size: 1rem !important;
  }
  .flex_column.ranking > li a::after {
    font-size: 2.3rem;
    top: -6px;
  }
  .flex_column.ranking > li span.txt i.cat {
    margin-bottom: 7px;
  }
  #side_block .flex_column.ranking {
    margin-top: -15px;
  }
  #side_block .flex_column.ranking > li {
    margin-top: 30px;
  }
  #side_block .flex_column.ranking > li a::after {
    top: -12px;
    left: -6px;
    font-size: 1.2rem;
    height: 35px;
    width: 35px;
  }
  #side_block .flex_column.ranking > li a .img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  #side_block .flex_column.ranking > li a .txt {
    width: 60%;
  }
  #side_block .flex_column.ranking .flex_item a span.txt i.tit {
    font-weight: bolder;
  }
  #side_block .flex_column.ranking .flex_item a span.img.video::before {
    background-size: 30px;
    width: 30px;
    height: 30px;
  }
}

/*===================================
  
  Time

===================================*/
.time_outer {
  display: flex;
  flex-wrap: wrap;
  margin: 3px auto;
}

.time_outer .time {
  margin: 0 2% 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.time i {
  font-size: 1.4rem;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 20px;
  margin-left: 15px;
}

.time i.repeat {
  background-image: url(./img/img-common/update_icon.png);
}

.time i.update {
  background-image: url(./img/img-common/entry_icon.png);
}

@media screen and (max-width: 991px) {
  .time_outer .time {
    justify-content: flex-end;
  }
  .time i {
    font-size: 0.9rem;
    background-size: 12px;
    padding-left: 17px;
    margin-top: 2px;
  }
}

/*===================================
  
  INDEX

===================================*/
.media_slide {
  margin-top: 0;
}

.media_mv_slider.load {
  background: url(./img/img-common/icon_loader.gif) no-repeat center center;
}

.media_mv_slider.load .media_mv_slider_inner {
  opacity: 0;
}

.media_mv_slider,
.media_mv_slider .media_mv_slider_inner {
  position: relative;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

/* main slider */
#contents_slider {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  #contents_slider {
    margin-bottom: 30px;
  }
}

#contents_slider .slider_l_item {
  width: 452px;
  margin: 0 10px;
  border: 1px solid #ccc;
  outline: none !important;
}

#contents_slider .media_mv_slider a.article span.img > img {
  height: 300px;
}

.media_slider_nav {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 452px;
  height: 0;
}

.media_slider_nav .media_media_slider_nav_main {
  height: 0;
}

.slick-prev,
.slick-next {
  right: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 0;
  height: 0;
}

.slick-prev::after,
.slick-next::after {
  display: inline-block;
  content: "";
  background: url(./img/img-common/icon_slide_nav.png) no-repeat 0 0;
  width: 42px;
  height: 48px;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  border: none;
  transform: none;
  margin: 0;
}

.slick-prev::after {
  left: -41px;
}

.slick-next::after {
  right: -41px;
  transform: rotate(180deg);
}

/* タグから探す */
#contents_tag .tagList {
  margin-top: -5px;
  text-align: center;
}

#contents_tag .tagList li a {
  font-size: 1.5rem;
  padding: 6px 15px;
}

body.index .tagList {
  width: 60%;
  margin: 0 auto;
}

.tit_min span.icon_movie em {
  display: inline-block;
  background: url(./img/img-common/icon_youtube.png) no-repeat 0 center;
  padding-left: 60px;
  margin-left: -30px;
}

#contents_case_study .block_bg {
  background: #ffffbf;
}

#contents_video {
  margin-top: 60px;
  margin-bottom: 40px;
  background: #F3F3F3;
  padding: 60px 0;
}

@media screen and (max-width: 991px) {
  #contents_slider {
    margin-top: 20px;
  }
  #contents_slider .media_mv_slider a.article span.img > img {
    /*height: auto;*/
    height: 50vw !important;
  }
  body.index .tagList {
    width: 100%;
    margin: 0 auto;
  }
  #contents_tag .tagList li a {
    font-size: 1rem;
    padding: 7px 10px;
  }
  .media_slider_nav {
    display: none !important;
  }
  .tit_min span.icon_movie em {
    padding-left: 42px;
    /* margin-left: -22.5px; */
    background-size: 30px;
  }
}

.top_campaign {
  background: #BDE1DD;
  padding: 35px 0;
  margin-top: 45px;
}

.top_campaign .banner {
  margin-top: 0px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .top_campaign {
    margin-top: 30px;
    padding: 20px 0;
  }
}

/*===================================
  
  リスト用スタイル

===================================*/
#c_body.article .sub_title {
  margin-top: 2.5em;
}

.articleListBox .post .articlelist-item {
  border-bottom: 1px solid #ddd;
}

.articleListBox .post .articlelist-item-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  color: inherit;
  opacity: 1 !important;
}

.articleListBox .post .main_img {
  margin: 0;
  position: relative;
  opacity: 1 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-size: 100%;
}

.articleListBox .post a:hover .main_img:not(.video) {
  background-size: 110%;
}

.articleListBox .post a:hover .main_img.video::before {
  opacity: 0.7;
}

.articleListBox .post .main_img.video::before {
  content: "";
  display: block;
  width: 84px;
  height: 84px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: url(./img/img-common/icon_video.png) no-repeat center 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.articleListBox .post .articlelist-date {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.17em;
  color: #666;
}

.articleListBox.--story .post .copytxt {
  font-size: 1.5rem;
  color: #d80000;
  margin-bottom: 5px;
  line-height: 1.5;
}

.articleListBox.--story .post .articlelist-txt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 7px 0 10px;
}

.articleListBox .post .title {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 7px;
  font-size: 1.8rem;
  text-decoration: none;
}

.articleListBox.--story .post .title {
  margin-bottom: 10px;
}

.articleListBox .post a:hover .title {
  text-decoration: none;
}

.articleListBox.entries .article {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.articleListBox.list_oth {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 0 0 -3.333%;
}

.articleListBox.list_oth .post {
  display: block;
  width: 30%;
  margin: 0 0 0 3.333%;
  position: relative;
}

.articleListBox.list_oth .post .articlelist-item {
  border-bottom: none;
}

.articleListBox.list_oth .post .articlelist-item-inner {
  display: block;
}

.articleListBox.list_oth .post .articlelist-item-inner > div {
  width: 100%;
  display: block;
  padding: 0px 0;
  float: none !important;
  position: relative;
}

.articleListBox.list_oth .post .articlelist-item-inner .articlelist-category {
  margin-top: 12px;
  line-height: 1;
  padding-right: 100px;
}

.articleListBox.--story .post .articlelist-item-inner .articlelist-category {
  padding-right: 0;
}

.articleListBox.list_oth .post .title {
  line-height: 1.5;
  margin-top: 0px;
  font-size: 1.5rem;
  text-decoration: none;
}

.flex_column .flex_item.icon_new a span.img::after,
.articleListBox .post.icon_new .main_img::after {
  display: inline-block;
  content: "NEW";
  position: absolute;
  top: 10px;
  left: 0;
  line-height: 1;
  padding: 6px 20px 7px;
  background: red;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
  .single .articleListBox.--story {
    justify-content: space-between;
    margin: 0;
  }
  .single .articleListBox.--story .post {
    width: 48%;
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .articleListBox .post .articlelist-item {
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  .articleListBox .post .articlelist-item-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5% 0 8%;
    color: inherit;
  }
  .articleListBox .post .articlelist-date {
    display: block;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.17em;
    color: #666;
  }
  .articleListBox .post .title {
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-top: 2%;
    font-size: 1.1rem;
    text-decoration: none;
  }
  .articleListBox .post a:hover .title {
    text-decoration: none;
  }
  .articleListBox.list_oth {
    margin: 0 0 -3% -6%;
  }
  .articleListBox.--story {
    margin: 0 0 -3% 0;
    flex-direction: column;
  }
  .articleListBox.list_oth .post {
    width: 44%;
    margin: 0 0 3% 6%;
  }
  .articleListBox.--story .post {
    width: 100%;
    margin: 0 0 3% 0;
  }
  .articleListBox.list_oth .post .articlelist-item-inner {
    padding: 0 0 10%;
  }
  .articleListBox.--story .post .articlelist-item-inner {
    padding: 0 0 5% 110px;
  }
  .articleListBox.list_oth .articlelist-category i.cat,
  a.article span.txt i.cat {
    margin: 0 5px 7px 0;
    font-size: 0.9rem;
    padding: 4px 7px 3px;
  }
  .articleListBox.list_oth .post .title {
    font-size: 1rem;
  }
  .articleListBox.--story .post .title {
    font-size: 1.2rem;
  }
  .flex_column .flex_item.icon_new a span.img::after {
    padding: 8px 15px 7px;
    font-size: 1rem;
    font-weight: bolder;
  }
  .articleListBox .post.icon_new .main_img::after {
    padding: 6px 10px 5px;
    font-size: 0.9rem;
    font-weight: bolder;
  }
  .articleListBox .post .main_img.video::before {
    width: 42px;
    height: 42px;
    background-size: 100%;
  }
  #c_body.article .sub_title {
    margin-top: 0;
  }
  .articleListBox.list_oth .post .articlelist-item-inner .articlelist-category {
    margin-top: 10px;
    padding-right: 0;
  }
  .articleListBox.--story .post .copytxt {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .articleListBox.--story .post .articlelist-txt {
    font-size: 1.1rem;
    margin: 7px 0 10px;
  }
  .articleListBox.--story .post .articlelist-item-inner > div.media-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
  }
  .articleListBox.--story .post .main_img {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/*===================================
  
  Tag List

===================================*/
.tag_list .sub_title {
  margin-top: 0;
}

.tagList.all {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 30px -4%;
}

.tagList.all li {
  width: 46%;
  margin: 0 0 30px 4%;
}

.tagList.all li a {
  background: none;
  color: #666;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1.4;
  position: relative;
  transition: 0.5s;
  padding: 0 5px 0 0;
}

.tagList.all li a::before {
  content: "●";
  display: inline;
  color: #bbbbbb;
  font-size: 1rem;
  padding: 0 5px 0 0;
}

.tagList.all li a:hover i {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .tagList.all {
    margin: 25px 0 25px -4%;
  }
  .tagList.all li {
    margin: 0 0 25px 4%;
  }
}

/*===================================
  
  single（記事ページ）

===================================*/
.single .blogbox .tagList:not(.all) li a::before {
  display: inline;
  content: "#";
}

.single .entry {
  padding-top: 15px;
}

.single .entry figure {
  margin: 2em auto;
}

.single .entry .block_asset:first-child .img_asset {
  margin-top: 0;
}

.single .entry p a {
  text-decoration: underline;
}

/* headCategory */
.single .headCategory {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0;
}

.single .headCategory a {
  color: #0096dc;
  padding: 5px 10px 4px;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #0096dc;
  border-radius: 20px;
  display: inline-block;
  min-width: 70px;
  text-align: center;
  margin: 0 10px 10px 0;
}

/* blogbox */
.single .entry p {
  line-height: 2em;
}

.single .blogbox {
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto;
}

.single .blogbox .time {
  margin: 0 2% 0 -15px;
  width: 38%;
}

.single .blogbox .tag {
  width: 60%;
}

.single .blogbox .tagList.tags {
  width: 70%;
  margin: 0 -0.5em 0 auto;
  text-align: right;
}

/* block_menu（メニュー） */
.single .block_menu {
  margin: 5em auto;
}

.single .block_menu .block_menu_inner {
  margin: 40px 0px 50px;
  background-color: #f4f4f4;
  padding: 0px 60px 40px;
}

.single .block_menu .block_menu_inner .menu_tit {
  padding: 45px 0 15px;
  margin: 0;
  font-size: 2rem;
  color: #858585;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}

.single .block_menu .block_menu_inner ul {
  counter-reset: circle 0;
}

.single .block_menu .block_menu_inner ul li {
  position: relative;
  padding-left: 1.8em;
}

.single .block_menu .block_menu_inner ul li::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  line-height: 0;
}

.single .block_menu .block_menu_inner ul li.small {
  margin: 5px 0 0 1em;
  padding-left: 1.1em;
}

.single .block_menu .block_menu_inner ul li.small::before {
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 5px;
}

.single .block_menu .block_menu_inner ul li.normal {
  margin-top: 20px;
}

.single .block_menu .block_menu_inner ul li.normal:nth-child(n + 10) {
  padding-left: 2.3em;
}

.single .block_menu .block_menu_inner ul li.normal::before {
  content: counter(circle) ".";
  counter-increment: circle 1;
  color: #2fbbd0;
  font-size: 1.8rem;
  font-weight: bolder;
}

.single .block_menu .block_menu_inner ul li a:hover {
  text-decoration: underline;
}

/* main_block（ブログ メインブロック）
-------------------------------------------------*/
.single #main_block .entry img {
  max-width: 100%;
  height: auto;
}

/* block_asset（ブログ アイキャッチ）
-------------------------------------------------*/
.single .img_asset,
.single .img_main,
.single .lead_main {
  margin: 30px auto;
}

/* Googleマップ埋め込み
-------------------------------------------------*/
body.single #main .mapframe {
  height: 500px;
  width: 100%;
  display: block;
}

/* Youtube埋め込み
-------------------------------------------------*/
body.single .topMovie {
  padding: 0 0 0 0;
  margin-bottom: calc(2em - 15px);
}

body.single .topMovie .topMovieOuter {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

body.single .topMovie .topMovieOuter iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.single .topMovie + .entry > .block_asset {
  padding-top: 0.7em;
}

/*動画の最大幅を指定する*/
.iframe-container {
  max-width: 100%;
  margin: 0 auto;
}

.iframe-container br {
  display: none;
}

/*動画の大きさを調整*/
.i_frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 2em 0;
}

/*動画を囲んでいるdiv目一杯に広げる*/
.i_frame iframe,
.i_frame object,
.i_frame embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post_lead .i_frame {
  padding-bottom: 48.75%;
  margin-right: 6.3%;
}

/* 関連リンク
-------------------------------------------------*/
.blog-card {
  margin: 25px auto 0;
}

.blog-card + br {
  display: none;
}

.blog-card a {
  background: #fbfaf8;
  border: 1px solid #ddd;
  word-wrap: break-word;
  max-width: 100%;
  border-radius: 0px;
  margin: 0px 0 40px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-card a:hover {
  opacity: 0.7;
}

.blog-card a span.blog-card-thumbnail {
  width: 90px;
  margin-right: 15px;
}

.blog-card a span.blog-card-thumbnail span.video {
  display: block;
  position: relative;
}

.blog-card a span.blog-card-thumbnail span.video::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: url(./img/img-common/icon_video.png) no-repeat center 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-size: 100%;
  z-index: 1;
}

.blog-card a span.blog-card-thumbnail img {
  object-fit: cover;
  width: 90px;
  height: 90px !important;
}

.blog-card a span.blog-card-content {
  width: calc(100% - 105px);
  margin-top: -0.5em;
}

.blog-card a span.blog-card-content > i.blog-card-title {
  margin: 0 0 3px;
  display: block;
  font-weight: bolder;
  color: #333333;
  font-size: 1.6rem;
}

.blog-card a span.blog-card-content > i.blog-card-excerpt {
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
  .single .entry p a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .blog-card a {
    padding: 15px;
    margin-bottom: 35px;
  }
  .blog-card a span.blog-card-content {
    width: calc(100% - 85px);
  }
  .blog-card a span.blog-card-thumbnail {
    width: auto;
    display: block;
    text-align: center;
  }
  .blog-card a span.blog-card-thumbnail img {
    width: 70px;
    height: 70px !important;
  }
  .blog-card a span.blog-card-content > i.blog-card-title {
    font-size: 1.1rem;
  }
  .blog-card a span.blog-card-content > i.blog-card-excerpt {
    font-size: 1rem;
    line-height: 1.8;
  }
  .blog-card a span.blog-card-thumbnail span.video::before {
    width: 30px;
    height: 30px;
  }
}

/* 投稿者
-------------------------------------------------*/
.single #main_block .userwp {
  margin: 0 0 80px;
}

.single #main_block .userwp .userinfo {
  position: static;
  width: auto;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
}

.single #main_block .userwp .userwp_ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.single #main_block .userwp .userinfo p {
  display: block;
  margin: 0;
  vertical-align: middle;
  line-height: 1.6;
  text-align: left;
}

.single #main_block .userwp .userinfo .usericon {
  text-align: center;
  margin-right: 30px;
}

.single #main_block .userwp .userinfo .usericon > p {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100px;
}

.single #main_block .userwp .userinfo .usedtl {
  width: calc(100% - 130px);
}

.single #main_block .userwp .userinfo p.username {
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px;
}

.single #main_block .userwp .userinfo p.usertxt {
  padding: 0;
}

/* SNSシェアボタン
-------------------------------------------------*/
.single .sns_block {
  width: 100%;
  margin: 100px auto 75px;
  padding: 0 !important;
  display: flex;
}

.single .sns_block li {
  display: block;
  width: 25%;
}

.single .sns_block li.line {
  background: #00b900;
}

.single .sns_block li a {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  padding: 3% 0;
  text-decoration: none;
  font-size: 1.4rem;
}

.single .sns_block li a:hover {
  opacity: 0.8;
}

.single .sns_block li.twitter {
  background: #55acee;
}

/*
.single .sns_block li.twitter i{
	zoom:1.5;
	vertical-align:sub;
	padding-right:4%;
}
*/
.single .sns_block li.twitter .label {
  padding: 0;
  font-weight: normal;
}

.single .sns_block li.facebook {
  background: #3a5795;
}

/*
.single .sns_block li.facebook i{
	zoom:1.3;
	vertical-align:sub;
	padding-right:4%;
}
*/
.single .sns_block li.line {
  background: #00b900;
}

.single .sns_block li.hatebu {
  background: #00a5de;
}

.single .sns_block li.hatebu .fa-hatena {
  zoom: 1;
  vertical-align: middle;
  padding-right: 4%;
}

.single_copy {
  font-size: 2rem;
  color: #d80000;
  margin-bottom: 5px;
  line-height: 1.5;
  font-weight: bold;
}

.single_title + .headCategory {
  padding: 15px 0 10px;
}

@media screen and (max-width: 991px) {
  .single .block_menu {
    margin: 3em auto;
  }
  .single .headCategory a {
    font-size: 0.8rem;
  }
  .single_title {
    font-size: 1.5rem;
  }
  .single .blogbox .time {
    display: flex;
  }
  .single .blogbox .time i {
    font-size: 0.9rem;
  }
  .single .entry figure {
    margin: 1.5em auto;
  }
  .single .block_menu .block_menu_inner .menu_tit {
    padding: 25px 0 0;
    font-size: 1.4rem;
  }
  .single .block_menu .block_menu_inner {
    padding: 0px 20px 25px;
    margin: 0;
  }
  .single .block_menu .block_menu_inner ul li.normal::before {
    font-size: 1.3rem;
    top: 11px;
    transform: none;
    -webkit-transform: none;
  }
  .single .block_menu .block_menu_inner ul li.small::before {
    top: 7px;
  }
  .single .sns_block {
    flex-wrap: wrap;
    margin: 50px auto 60px;
  }
  .single .sns_block li {
    width: 50%;
  }
  .single .blogbox {
    display: block;
    margin: 5px auto 0;
  }
  .single .blogbox .tag {
    width: 100%;
    margin-bottom: -10px;
  }
  .single .img_asset,
  .single .img_main,
  .single .lead_main {
    margin: 0px auto;
  }
  .single .blogbox .tagList.tags {
    width: 100%;
    margin: 5px -0.5em 0 auto;
  }
  /* Googleマップ埋め込み
  -------------------------------------------------*/
  body.single #main .mapframe {
    width: 100%;
    height: 300px;
    display: block;
  }
  body.single .topMovie {
    padding: 0 0 0 0;
  }
  body.single .topMovie .topMovieOuter {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }
  body.single .topMovie + .entry > .block_asset {
    padding-top: 0;
  }
  /* Youtube埋め込み
  -------------------------------------------------*/
  /*動画の最大幅を指定する*/
  .iframe-container {
    max-width: 100%;
    margin: 0 auto;
  }
  .iframe-container br {
    display: none;
  }
  /*動画の大きさを調整*/
  .i_frame {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 30px;*/
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }
  /*動画を囲んでいるdiv目一杯に広げる*/
  .i_frame iframe,
  .i_frame object,
  .i_frame embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .single .sns_block li a {
    font-size: 0.9rem;
    padding: 5% 0;
    font-weight: bolder;
  }
  .single .sns_block li a span {
    font-weight: bolder;
  }
  .single #main_block .userwp .userwp_ttl {
    font-size: 1.2em;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .single #main_block .userwp {
    margin: 0 0 45px;
  }
  /* 投稿者
  -------------------------------------------------*/
  .single #main_block .userwp .userinfo p.username {
    margin: 0 0 5px;
  }
  .single #main_block .userwp .userinfo p.usertxt {
    font-size: 1rem;
  }
}

/*===================================
  
  関連記事

===================================*/
.entry-related .related-title {
  padding: 10px 15px;
  margin-bottom: 20px;
  margin-top: 40px;
  background-color: #f3f3f3;
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
}

.entry-related .related-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -5% -5%;
}

.entry-related .related-items .related-item {
  display: flex;
  flex-wrap: wrap;
  width: 45%;
  margin: 0 0 5% 5%;
}

.entry-related .related-items .related-item span {
  display: block;
}

.entry-related .related-items .related-item .r_outer.img {
  width: 100px;
  margin-right: 20px;
  overflow: hidden;
}

.entry-related .related-items .related-item-img {
  display: block;
  height: 100px;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.entry-related .related-items .related-item .r_outer.tit {
  width: calc(100% - 120px);
}

.entry-related .related-items .category {
  display: block;
  line-height: 1;
}

.entry-related .related-items .category i {
  font-size: 1rem;
  line-height: 1;
  display: inline-block !important;
  border: 1px solid;
  padding: 4px 12px 3px;
  border-radius: 100px;
  margin-bottom: 3px;
  color: #0096dc;
}

.entry-related .related-items .related-item-title {
  line-height: 1.6;
  margin: 2px 0 0;
  font-size: 1.4rem;
}

.entry-related .related-items a:hover .related-item-img {
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media screen and (max-width: 991px) {
  .entry-related {
    margin: 60px auto;
  }
  .entry-related .related-title {
    font-size: 1.3rem;
    padding: 7px 15px;
  }
  .entry-related .related-items {
    display: block;
  }
  .entry-related .related-items {
    display: block;
    margin: 0;
  }
  .entry-related .related-items .related-item {
    width: auto;
    margin: 20px 0 0 0;
  }
  .entry-related .related-items .category i {
    font-size: 0.9rem;
  }
  .entry-related .related-items .related-item-title {
    font-weight: bolder;
    font-size: 1rem;
    margin-top: 3px;
  }
}

@media screen and (max-width: 991px) {
  /* 文字切り取り */
  .cut_string::after {
    display: inline-block;
    content: "…";
  }
  .cut_string i {
    display: none !important;
  }
}

/*===================================
  
  吹き出しプラグインの修正スタイル

===================================*/
.w_b_wrap_pointy {
  padding: 15px 0 0;
}

.w_b_flex {
  align-items: center;
}

.w_b_wrap_pointy.w_b_flex {
  align-items: flex-start;
}

.w_b_box .w_b_ava_effect br,
.w_b_box .w_b_space {
  display: none !important;
}

.w_b_box .w_b_name {
  font-size: 1.4rem;
  margin-top: 5px !important;
}

.w_b_box + br {
  display: none;
}

.w_b_bal_wrap .w_b_name.w_b_ta_R {
  text-align: left !important;
}

.w_b_bal_wrap .w_b_name.w_b_ta_L {
  text-align: right !important;
}

.w_b_bal_wrap .w_b_lh {
  margin: 0 0 5px !important;
}

@media screen and (max-width: 991px) {
  .w_b_ava_box {
    width: 17% !important;
    max-width: 95px;
    min-width: 95px;
  }
  .w_b_size_S,
  .w_b_size_M,
  .w_b_size_L {
    width: 100% !important;
    height: 100% !important;
  }
  .w_b_box .w_b_name {
    font-size: 1rem !important;
  }
  .w_b_talk:before {
    top: calc(45% - 1px) !important;
  }
  .w_b_talk:after {
    top: 45% !important;
  }
  .w_b_bal_box.w_b_w100 {
    width: auto !important;
  }
  .w_b_wrap_pointy {
    padding: 5px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .w_b_flex {
    width: 100%;
  }
  .w_b_ava_box {
    width: 12% !important;
    min-width: auto;
  }
}

/*===================================
  MW FORM
===================================*/
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

/*===================================
  pagination
===================================*/
.pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.pagination > a,
.pagination > span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0 5px;
}

@media screen and (max-width: 991px) {
  .pagination > a,
  .pagination > span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
  }
}

.pagination > a,
.pagination > span {
  color: #01bff2;
  background: #fff;
  border: 1px solid #01bff2;
  display: block;
}

.pagination > a.prev,
.pagination > a.next {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.pagination > a.prev {
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .pagination > a.prev {
    margin-right: 10px;
  }
}

.pagination > a.next {
  margin-left: 15px;
}

@media screen and (max-width: 991px) {
  .pagination > a.next {
    margin-left: 10px;
  }
  .pagination > a.prev,
  .pagination > a.next {
    width: auto;
  }
}

.pagination > a.prev,
.pagination > a.next {
  height: 100%;
  text-decoration: underline;
  border: none !important;
  background: none !important;
  color: #393021 !important;
}

.pagination > a.prev:hover,
.pagination > a.next:hover {
  text-decoration: none;
}

.pagination > span:not(.dots),
.pagination > a:hover {
  color: #fff;
  background: #01bff2;
  border: 1px solid #01bff2;
}

.pagination > span.dots {
  border: none !important;
}

/* 記事ページの「前へ」「次へ」 */
.nav_beforeafter {
  width: 100%;
  margin: 75px auto 0;
}

.nav_beforeafter ul {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}

.nav_beforeafter ul li {
  width: 180px;
  line-height: 1.6;
}

.nav_beforeafter ul li:nth-child(2) {
  width: 220px;
}

.nav_beforeafter ul li a {
  display: flex;
  justify-content: center;
  color: #4a4138;
  font-size: 1.6rem;
}

.nav_beforeafter ul li a > span {
  position: relative;
  display: inline-block;
}

.nav_beforeafter ul li a > span::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
}

.nav_beforeafter ul li a:hover > span {
  text-decoration: underline;
}

.nav_beforeafter ul li:nth-child(1) a > span {
  padding-left: 25px;
}

.nav_beforeafter ul li:nth-child(1) a > span::after {
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #4a4138;
  border-right: 1px solid #4a4138;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nav_beforeafter ul li:nth-child(2) {
  border-left: 1px solid #4a4138;
  border-right: 1px solid #4a4138;
}

.nav_beforeafter ul li:nth-child(2) a > span {
  padding-right: 35px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
}

.nav_beforeafter ul li:nth-child(3) a > span {
  padding-right: 25px;
}

.nav_beforeafter ul li:nth-child(3) a > span::after {
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #4a4138;
  border-right: 1px solid #4a4138;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .nav_beforeafter {
    margin: 50px auto 0;
    padding: 0 6%;
  }
  .nav_beforeafter ul {
    padding: 15px 0;
  }
  .nav_beforeafter ul li {
    padding: 0;
    width: 33%;
  }
  .nav_beforeafter ul li a {
    font-size: 1.2rem;
  }
  .nav_beforeafter ul li:nth-child(1) a > span {
    padding-left: 12px;
  }
  .nav_beforeafter ul li:nth-child(1) a > span::after {
    width: 5px;
    height: 5px;
    top: -1px;
  }
  .nav_beforeafter ul li:nth-child(2) a > span {
    padding-right: 25px;
    background-size: 12px auto;
  }
  .nav_beforeafter ul li:nth-child(3) a > span {
    padding-right: 12px;
  }
  .nav_beforeafter ul li:nth-child(3) a > span::after {
    width: 5px;
    height: 5px;
    top: -1px;
  }
  .nav_beforeafter ul li:nth-child(2) {
    width: 180px;
  }
}

/*===================================
  共通マージン
===================================*/
/* マージントップ */
.pc_mt5 {
  margin-top: 5px !important;
}

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

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

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

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

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

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

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

.pc_mt70 {
  margin-top: 70px !important;
}

.pc_mt80 {
  margin-top: 80px !important;
}

.pc_mt90 {
  margin-top: 90px !important;
}

.pc_mt100 {
  margin-top: 100px !important;
}

/*    マージントップ マイナス    */
.pc_mt-10 {
  margin-top: -10px !important;
}

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

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

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

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

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

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

.pc_mt-70 {
  margin-top: -70px !important;
}

.pc_mt-80 {
  margin-top: -80px !important;
}

.pc_mt-90 {
  margin-top: -90px !important;
}

.pc_mt-100 {
  margin-top: -100px !important;
}

/*    マージンボトム    */
.pc_mb10 {
  margin-bottom: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

.pc_mb65 {
  margin-bottom: 65px !important;
}

.pc_mb70 {
  margin-bottom: 70px !important;
}

.pc_mb75 {
  margin-bottom: 75px !important;
}

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

.pc_mb85 {
  margin-bottom: 85px !important;
}

.pc_mb90 {
  margin-bottom: 90px !important;
}

.pc_mb95 {
  margin-bottom: 95px !important;
}

.pc_mb100 {
  margin-bottom: 100px !important;
}

.pc_mb110 {
  margin-bottom: 110px !important;
}

.pc_mb120 {
  margin-bottom: 120px !important;
}

.pc_mb130 {
  margin-bottom: 130px !important;
}

.pc_mb140 {
  margin-bottom: 140px !important;
}

.pc_mb150 {
  margin-bottom: 150px !important;
}

.pc_mb160 {
  margin-bottom: 160px !important;
}

.pc_mb170 {
  margin-bottom: 170px !important;
}

.pc_mb180 {
  margin-bottom: 180px !important;
}

.pc_mb190 {
  margin-bottom: 190px !important;
}

.pc_mb200 {
  margin-bottom: 200px !important;
}

.pc_mb210 {
  margin-bottom: 210px !important;
}

@media screen and (max-width: 991px) {
  .sp_mt5 {
    margin-top: 5px !important;
  }
  .sp_mt10 {
    margin-top: 10px !important;
  }
  .sp_mt15 {
    margin-top: 15px !important;
  }
  .sp_mt20 {
    margin-top: 20px !important;
  }
  .sp_mt30 {
    margin-top: 30px !important;
  }
  .sp_mt40 {
    margin-top: 40px !important;
  }
  .sp_mt50 {
    margin-top: 50px !important;
  }
  .sp_mt60 {
    margin-top: 60px !important;
  }
  .sp_mt70 {
    margin-top: 70px !important;
  }
  .sp_mt80 {
    margin-top: 80px !important;
  }
  .sp_mt90 {
    margin-top: 90px !important;
  }
  .sp_mt100 {
    margin-top: 100px !important;
  }
  .sp_mb0 {
    margin-bottom: 0px !important;
  }
  .sp_mb5 {
    margin-bottom: 5px !important;
  }
  .sp_mb10 {
    margin-bottom: 10px !important;
  }
  .sp_mb15 {
    margin-bottom: 15px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_mb30 {
    margin-bottom: 30px !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .sp_mb50 {
    margin-bottom: 50px !important;
  }
  .sp_mb60 {
    margin-bottom: 60px !important;
  }
  .sp_mb70 {
    margin-bottom: 70px !important;
  }
  .sp_mb80 {
    margin-bottom: 80px !important;
  }
  .sp_mb90 {
    margin-bottom: 90px !important;
  }
  .sp_mb100 {
    margin-bottom: 100px !important;
  }
  .sp_mb120 {
    margin-bottom: 120px !important;
  }
  .sp_mb130 {
    margin-bottom: 130px !important;
  }
  .sp_mb140 {
    margin-bottom: 140px !important;
  }
  .sp_mb150 {
    margin-bottom: 150px !important;
  }
  .sp_mb160 {
    margin-bottom: 160px !important;
  }
  .sp_mb170 {
    margin-bottom: 170px !important;
  }
  .sp_mb180 {
    margin-bottom: 180px !important;
  }
}

/*===================================
  共通パディング
===================================*/
/*    パディングトップ     */
.pc_pt10 {
  padding-top: 10px !important;
}

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

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

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

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

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

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

.pc_pt70 {
  padding-top: 70px !important;
}

.pc_pt80 {
  padding-top: 80px !important;
}

.pc_pt90 {
  padding-top: 90px !important;
}

.pc_pt100 {
  padding-top: 100px !important;
}

/*    パディングボトム     */
.pc_pb10 {
  padding-bottom: 10px !important;
}

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

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

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

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

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

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

.pc_pb70 {
  padding-bottom: 70px !important;
}

.pc_pb80 {
  padding-bottom: 80px !important;
}

.pc_pb90 {
  padding-bottom: 90px !important;
}

.pc_pb100 {
  padding-bottom: 100px !important;
}

.pc_pb160 {
  padding-bottom: 160px !important;
}

@media screen and (max-width: 991px) {
  .sp_pt10 {
    padding-top: 10px !important;
  }
  .sp_pt15 {
    padding-top: 15px !important;
  }
  .sp_pt20 {
    padding-top: 20px !important;
  }
  .sp_pt30 {
    padding-top: 30px !important;
  }
  .sp_pt40 {
    padding-top: 40px !important;
  }
  .sp_pt50 {
    padding-top: 50px !important;
  }
  .sp_pt60 {
    padding-top: 60px !important;
  }
  .sp_pt70 {
    padding-top: 70px !important;
  }
  .sp_pt80 {
    padding-top: 80px !important;
  }
  .sp_pt90 {
    padding-top: 90px !important;
  }
  .sp_pt100 {
    padding-top: 100px !important;
  }
  .sp_pb5 {
    padding-bottom: 5px !important;
  }
  .sp_pb10 {
    padding-bottom: 10px !important;
  }
  .sp_pb15 {
    padding-bottom: 15px !important;
  }
  .sp_pb20 {
    padding-bottom: 20px !important;
  }
  .sp_pb30 {
    padding-bottom: 30px !important;
  }
  .sp_pb40 {
    padding-bottom: 40px !important;
  }
  .sp_pb50 {
    padding-bottom: 50px !important;
  }
  .sp_pb60 {
    padding-bottom: 60px !important;
  }
  .sp_pb70 {
    padding-bottom: 70px !important;
  }
  .sp_pb80 {
    padding-bottom: 80px !important;
  }
  .sp_pb90 {
    padding-bottom: 90px !important;
  }
  .sp_pb100 {
    padding-bottom: 100px !important;
  }
}

/*===================================
  共通
===================================*/
@media screen and (min-width: 992px) {
  .index .main {
    padding-top: 100px;
  }
}

.ttl_index {
  text-align: center;
}

.ttl_index > span {
  font-size: 2.5rem;
  font-weight: bold;
  display: block;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .ttl_index > span {
    font-size: 1.6rem;
  }
}

.ttl_index > span + b {
  padding-top: 15px;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  color: #aaaaaa;
}

@media screen and (max-width: 991px) {
  .ttl_index > span + b {
    font-size: 1.2rem;
    padding-top: 10px;
  }
}

.ttl_index > b.t1 {
  display: block;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  color: #aaaaaa;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .ttl_index > b.t1 {
    font-size: 2.2rem;
  }
}

.ttl_index + p {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .ttl_index + p {
    padding-top: 15px;
    margin-bottom: 25px;
  }
}

.ttl_index + .article_list {
  margin-top: 20px;
}

/*===================================
  TOPページ
===================================*/
.header{
  margin-top: 0 !important;
}
.fx_nav.on {
  top: 0 !important;
}

/* メインビジュアル */
@media screen and (min-width: 992px) {
  .mv {
    overflow: hidden;
  }
}

.mv_inner {
  margin: auto;
  max-width: 1600px;
  position: relative;
  height: 600px;
}
@media screen and (max-width: 991px) {
  .mv_inner {
    height: auto;
  }
}

.mv_content{
  max-width: 1265px;
  margin: 0 0 0 auto;
  padding: 93px 0 0 10px;
}
@media screen and (max-width: 991px) {
  .mv_content{
    padding: 218px 0 0 0px;
  }
}

.mv_ttl {
  font-size: 5.5rem;
  font-weight: bold;
  line-height: 150%;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  top: 95px;
  max-width: 1200px;
}
@media screen and (max-width: 991px) {
  .mv_ttl {
    font-size: 2.2rem;
    padding-left: 45px;
  }
}

.main_slider {
  position:relative;
  z-index: 1;
  width: 528px;
  margin-top: 35px;
  margin-left: 15px;
  display: none;
}
.main_slider.slick-initialized {
  display: block;
}
@media screen and (max-width: 991px) {
  .main_slider {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    margin-top: 75px;
  }
}

.main_slider .slick-track{
  display: flex;
  align-items: center;
}

.main_slider .main_slider-item a{
  width: 83%;
  display: block;
  margin: 0 auto;
}
.main_slider .main_slider-item a img{
  width: 100%;
}
@media screen and (max-width: 991px) {
  .main_slider .main_slider-item a{
    width: 70%;
  }
}

.mv_slider-prev, 
.mv_slider-next {
  position: absolute;
  z-index: 3;
  top: 40%;
  cursor: pointer;
  height: 60px;
  width: 25px;
  content: "";
  display: inline-block;
  background: url("img/img-common/mv_slider-arrow.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .mv_slider-prev, 
  .mv_slider-next {
    top: 45%;
    height: 48px;
    width: 20px;
  }
}

.mv_slider-prev {
  left:0%;
}
@media screen and (max-width: 991px) {
  .mv_slider-prev {
    left:3%;
  }
}

.mv_slider-next {
  right:0%;
  transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
  .mv_slider-next {
    right:3%;
  }
}

.mv_main {
  background: url(img/img-common/bg_mv.jpg) left center no-repeat;
  background-size: cover;
  width: 90%;
  max-width: 910px;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .mv_main {
    background: url(img/img-common/bg_mv_sp.jpg)  no-repeat;
    background-position: 41% top;
    background-size: cover;
    width: 100%;
    max-width: none;
    height: 350px;
  }
}


/* 3つのポイント */
.servive_point{
  padding: 55px 0 90px 0;
}
@media screen and (max-width: 991px) {
  .servive_point{
    padding: 30px 0 30px 0;
  }
}

.servive_point_ul{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .servive_point_ul{
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .servive_point_ul li{
    padding: 40px 0 15px 0;
  }
  .servive_point_ul li:not(:last-child) {
    border-bottom: 4px dotted #bbb;
  }
}

.servive_point_ul li .txt_01{
  position: relative;
  padding-top: 75px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 991px) {
  .servive_point_ul li .txt_01{
    font-size: 1.6rem;
    text-align: left;
  }
  .servive_point_ul li:nth-child(1) .txt_01{
    padding: 0px 0 0 40px;
  }
  .servive_point_ul li:nth-child(2) .txt_01{
    padding: 0px 0 0 45px;
  }
  .servive_point_ul li:nth-child(3) .txt_01{
    padding: 0px 0 0 65px;
  }
}

.servive_point_ul li .txt_01::before{
  content: "";
  display: inline-block;
  position: absolute;
  width: 90px;
  height: 65px;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .servive_point_ul li .txt_01::before{
    width: 54px;
    height: 39px;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}

.servive_point_ul li:nth-child(1) .txt_01::before {
  background: url("img/img-common/ico_point01.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .servive_point_ul li:nth-child(1) .txt_01::before {
    left: -13px;
  }
}

.servive_point_ul li:nth-child(2) .txt_01::before {
  background: url("img/img-common/ico_point02.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .servive_point_ul li:nth-child(2) .txt_01::before {
    left: -10px;
  }
}

.servive_point_ul li:nth-child(3) .txt_01::before {
  background: url("img/img-common/ico_point03.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .servive_point_ul li:nth-child(3) .txt_01::before {
    left: 0;
  }
}

.servive_point_ul li .txt_02{
  font-size: 14px;
  max-width: 220px;
  margin: 0 auto;
  margin-top: 6px;
  line-height: 150%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 991px) {
  .servive_point_ul li .txt_02{
    max-width: none;
    font-size: 13px;
  }
}



.mv_bg {
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  display: table;
  margin: 50px auto 0;
  width: 90%;
  max-width: 640px;
}

@media screen and (max-width: 991px) {
  .mv_bg {
    padding: 15px;
    margin: 20px auto 0;
  }
}

.mv_bg p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .mv_bg p {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
}

.mv_bg a {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 380px;
  width: 90%;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  background: #000000;
  border: 1px solid #000000;
  padding: 0 20px;
  border-radius: 50px;
  min-height: 75px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.mv_bg a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .mv_bg a {
    font-size: 1.2rem;
    padding: 0 10px;
    min-height: 65px;
  }
}

@media screen and (min-width: 992px) {
  .mv_bg a {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .mv_bg a > span::before, .mv_bg a > span::after {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .mv_bg a:hover {
    opacity: 0.7;
  }
}

.mv_bg a > span {
  display: flex;
  align-items: center;
  padding-left: 50px;
  margin-left: -25px;
  min-height: 18px;
  max-width: 80%;
  background: url(img/img-common/icon_leaf.png) left center no-repeat;
  background-size: auto 51px;
}

@media screen and (max-width: 991px) {
  .mv_bg a > span {
    background-size: auto 35px;
    padding-left: 30px;
    margin-left: -25px;
    max-width: 90%;
  }
}


/* カテゴリナビ */
.index_catnav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1330px;
  padding: 0 50px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .index_catnav ul {
    padding: 0;
    width: 85%;
    margin: auto;
  }
}

.index_catnav ul > li a {
  display: block;
  text-align: center;
}

.index_catnav ul > li a .trim {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.index_catnav ul > li a .trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.index_catnav ul > li a span {
  display: block;
  margin-top: 5px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .index_catnav ul > li a span {
    margin-top: 8px;
  }
}

@media screen and (min-width: 992px) {
  .index_catnav ul {
    position: relative;
  }
  .index_catnav ul > li {
    max-width: 180px;
    width: 14.5%;
  }
}

@media screen and (max-width: 991px) {
  .index_catnav ul > li {
    width: 46%;
  }
  .index_catnav ul > li:nth-child(n + 3) {
    margin-top: 8%;
  }
}

/* なりたい自分になる */
.index_brand {
  padding: 50px 0 80px;
}

@media screen and (max-width: 991px) {
  .index_brand {
    padding: 20px 0 50px;
  }
}

.index_brand p {
  text-align: center;
}

.index_brand p + {
  margin-top: 20px;
}

.index_brand a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #333;
  color: #333;
  border-radius: 50px;
  font-size: 2rem;
  line-height: 1.4;
  padding: 0 20px;
  min-height: 75px;
  margin: 50px auto 0;
  width: 80%;
  max-width: 380px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .index_brand a {
    font-size: 1.2rem;
    min-height: 55px;
    margin: 30px auto 0;
  }
}

/* シーンからさがす*/
.section-scene{
  background: #F3EEE9;
}
@media screen and (max-width: 991px) {
  .section-scene{
    padding-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .section-scene .inner {
    max-width: 1100px;
    width: 90%;
  }
}

.section-scene .block01 {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .section-scene .block01 {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
}

.section-scene .block01 .item {
  width: 50%;
  min-height: 400px;
}

@media screen and (max-width: 991px) {
  .section-scene .block01 .item {
    width: 100%;
    min-height: inherit;
  }
}

.section-scene .block01 .item dl dt {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #8C6600
}

@media screen and (max-width: 991px) {
  .section-scene .block01 .item dl dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.section-scene .block01 .item:nth-child(2) {
  padding-left: 50px;
}

@media screen and (max-width: 991px) {
  .section-scene .block01 .item:nth-child(2) {
    padding-left: 0;
  }
}

.section-scene .block01 .item:nth-child(2) img {
  width: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .section-scene .block01 .item:nth-child(2) img {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}

.section-scene .block01 dl{
  position: relative;
  padding-left: 80px;
}

@media screen and (max-width: 991px) {
  .section-scene .block01 dl{
    padding-left: 0px;
    width: 90%;
    margin: 0 auto;
  }
}

.scene_items02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .scene_items02 {
    padding-top: 30px;
    padding-bottom: 5px;
  }
}

.scene_items02 .item {
  border: 1px solid #000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 100px;
}

@media screen and (max-width: 991px) {
  .scene_items02 .item {
    min-height: 60px;
    justify-content: flex-start;
    padding-left: 10px;
  }
}

.scene_items02 .item > div {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .scene_items02 .item > div {
    font-size: 1.3rem;
  }
}

.scene_items02 .item > img {
  position: absolute;
  right: 5px;
  bottom: 3px;
}

@media screen and (max-width: 991px) {
  .scene_items02 .item > img {
    width: 40px;
    right: 3px;
  }
}

@media screen and (min-width: 992px) {
  .scene_items02 {
    position: relative;
  }
  .scene_items02 .item {
    width: 31%;
  }
  .scene_items02 .item:nth-child(n + 4) {
    margin-top: 3.5%;
  }
  .scene_items02::after {
    content: '';
    display: block;
    width: 31%;
    height: 0;
  }
}

@media screen and (max-width: 991px) {
  .scene_items02 .item {
    width: 48%;
  }
  .scene_items02 .item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

.c_block .scene_items02 {
  padding-top: 70px;
}

.section-scene .detail_all a{
  position: relative;
}



/* トップ用コンテンツ */
.index_lead h2 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .index_lead h2 {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
}

.index_lead h2 img {
  width: 100px;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .index_lead h2 img {
    width: 70px;
  }
}

.index_lead h2 span {
  line-height: 1;
}

@media screen and (min-width: 992px) {
  .index_lead .inner {
    max-width: 1100px;
    width: 90%;
  }
}

.index_lead .block01 {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .index_lead .block01 {
    flex-direction: column;
  }
}

.index_lead .block01 .item {
  width: 50%;
  min-height: 400px;
}

@media screen and (max-width: 991px) {
  .index_lead .block01 .item {
    width: 100%;
    min-height: inherit;
  }
}

.index_lead .block01 .item dl dt {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .index_lead .block01 .item dl dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.index_lead .block01 .item:nth-child(2) {
  padding-left: 50px;
}

@media screen and (max-width: 991px) {
  .index_lead .block01 .item:nth-child(2) {
    padding-left: 0;
  }
}

.index_lead .block01 .item:nth-child(2) img {
  width: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .index_lead .block01 .item:nth-child(2) img {
    width: 100%;
    margin: 20px auto 0;
  }
}

.index_lead .block02 {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .index_lead .block02 {
    flex-direction: column;
    margin-top: 30px;
  }
}

.index_lead .block02 .item {
  width: 50%;
  min-height: 400px;
}

@media screen and (max-width: 991px) {
  .index_lead .block02 .item {
    width: 100%;
    min-height: inherit;
  }
}

.index_lead .block02 .item dl dt {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .index_lead .block02 .item dl dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.index_lead .block02 .item:nth-child(2) {
  position: relative;
}

@media screen and (max-width: 991px) {
  .index_lead .block02 .item:nth-child(2) {
    padding-left: 0;
  }
}

.index_lead .block02 .item:nth-child(2) img {
  width: auto;
  position: absolute;
  right: 50px;
  display: block;
}

@media screen and (max-width: 991px) {
  .index_lead .block02 .item:nth-child(2) img {
    position: inherit;
    width: 100%;
    margin: 20px auto 0;
    right: 0;
  }
}

.index_lead .block01 + .block02,
.index_lead .block02 + .block01 {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .index_lead .block01 + .block02,
  .index_lead .block02 + .block01 {
    margin-top: 40px;
  }
}

.index_lead .block01 dl,
.index_lead .block02 dl {
  position: relative;
  padding-left: 80px;
}

@media screen and (max-width: 991px) {
  .index_lead .block01 dl,
  .index_lead .block02 dl {
    padding-left: 50px;
  }
}

.index_lead .block01 dl::before,
.index_lead .block02 dl::before {
  content: '00';
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  font-size: 4rem;
  color: #ccc;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .index_lead .block01 dl::before,
  .index_lead .block02 dl::before {
    font-size: 2rem;
  }
}

.index_lead .--no01 dl::before {
  content: '01';
}

.index_lead .--no02 dl::before {
  content: '02';
}

.index_lead .--no03 dl::before {
  content: '03';
}

.index_lead .block03 {
  margin-top: 65px;
}

@media screen and (max-width: 991px) {
  .index_lead .block03 {
    margin-top: 30px;
  }
}

.index_lead .block03 img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .index_lead .block03 img {
    width: 90%;
  }
}

/* カテゴリの説明文 */
.cat_description {
  text-align: left;
  display: block;
  width: 100%;
  padding-bottom: 40px;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .cat_description {
    font-size: 1.2rem;
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 991px) {
  .siteSearch {
    width: 30px;
  }
}

@media screen and (max-width: 991px) {
  .top_nav {
    background: #fff;
  }
}

/*===================================
  9のストーリー詳細
===================================*/
.story_mv {
  position: relative;
  display: flex;
  justify-content: center;
}

.story_mv_bg {
  height: 560px;
  width: 100%;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .story_mv_bg {
    height: 220px;
  }
}

.story_mv_bg > div {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.story_mv_bg > div::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .story_mv_bg > div img {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}

@media screen and (max-width: 991px) {
  .story_mv_bg > div img {
    position: relative;
    z-index: 1;
  }
}

.story_mv_wrap {
  max-width: 880px;
  width: 100%;
  z-index: 2;
  position: relative;
  padding-top: 15px;
}

.single-coffeelist .story_mv_wrap {
  padding-top: 60px;
}

@media screen and (max-width: 991px) {
  .story_mv_wrap {
    padding: 15px 6% 0;
  }
  .single-coffeelist .story_mv_wrap {
    padding-top: 50px;
  }
}

.story_mv_img {
  margin: auto;
  text-align: center;
}

.story_mv_img img {
  width: 100%;
}

.story_mv_no {
  color: #fff;
  margin-bottom: 15px;
}

.story_wrap {
  max-width: 880px;
  width: 100%;
  padding-top: 15px;
  margin: auto;
}

.story_ttl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .story_ttl {
    font-size: 1.8rem;
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .story_main {
    padding-top: 50px;
  }
}

.story_tags {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.story_tags li + li {
  margin-left: 30px;
}

.story_tags li a {
  color: #aaaaaa;
}

.story_copy {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  color: #888888;
}

.block_buy {
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  .block_buy {
    padding-top: 50px;
  }
}

.block_buy_image {
  margin: auto;
  max-width: 400px;
  width: 100%;
  padding-top: 20px;
}
.block_buy_image img{
  display: block;
  width: 100%;
}

.block_buy_image > div{
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .block_buy_image {
    padding: 0 30px 10px;
  }
  .block_buy_image > div{
    font-size: 1.5rem;
  }
}


.story_product {
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  .story_product {
    padding-top: 50px;
  }
}

.story_product_ttl,
.block_buy_ttl {
  font-size: 2rem;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  margin-bottom: 25px;
  border-top: 4px solid #000;
  border-bottom: 1px solid #000;
}

#story .story_product_ttl {
  margin-bottom: 0;
  background: #fffae8;
}

@media screen and (max-width: 991px) {
  .story_product_ttl,
  .block_buy_ttl {
    font-size: 1.3rem;
  }
}

.story_product_box {
  padding: 35px 35px 50px 35px;
  background: #e9e9e9;
}

.story_product#story .story_product_box {
  background: #fffae8;
  padding: 45px 35px 60px 35px;
}

@media screen and (max-width: 991px) {
  .story_product_box {
    padding: 30px 30px 40px 30px;
  }
  .story_product#story .story_product_box {
    padding: 35px 30px 50px 30px;
  }
}

.story_product_box .inner {
  max-width: 880px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .story_product_box .inner {
    padding: 0;
  }
}

.story_product_btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .story_product_btns {
    margin-top: 45px;
  }
}

@media screen and (min-width: 992px) {
  .story_product_btns li {
    width: 250px;
  }
  .story_product_btns li + li {
    margin-left: 50px;
  }
}

@media screen and (max-width: 991px) {
  .story_product_btns li {
    width: 100%;
  }
  .story_product_btns li:not(:last-child) {
    margin-bottom: 25px;
  }
}

.store_link,
.story_product_box .story_list_link,
.story_product_box .story_product_info {
  margin: 45px auto 0;
  display: flex;
  justify-content: center;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 20px 15px;
  width: 250px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.story_product_box .story_list_link {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  width: 200px;
  padding: 10px 15px;
  margin: 0 auto;
  margin: 25px auto 0;
}

@media screen and (max-width: 991px) {
  .store_link,
  .story_product_box .story_list_link,
  .story_product_box .story_product_info {
    font-size: 1.4rem;
    padding: 17px 15px;
    margin-top: 0;
  }
  .story_product_box .story_list_link {
    margin: 25px auto 0;
    padding: 10px 15px;
  }
}

.store_link::after,
.story_product_box .story_list_link::after,
.story_product_box .story_product_info::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url(../../../img/img-common/icon_arrow_store_w.png) left center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}

.story_product_box .story_list_link::after {
  background-image: url(../../../img/img-common/icon_arrow_store.png);
}

.store_link > span,
.story_product_box .story_product_info > span {
  position: relative;
  padding-left: 40px;
  margin-left: -15px;
  letter-spacing: 0.1em;
}

.story_product_box .story_list_link > span {
  letter-spacing: 0.1em;
}

.store_link > span::before,
.story_product_box .story_product_info > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../../../img/img-common/cart_white.svg) left center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.story_product_box .story_product_info > span::before {
  background-image: url(img/img-common/icon_product_info.png);
  width: 25px;
  height: 25px;
}

@media screen and (min-width: 992px) {
  .store_link,
  .story_product_box .story_list_link,
  .story_product_box .story_product_info {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .store_link::after,
  .story_product_box .story_list_link::after,
  .story_product_box .story_product_info::after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .store_link span::before,
  .story_product_box .story_product_info span::before {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .store_link:hover,
  .story_product_box .story_product_info:hover {
    background: #fff;
    color: #000;
  }
  .story_product_box .story_list_link:hover {
    background: #000;
    color: #fff;
  }
  .store_link:hover::after {
    background-image: url(../../../img/img-common/icon_arrow_store.png);
  }
  .story_product_box .story_list_link:hover::after {
    background-image: url(../../../img/img-common/icon_arrow_store_w.png);
  }
  .store_link:hover span::before {
    background-image: url(../../../img/img-common/cart_black.svg);
  }
  .story_product_box .story_product_info:hover span::before {
    background-image: url(img/img-common/icon_product_info_black.png);
  }
}

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

.story_product_flex + .story_product_flex {
  margin-top: 70px;
}

@media screen and (min-width: 992px) {
  .story_product_flex .item {
    width: 48%;
  }
  .story_product_flex .item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .story_product_flex .item {
    width: 100%;
  }
  .story_product_flex .item:not(:last-child) {
    margin-bottom: 10px;
  }
  .story_product_flex + .story_product_flex {
    margin-top: 50px;
  }
}

.story_product_flex .item:nth-child(1) img {
  width: 90%;
  margin: auto;
  display: block;
}

.story_product_flex .item dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}

#coffee .story_product_flex .item dl dt {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 991px) {
  .story_product_flex .item dl dt img {
    margin-top: 15px;
  }
}

.story_product_flex .item dl dt .no {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 34px;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .story_product_flex .item dl dt .no {
    height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .story_product_flex .item dl dt .no {
    margin-bottom: 8px;
  }
}

.story_product_flex .item dl dt .no > span {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  position: relative;
  padding-left: 35px;
  font-weight: bold;
  padding-bottom: 3px;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .story_product_flex .item dl dt .no > span {
    padding-bottom: 0;
    font-size: 1.1rem;
    padding-left: 30px;
  }
}

.story_product_flex .item dl dt .no > span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(img/img-common/icon_coffee.png) left center no-repeat;
  background-size: contain;
  width: 28px;
  height: 34px;
}

@media screen and (max-width: 991px) {
  .story_product_flex .item dl dt .no > span::before {
    width: 25px;
    height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .story_product_flex .item dl dt {
    font-size: 1.4rem;
  }
}

.story_product_flex .item dl dd {
  color: #000;
}

.story_product_flex .item dl dd .t1 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.story_product_flex .item dl dd .t1 li {
  width: 50%;
  line-height: 1.4;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .story_product_flex .item dl dd .t1 li {
    width: 65%;
    font-size: 1.1rem;
  }
}

.story_product_flex .item dl dd .t1 li + li {
  border-left: 1px solid #000;
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .story_product_flex .item dl dd .t1 li + li {
    width: 35%;
    padding-left: 15px;
  }
}

.story_product_flex .item dl dd .t2 {
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .story_product_flex .item dl dd .t2 {
    font-size: 1.1rem;
  }
}

.story_product_flex .item dl dd .t3 {
  padding-top: 30px;
}

.story_product_flex .item dl dd .t3 ul {
  display: flex;
  flex-wrap: wrap;
}

.story_product_flex .item dl dd .t3 ul li {
  width: 50%;
  display: flex;
  align-items: center;
}

.story_product_flex .item dl dd .t3 ul li > div {
  padding-left: 10px;
  line-height: 1;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .story_product_flex .item dl dd .t3 ul li > div {
    font-size: 1.1rem;
    padding-left: 7px;
  }
}

.story_product_flex .item dl dd .t3 ul li > img {
  width: 40px;
}

@media screen and (max-width: 991px) {
  .story_product_flex .item dl dd .t3 ul li > img {
    width: 30px;
  }
}

.story_product_flex .item dl dd .t3 ul li:nth-child(n+3) {
  margin-top: 13px;
}

.btn_arrow {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  background: #fff;
  color: #000 !important;
  border: 1px solid #000;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 20px 15px;
  max-width: 250px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.btn_arrow.--black {
  background: #000;
  color: #fff !important;
  border: 1px solid #000;
}

@media screen and (max-width: 991px) {
  .btn_arrow {
    font-size: 1.2rem;
    padding: 15px 30px 15px 10px;
    max-width: 200px;
  }
}

.btn_arrow.--b {
  background: #000;
  color: #fff !important;
  border: 1px solid #fff;
}

.btn_arrow.--b::after {
  background-image: url(../../../img/img-common/icon_arrow_store_w.png);
}

.btn_arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url(../../../img/img-common/icon_arrow_store.png) left center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}

.btn_arrow.--black::after {
  background-image: url(../../../img/img-common/icon_arrow_store_w.png);
}

@media screen and (min-width: 992px) {
  .btn_arrow {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .btn_arrow::after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .btn_arrow:hover {
    background: #000;
    color: #fff !important;
  }
  .btn_arrow:hover::after {
    background-image: url(../../../img/img-common/icon_arrow_store_w.png);
  }
  .btn_arrow.--black:hover {
    background: #fff;
    color: #000 !important;
  }
  .btn_arrow.--black:hover::after {
    background-image: url(../../../img/img-common/icon_arrow_store.png);
  }
}

.ttl_line {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #010101;
  text-align: center;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 991px) {
  .ttl_line {
    font-size: 1.5rem;
    padding-bottom: 15px;
  }
}

.story_other {
  padding-top: 70px;
}

@media screen and (max-width: 991px) {
  .story_other .inner {
    padding: 0;
  }
}

.story_other .slider ul .item {
  margin: 0 10px;
}

@media screen and (max-width: 991px) {
  .story_other .slider ul .item {
    margin: 0 5px;
  }
}

.story_other .slider ul .item a {
  display: block;
}

.story_other .slider .slick-track {
  display: flex;
}

.story_other .slider .slick-slide {
  height: auto !important;
}

.story_other .slider .story_archive_img {
  height: 100%;
  padding: 40px;
}

.story_other .slider .slider-nav {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .story_other .slider .slider-nav {
    margin-top: 30px;
  }
}

.story_other .slider .slider-nav-main {
  position: relative;
}

.story_other .slider .slider-nav .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.story_other .slider .slider-nav .slick-prev {
  margin-right: 20px;
}

.story_other .slider .slider-nav .slick-next {
  margin-left: 20px;
}

.story_other .slider .slider-nav .slick-prev::after, .story_other .slider .slider-nav .slick-next::after {
  background: none;
}

.story_other .slider .slider-nav .slick-dots {
  padding: 0;
  display: flex !important;
}

.story_other .slider .slider-nav .slick-dots > li {
  display: flex;
  margin: 0 7px;
  align-items: center;
}

.story_other .slider .slider-nav .slick-dots button {
  padding: 0;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cccccc;
  color: transparent;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.story_other .slider .slider-nav .slick-dots .slick-active button {
  background-color: #000000;
}

.story_other .slider .slick-prev {
  right: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.story_other .slider .slick-prev::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 15px;
  height: 15px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(-135deg);
}

.story_other .slider .slick-next {
  left: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.story_other .slider .slick-next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 15px;
  height: 15px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
}

.story_other .btn_arrow {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .story_other .btn_arrow {
    margin-top: 35px;
  }
}

.search_tag {
  padding-top: 95px;
}

@media screen and (max-width: 991px) {
  .search_tag {
    padding-top: 55px;
  }
}

@media screen and (max-width: 991px) {
  .search_tag_list {
    width: 90%;
    margin: auto;
  }
}

.search_tag_list li {
  margin: 0 50px 1em 0;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .search_tag_list li {
    margin: 0 20px 1em 0;
  }
}

.search_tag_list li a:hover {
  text-decoration: underline;
}

.search_tag_link {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.search_tag_link a {
  text-decoration: underline;
}

.search_tag_link a:hover {
  text-decoration: none;
}

.blog_ranking {
  padding-top: 95px;
}

@media screen and (max-width: 991px) {
  .blog_ranking {
    padding-top: 55px;
  }
}

.blog_ranking .btn_arrow {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .blog_ranking .btn_arrow {
    margin-top: 30px;
  }
}

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

.rank_list_item {
  display: flex;
  align-items: flex-start;
  position: relative;
  counter-increment: ranking;
}

@media screen and (min-width: 992px) {
  .rank_list_item {
    width: 48%;
  }
  .rank_list_item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .rank_list_item {
    width: 100%;
  }
  .rank_list_item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.rank_list_item .item:nth-child(1) {
  width: 45%;
  position: relative;
}

.rank_list_item .item:nth-child(1)::after {
  content: counter(ranking);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 1.8rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  background: #333;
}

@media screen and (max-width: 991px) {
  .rank_list_item .item:nth-child(1)::after {
    font-size: 1.6rem;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.rank_list_item .item:nth-child(1) img {
  width: 100%;
}

.rank_list_item .item:nth-child(2) {
  width: 55%;
  padding-left: 15px;
}

.rank_list_item .item:nth-child(2) p {
  font-size: 1.3rem;
}

.rank_list_cat {
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  padding: 7px 12px;
  border-radius: 100px;
  margin-top: 15px;
  color: #7b7b7b;
  background: #e6e6e6;
}

@media screen and (max-width: 991px) {
  .rank_list_cat {
    font-size: 1rem;
    margin-top: 10px;
  }
}

.story_archive {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 75px;
}

@media screen and (max-width: 991px) {
  .story_archive {
    padding-top: 40px;
  }
}

.story_archive_item {
  position: relative;
}

.story_archive_bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.story_archive_bg img {
  position: absolute;
  width: 100%;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  filter: blur(50px);
}

.story_archive_img {
  position: relative;
  padding: 40px;
}

@media screen and (max-width: 991px) {
  .story_archive_img {
    padding: 20px;
  }
}

.story_archive_img .wrap {
  z-index: 3;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 25px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .story_archive_img .wrap {
    min-height: 185px;
  }
}

@media screen and (max-width: 991px) {
  .story_archive_img .wrap {
    padding: 30px 20px;
    min-height: 125px;
  }
  .story_archive_img .wrap dl {
    width: 100%;
  }
}

.story_archive_img .wrap dt {
  padding-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 18px;
  border-bottom: 1px solid #000;
  color: #000;
  position: relative;
}

@media screen and (max-width: 991px) {
  .story_archive_img .wrap dt {
    margin-bottom: 7px;
    padding-bottom: 10px;
    padding-top: 0;
  }
}

.story_archive_img .wrap dt > div {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .story_archive_img .wrap dt > div {
    font-size: 1rem;
  }
}

@media screen and (max-width: 390px) {
  .story_archive_img .wrap dt > div {
    font-size: 2.564vw;
  }
}

.story_archive_img .wrap dt > span {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
}

@media screen and (max-width: 991px) {
  .story_archive_img .wrap dt > span {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 390px) {
  .story_archive_img .wrap dt > span {
    font-size: 2.051vw;
  }
}

.story_archive_img .wrap dt > span.no {
  position: absolute;
  right: -15px;
  top: -15px;
}

@media screen and (max-width: 991px) {
  .story_archive_img .wrap dt > span.no {
    right: -10px;
    top: -19px;
  }
}

.story_archive_img .wrap dd p {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #aaaaaa;
}

@media screen and (max-width: 991px) {
  .story_archive_img .wrap dd p {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 390px) {
  .story_archive_img .wrap dd p {
    font-size: 2.051vw;
  }
}

.story_archive_samune {
  padding-bottom: 66.66666666666667%;
  position: relative;
  height: 0;
}

.story_archive_samune img {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}

.story_archive dl dt,
.slider .item dl dt {
  margin-bottom: 15px;
  padding-top: 3px;
}

@media screen and (max-width: 991px) {
  .story_archive dl dt,
  .slider .item dl dt {
    margin-bottom: 5px;
  }
}

.story_archive dl dt .no,
.slider .item dl dt .no {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 34px;
}

@media screen and (max-width: 991px) {
  .story_archive dl dt .no,
  .slider .item dl dt .no {
    height: 30px;
  }
}

.story_archive dl dt .no > span,
.slider .item dl dt .no > span {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  position: relative;
  padding-left: 35px;
  font-weight: bold;
  padding-bottom: 3px;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .story_archive dl dt .no > span,
  .slider .item dl dt .no > span {
    padding-bottom: 0;
    font-size: 1.1rem;
    padding-left: 30px;
  }
}

.story_archive dl dt .no > span::before,
.slider .item dl dt .no > span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(img/img-common/icon_coffee.png) left center no-repeat;
  background-size: contain;
  width: 28px;
  height: 34px;
}

@media screen and (max-width: 991px) {
  .story_archive dl dt .no > span::before,
  .slider .item dl dt .no > span::before {
    width: 25px;
    height: 30px;
  }
}

.story_archive dl dt > div,
.slider .item dl dt > div {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding-top: 3px;
}

@media screen and (max-width: 991px) {
  .story_archive dl dt > div,
  .slider .item dl dt > div {
    font-size: 1.3rem;
    text-align: left;
    padding-top: 5px;
  }
}

.story_archive dl dd p,
.slider .item dl dd p {
  display: table;
  margin: auto;
  line-height: 1.6;
  color: #666666;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .story_archive dl dd p,
  .slider .item dl dd p {
    text-align: left;
    display: block;
    font-size: 1.2rem;
  }
}

.story_archive.--coffee .item dl,
.story_archive.--coffee .story_archive_item dl,
.slider.--coffee .item dl,
.slider.--coffee .story_archive_item dl {
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  .story_archive.--coffee .item dl,
  .story_archive.--coffee .story_archive_item dl,
  .slider.--coffee .item dl,
  .slider.--coffee .story_archive_item dl {
    padding-top: 5px;
  }
}

.story_archive_main {
  padding-top: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.story_archive_ttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}

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

.story_archive_txt {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #aaaaaa;
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  .story_archive_txt {
    font-size: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .story_archive {
    position: relative;
  }
  .story_archive_item {
    width: 31%;
    max-width: 270px;
  }
  .story_archive_item:nth-child(n + 4) {
    margin-top: 70px;
  }
  .story_archive::after {
    content: '';
    display: block;
    width: 30%;
    height: 0;
  }
}

@media screen and (max-width: 991px) {
  .story_archive_item {
    width: 48%;
  }
  .story_archive_item:nth-child(n + 3) {
    margin-top: 40px;
  }
}

.fix_story_btn {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -9999;
}

.fix_story_btn a {
  position: relative;
  background: #000;
  padding: 15px 20px 30px 20px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .fix_story_btn a {
    font-size: 1rem;
    letter-spacing: 0.01em;
    padding: 10px 12px 20px 12px;
  }
}

.fix_story_btn a::after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: auto;
  background: url(../../../img/img-common/icon_arrow_store_w.png) left center no-repeat;
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
}

@media screen and (max-width: 991px) {
  .fix_story_btn a::after {
    bottom: 6px;
    right: 6px;
  }
}

.fix_story_btn.active {
  opacity: 1;
  z-index: 9999;
}

@media screen and (max-width: 991px) {
  .single-blog .inner {
    padding: 0 6%;
  }
}

@media screen and (min-width: 992px) {
  .single .inner {
    width: 100%;
  }
}

.single .lead_main .img_left {
  width: 80%;
  max-width: 400px;
  margin-left: 10%;
  height: auto;
  margin-right: auto;
  display: block;
}

.single .lead_main .img_right {
  width: 80%;
  max-width: 400px;
  margin-right: 10%;
  margin-left: auto;
  height: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .single .lead_main .img_left {
    margin-left: 0;
  }
  .single .lead_main .img_right {
    margin-right: 0;
  }
}


.story_blk{
  background: #F3EEE9;
  margin-top: 0;
  padding: 120px 0 90px 0;
}
@media screen and (max-width: 991px) {
  .story_blk{
    padding: 80px 0 60px 0;
  }
}

.story_ttlblk {
  position: relative;
}

.story_blk .link_all {
  text-decoration: none !important;
  font-size: 1.5rem;
  border-bottom: 1px solid;
}

@media screen and (min-width: 992px) {
  .story_blk .link_all {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 991px) {
  .story_blk .link_all {
    font-size: 1.1rem;
    display: table;
    margin: auto;
  }
}

.story_ttlblk .link_all:hover {
  border-bottom-color: #fff;
}

.top_movie {
  background: #EEEEEE;
  padding: 50px 0;
}

@media screen and (max-width: 991px) {
  .top_movie {
    padding: 35px 0;
  }
}

.top_movie .movie {
  max-width: 808px;
  margin: auto;
}

.movie_wrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie_wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_movie_ttl {
  font-size: 2.6rem;
  font-weight: bolder;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .top_movie_ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
  }
}

.top_movie_ttl > span {
  background: url(./img/img-common/icon_youtube02.png) no-repeat 0 center;
  padding-left: 60px;
  margin-left: -30px;
}

@media screen and (max-width: 991px) {
  .top_movie_ttl > span {
    background-size: 25px auto;
    padding-left: 35px;
    text-indent: -0.5em;
    margin-left: 0;
  }
}


.top_story_archivettl{
  padding-top: 50px;
}
@media screen and (max-width: 991px) {
  .top_story_archivettl{
    padding-top: 30px;
  }
}
.top_story_cat_description{
  padding-top: 20px !important;
}
@media screen and (max-width: 991px) {
  .top_story_cat_description{
    padding-top: 15px !important;
    text-align: center !important;
  }
}


.set_block {
  position: relative;
  padding: 50px 0 60px;
}

@media screen and (max-width: 991px) {
  .set_block {
    padding: 35px 0;
  }
}

.set_block .inner {
  position: relative;
  z-index: 1;
}

.set_block::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(img/img-common/bg_set.png) left center repeat;
  background-size: cover;
  width: 50vw;
}

.set_block::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 50vw;
  background: #000;
}

.set_block_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .set_block_ttl {
    margin-bottom: 40px;
  }
}

.set_block_ttl > div {
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}

.set_block_ttl > div.t1 {
  font-size: 3rem;
  margin-bottom: 7px;
}

@media screen and (max-width: 991px) {
  .set_block_ttl > div.t1 {
    font-size: 1.8rem;
  }
}

.set_block_ttl > div.t2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .set_block_ttl > div.t2 {
    font-size: 1.2rem;
  }
}

.set_block_ttl > div.t3 {
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .set_block_ttl > div.t3 {
    font-size: 1rem;
  }
}

.set_block_btn {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 30px auto 0;
  max-width: 300px;
  width: 70%;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  background: #B28500;
  color: #fff !important;
  border: 1px solid #fff;
  padding: 15px 35px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .set_block_btn {
    font-size: 1.2rem;
    margin: 40px auto 0;
  }
}

.set_block_btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.set_block_btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: #fff;
  height: 1px;
  width: 10px;
}

@media screen and (min-width: 992px) {
  .set_block_btn {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .set_block_btn:hover {
    background: #e7ae01;
  }
}

.set_block .image {
  display: table;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 991px) {
  .set_block .image {
    width: 150px;
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 991px) {
  .set_block .image .img01 {
    width: 100%;
    display: block;
  }
}

.set_block .image .baloon01 {
  position: absolute;
  left: -310px;
  top: 0;
}

@media screen and (max-width: 991px) {
  .set_block .image .baloon01 {
    width: 150px;
    left: -100px;
    top: -20px;
  }
}

.set_block .image .baloon02 {
  position: absolute;
  right: -260px;
  bottom: 20px;
}

@media screen and (max-width: 991px) {
  .set_block .image .baloon02 {
    width: 130px;
    right: -90px;
    bottom: -20px;
  }
}



.feature_blk h2 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.feature_blk h2 img {
  width: 100px;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .feature_blk h2 img {
    width: 70px;
  }
}

.feature_blk h2 span {
  line-height: 1;
}

.feature_blk .inner {
  max-width: 800px;
}

.feature_list .item + .item {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .feature_list .item + .item {
    margin-top: 50px;
  }
}

.feature_list .item + .item .icon {
  margin: 15px 0 20px 0;
}
@media screen and (max-width: 991px) {
  .feature_list .item + .item .icon {
    margin: 10px 0 18px 0;
  }
}

.feature_list .item h3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #8C6600;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .feature_list .item h3 {
    font-size: 1.6rem;
  }
}

.feature_list .item p{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.feature_list .item p > .linetxt {
  text-decoration: underline;
}

.feature_list .item p > .linetxt:hover {
  text-decoration: none;
}

.feature_list .item p + ul {
  margin-top: 10px;
}

.feature_list .item ul li {
  font-size: 1.6rem;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .feature_list .item ul li {
    font-size: 1.1rem;
  }
}

.feature_list .item ul li > span {
  font-size: 2rem;
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  .feature_list .item ul li > span {
    font-size: 1.2rem;
    padding-right: 8px;
  }
}

.feature_list .item ul + p {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .feature_list .item ul + p {
    margin-top: 20px;
  }
}

.feature_list .item .icon {
  display: flex;
  justify-content: center;
  margin: 25px 0 20px 0;
}

@media screen and (max-width: 991px) {
  .feature_list .item .icon {
    margin: 17px 0 18px;
  }
  .feature_list .item .icon img {
    max-width: 60px;
  }
}

.story_set {
  padding: 50px 0 20px;
}

@media screen and (max-width: 991px) {
  .story_set {
    padding: 40px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .story_set .ttl_line {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}

.story_set .t1 {
  position: relative;
}

.story_set .t1 > P {
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .story_set .t1 > P {
    font-size: 1.1rem;
  }
}

.story_set .t1 > a {
  font-size: 1.4rem;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .story_set .t1 > a {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 991px) {
  .story_set .t1 > a {
    font-size: 1.1rem;
    display: table;
    margin: 10px 0 0 auto;
  }
}

.story_set .t1 > a:hover {
  text-decoration: none;
}

.story_set_btns {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .story_set_btns {
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
  }
}

@media screen and (min-width: 992px) {
  .story_set_btns li {
    width: 48%;
  }
  .story_set_btns li + li {
    margin-left: 4%;
  }
}

@media screen and (max-width: 991px) {
  .story_set_btns li {
    width: 90%;
  }
  .story_set_btns li + li {
    margin-top: 15px;
  }
}

.story_set_btns li > a {
  display: flex;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 15px;
  min-height: 75px;
  margin: auto;
  width: 100%;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 991px) {
  .story_set_btns li > a {
    font-size: 1.2rem;
    min-height: 65px;
  }
}

.story_set_btns li > a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(img/img-common/icon_set.png) left center no-repeat;
  background-size: contain;
  width: 80px;
  height: 49px;
}

@media screen and (max-width: 991px) {
  .story_set_btns li > a::before {
    width: 50px;
    height: 100%;
  }
}

.story_set_btns li > a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
}

@media screen and (min-width: 992px) {
  .page_set .inner {
    width: 900px;
  }
}

.page_set .ttl_sub + .icon {
  margin: -35px auto 0;
  display: block;
}

@media screen and (max-width: 991px) {
  .page_set .ttl_sub + .icon {
    width: 60px;
    margin: -15px auto 0;
  }
}

.page_set .ttl_sub + .icon + p {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .page_set .ttl_sub + .icon + p {
    margin-top: 25px;
  }
}

.page_set .set_item > h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #AAAAAA;
}

@media screen and (max-width: 991px) {
  .page_set .set_item > h2 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding-bottom: 7px;
  }
}

.page_set .set_item_info {
  padding-top: 35px;
}

@media screen and (max-width: 991px) {
  .page_set .set_item_info {
    padding-top: 25px;
  }
}

.page_set .set_item_info dl {
  display: flex;
}

.page_set .set_item_info dl:not(:last-child) {
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px dotted #AAAAAA;
}

@media screen and (max-width: 991px) {
  .page_set .set_item_info dl:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}

.page_set .set_item_info dl dt {
  width: 5em;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.page_set .sect03 .set_item_info dl dt {
  width: 12em;
}

.page_set .sect04 .set_item_info dl dt {
  width: 9em;
}

.page_set .sect05 .set_item_info dl dt {
  width: 7em;
}

@media screen and (max-width: 991px) {
  .page_set .set_item_info dl dt {
    font-size: 1.1rem;
  }
}

.page_set .set_item_info dl dd {
  font-size: 1.6rem;
  width: calc(100% - 5em);
}

@media screen and (max-width: 991px) {
  .page_set .set_item_info dl dd {
    font-size: 1.1rem;
  }
}

.page_set .set_item_content li .t1 + .t2 {
  padding: 0 10px 0 20px;
}

.page_set .set_caution, .page_yourstory .set_caution {
  padding: 130px 0 30px;
}

@media screen and (max-width: 991px) {
  .page_set .set_caution, .page_yourstory .set_caution {
    padding: 70px 0 10px;
  }
}

.page_set .set_caution_box, .page_yourstory .set_caution_box {
  border: 1px solid #aaa;
  padding: 40px 50px 50px 50px;
}

@media screen and (max-width: 991px) {
  .page_set .set_caution_box, .page_yourstory .set_caution_box {
    padding: 25px 30px 30px 30px;
  }
}

.page_set .set_caution_box > h2, .page_yourstory .set_caution_box > h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  color: #8C6600;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .page_set .set_caution_box > h2, .page_yourstory .set_caution_box > h2 {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}

.page_set .set_caution_box > dl + dl, .page_yourstory .set_caution_box > dl + dl {
  margin-top: 25px;
}

.page_set .set_caution_box > dl dt, .page_yourstory .set_caution_box > dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .page_set .set_caution_box > dl dt, .page_yourstory .set_caution_box > dl dt {
    font-size: 1.1rem;
  }
}

.page_set .set_caution_box > dl dd, .page_yourstory .set_caution_box > dl dd {
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .page_set .set_caution_box > dl dd, .page_yourstory .set_caution_box > dl dd {
    font-size: 1.1rem;
  }
}

.page_set .redtxt, .page_yourstory .redtxt {
  color: #FF0000;
}

.page_yourstory .ttl_sub + .icon {
  margin: -10px auto 0;
  display: block;
}

@media screen and (max-width: 991px) {
  .page_yourstory .ttl_sub + .icon {
    width: 60px;
    margin: -5px auto 0;
  }
}

.page_yourstory .ttl_sub + .icon + .txt {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .page_yourstory .ttl_sub + .icon + .txt {
    margin-top: 35px;
  }
}

.page_yourstory .ttl_sub + .icon + .txt p + p {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .page_yourstory .ttl_sub + .icon + .txt p + p {
    margin-top: 20px;
  }
}

.page_yourstory .yourstory_item > h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #AAAAAA;
  position: relative;
  padding-left: 65px;
}

@media screen and (max-width: 991px) {
  .page_yourstory .yourstory_item > h2 {
    padding-left: 50px;
  }
}

.page_yourstory .yourstory_item > h2::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .page_yourstory .yourstory_item > h2 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding-bottom: 7px;
  }
}

.page_yourstory .yourstory_item.--post > h2::before {
  width: 52px;
  height: 100%;
  background: url(img/img-common/icon_post.png) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .page_yourstory .yourstory_item.--post > h2::before {
    width: 37px;
  }
}

.page_yourstory .yourstory_item.--present > h2::before {
  width: 43px;
  height: 100%;
  background: url(img/img-common/icon_present.png) left center no-repeat;
  background-size: contain;
  top: -10px;
}

@media screen and (max-width: 991px) {
  .page_yourstory .yourstory_item.--present > h2::before {
    width: 28px;
  }
}

.page_yourstory .yourstory_item_info {
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .page_yourstory .yourstory_item_info {
    padding-top: 25px;
  }
}

.page_yourstory .yourstory_item_info > dl {
  display: flex;
}

@media screen and (max-width: 991px) {
  .page_yourstory .yourstory_item_info > dl {
    flex-direction: column;
  }
}

.page_yourstory .yourstory_item_info > dl:not(:last-child), .page_yourstory .yourstory_item_info > dl.--bd {
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px dotted #AAAAAA;
}

@media screen and (max-width: 991px) {
  .page_yourstory .yourstory_item_info > dl:not(:last-child), .page_yourstory .yourstory_item_info > dl.--bd {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}

.page_yourstory .yourstory_item_info > dl.--bd {
  margin-bottom: 0 !important;
}

.page_yourstory .yourstory_item_info > dl > dt {
  width: 14em;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .page_yourstory .yourstory_item_info > dl > dt {
    font-size: 1.1rem;
    width: 100%;
    margin-bottom: 10px;
  }
}

.page_yourstory .yourstory_item_info > dl > dd {
  font-size: 1.6rem;
  width: calc(100% - 14em);
}

@media screen and (max-width: 991px) {
  .page_yourstory .yourstory_item_info > dl > dd {
    font-size: 1.1rem;
    width: 100%;
  }
}

.page_yourstory .yourstory_item_info > dl > dd .referencebox {
  padding: 20px 0;
  width: 90%;
}

@media screen and (max-width: 991px) {
  .page_yourstory .yourstory_item_info > dl > dd .referencebox {
    width: 100%;
    padding: 20px 0 10px;
  }
}

.page_yourstory .yourstory_item_info > dl > dd .referencebox dt {
  margin-bottom: 10px;
}

.page_yourstory .yourstory_item_info > dl > dd .referencebox .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .page_yourstory .yourstory_item_info > dl > dd .referencebox .flex {
    flex-direction: column;
  }
}

.page_yourstory .yourstory_item_info > dl > dd .referencebox .flex .item {
  width: 48%;
}

@media screen and (min-width: 992px) {
  .page_yourstory .yourstory_item_info > dl > dd .referencebox .flex .item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .page_yourstory .yourstory_item_info > dl > dd .referencebox .flex .item {
    width: 100%;
  }
  .page_yourstory .yourstory_item_info > dl > dd .referencebox .flex .item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.page_yourstory .yourstory_item_info > dl > dd .referencebox .flex .item .twitter-tweet {
  margin: 0 !important;
}

.page_yourstory .yourstory_item_info > dl > dd > .flex {
  display: flex;
  padding-bottom: 10px;
}

.page_yourstory .yourstory_item_info > dl > dd > .flex .item:nth-child(2) {
  padding-left: 20px;
}

.page_yourstory .yourstory_item_info > dl > dd > .flex .item:nth-child(2) a {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .page_yourstory .yourstory_item_info > dl > dd > .flex .item:nth-child(2) a:hover {
    text-decoration: none;
  }
}

.page_yourstory .yourstory_item_info.--present > dl > dt {
  width: 10em;
}

@media screen and (max-width: 991px) {
  .page_yourstory .yourstory_item_info.--present > dl > dt {
    width: 100%;
  }
}

.page_yourstory .yourstory_item_info.--present > dl > dd {
  width: calc(100% - 10em);
}

@media screen and (max-width: 991px) {
  .page_yourstory .yourstory_item_info.--present > dl > dd {
    width: 100%;
  }
}

.page_yourstory .yourstory_item_content li .t1 {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .page_yourstory .yourstory_item_content li .t1:hover {
    text-decoration: none;
  }
}

.page_yourstory .yourstory_item_content li .t1 + .t2 {
  padding: 0 10px 0 20px;
}

.store_link {
  margin: 45px auto 0;
  display: flex;
  justify-content: center;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 20px 15px;
  width: 250px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 991px) {
  .store_link {
    font-size: 1.4rem;
    padding: 17px 15px;
    margin-top: 20px;
  }
}

.store_link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url(../../../img/img-common/icon_arrow_store_w.png) left center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}

.store_link > span {
  position: relative;
  padding-left: 40px;
  margin-left: -15px;
  letter-spacing: 0.1em;
}

.store_link > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../../../img/img-common/cart_white.svg) left center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 992px) {
  .store_link {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .store_link::after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .store_link span::before {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .store_link:hover {
    background: #fff;
    color: #000;
  }
  .store_link:hover::after {
    background-image: url(../../../img/img-common/icon_arrow_store.png);
  }
  .store_link:hover span::before {
    background-image: url(../../../img/img-common/cart_black.svg);
  }
}

@media screen and (max-width: 991px) {
  .sect_concept {
    margin-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  #contents_scene {
    padding-top: 25px;
  }
}

@media screen and (max-width: 991px) {
  #contents_scene .block_bg {
    padding-bottom: 30px;
  }
}

#contents_scene .ttl_index > span + b {
  font-size: 1.5rem;
  font-weight: normal;
  color: #333;
}

@media screen and (max-width: 991px) {
  #contents_scene .ttl_index > span + b {
    font-size: 1.1rem;
    padding-top: 15px;
  }
}

.scene_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .scene_items {
    padding-top: 30px;
    padding-bottom: 5px;
  }
}

.scene_items .item {
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 100px;
}

@media screen and (max-width: 991px) {
  .scene_items .item {
    min-height: 60px;
    justify-content: flex-start;
    padding-left: 10px;
  }
}

.scene_items .item > div {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .scene_items .item > div {
    font-size: 1.3rem;
  }
}

.scene_items .item > img {
  position: absolute;
  right: 5px;
  bottom: 3px;
}

@media screen and (max-width: 991px) {
  .scene_items .item > img {
    width: 40px;
    right: 3px;
  }
}

@media screen and (min-width: 992px) {
  .scene_items {
    position: relative;
  }
  .scene_items .item {
    width: 31%;
  }
  .scene_items .item:nth-child(n + 4) {
    margin-top: 3.5%;
  }
  .scene_items::after {
    content: '';
    display: block;
    width: 31%;
    height: 0;
  }
}

@media screen and (max-width: 991px) {
  .scene_items .item {
    width: 48%;
  }
  .scene_items .item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

.c_block .scene_items {
  padding-top: 70px;
}

.data_tbl th {
  vertical-align: top;
}

.data_tbl th > div {
  position: relative;
  padding-right: 20px;
  white-space: nowrap;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .data_tbl th > div {
    padding-right: 15px;
  }
}

.data_tbl th > div::after {
  content: '：';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.data_tbl td {
  vertical-align: top;
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .data_tbl td {
    padding-left: 10px;
  }
}

.midashi_inner a {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .midashi_inner a:hover {
    text-decoration: none;
  }
}

/*===================================
  飲みくらべセット
===================================*/
.page_set.set .title_main {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background-image: url(https://www.e-coffee.me/wp-content/themes/ann_theme/img/img-common/bg_about.jpg);
  position: relative;
}

.page_set.set .title_main .ttl {
  position: absolute;
  top: 8%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 3.0rem;
}

.page_set.set .title_main .ttl span {
  font-size: 1.6rem;
}

@media screen and (min-width: 992px) {
  .page_set.set .title_main {
    background-position: center top;
    background-size: auto 360px;
    min-height: 360px;
  }
}

@media screen and (max-width: 991px) {
  .page_set.set .title_main {
    background-image: url(https://www.e-coffee.me/wp-content/themes/ann_theme/img/img-common/bg_about_sp.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    margin-top: 3%;
  }
  .page_set.set .title_main .ttl {
    top: 5%;
    font-size: 2.0rem;
  }
  .page_set.set .title_main .ttl span {
    font-size: 1.1rem;
  }
}

/*===================================
  これからコーヒーを楽しみたい方へ
===================================*/
.page_set.beginner .title_main {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background-image: url(https://development.e-coffee.me/wp-content/themes/ann_theme/img/img-beginner/bg_beginner.jpg);
  background-repeat: no-repeat;
  position: relative;
}

.page_set.beginner .title_main .ttl {
  position: absolute;
  top: 28.5%;
  bottom: 0;
  left: 23%;
  right: 0;
  margin: auto;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 4.0rem;
}

.page_set.beginner .title_main .ttl h1 {
  font-weight: bold;
  font-size: 4.0rem;
  color: #fff;
}

.page_set.beginner .title_main .sub_txt {
  font-weight: bold;
  font-size: 2.2rem;
  margin-top: 47px;
  margin-left: 115px;
  line-height: 1.5;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .page_set.beginner .title_main {
    background-position: center top;
    background-size: auto 1000px;
    min-height: 1000px;
  }
}

@media screen and (max-width: 991px) {
  .page_set.beginner .title_main {
    background-image: url(https://development.e-coffee.me/wp-content/themes/ann_theme/img/img-beginner/bg_beginner_sp.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-top: 3%;
  }
  .page_set.beginner .title_main .ttl {
    left: 15%;
    top: 21%;
  }
  .page_set.beginner .title_main .ttl h1 {
    font-size: 2.0rem;
  }
  .page_set.beginner .title_main .sub_txt {
    font-size: 1.1rem;
    margin-top: 10%;
    margin-left: 15%;
    line-height: 1.7;
  }
}

.page_set .set_item_info .t1 {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .page_set .set_item_info .t1:hover {
    text-decoration: none;
  }
}

.page .sect a.t1 {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .page .sect a.t1:hover {
    text-decoration: none;
  }
}

/*===================================
  よくあるご質問
===================================*/

.faq .page_nav{
	    padding-top: 60px;
}

@media screen and (max-width: 991px) {
	.faq .sect{
			margin-bottom: 80px;
	}
}


/*===================================
  ポップアップバナー
===================================*/
#bnr_popup {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5%;
  width: 100%;
  z-index: 9999;
  display: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  #bnr_popup {
    width: 100%;
    bottom: 3%;
  }
}

#bnr_popup.is_show {
  opacity: 1;
  pointer-events: all;
}

#bnr_popup .bnr_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#bnr_popup .bnr_contents {
  display: table;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 991px) {
  #bnr_popup .bnr_contents {
    width: 70%;
  }
}

#bnr_popup .image {
  max-width: 540px;
}

#bnr_popup .image img {
  width: 100%;
  height: auto;
}

#bnr_popup .close_btn {
  background: #999999;
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  right: 15px;
  top: -20px;
  z-index: 99999;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  #bnr_popup .close_btn {
    width: 30px;
    height: 30px;
    top: -20px;
    right: 10px;
  }
}

#bnr_popup .close_btn > span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#bnr_popup .close_btn > span::before, #bnr_popup .close_btn > span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  margin: auto;
  bottom: 0;
  width: 2px;
  height: 20px;
  background: #fff;
}

@media screen and (max-width: 991px) {
  #bnr_popup .close_btn > span::before, #bnr_popup .close_btn > span::after {
    right: 14px;
    height: 12px;
  }
}

#bnr_popup .close_btn > span::before {
  transform: rotate(-45deg);
}

#bnr_popup .close_btn > span::after {
  transform: rotate(45deg);
}

#bnr_popup .txt {
  background: #fff;
  padding: 10px;
  text-align: center;
  color: #010101;
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  #bnr_popup .txt {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}