@charset "UTF-8";
/*--------------------------------------------------
	import css file
--------------------------------------------------*/
/*--------------------------------------------------
	Variable
--------------------------------------------------*/
/*--------------------------------------------------
	Web font
--------------------------------------------------*/
/*	WEBフォント「Vision」*/
/* Thin */
@font-face {
  font-family: Vision-Thin;
  src: url("../wf/Vision-Thin.otf") format("opentype");
}

/* Light */
@font-face {
  font-family: Vision-Light;
  src: url("../wf/Vision-Light.otf") format("opentype");
}

/* ThinItalic */
@font-face {
  font-family: Vision-ThinItalic;
  src: url("../wf/Vision-ThinItalic.otf") format("opentype");
}

/* Bold */
@font-face {
  font-family: Vision-Bold;
  src: url("../wf/Vision-Bold.otf") format("opentype");
}

@font-face {
  font-family: "YakuHanJP";
  src: url("https://cdn.jsdelivr.net/npm/yakuhanjp@2.0.0/dist/fonts/YakuHanJP/YakuHanJP-Light.woff2") format("woff2"), url("https://cdn.jsdelivr.net/npm/yakuhanjp@2.0.0/dist/fonts/YakuHanJP/YakuHanJP-Light.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 200;
}

/*--------------------------------------------------
	Mixin
--------------------------------------------------*/
/*
	フォント
*/
/*	WEBフォント「Vision」*/
/*
	レイアウト
*/
/*
@mixin flexbox_img {//flexbox直下の画像が伸びるのを防ぐ
	align-items: flex-start;
}*/
/*
@mixin rotate_225 {//回転225度
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}*/
/* 変数管理 */
/*
	Contents Margin・Padding
*/
.mgn_10 {
  margin: 10px auto;
}

.mgn_20 {
  margin: 20px auto;
}

.mgn_30 {
  margin: 30px auto;
}

.mgn_40 {
  margin: 40px auto;
}

.mgn_50 {
  margin: 50px auto;
}

.mgn_60 {
  margin: 60px auto;
}

.mgn_70 {
  margin: 70px auto;
}

.mgn_80 {
  margin: 80px auto;
}

.mgn_90 {
  margin: 90px auto;
}

.pad_10 {
  padding: 10px 0;
}

.pad_20 {
  padding: 20px 0;
}

.pad_30 {
  padding: 30px 0;
}

.pad_40 {
  padding: 40px 0;
}

.pad_50 {
  padding: 50px 0;
}

.pad_60 {
  padding: 60px 0;
}

.pad_70 {
  padding: 70px 0;
}

.pad_80 {
  padding: 80px 0;
}

.pad_90 {
  padding: 90px 0;
}

.mgn_t10 {
  margin-top: 10px;
}

.mgn_t20 {
  margin-top: 20px;
}

.mgn_t30 {
  margin-top: 30px;
}

.mgn_t40 {
  margin-top: 40px;
}

.mgn_t50 {
  margin-top: 50px;
}

.mgn_t60 {
  margin-top: 60px;
}

.mgn_t70 {
  margin-top: 70px;
}

.mgn_t80 {
  margin-top: 80px;
}

.mgn_t90 {
  margin-top: 90px;
}

.mgn_b10 {
  margin-bottom: 10px;
}

.mgn_b20 {
  margin-bottom: 20px;
}

.mgn_b30 {
  margin-bottom: 30px;
}

.mgn_b40 {
  margin-bottom: 40px;
}

.mgn_b50 {
  margin-bottom: 50px;
}

.mgn_b60 {
  margin-bottom: 60px;
}

.mgn_b70 {
  margin-bottom: 70px;
}

.mgn_b80 {
  margin-bottom: 80px;
}

.mgn_b90 {
  margin-bottom: 90px;
}

.pad_t10 {
  padding-top: 10px;
}

.pad_t20 {
  padding-top: 20px;
}

.pad_t30 {
  padding-top: 30px;
}

.pad_t40 {
  padding-top: 40px;
}

.pad_t50 {
  padding-top: 50px;
}

.pad_t60 {
  padding-top: 60px;
}

.pad_t70 {
  padding-top: 70px;
}

.pad_t80 {
  padding-top: 80px;
}

.pad_t90 {
  padding-top: 90px;
}

.pad_b10 {
  padding-bottom: 10px;
}

.pad_b20 {
  padding-bottom: 20px;
}

.pad_b30 {
  padding-bottom: 30px;
}

.pad_b40 {
  padding-bottom: 40px;
}

.pad_b50 {
  padding-bottom: 50px;
}

.pad_b60 {
  padding-bottom: 60px;
}

.pad_b70 {
  padding-bottom: 70px;
}

.pad_b80 {
  padding-bottom: 80px;
}

.bk_gray {
  background: #f1f2f2;
}

.w_800 {
  width: 94%;
  max-width: 800px;
  margin: auto;
}

.w_1000 {
  width: 94%;
  max-width: 1000px;
  margin: auto;
}

.w_1180 {
  width: 94%;
  max-width: 1180px;
  margin: auto;
}

.w_1280 {
  width: 94%;
  max-width: 1280px;
  margin: auto;
}

@media (max-width: 768px) {
  .w_sp100 {
    width: 100% !important;
  }
}

/*
	コンテンツ
*/
.conts, .conts_cld {
  position: relative;
}

@media (min-width: 768px) {
  .conts {
    padding: 70px 0;
  }
  .conts_cld {
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  .conts {
    padding: 50px 0;
  }
  .conts_cld {
    padding: 20px 0;
  }
}

.b_more,
.b_more_parent .b_more_child {
  transition-duration: .2s;
  box-sizing: border-box;
  display: block;
  background: #3f3e39;
  border: solid 1px #3f3e39;
  color: #fff;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.b_more:before,
.b_more_parent .b_more_child:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.b_more:hover {
  opacity: 1;
  background: #fff;
  color: #3f3e39;
}

.b_more:hover:before {
  border-color: #3f3e39;
}

.b_more_parent:hover {
  opacity: 1;
}

.b_more_parent:hover .b_more_child {
  opacity: 1;
  background: #fff;
  color: #3f3e39;
}

.b_more_parent:hover .b_more_child:before {
  border-color: #3f3e39;
}

@media (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  .b_more,
  .b_more_parent .b_more_child {
    font-size: 16px;
    padding: 10px 0;
    border-radius: 6px;
    width: 124px;
  }
}

@media (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  .b_more,
  .b_more_parent .b_more_child {
    font-size: 14px;
    padding: 8px 0;
    border-radius: 4px;
    width: 40%;
  }
}

.shadow {
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.2));
}

/*
	タイトル部分
*/
.page_title {
  box-sizing: border-box;
  background: #E0E2E2;
  font-weight: normal;
  line-height: 1.0em;
  color: #777777;
  letter-spacing: 0.2em;
  padding: 8px 0;
  margin: 0;
}

@media screen and (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  .page_title {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  .page_title {
    font-size: 0.7em;
  }
}

.contents_title {
  margin: 0;
  font-weight: normal;
  line-height: 1.0em;
}

.contents_title img {
  vertical-align: top;
}

@media screen and (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  .contents_title {
    margin-bottom: 40px;
  }
  .contents_title img {
    height: 38px;
  }
}

@media screen and (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  .contents_title {
    margin-bottom: 30px;
  }
  .contents_title img {
    height: 30px;
  }
}

.sub_title {
  font-size: 13px;
  padding: 0 45px;
  margin-top: 20px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  color: #555555;
  letter-spacing: 0.25em;
}

.sub_title:before, .sub_title:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 30px;
  background: #999;
}

.sub_title:before {
  left: 0;
}

.sub_title:after {
  right: 0;
}

@media (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  .sub_title {
    font-size: 12px;
    padding: 0 40px;
    margin-top: 15px;
  }
}

/* パーツ（共通classなど） */
/* SNS */
.sns {
  list-style: none;
  padding-left: 0;
  line-height: 0;
}

.sns li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}

/* bxSliderスタイル削除 */
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  left: 0 !important;
  background: none !important;
}

/* コンテンツ幅指定 */
@media screen and (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  #container {
    min-width: 1280px;
    margin: auto;
    position: relative;
  }
  a {
    transition-duration: .2s;
  }
  a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  #container {
    max-width: 1280px;
    margin: auto;
    position: relative;
    padding-top: 65px;
  }
}

/*
	ニュース共通
*/
.global_news .list {
  width: 94%;
  max-width: 1020px;
  margin: auto;
  overflow: hidden;
}

.global_news .list .blk .txt_area {
  text-align: left;
}

.global_news .list .blk .txt_area .icon {
  display: inline-block;
  font-size: 11px;
  padding: 4px;
  line-height: 1.0em;
  font-family: Vision-Thin !important;
}

.global_news .list .blk .txt_area .icon.icon_news {
  background: #ffe45c;
}

.global_news .list .blk .txt_area .icon.icon_topics {
  background: #f6f0de;
}

.global_news .list .blk .txt_area .icon.icon_sched {
  background: #9adae9;
}

.global_news .list .blk .txt_area .icon.icon_note {
  background: #9adae9;
}

.global_news .list .blk .txt_area .txt {
  font-size: 13px;
  line-height: 1.8em;
  margin: 0;
}

.global_news .list.topnews .blk .title {
  line-height: 1.8em;
  margin-top: 10px;
}

@media screen and (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  .global_news .list .blk {
    float: left;
    width: 30%;
    margin-right: 5%;
  }
  .global_news .list .blk:nth-child(3n) {
    margin-right: 0 !important;
  }
  .global_news .list .blk .txt_area {
    margin-top: 10px;
  }
  .global_news .list .blk .txt_area .txt {
    margin-top: 10px;
  }
  .global_news .list.topnews {
    margin-bottom: 70px;
  }
  .global_news .list.topnews .blk {
    float: none;
    width: 100%;
    clear: both;
  }
  .global_news .list.topnews .blk .img {
    float: right;
    width: 50%;
  }
  .global_news .list.topnews .blk .txt_area {
    float: left;
    width: 47%;
    margin-top: 20px;
  }
  .global_news .list.topnews .blk .txt_area .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  .global_news .list .blk {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .global_news .list .blk:last-child {
    margin-bottom: 0;
  }
  .global_news .list .blk .img {
    float: left;
    width: 50%;
  }
  .global_news .list .blk .txt_area {
    float: right;
    width: 47%;
  }
  .global_news .list .blk .txt_area .txt {
    margin-top: 5px;
  }
  .global_news .list.topnews {
    margin-bottom: 40px;
  }
  .global_news .list.topnews .blk .img, .global_news .list.topnews .blk .txt_area {
    float: none;
    width: auto;
  }
  .global_news .list.topnews .blk .txt_area .icon {
    margin-top: 10px;
  }
  .global_news .list.topnews .blk .txt_area .title {
    font-size: 16px;
  }
}

#business {
  box-sizing: border-box;
  /*	background: url("../img/index/business.jpg") no-repeat center center;
		background-size: cover;*/
  color: #000;
  position: relative;
}

#business p img {
  position: absolute;
}

#business h2 {
  margin: 0;
  font-weight: normal;
  line-height: 1.0em;
}

#business h2 img {
  vertical-align: top;
}

#business h2 span {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  color: #000;
}

#business h2 span:before, #business h2 span:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 10px;
  background: #000;
}

#business h2 span:before {
  left: 0;
}

#business h2 span:after {
  right: 0;
}

@media (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  #business {
    width: 1280px;
    margin: 60px auto;
  }
  #business_detail {
    box-sizing: border-box;
    padding: 28px 0 0;
    position: absolute;
    top: 30px;
    right: 82px;
    width: 570px;
    z-index: 2;
  }
  #business p {
    font-size: 0.9em;
    line-height: 2.0em;
    margin: 30px 0 0;
  }
  #business p img {
    width: 114px;
    top: 0;
    right: 0;
  }
  #business_item {
    width: 336px;
    margin-top: 30px;
  }
  #business .b_more {
    width: 124px;
    margin-top: 20px;
  }
  #business_comingsoon {
    font-family: Vision-Thin;
    font-size: 2.0em;
    line-height: 1.0em;
    letter-spacing: 0.2em;
    margin: 110px 0 0;
  }
}

@media (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  #business {
    width: 100%;
    margin: 40px auto;
    padding: 0;
  }
  #business_detail {
    margin: 25px 0 0;
  }
  #business p {
    font-size: 0.6em;
    line-height: 2.0em;
    margin: 20px 0 0;
    position: relative;
  }
  #business p img {
    width: 50px;
    top: -50px;
    right: 10px;
  }
  #business_item {
    width: 74%;
    margin-top: 30px;
  }
  #business .b_more {
    width: 60%;
    margin-top: 20px;
  }
  #business_comingsoon {
    font-family: Vision-Thin;
    font-size: 1.5em;
    line-height: 1.0em;
    letter-spacing: 0.2em;
    margin: 40px 0 0;
  }
}

@media (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  #business h2 img {
    height: 36px;
  }
  #business h2 span {
    font-size: 0.6em;
    padding: 0 20px;
    margin-top: 20px;
  }
}

@media (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  #business h2 img {
    height: 28px;
  }
  #business h2 span {
    font-size: 0.5em;
    padding: 0 15px;
    margin-top: 10px;
  }
}

#global_howtouse {
  box-sizing: border-box;
}

#global_howtouse_list li a {
  display: block;
}

#global_howtouse_list li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.global_howtouse_detail {
  background: #fff380;
  box-sizing: border-box;
  color: #342c2b;
}

.global_howtouse_detail h3 {
  margin: 0;
  font-weight: normal;
  line-height: 1.0em;
}

.global_howtouse_detail h3 span {
  display: inline-block;
  position: relative;
}

.global_howtouse_detail h3 span:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #342c2b;
  border-right: 1px solid #342c2b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.global_howtouse_detail p {
  letter-spacing: 1px;
}

@media (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  #global_howtouse {
    padding: 75px 0 100px;
  }
  #global_howtouse_list {
    margin: 35px 0 0;
  }
  #global_howtouse_list li {
    display: inline-block;
    width: 420px;
    vertical-align: top;
    margin: 0 14px;
  }
  .global_howtouse_detail {
    padding: 30px 0 15px;
  }
  .global_howtouse_detail h3 {
    font-size: 1.4em;
  }
  .global_howtouse_detail h3 span {
    padding: 0 40px;
  }
  .global_howtouse_detail p {
    margin: 14px 0 0;
    font-size: 0.8em;
    line-height: 1.7em;
  }
}

@media (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  #global_howtouse {
    padding: 50px 0;
  }
  #global_howtouse_list {
    margin: 25px 0 0;
  }
  #global_howtouse_list li {
    width: 90%;
    margin: 0 auto 25px;
  }
  .global_howtouse_detail {
    padding: 20px 0 14px;
  }
  .global_howtouse_detail h3 {
    font-size: 1.0em;
  }
  .global_howtouse_detail h3 span {
    padding: 0 30px;
  }
  .global_howtouse_detail p {
    margin: 10px 0 0;
    font-size: 0.6em;
    line-height: 1.5em;
  }
}

#global_howtouse h2 {
  margin: 0;
  font-weight: normal;
  line-height: 1.0em;
}

#global_howtouse h2 img {
  vertical-align: top;
}

@media (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  #global_howtouse h2 img {
    height: 36px;
  }
}

@media (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  #global_howtouse h2 img {
    height: 28px;
  }
}

/*使い方アイデアのみ*/
#howtoBefore {
  display: block;
  color: #342c2b;
}

#howtoBefore img {
  vertical-align: top;
}

#howtoBefore_detail {
  background: #fff380;
  box-sizing: border-box;
}

#howtoBefore_detail h3 {
  margin: 0;
  line-height: 1.0em;
  font-weight: normal;
}

#howtoBefore_detail h3 span:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #342c2b;
  border-right: 1px solid #342c2b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#howtoBefore_detail .title_sub {
  font-size: 14px;
  margin-top: 10px;
}

#howtoBefore_detail p {
  letter-spacing: 1px;
}

@media (min-width: 37.5em) {
  #howtoBefore {
    width: 980px;
    margin: 50px auto;
    overflow: hidden;
  }
  #howtoBefore img {
    width: 480px;
    float: left;
  }
  #howtoBefore_detail {
    float: right;
    vertical-align: top;
    width: 500px;
    height: 274px;
    padding-top: 80px;
    position: relative;
  }
  #howtoBefore.modelcase #howtoBefore_detail {
    padding-top: 66px;
    height: 260px;
  }
  #howtoBefore.lab #howtoBefore_detail {
    padding-top: 90px;
    height: 274px;
  }
  #howtoBefore_detail h3 {
    font-size: 1.4em;
  }
  #howtoBefore_detail h3 span:before {
    right: 24px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
  #howtoBefore_detail h3 img {
    width: 50%;
    float: none;
  }
  #howtoBefore_detail p {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.7em;
  }
}

@media (max-width: 37.5em) {
  #howtoBefore {
    width: 90%;
    margin: 30px auto;
  }
  #howtoBefore img {
    width: 100%;
  }
  #howtoBefore_detail {
    padding: 20px 0 14px;
  }
  #howtoBefore_detail h3 {
    font-size: 1.0em;
  }
  #howtoBefore_detail h3 span {
    position: relative;
    /*display: inline-block;*/
    position: relative;
    padding: 0 30px;
  }
  #howtoBefore_detail h3 span:before {
    right: 0;
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
  #howtoBefore_detail h3 img {
    width: 50%;
  }
  #howtoBefore_detail p {
    margin: 10px 0 0;
    font-size: 0.6em;
    line-height: 1.7em;
  }
  #howtoBefore_detail .b_more {
    display: none;
  }
}

#global_lab li a {
  color: #333;
}

#global_lab ul li .other_list_detail {
  text-align: left;
}

#global_lab ul li .other_list_detail span {
  display: block;
  color: #deb65a;
}

#global_lab ul li .other_list_detail p {
  margin: 0;
  letter-spacing: 1px;
}

#global_lab ul li .other_list_detail h3 {
  font-weight: normal;
  margin: 0;
  color: #333;
}

@media (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  #global_lab {
    padding: 60px 0;
  }
  #global_lab .contents_title img {
    height: 60px;
  }
  #global_lab ul {
    margin-top: 60px;
  }
  #global_lab ul li {
    display: inline-block;
    width: 280px;
    vertical-align: top;
    margin: 0 10px;
  }
  #global_lab ul li .other_list_img {
    width: 200px;
  }
  #global_lab ul li .other_list_detail {
    margin-top: 15px;
  }
  #global_lab ul li .other_list_detail span {
    font-size: 0.8em;
  }
  #global_lab ul li .other_list_detail p {
    font-size: 0.8em;
    line-height: 1.7em;
    margin-top: 7px;
  }
  #global_lab ul li .other_list_detail h3 {
    font-size: 1.0em;
    line-height: 1.7em;
    margin-top: 5px;
  }
  #global_lab .b_more {
    width: 124px;
    margin-top: 40px;
  }
}

@media (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  #global_lab {
    padding: 40px 0;
  }
  #global_lab .contents_title img {
    height: 50px;
  }
  #global_lab ul {
    margin: 20px 4% 0;
  }
  #global_lab ul li {
    width: 100%;
    margin: 0 0 30px;
  }
  #global_lab ul li .other_list_img {
    width: 24%;
    height: auto;
  }
  #global_lab ul li .other_list_detail {
    display: inline-block;
    width: 70%;
    margin-left: 3%;
  }
  #global_lab ul li .other_list_detail span {
    font-size: 0.8em;
  }
  #global_lab ul li .other_list_detail p {
    font-size: 0.7em;
    line-height: 1.7em;
    margin-top: 5px;
  }
  #global_lab ul li .other_list_detail h3 {
    font-size: 0.9em;
    line-height: 1.7em;
    margin-top: 5px;
  }
  #global_lab .b_more {
    width: 40%;
    margin-top: 40px;
  }
}

#case_list {
  overflow: hidden;
  margin: auto;
}

#case_list .case_post a {
  display: block;
  color: #000;
  box-sizing: border-box;
  position: relative;
}

#case_list .case_post .item_name {
  font-family: Vision-Thin !important;
  line-height: 1.0em;
  color: #555;
  padding: 5px 10px;
  position: absolute;
  display: inline-block;
}

#case_list .case_post .item_name.note {
  background: #fff;
}

#case_list .case_post .item_name.lognote {
  background: #E2E1BF;
}

#case_list .case_post .case_post_img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

#case_list .case_post .case_post_detail {
  text-align: left;
}

#case_list .case_post .case_post_detail h2 {
  margin: 0;
  font-weight: normal;
  line-height: 1.7em;
}

#case_list .case_post .case_post_detail .case_post_user .case_post_category {
  font-size: 11px;
  color: #e2ba5a;
  line-height: 1.5em;
  letter-spacing: 1px;
}

@media (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  #case_list {
    padding-top: 14px;
    width: 1000px;
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-lines: multiple;
    box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  #case_list .case_post {
    /*float: left;*/
    width: 32%;
    margin-right: 2%;
  }
  #case_list .case_post .item_name {
    top: -14px;
    left: 10px;
    font-size: 16px;
  }
  body.case_top #case_list .case_post {
    margin-bottom: 50px;
  }
  #case_list .case_post:nth-child(3n) {
    margin-right: 0;
  }
  #case_list .case_post .case_post_detail {
    box-sizing: border-box;
    margin-top: 10px;
    padding-left: 16%;
    text-align: left;
    position: relative;
  }
  #case_list .case_post .case_post_detail h2 {
    font-size: 14px;
  }
  #case_list .case_post .case_post_detail .case_post_user {
    margin-top: 5px;
  }
  #case_list .case_post .case_post_detail .case_post_user img {
    position: absolute;
    top: 0;
    left: 0;
    width: 12%;
  }
  #case_list .case_post .case_post_detail .case_post_user .case_post_username {
    margin-top: 5px;
    font-size: 11px;
  }
  .case_list_area .b_more {
    width: 124px;
    margin-top: 40px;
  }
}

@media (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  #case_list {
    margin-top: 50px;
  }
  #case_list .case_post {
    width: 94%;
    margin: auto;
    border-bottom: solid 1px #bcbcbc;
  }
  #case_list .case_post a {
    overflow: hidden;
    box-sizing: border-box;
    padding: 18px 0;
  }
  #case_list .case_post .item_name {
    top: 10px;
    left: 0;
    font-size: 12px;
  }
  #case_list .case_post:first-child {
    border-top: solid 1px #bcbcbc;
  }
  #case_list .case_post .case_post_img {
    float: right;
    width: 32%;
  }
  #case_list .case_post .case_post_detail {
    float: left;
    width: 65%;
    padding-top: 20px;
  }
  #case_list .case_post .case_post_detail h2 {
    font-size: 13px;
  }
  #case_list .case_post .case_post_detail .case_post_user {
    margin-top: 5px;
  }
  #case_list .case_post .case_post_detail .case_post_user .case_post_category {
    margin-bottom: 5px;
  }
  #case_list .case_post .case_post_detail .case_post_user img {
    width: 14%;
    margin-right: 2%;
    vertical-align: middle;
  }
  #case_list .case_post .case_post_detail .case_post_user .case_post_username {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    font-size: 11px;
  }
  .case_list_area .b_more {
    width: 40%;
    margin-top: 40px;
  }
}

#insta {
  box-sizing: border-box;
  background: url("../img/insta_back.jpg") no-repeat center center;
  background-size: cover;
}

#insta h2 {
  margin: 0;
  font-weight: normal;
  line-height: 1.0em;
}

#insta h2 img {
  vertical-align: top;
}

#insta_detail p {
  color: #464646;
}

#insta_img {
  vertical-align: top;
}

@media (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  #insta {
    height: 460px;
  }
  #insta_inner {
    width: 880px;
    height: 460px;
    padding-top: 82px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  #insta_detail {
    width: 426px;
    float: right;
  }
  #insta h2 img {
    width: 286px;
  }
  #insta_detail p {
    font-size: 0.8em;
    line-height: 2.0em;
    margin: 20px 0 0;
  }
  #insta_detail .b_more {
    width: 310px;
    margin-top: 30px;
  }
  #insta_img {
    width: 352px;
    position: absolute;
    bottom: 0;
    left: 0px;
  }
}

@media (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  #insta {
    padding-top: 40px;
  }
  #insta h2 img {
    width: 74%;
  }
  #insta_detail p {
    font-size: 0.6em;
    line-height: 1.7em;
    margin: 15px 0 0;
  }
  #insta_detail .b_more {
    width: 74%;
    margin-top: 20px;
  }
  #insta_img {
    width: 72%;
    margin-top: 20px;
  }
}

#global_product {
  background: #f1f2f2;
  box-sizing: border-box;
}

#global_product h2 {
  margin: 0;
}

#global_product h2 img {
  vertical-align: top;
}

#global_product_maintext {
  line-height: 1.0em;
}

.global_product_img {
  vertical-align: middle;
}

#global_product_list li a {
  display: block;
  color: #342c2b;
}

#global_product_list li a:hover {
  opacity: 1;
}

.global_product_detail h3 {
  margin: 0;
  font-family: Vision-Thin;
  line-height: 1.0em;
}

.global_product_detail p {
  text-align: left;
}

#global_product_list li a:hover .b_more {
  opacity: 1;
  background: #fff;
  color: #333;
}

#global_product_list li a:hover .b_more:before {
  border-color: #333;
}

@media (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  #global_product {
    padding: 75px 0;
  }
  #global_product h2 img {
    width: 244px;
  }
  #global_product_maintext {
    font-size: 0.9em;
    margin: 25px 0 0;
  }
  #global_product_list {
    margin-top: 46px;
  }
  #global_product_list li {
    display: inline-block;
    margin: 0 40px;
    vertical-align: top;
  }
  .global_product_img {
    width: 150px;
    margin-right: 30px;
  }
  .global_product_detail {
    display: inline-block;
    width: 256px;
    vertical-align: middle;
  }
  .global_product_detail h3 {
    font-size: 1.8em;
  }
  .global_product_detail p {
    margin: 15px 0 0;
    font-size: 0.9em;
    line-height: 2.0em;
  }
  .global_product_detail .b_more {
    width: 124px;
    margin-top: 25px;
  }
}

@media (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  #global_product {
    padding: 50px 0;
  }
  #global_product h2 img {
    width: 68%;
  }
  #global_product_maintext {
    font-size: 0.8em;
    margin: 20px 0 0;
  }
  #global_product_list {
    margin-top: 40px;
  }
  #global_product_list li {
    box-sizing: border-box;
    margin: 0 0 50px;
    padding-bottom: 60px;
    vertical-align: top;
    position: relative;
  }
  #global_product_list li:last-child {
    margin-bottom: 0;
  }
  .global_product_img {
    width: 25%;
    margin-right: 15px;
  }
  .global_product_detail {
    display: inline-block;
    width: 35%;
    vertical-align: middle;
  }
  .global_product_detail h3 {
    text-align: left;
    font-size: 1.5em;
  }
  .global_product_detail p {
    text-align: left;
    margin: 10px 0 0;
    font-size: 0.7em;
    line-height: 1.7em;
  }
  .global_product_detail .b_more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40%;
  }
}

#to_staff {
  box-sizing: border-box;
  background: #e6e7e7;
}

#to_staff h2 {
  margin: 0;
}

#to_staff p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

#to_staff #to_staff_maintext {
  display: block !important;
  line-height: 1.7em;
  margin: 0;
}

#to_staff_comment {
  color: #6a687c;
  margin-top: 20px;
}

#to_staff_comment a {
  color: #6a687c;
  text-decoration: underline;
  line-height: 1.7em;
}

#to_staff_submit {
  transition-duration: .2s;
}

#to_staff_submit:hover {
  opacity: 0.7;
}

#to_staff span.wpcf7-not-valid-tip {
  font-size: 0.8em;
  margin-top: 7px;
  text-align: left;
}

#to_staff div.wpcf7-response-output {
  box-sizing: border-box;
  margin: 15px auto 0;
  padding: 10px;
  background: #fff;
}

#to_staff div.wpcf7-mail-sent-ok {
  /*OK*/
}

#to_staff div.wpcf7-validation-errors {
  /*error*/
  border-color: #f00;
  color: #f00;
}

@media (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  #to_staff {
    padding: 70px 0 60px;
  }
  #to_staff h2 img {
    width: 316px;
  }
  #to_staff #to_staff_maintext {
    font-size: 0.9em;
    margin-top: 24px;
  }
  #to_staff_comment {
    font-size: 0.8em;
  }
  #to_staff_form {
    margin-top: 40px;
  }
  #to_staff_form textarea[name="your-message"] {
    width: 560px !important;
    height: 80px !important;
  }
  #to_staff_submit {
    width: 60px;
    margin-left: 30px;
  }
  #to_staff div.wpcf7-response-output {
    width: 660px;
  }
}

@media (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  #to_staff {
    padding: 40px 4% 30px;
  }
  #to_staff h2 img {
    width: 50%;
  }
  #to_staff #to_staff_maintext {
    font-size: 0.7em;
    margin-top: 24px;
  }
  #to_staff_comment {
    font-size: 0.7em;
    text-align: left;
  }
  #to_staff_form {
    margin-top: 20px;
  }
  #to_staff p {
    display: inline-block;
    vertical-align: middle;
  }
  #to_staff form p:nth-child(2) {
    width: 68% !important;
  }
  #to_staff form p:nth-child(3) {
    width: 14% !important;
    margin-left: 8%;
  }
  #to_staff_form textarea[name="your-message"] {
    width: 100% !important;
    height: 100px !important;
    font-size: 0.8em !important;
  }
  #to_staff_submit {
    width: 100%;
  }
  #to_staff div.wpcf7-response-output {
    font-size: 0.8em;
  }
}

/* 共通コンテンツ */
/*
	共通フッター インスタ・ショップリンク
*/
.global_footer_link {
  background-size: cover;
  background-repeat: none;
  background-position: center center;
}

.global_footer_link .list .blk {
  font-family: Vision-Thin !important;
}

.global_footer_link .list .blk .txt {
  margin-bottom: 4px;
  font-size: 16px;
}

.global_footer_link .list .blk a {
  display: block;
  border: solid 1px;
  line-height: 1.0em;
  position: relative;
  letter-spacing: 3px;
}

.global_footer_link .list .blk a .icon {
  vertical-align: middle;
  width: 8%;
  margin-right: 4%;
}

.global_footer_link .list .blk.insta {
  color: #fff;
}

.global_footer_link .list .blk.insta a {
  color: #fff;
  border-color: #fff;
}

.global_footer_link .list .blk.shop {
  color: #fff000;
}

.global_footer_link .list .blk.shop a {
  color: #fff000;
  border-color: #fff000;
}

@media (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  .global_footer_link {
    background-image: url("../img/global_footer_link.jpg");
    padding: 120px 0;
  }
  .global_footer_link .list .blk {
    display: inline-block;
    width: 40%;
    max-width: 400px;
    margin: 0 3%;
    vertical-align: top;
  }
  .global_footer_link .list .blk a {
    padding: 30px 0;
    font-size: 30px;
  }
}

@media (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  .global_footer_link {
    background-image: url("../img/global_footer_link_sp.jpg");
    padding: 80px 0;
  }
  .global_footer_link .list {
    width: 90%;
  }
  .global_footer_link .list .blk {
    margin-bottom: 20px;
  }
  .global_footer_link .list .blk:last-child {
    margin-bottom: 0;
  }
  .global_footer_link .list .blk a {
    padding: 24px 0;
    font-size: 26px;
  }
}

/*====================
フッター
====================*/
#b_scroll_top {
  display: none;
  position: fixed;
  z-index: 998;
}

@media screen and (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  #b_scroll_top {
    bottom: 20px;
    right: 20px;
  }
  #b_scroll_top img {
    width: 70px !important;
    height: auto !important;
  }
}

@media screen and (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  #b_scroll_top {
    bottom: 10px;
    right: 10px;
  }
  #b_scroll_top img {
    width: 46px !important;
    height: auto !important;
  }
}

#footer {
  box-sizing: border-box;
  margin: 0;
  background: #878d8d;
  font-family: Vision-Thin;
}

#footer_nav li {
  display: inline-block;
  vertical-align: middle;
}

#footer_nav li a {
  display: block;
  color: #fff;
}

#footer_nav li:nth-child(4) a {
  /*	width: auto;*/
}

#footer_copyright {
  margin: 20px 0 0;
}

#footer_copyright a {
  color: #fff;
}

@media screen and (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  #footer {
    padding: 30px 0;
  }
  #footer_logo {
    width: 76px;
  }
  #footer_nav {
    margin-top: 20px;
  }
  #footer_nav li {
    margin: 0 20px;
  }
  #footer_nav li a {
    font-size: 1.0em;
  }
  #footer_copyright {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  #footer {
    padding: 30px 0;
  }
  #footer_logo {
    width: 20%;
    height: auto;
    margin: 0 0 0;
  }
  #footer_nav {
    margin-top: 10px;
  }
  #footer_nav li {
    margin: 10px 14px;
  }
  #footer_nav li a {
    font-size: 0.9em;
  }
  #footer_copyright {
    font-size: 0.8em;
  }
}

/* footer */
/*====================
グローバルナビ
====================*/
#header {
  background: #fff;
  box-sizing: border-box;
}

#header #header_inner {
  position: relative;
  text-align: left;
}

#header #header_inner #header_logo {
  display: inline-block;
}

#header #header_inner #header_logo img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

#header #header_inner #nav_icon {
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#header #header_inner #nav_icon:hover {
  opacity: 0.5;
}

#header #header_inner #nav_icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #342c2b;
  left: 0;
  top: 50%;
}

#header #header_inner #nav_icon span:before, #header #header_inner #nav_icon span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #342c2b;
  left: 0;
}

.is-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

@media (min-width: 768px) {
  /* スマホサイズ以外での適応　*/
  #header #header_inner {
    max-width: 1180px;
    padding: 10px 0;
    margin: auto;
    box-sizing: border-box;
  }
  #header #header_inner #header_logo {
    width: 70px;
    height: auto;
  }
  #header #header_inner #nav_icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
  }
  #header #header_inner #nav_icon span:before {
    top: -10px;
  }
  #header #header_inner #nav_icon span:after {
    bottom: -10px;
  }
  #header #header_inner #header_sns {
    position: absolute;
    top: 27px;
    right: 65px;
    margin: auto;
    text-align: right;
    box-sizing: border-box;
  }
  #header #header_inner #header_sns a {
    display: inline-block;
    width: 34px;
    vertical-align: middle;
    margin-right: 8px;
  }
  #header #header_inner #header_sns a:last-child {
    margin-right: 0;
  }
  #header #header_inner #header_sns a img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  /* スマホサイズでの適応　*/
  body#home #header #header_logo {
    display: none;
  }
  #header #header_inner #header_sns {
    display: none;
  }
  #header #header_inner #header_logo {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 50px;
    z-index: 998;
  }
  #header #header_inner #nav_icon {
    position: fixed !important;
    top: 15px;
    right: 20px;
    z-index: 999;
    width: 30px;
    height: 30px;
  }
  #header #header_inner #nav_icon span:before {
    top: -10px;
  }
  #header #header_inner #nav_icon span:after {
    bottom: -10px;
  }
}

#header_nav_overflow {
  display: none;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#global_nav_area {
  right: -100%;
  overflow-y: scroll;
  font-family: Vision-Thin;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: fixed;
  height: 100%;
  background: rgba(237, 238, 238, 0.95);
  box-sizing: border-box;
  max-width: 1000px;
  width: 70%;
  z-index: 999;
  top: 0;
}

#global_nav_area #nav_icon_close {
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
}

#global_nav_area #nav_icon_close:before, #global_nav_area #nav_icon_close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  background: #342c2b;
}

#global_nav_area #nav_icon_close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#global_nav_area #nav_icon_close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#global_nav_area #nav_icon_close:hover {
  opacity: 0.5;
}

#global_nav_area #header_nav {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

#global_nav_area #header_nav .nav_main a {
  display: inline-block;
  box-sizing: border-box;
}

#global_nav_area #global_nav_sns a {
  display: inline-block;
  vertical-align: middle;
}

#global_nav_area #global_nav_sns a:last-child {
  margin-right: 0;
}

#global_nav_area #global_nav_sns a img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  #global_nav_area {
    padding: 100px 80px 0;
  }
  #global_nav_area #nav_icon_close {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }
  #global_nav_area #nav_icon_close:before, #global_nav_area #nav_icon_close:after {
    height: 40px;
  }
  #global_nav_area #header_nav .nav_main {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-bottom: 40px;
  }
  #global_nav_area #header_nav .nav_main a {
    font-size: 24px;
  }
  #global_nav_area #header_nav .nav_main .nav_sub_title {
    margin: 20px 0 -10px -10px;
    font-size: 16px;
  }
  #global_nav_area #header_nav .nav_main .nav_sub {
    padding-left: 0px;
    margin-top: 20px;
  }
  #global_nav_area #header_nav .nav_main .nav_sub li {
    margin-bottom: 10px;
  }
  #global_nav_area #header_nav .nav_main .nav_sub li:last-child {
    margin-bottom: 0;
  }
  #global_nav_area #header_nav .nav_main .nav_sub li a {
    font-size: 15px;
  }
  #global_nav_area #header_nav .nav_main .nav_sub li a .nav_sub_ja {
    font-size: 12px;
  }
  #global_nav_area #global_nav_sns {
    text-align: left;
    margin-top: 20px;
  }
  #global_nav_area #global_nav_sns a {
    width: 40px;
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  #global_nav_area {
    padding: 60px 5%;
  }
  #global_nav_area #nav_icon_close {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 20px;
  }
  #global_nav_area #nav_icon_close:before, #global_nav_area #nav_icon_close:after {
    height: 34px;
  }
  #global_nav_area #header_nav .nav_main {
    border-bottom: solid 1px #D9DBDB;
  }
  #global_nav_area #header_nav .nav_main:first-child {
    border-top: solid 1px #D9DBDB;
  }
  #global_nav_area #header_nav .nav_main a {
    font-size: 18px;
    padding: 10px 0;
    display: block;
  }
  #global_nav_area #header_nav .nav_main .nav_sub_title {
    margin: 0px 0 10px;
    font-size: 16px;
  }
  #global_nav_area #header_nav .nav_main .nav_sub {
    padding-left: 20px;
    margin: 0 0 14px;
  }
  #global_nav_area #header_nav .nav_main .nav_sub li {
    margin-bottom: 10px;
  }
  #global_nav_area #header_nav .nav_main .nav_sub li:last-child {
    margin-bottom: 0;
  }
  #global_nav_area #header_nav .nav_main .nav_sub li a {
    font-size: 15px;
    padding: 0;
  }
  #global_nav_area #header_nav .nav_main .nav_sub li a .nav_sub_ja {
    font-size: 12px;
  }
  #global_nav_area #global_nav_sns {
    margin-top: 20px;
  }
  #global_nav_area #global_nav_sns a {
    width: 40px;
    margin-right: 10px;
  }
}

* {
  box-sizing: border-box;
  font-weight: normal;
}

body {
  color: #333;
  letter-spacing: .1em;
  text-align: center;
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, p {
  margin: 0;
}

@media (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  .sp {
    display: none !important;
  }
}

@media (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  .pc {
    display: none !important;
  }
}

.banner_senko {
  display: none;
  position: fixed;
  z-index: 9998;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 94%;
  max-width: 1040px;
}

.banner_senko a:hover {
  opacity: 1;
}

.banner_senko .close {
  position: absolute;
  cursor: pointer;
  width: 22px;
  height: 22px;
}

.banner_senko .close::before, .banner_senko .close::after {
  content: "";
  display: block;
  width: 100%;
  /*バツ線の長さ*/
  height: 2px;
  /*バツ線の太さ*/
  background: #909090;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 1px);
  left: 14%;
}

.banner_senko .close::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

@media (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  .banner_senko .close {
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  .banner_senko .close {
    top: 5px;
    right: 5px;
  }
}

/*
	共通手帳タイプ別比較バナー
*/
.global_banner_1 {
  width: 94%;
  max-width: 1060px;
  margin: auto;
}

.global_banner_1 .blk {
  display: block;
}

.global_banner_1 .blk:hover {
  opacity: 1;
}

.global_banner_1 .blk .txt {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.8em;
}

.global_banner_1 .blk .b_more_child {
  margin-top: 20px;
}

.global_banner_1 .global_compare_sched {
  background-size: cover;
  background-repeat: none;
  background-position: center center;
}

.global_banner_1 .global_diagnosis {
  background: #E5E5E4;
  position: relative;
  border: solid 1px #858180;
  border-radius: 12px;
}

.global_banner_1 .global_diagnosis .top_img {
  position: absolute;
  width: 50%;
  max-width: 184px;
  left: 0;
  right: 0;
  margin: auto;
}

.global_banner_1 .global_diagnosis .inner {
  background: #fff;
  display: block;
}

@media (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  .global_banner_1 {
    padding: 80px 0 0px;
    overflow: hidden;
  }
  .global_banner_1 .blk {
    height: 264px;
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .global_banner_1 .blk:last-child {
    margin-right: 0;
  }
  .global_banner_1 .blk .title {
    font-size: 24px;
  }
  .global_banner_1 .global_compare_sched {
    padding-top: 60px;
    background-image: url("../img/global_compare_sched.jpg");
  }
  .global_banner_1 .global_diagnosis {
    padding: 25px;
    padding-bottom: 0;
  }
  .global_banner_1 .global_diagnosis .top_img {
    top: -40px;
  }
  .global_banner_1 .global_diagnosis .inner {
    height: 214px;
    padding-top: 40px;
  }
}

@media (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  .global_banner_1 {
    padding: 40px 0 0px;
  }
  .global_banner_1 .blk {
    margin-bottom: 60px;
  }
  .global_banner_1 .blk:last-child {
    margin-bottom: 0;
  }
  .global_banner_1 .blk .title {
    font-size: 20px;
  }
  .global_banner_1 .global_compare_sched {
    background-image: url("../img/global_compare_sched_sp.jpg");
    padding: 40px 0;
  }
  .global_banner_1 .global_diagnosis {
    padding: 20px;
  }
  .global_banner_1 .global_diagnosis .top_img {
    top: -40px;
  }
  .global_banner_1 .global_diagnosis .inner {
    padding: 30px 0 20px;
  }
}

/*
	共通手帳HOW TO USE
*/
.global_howto_sched .list .blk {
  display: block;
  position: relative;
  height: 100%;
}

.global_howto_sched .list .blk:last-child {
  margin: 0;
}

.global_howto_sched .list .blk .txt_area {
  padding-left: 13%;
  color: #555;
  text-align: left;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

.global_howto_sched .list .blk .txt_area .inner .title {
  line-height: 1.3em;
  font-size: 20px;
}

.global_howto_sched .list .blk .txt_area .inner .txt {
  line-height: 1.0em;
  font-size: 11px;
  margin-top: 10px;
}

.global_howto_sched .list .blk .txt_area:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 10px 0 10px 16px;
  left: 4%;
  margin-top: -10px;
}

.global_howto_sched .list .blk:nth-child(2) .txt_area .title {
  font-size: 17px;
}

@media (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  .global_howto_sched .title {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  .global_howto_sched .list .blk {
    max-width: 508px;
    display: inline-block;
  }
}

@media (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  .global_howto_sched .list .blk {
    margin-bottom: 20px;
  }
}

/*
	LINE UPレイアウト
*/
.linup_1 .list .blk {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.linup_1 .list .blk:last-child {
  margin-bottom: 0;
}

.linup_1 .list .blk .txt_area {
  position: absolute;
  text-align: left;
  width: 100%;
}

.linup_1 .list .blk .txt_area .title .sub {
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.linup_1 .list .blk .txt_area .icon_more {
  border: solid 1px;
  position: relative;
  text-align: center;
  border-color: #4c4645;
  margin-top: 20px;
}

.linup_1 .list .blk .txt_area .icon_more:before {
  border-color: #4c4645;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  .linup_1 .list .blk {
    vertical-align: top;
  }
  .linup_1 .list .blk:last-child {
    margin-right: 0;
  }
  .linup_1 .list .blk .txt_area {
    bottom: 45px;
    padding-left: 7%;
  }
  .linup_1 .list .blk .txt_area .title .sub {
    font-size: 17px;
  }
  .linup_1 .list .blk .txt_area .title .img {
    margin-top: 20px;
  }
  .linup_1 .list .blk .txt_area .icon_more {
    font-size: 16px;
    padding: 8px 1% 8px 0;
    border-radius: 6px;
    width: 124px;
  }
  .linup_1 .list .blk.pencase .title img {
    width: 28%;
  }
  .linup_1 .list .blk.sched .title img {
    width: 33%;
  }
  .linup_1 .list .blk.lognote .title img {
    width: 35%;
  }
  .linup_1 .list .blk.note .title img {
    width: 27%;
  }
  .linup_1 .list .blk.lightnote .title img {
    width: 34%;
  }
  .linup_1 .list .blk.accessories .title img {
    width: 28%;
  }
  .linup_1 .list .blk.notebook .title img {
    width: 36%;
  }
}

@media (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  .linup_1 .list .blk {
    margin-bottom: 20px;
  }
  .linup_1 .list .blk:last-child {
    margin-bottom: 0;
  }
  .linup_1 .list .blk .txt_area {
    bottom: 24px;
    padding-left: 5%;
  }
  .linup_1 .list .blk .txt_area .title .sub {
    font-size: 10px;
    letter-spacing: 2px;
  }
  .linup_1 .list .blk .txt_area .title .img {
    margin-top: 10px;
  }
  .linup_1 .list .blk .txt_area .icon_more {
    font-size: 12px;
    padding: 6px 1% 6px 0;
    border-radius: 4px;
    width: 30%;
    margin-top: 14px;
  }
  .linup_1 .list .blk.pencase .title img {
    width: 48%;
  }
  .linup_1 .list .blk.sched .title img {
    width: 54%;
  }
  .linup_1 .list .blk.lognote .title img {
    width: 56%;
  }
  .linup_1 .list .blk.note .title img {
    width: 44%;
  }
  .linup_1 .list .blk.lightnote .title img {
    width: 55%;
  }
  .linup_1 .list .blk.accessories .title img {
    width: 48%;
  }
  .linup_1 .list .blk.notebook .title img {
    width: 60%;
  }
}

.lineup_2 .blk {
  padding-bottom: 30px;
}

.lineup_2 .blk .name {
  font-family: Vision-Thin !important;
  margin-top: 10px;
}

.lineup_2 .blk .name .sub {
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 4px;
}

.lineup_2 .blk .start_month {
  margin-top: 10px;
}

.lineup_2 .blk .start_month .month {
  background: #fff;
  display: inline-block;
  line-height: 1.0em;
  font-size: 11px;
  padding: 4px 10px;
  vertical-align: top;
  position: relative;
}

.lineup_2 .blk .start_month .month .note {
  position: absolute;
  bottom: -1.5em;
  left: 0;
  width: 100%;
  z-index: 999;
}

.lineup_2 .blk .start_month .note {
  font-size: 11px;
  margin-top: 10px;
}

.lineup_2 .blk .b_more, .lineup_2 .blk .b_more_child {
  margin-top: 20px;
}

@media (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  .lineup_2 .blk {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin: 0 1%;
  }
  .lineup_2 .blk.pc_w100 {
    width: 100%;
    margin: 0;
  }
  .lineup_2 .blk .name {
    font-size: 20px;
  }
  .lineup_2 .blk .name .sub {
    font-size: 12px;
  }
  .lineup_2 .blk .img {
    display: table-cell;
    vertical-align: middle;
    width: 9999px;
  }
  .lineup_2.sched_w .blk .img {
    height: 190px;
  }
  .lineup_2.sched_m .blk .img {
    height: 146px;
  }
  .lineup_2.note_accessories .blk:nth-child(1) {
    width: 44%;
  }
  .lineup_2.note_accessories .blk:nth-child(2), .lineup_2.note_accessories .blk:nth-child(3) {
    width: 18%;
  }
  .lineup_2.sched_all .blk:nth-child(3) {
    width: 20%;
  }
  .lineup_2.sched_all .blk:nth-child(3) .img img {
    width: 46%;
  }
}

@media (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  .lineup_2 .blk {
    margin: 0 auto 40px;
  }
  .lineup_2 .blk .name {
    font-size: 18px;
  }
  .lineup_2 .blk .name .sub {
    font-size: 11px;
  }
  .lineup_2 .blk .img img {
    width: 86%;
  }
  .lineup_2 .blk:last-child {
    margin-bottom: 0;
  }
  .lineup_2.note_accessories .blk:nth-child(2), .lineup_2.note_accessories .blk:nth-child(3) {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin: 0;
  }
  .lineup_2.note_accessories .blk:nth-child(2) .img img, .lineup_2.note_accessories .blk:nth-child(3) .img img {
    width: 54%;
  }
  .lineup_2.sched_all .blk:nth-child(3) .img img {
    width: 28%;
  }
  .lineup_2.swiper-wrapper .blk {
    margin: 0 auto;
  }
  .lineup_2.swiper-wrapper .blk .img {
    display: table-cell;
    vertical-align: middle;
    width: 9999px;
  }
  .lineup_2.swiper-wrapper .blk .img img {
    width: 96%;
  }
  .lineup_2.swiper-wrapper.sched_w .blk .img {
    height: 160px;
  }
  .lineup_2.swiper-wrapper.sched_m .blk .img {
    height: 130px;
  }
}

.lineup_3 .list_blk:last-child {
  margin-bottom: 0;
}

.lineup_3 .list_blk .list .blk a {
  display: block;
}

.lineup_3 .list_blk .list .blk .img, .lineup_3 .list_blk .list .blk .txt_area {
  display: inline-block;
  vertical-align: top;
}

.lineup_3 .list_blk .list .blk .txt_area {
  text-align: left;
}

.lineup_3 .list_blk .list .blk .txt_area .name {
  font-family: Vision-Thin !important;
}

.lineup_3 .list_blk .list .blk .txt_area .name .sub {
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  margin-top: 10px;
}

.lineup_3 .list_blk .list .blk .txt_area .txt {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5em;
}

.lineup_3 .list_blk .b_more {
  margin-top: 40px;
}

@media (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  .lineup_3 .list_blk {
    margin-bottom: 80px;
  }
  .lineup_3 .list_blk .item_title img {
    height: 46px;
  }
  .lineup_3 .list_blk .list .blk {
    display: inline-block;
    vertical-align: top;
    width: 30%;
  }
  .lineup_3 .list_blk .list .blk .img {
    width: 45%;
  }
  .lineup_3 .list_blk .list .blk .txt_area {
    width: 50%;
  }
  .lineup_3 .list_blk .list .blk .txt_area .name {
    font-size: 28px;
  }
}

@media (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  .lineup_3 .list_blk {
    margin-bottom: 80px;
  }
  .lineup_3 .list_blk .item_title img {
    height: 70px;
  }
  .lineup_3 .list_blk .list .blk {
    margin-bottom: 30px;
  }
  .lineup_3 .list_blk .list .blk:last-child {
    margin-bottom: 0;
  }
  .lineup_3 .list_blk .list .blk .img {
    width: 40%;
  }
  .lineup_3 .list_blk .list .blk .txt_area {
    width: 55%;
  }
  .lineup_3 .list_blk .list .blk .txt_area .name {
    font-size: 24px;
  }
}

/*-----------------------
	TOP
------------------------*/
@media (max-width: 37.5em) {
  body#home {
    /* スマホサイズでの適応　*/
  }
  body#home #container {
    padding-top: 0;
  }
}

body#home #main_top {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

body#home #main_top #top_logo {
  position: absolute;
  z-index: 999;
  display: table;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  top: 0;
}

body#home #main_top #top_logo div {
  display: table-cell;
  vertical-align: middle;
}

body#home #main_top #top_logo div img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

body#home #main_top .kv {
  position: absolute;
  z-index: 998;
  background-size: cover;
  background-position: center center;
  background-repeat: none;
}

@media (min-width: 768px) {
  body#home {
    /* スマホサイズ以外での適応　*/
  }
  body#home #main_top {
    height: calc(100vh - 93px);
  }
  body#home #main_top #top_logo {
    max-width: 300px;
  }
  body#home #main_top .kv.kv_1 {
    width: 46%;
    left: 0;
    top: 0;
    height: 95%;
    background-image: url("../img/index/kv_1.jpg?v7");
  }
  body#home #main_top .kv.kv_2 {
    width: 53.5%;
    right: 0;
    bottom: 0;
    height: 96%;
    background-image: url("../img/index/kv_2.jpg?v7");
  }
}

@media (max-width: 768px) {
  body#home {
    /* スマホサイズでの適応　*/
  }
  body#home #main_top {
    margin: 0px auto 0;
    width: 100%;
    height: 92.5vh;
  }
  body#home #main_top #top_logo {
    width: 34%;
  }
  body#home #main_top #top_logo img {
    margin-top: -74%;
  }
  body#home #main_top .kv.kv_1 {
    top: 0%;
    left: 0;
    width: 90%;
    height: 40%;
    background-image: url("../img/index/kv_1_sp.jpg?v7");
  }
  body#home #main_top .kv.kv_2 {
    bottom: 2%;
    right: 0%;
    width: 90%;
    height: 55%;
    background-image: url("../img/index/kv_2_sp.jpg?v7");
  }
}

body#home .media {
  position: relative;
}

body#home .media .media_list {
  width: 94%;
  max-width: 1020px;
  margin: auto;
  border-top: solid 1px #ddd;
}

body#home .media .media_list .li {
  display: block;
  box-sizing: border-box;
  border-bottom: solid 1px #ddd;
  color: #555;
}

body#home .media .media_list .li .time {
  display: block;
  line-height: 1.7em;
  text-align: left;
}

body#home .media .media_list .li .txt {
  line-height: 1.7em;
  text-align: left;
}

body#home .media .media_list .li .txt a {
  color: #96A4B8;
  text-decoration: underline;
}

body#home .media .media_list.media_list_more {
  display: none;
  border-top: none;
}

body#home .media .icon_more {
  width: 100px;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/index/icon_more.png) no-repeat center;
  background-size: contain;
}

@media (min-width: 37.5em) {
  body#home .media {
    padding: 20px 0 120px;
  }
  body#home .media .media_list .li {
    overflow: hidden;
  }
  body#home .media .media_list .li .time,
  body#home .media .media_list .li .txt {
    float: left;
    font-size: 14px;
    padding: 20px 0;
  }
  body#home .media .media_list .li .time {
    width: 250px;
    padding-left: 50px;
  }
  body#home .media .media_list .li .txt {
    width: 770px;
    padding-right: 50px;
  }
  body#home .media .icon_more {
    bottom: 80px;
  }
  body#home .media .icon_more:hover {
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
}

@media (max-width: 37.5em) {
  body#home .media {
    padding: 20px 0 70px;
  }
  body#home .media .media_list .li {
    padding: 18px 5%;
  }
  body#home .media .media_list .li .time {
    font-size: 12px;
    color: #888;
  }
  body#home .media .media_list .li .txt {
    font-size: 13px;
    margin-top: 5px;
  }
  body#home .media .icon_more {
    bottom: 40px;
  }
}

body#home .concept {
  background: #edf4f4;
}

body#home .concept .concept_detail {
  box-sizing: border-box;
  position: relative;
}

body#home .concept .concept_detail .concept_detail_title {
  font-weight: normal;
  margin: 0;
  letter-spacing: 0.2em;
}

body#home .concept .concept_list {
  box-sizing: border-box;
}

body#home .concept .concept_list ul li {
  display: inline-block;
  vertical-align: top;
}

body#home .concept .concept_list ul li img {
  width: 100%;
  vertical-align: top;
}

@media (min-width: 37.5em) {
  body#home {
    /* スマホサイズ以外での適応　*/
  }
  body#home .concept .concept_detail .concept_detail_title {
    font-size: 24px;
    margin-top: 36px;
    -webkit-font-smoothing: antialiased;
  }
  body#home .concept .concept_detail p {
    margin: 34px 0 0;
    font-size: 0.9em;
    line-height: 2.0em;
  }
  body#home .concept .concept_detail .b_more {
    margin-top: 40px;
  }
  body#home .concept .concept_list {
    margin: 60px 0 80px;
  }
  body#home .concept .concept_list ul li {
    width: 90px;
    margin: 0 60px;
  }
}

@media (max-width: 37.5em) {
  body#home {
    /* スマホサイズでの適応　*/
  }
  body#home .concept .concept_detail .concept_detail_title {
    font-size: 18px;
    margin-top: 30px;
  }
  body#home .concept .concept_detail p {
    margin: 20px 5% 0;
    font-size: 0.8em;
    line-height: 2.0em;
  }
  body#home .concept .concept_detail .b_more {
    margin-top: 20px;
  }
  body#home .concept .concept_list {
    margin: 40px 0 60px;
  }
  body#home .concept .concept_list ul li {
    width: 18%;
    margin: 0 3%;
  }
}

body#home .fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}

body#home .fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

body#home #concept_list li:nth-child(2).fadein {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

body#home #concept_list li:nth-child(3).fadein {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

/*-----------------------
フォーマット診断
------------------------*/
body#diagnosis .choose_wrap {
  width: 94%;
  max-width: 1080px;
  background: #E5E5E4;
  margin: auto auto 80px;
  position: relative;
  border: solid 1px #858180;
}

body#diagnosis .choose_wrap .top_img {
  position: absolute;
  width: 50%;
  max-width: 420px;
  left: 0;
  right: 0;
  margin: auto;
}

body#diagnosis .choose_wrap .choose_inner {
  background: #fff;
}

body#diagnosis .choose_wrap .choose_inner .main_title {
  font-size: 24px;
}

body#diagnosis .choose_wrap .choose_inner .main_txt {
  margin-top: 20px;
  line-height: 1.7em;
}

body#diagnosis .choose_wrap .choose_inner .choose_box {
  margin-top: 50px;
}

body#diagnosis .choose_wrap .choose_inner .choose_box .blk_q {
  display: none;
  background: #E5E5E4;
  margin-top: 30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

body#diagnosis .choose_wrap .choose_inner .choose_box .blk_q:first-child {
  margin-top: 0;
}

body#diagnosis .choose_wrap .choose_inner .choose_box .blk_q#q_1 {
  display: block;
}

body#diagnosis .choose_wrap .choose_inner .choose_box .blk_q.end {
  opacity: 0.5;
  pointer-events: none;
}

body#diagnosis .choose_wrap .choose_inner .choose_box .blk_q .title .no {
  font-family: Vision-Thin !important;
  font-size: 34px;
  margin-bottom: 20px;
}

body#diagnosis .choose_wrap .choose_inner .choose_box .blk_q .title .underline {
  border-bottom: solid 1px #aaa;
  line-height: 1.7em;
}

body#diagnosis .choose_wrap .choose_inner .choose_box .blk_q .list {
  margin-top: 30px;
}

body#diagnosis .choose_wrap .choose_inner .choose_box .blk_q .list .li {
  display: inline-block;
  line-height: 1.5em;
  margin: 0 15px 15px 0;
  cursor: pointer;
  padding-left: 30px;
  text-indent: -30px;
}

body#diagnosis .choose_wrap .choose_inner .choose_box .blk_q .list .li:last-child {
  margin-right: 0;
}

body#diagnosis .choose_wrap .choose_inner .choose_box .blk_q .list .li .check {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 1px #221714;
  vertical-align: sub;
  margin-right: 8px;
  position: relative;
}

body#diagnosis .choose_wrap .choose_inner .choose_box .blk_q .list .li .check::before {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

body#diagnosis .choose_wrap .choose_inner .choose_box .blk_q .list .li .check.on::before {
  background: url(../img/diagnosis/check@2x.png) no-repeat;
  background-size: contain;
}

body#diagnosis .choose_wrap .choose_inner .b_area {
  margin-top: 30px;
}

body#diagnosis .choose_wrap .choose_inner .b_area .b_next {
  cursor: pointer;
  width: 180px;
}

body#diagnosis .choose_wrap .choose_inner .b_area .b_next#b_result {
  background: #F4B400;
  border-color: #F4B400;
}

body#diagnosis .choose_wrap .choose_inner .b_area .b_next#b_result:hover {
  background: #fff;
  border-color: #3f3e39;
}

body#diagnosis .choose_wrap .choose_inner .b_area #b_restart {
  display: inline-block;
  font-size: 12px;
  margin-top: 30px;
  position: relative;
  padding: 7px 20px 0 0;
}

body#diagnosis .choose_wrap .choose_inner .b_area #b_restart::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 16px;
  background: url(../img/diagnosis/icon_restart@2x.png) no-repeat;
  background-size: contain;
}

@media (min-width: 37.5em) {
  body#diagnosis {
    /* スマホサイズ以外での適応　*/
  }
  body#diagnosis .choose_wrap {
    padding: 60px 4%;
    border-radius: 16px;
    margin-top: 100px;
  }
  body#diagnosis .choose_wrap .top_img {
    top: -70px;
  }
  body#diagnosis .choose_wrap .choose_inner {
    padding: 80px 4%;
  }
  body#diagnosis .choose_wrap .choose_inner .main_txt {
    font-size: 14px;
  }
  body#diagnosis .choose_wrap .choose_inner .blk_q {
    padding: 50px 3%;
  }
  body#diagnosis .choose_wrap .choose_inner .blk_q .title .underline {
    font-size: 18px;
  }
  body#diagnosis .choose_wrap .choose_inner .blk_q .list .li {
    font-size: 16px;
  }
}

@media (max-width: 37.5em) {
  body#diagnosis {
    /* スマホサイズでの適応　*/
  }
  body#diagnosis .choose_wrap {
    padding: 30px 2%;
    border-radius: 8px;
    margin-top: 60px;
  }
  body#diagnosis .choose_wrap .top_img {
    top: -28px;
  }
  body#diagnosis .choose_wrap .choose_inner {
    padding: 60px 6%;
  }
  body#diagnosis .choose_wrap .choose_inner .main_txt {
    font-size: 12px;
    text-align: left;
  }
  body#diagnosis .choose_wrap .choose_inner .blk_q {
    padding: 30px 8%;
  }
  body#diagnosis .choose_wrap .choose_inner .blk_q .title .underline {
    font-size: 14px;
  }
  body#diagnosis .choose_wrap .choose_inner .blk_q .list {
    text-align: left;
  }
  body#diagnosis .choose_wrap .choose_inner .blk_q .list .li {
    font-size: 14px;
  }
}

body#diagnosis.result .choose_wrap {
  margin-bottom: 0 !important;
}

body#diagnosis.result .result_title {
  font-size: 20px;
}

body#diagnosis.result .result_title::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/diagnosis/icon_loupe@2x.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
}

body#diagnosis.result .result_item_name {
  margin: 20px 0 0;
}

body#diagnosis.result .result_item_name img {
  width: 90%;
  max-width: 578px;
}

body#diagnosis.result .result_img {
  margin: 10px 0 0;
}

body#diagnosis.result .result_img img {
  width: 96%;
  max-width: 640px;
}

body#diagnosis.result .main {
  text-align: left;
  margin: 30px auto 0;
  width: 90%;
  max-width: 530px;
}

body#diagnosis.result .main .title {
  font-size: 18px;
}

body#diagnosis.result .main .title .underline {
  border-bottom: solid 1px #aaa;
  line-height: 1.7em;
}

body#diagnosis.result .main .checklist {
  margin-top: 20px;
}

body#diagnosis.result .main .checklist li {
  font-size: 15px;
  line-height: 1.7em;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}

body#diagnosis.result .main .checklist li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../img/diagnosis/check_result@2x.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}

body#diagnosis.result .main .checklist li:last-child {
  margin-bottom: 0;
}

body#diagnosis.result .detail {
  margin: 30px auto;
  border: solid 1px #555;
  width: 96%;
  max-width: 640px;
}

body#diagnosis.result .detail .txt {
  line-height: 2.0em;
  text-align: left;
}

body#diagnosis.result .result_lineup {
  margin-top: 80px;
}

body#diagnosis.result .result_lineup .title {
  font-size: 22px;
  margin-bottom: 20px;
}

body#diagnosis.result .lineup_format {
  padding-bottom: 0;
}

body#diagnosis.result .lineup_format .title {
  font-size: 22px;
  margin-bottom: 20px;
}

@media (min-width: 37.5em) {
  body#diagnosis {
    /* スマホサイズ以外での適応　*/
  }
  body#diagnosis.result .detail {
    padding: 30px 5%;
  }
  body#diagnosis.result .detail .txt {
    font-size: 14px;
  }
  body#diagnosis.result .lineup_format .lineup_list .blk {
    width: 48%;
    margin-right: 4%;
  }
  body#diagnosis.result .lineup_format .lineup_list .blk:last-child {
    margin-right: 0;
  }
  body#diagnosis.result .result_lineup .blk {
    width: 40%;
    margin-right: 30px;
  }
  body#diagnosis.result .result_lineup .blk:last-child {
    margin-right: 0;
  }
  body#diagnosis.result .result_lineup .blk .img {
    width: 40%;
  }
  body#diagnosis.result .result_lineup .blk .txt_area {
    width: 55%;
  }
  body#diagnosis.result .result_lineup .blk .txt_area .name .sub {
    margin-top: 5px !important;
  }
}

@media (max-width: 37.5em) {
  body#diagnosis {
    /* スマホサイズでの適応　*/
  }
  body#diagnosis.result .detail {
    padding: 15px 5%;
  }
  body#diagnosis.result .detail .txt {
    font-size: 12px;
  }
  body#diagnosis.result .lineup_format .lineup_list {
    width: 94%;
  }
}

.grobal_sched_cover a {
  display: block;
  margin: auto;
  width: 94%;
  max-width: 940px;
  overflow: hidden;
  background: #f4f3cb;
}

.grobal_sched_cover a .img img {
  vertical-align: top;
}

.grobal_sched_cover a .detail .title {
  font-size: 24px;
}

.grobal_sched_cover a .detail .txt {
  font-size: 12px;
  line-height: 1.7em;
  margin: 20px 0;
}

@media (min-width: 37.5em) {
  /* スマホサイズ以外での適応　*/
  .grobal_sched_cover a .img {
    width: 58%;
    float: left;
  }
  .grobal_sched_cover a .detail {
    width: 42%;
    float: left;
    padding-top: 60px;
  }
}

@media (max-width: 37.5em) {
  /* スマホサイズでの適応　*/
  .grobal_sched_cover a .detail {
    padding: 20px 0;
  }
}

/*-----------------------
カバー一覧ページ
------------------------*/
body#products_sched_cover .cover_list {
  width: 94%;
  max-width: 880px;
  margin: 50px auto 0;
}

body#products_sched_cover .cover_list .blk {
  margin-bottom: 80px;
  display: block;
}

body#products_sched_cover .cover_list .blk .img_main {
  width: 100%;
}

body#products_sched_cover .cover_list .blk .name {
  font-family: Vision-Thin !important;
  font-size: 30px;
  margin-top: 20px;
}

body#products_sched_cover .cover_list .blk .name .sub {
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  margin-top: 5px;
}

body#products_sched_cover .cover_list .blk .name .limited span {
  display: inline-block;
  background: #fde400;
  font-size: 14px;
  padding: 2px 4px 0px;
}

body#products_sched_cover .cover_list .blk .txt {
  margin: 20px 0;
  text-align: left;
  font-size: 13px;
  line-height: 1.7em;
}

body#products_sched_cover .cover_list .blk .b_more_child {
  width: 80%;
  max-width: 214px;
  margin-top: 30px;
}

@media (min-width: 37.5em) {
  body#products_sched_cover {
    /* スマホサイズ以外での適応　*/
  }
  body#products_sched_cover .page_title {
    margin-bottom: 140px;
  }
  body#products_sched_cover .cover_list {
    overflow: hidden;
  }
  body#products_sched_cover .cover_list .blk {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  body#products_sched_cover .cover_list .blk:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 37.5em) {
  body#products_sched_cover {
    /* スマホサイズでの適応　*/
  }
  body#products_sched_cover .page_title {
    margin-bottom: 70px;
  }
}

/*-----------------------
CONCEPT
------------------------*/
body#concept {
  /*ノート*/
}

body#concept #main_top {
  box-sizing: border-box;
}

body#concept #main {
  background: #fff380;
  box-sizing: border-box;
}

body#concept #main_textarea {
  color: #555555;
}

body#concept #main_textarea h2 {
  font-weight: normal;
  margin: 0;
  letter-spacing: 0.2em;
  color: #222222;
}

body#concept #main_textarea p {
  margin: 0;
  text-align: left;
  color: #444444;
}

body#concept #main_textarea p img {
  width: 100%;
}

@media (min-width: 37.5em) {
  body#concept {
    /* スマホサイズ以外での適応　*/
  }
  body#concept #main_top {
    height: 470px;
    margin: 0;
    background: url("../img/concept/main_top_pc.jpg?v4") no-repeat center center;
    background-size: cover;
  }
  body#concept #main {
    padding: 80px 0;
  }
  body#concept #main_logo {
    vertical-align: middle;
    width: 200px;
    margin-right: 120px;
  }
  body#concept #main_textarea {
    text-align: left;
    display: inline-block;
    width: 390px;
    vertical-align: middle;
  }
  body#concept #main_textarea h2 {
    text-indent: -0.5em;
    font-size: 22px;
  }
  body#concept #main_textarea p {
    margin-top: 40px;
    font-size: 15px;
    line-height: 1.9em;
  }
  body#concept #main_textarea p img {
    margin-top: 20px;
  }
}

@media (max-width: 37.5em) {
  body#concept {
    /* スマホサイズでの適応　*/
  }
  body#concept #main_top {
    height: 280px;
    margin: 0;
    background: url("../img/concept/main_top_sp.jpg?v4") no-repeat center center;
    background-size: cover;
  }
  body#concept #main {
    padding: 40px 0;
  }
  body#concept #main_logo {
    width: 32%;
  }
  body#concept #main_textarea {
    width: 84%;
    margin: 20px auto 0;
  }
  body#concept #main_textarea h2 {
    font-size: 18px;
  }
  body#concept #main_textarea p {
    margin-top: 24px;
    font-size: 0.75em;
    line-height: 1.7em;
  }
  body#concept #main_textarea p img {
    margin-top: 15px;
  }
}

body#concept #concept_list {
  box-sizing: border-box;
  margin: 0 auto;
}

body#concept #concept_list ul {
  margin: 0 auto;
}

body#concept #concept_list ul li {
  box-sizing: border-box;
  border-bottom: solid 1px #DCDDDD;
  color: #555555;
}

body#concept #concept_list ul li:last-child {
  border: none;
}

body#concept #concept_list ul li h2 {
  color: #222222;
  text-align: left;
  line-height: 1.7em;
  font-weight: normal;
}

body#concept #concept_list ul li p {
  text-align: left;
  color: #555555;
}

body#concept #concept_img img {
  width: 100%;
}

@media (min-width: 37.5em) {
  body#concept {
    /* スマホサイズ以外での適応　*/
  }
  body#concept #concept_list {
    padding: 90px 0;
  }
  body#concept #concept_list .contents_title img {
    height: 60px;
  }
  body#concept #concept_list ul {
    margin-top: 30px;
    width: 880px;
  }
  body#concept #concept_list ul li {
    padding: 40px 0 40px 77px;
    text-align: left;
  }
  body#concept #concept_list ul li .concept_list_img {
    width: 124px;
    height: auto;
    margin-right: 130px;
    vertical-align: middle;
  }
  body#concept #concept_list ul li .concept_detail {
    display: inline-block;
    vertical-align: middle;
    width: 500px;
  }
  body#concept #concept_list ul li h2 {
    margin: 10px 0 0;
    font-size: 1.2em;
  }
  body#concept #concept_list ul li p {
    font-size: 0.85em;
    margin-top: 25px;
    line-height: 2.2em;
  }
  body#concept #concept_img {
    margin: 30px auto 80px;
    width: 1280px;
  }
}

@media (max-width: 37.5em) {
  body#concept {
    /* スマホサイズでの適応　*/
  }
  body#concept #concept_list {
    padding: 60px 0;
  }
  body#concept #concept_list .contents_title img {
    width: 86%;
    height: auto;
  }
  body#concept #concept_list ul {
    width: 90%;
    margin-top: 20px;
  }
  body#concept #concept_list ul li {
    padding: 40px 3%;
  }
  body#concept #concept_list ul li .concept_list_img {
    width: 36%;
    height: auto;
  }
  body#concept #concept_list ul li h2 {
    margin: 20px 0 0;
    font-size: 1.0em;
  }
  body#concept #concept_list ul li p {
    font-size: 0.8em;
    margin-top: 15px;
    line-height: 1.5em;
  }
  body#concept #concept_img {
    margin: 0px auto 50px;
  }
}

body#concept #products {
  background: #eceded;
}

body#concept #products section:last-child {
  margin-bottom: 0;
}

body#concept #products .products_top {
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

body#concept #products_sched .products_top {
  background-image: url("../img/index/products_top_sched.jpg");
}

body#concept #products_note .products_top {
  background-image: url("../img/index/products_top_note.jpg");
}

body#concept #products section h2 {
  margin: 0;
  font-weight: normal;
  line-height: 1.0em;
}

body#concept #products section h2 img {
  vertical-align: top;
}

body#concept #products ul li {
  box-sizing: border-box;
}

body#concept #products ul li a {
  display: block;
  color: #333333;
}

body#concept #products section ul li .products_img_area {
  position: relative;
}

body#concept #products section ul li .products_img_sub {
  position: absolute;
}

body#concept #products section ul li .products_name {
  color: #6b6362;
  margin: 0;
  font-family: Vision-Thin;
  font-weight: normal;
}

body#concept #products section ul li p {
  margin: 0;
}

body#concept #products section ul li .products_list_block {
  display: inline-block;
  vertical-align: top;
}

body#concept #products_note .products_note_accessories .products_list_block {
  width: 33%;
}

body#concept #products_note .products_note_accessories .products_list_block .products_img {
  width: 100%;
}

body#concept #products_note .products_note_accessories .products_name, body#concept #products_note .products_note_accessories p {
  letter-spacing: 0;
}

@media (min-width: 37.5em) {
  body#concept {
    /* スマホサイズ以外での適応　*/
    /*手帳*/
    /*ノート*/
  }
  body#concept #products {
    padding: 40px 0 80px 0;
  }
  body#concept #products section {
    margin: 0 0 80px;
  }
  body#concept #products section .products_top {
    height: 34vh;
    min-height: 330px;
  }
  body#concept #products section h2 {
    margin: 40px 0 0;
  }
  body#concept #products section h2 img {
    height: 52px;
  }
  body#concept #products section ul {
    margin-top: 50px;
  }
  body#concept #products ul li {
    display: inline-block;
    margin: 0 24px;
  }
  body#concept #products section ul li .products_img {
    width: 275px;
  }
  body#concept #products section ul li .products_img_sub {
    width: 80px;
    top: 0px;
  }
  body#concept #products section ul li .products_name {
    font-size: 26px;
  }
  body#concept #products section ul li p {
    font-size: 14px;
    margin-top: 7px;
  }
  body#concept #products_sched ul li {
    vertical-align: top;
  }
  body#concept #products_sched ul li .products_img_sub {
    left: -40px;
  }
  body#concept #products_note ul li {
    vertical-align: middle;
    margin: 0 -10px;
  }
  body#concept #products_note ul li .products_img_sub {
    left: -30px;
  }
  body#concept #products_note .products_note_accessories {
    width: 520px;
  }
  body#concept #products_note .products_note_accessories .products_name {
    font-size: 14px;
  }
  body#concept #products_note .products_note_accessories p {
    font-size: 11px;
  }
  body#concept #products .b_more {
    width: 124px;
    margin-top: 40px;
  }
}

@media (max-width: 37.5em) {
  body#concept {
    /* スマホサイズでの適応　*/
    /*手帳*/
    /*ノート*/
  }
  body#concept #products {
    padding: 50px 0;
  }
  body#concept #products section {
    padding: 0 0 50px;
  }
  body#concept #products section .products_top {
    height: 30vh;
  }
  body#concept #products section h2 {
    margin: 20px 0 0;
  }
  body#concept #products section h2 img {
    width: 80%;
  }
  body#concept #products section .contents_title img {
    height: auto;
  }
  body#concept #products section ul {
    margin-top: 30px;
  }
  body#concept #products ul li {
    width: 90%;
    margin: 0 auto 30px;
  }
  body#concept #products section ul li .products_img {
    width: 60%;
  }
  body#concept #products section ul li .products_img_sub {
    top: 0px;
    left: 5%;
    width: 20%;
  }
  body#concept #products section ul li .products_name {
    font-size: 24px;
  }
  body#concept #products section ul li p {
    font-size: 12px;
    margin-top: 5px;
  }
  body#concept #products_sched ul li {
    display: inline-block;
    width: 48%;
    margin: 0;
  }
  body#concept #products_sched ul li .products_img {
    width: 90% !important;
    margin-left: 8% !important;
  }
  body#concept #products_sched ul li .products_img_sub {
    left: 0% !important;
    width: 25% !important;
  }
  body#concept #products_note .products_note_main .products_img {
    margin-left: 12%;
  }
  body#concept #products_note .products_note_accessories {
    width: 100%;
  }
  body#concept #products_note .products_note_accessories .products_name {
    font-size: 12px;
  }
  body#concept #products_note .products_note_accessories p {
    font-size: 11px;
  }
  body#concept #products .b_more {
    width: 40%;
    margin-top: 30px;
  }
}

/*-----------------------
手帳タイプ別比較
------------------------*/
body#compare_sched .main_top .main_title {
  line-height: 1.0em;
  letter-spacing: 0.2em;
}

body#compare_sched .main_top .main_txt {
  color: #333333;
}

@media (min-width: 37.5em) {
  body#compare_sched {
    /* スマホサイズ以外での適応　*/
  }
  body#compare_sched .main_top {
    padding: 80px 0 0;
  }
  body#compare_sched .main_top .main_title {
    font-size: 1.4em;
  }
  body#compare_sched .main_top .main_txt {
    font-size: 0.9em;
    line-height: 2.0em;
    margin: 25px 0 0;
  }
}

@media (max-width: 37.5em) {
  body#compare_sched {
    /* スマホサイズでの適応　*/
  }
  body#compare_sched .main_top {
    padding: 40px 0 0;
  }
  body#compare_sched .main_top .main_title {
    font-size: 1.2em;
  }
  body#compare_sched .main_top .main_txt {
    font-size: 0.7em;
    line-height: 1.7em;
    margin: 15px 0 0;
  }
}

body#compare_sched .compare_area .txt_scroll {
  text-align: right;
  font-size: 12px;
  margin-bottom: 20px;
}

body#compare_sched .compare_area .compare_wrap {
  overflow: scroll;
}

body#compare_sched .compare_area .compare_wrap .table {
  border-collapse: collapse;
  table-layout: fixed;
  margin: auto;
  border: solid 1px #999;
}

body#compare_sched .compare_area .compare_wrap .table .fixed {
  position: sticky;
  left: 0;
}

body#compare_sched .compare_area .compare_wrap .table .fixed:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  z-index: -1;
}

body#compare_sched .compare_area .compare_wrap .table .brd_r {
  border-right: solid 1px #999;
}

body#compare_sched .compare_area .compare_wrap .table .brd_r_none {
  border-right: none !important;
}

body#compare_sched .compare_area .compare_wrap .table tr {
  border: solid 1px #999;
}

body#compare_sched .compare_area .compare_wrap .table tr th, body#compare_sched .compare_area .compare_wrap .table tr td {
  font-size: 12px;
  background: #fff;
  line-height: 1.7em;
  width: 120px;
  min-width: 120px;
}

body#compare_sched .compare_area .compare_wrap .table tr th:nth-child(2n), body#compare_sched .compare_area .compare_wrap .table tr td:nth-child(2n) {
  background: #f1f2f2;
}

body#compare_sched .compare_area .compare_wrap .table tr th:first-child, body#compare_sched .compare_area .compare_wrap .table tr td:first-child {
  border-right: solid 1px #999;
}

body#compare_sched .compare_area .compare_wrap .table tr.title_2 th:nth-child(2n), body#compare_sched .compare_area .compare_wrap .table tr.title_2 td:nth-child(2n) {
  background: #fff;
}

body#compare_sched .compare_area .compare_wrap .table tr.title_2 th:nth-child(2n-1), body#compare_sched .compare_area .compare_wrap .table tr.title_2 td:nth-child(2n-1) {
  background: #f1f2f2;
}

body#compare_sched .compare_area .compare_wrap .table tr .type a {
  display: block;
}

body#compare_sched .compare_area .compare_wrap .table tr .type.weekly {
  background: #fffaca;
}

body#compare_sched .compare_area .compare_wrap .table tr .type.monthly {
  background: #ebdeea;
}

body#compare_sched .compare_area .compare_wrap .table tr .type.daily {
  background: #cbe0d0;
}

body#compare_sched .compare_area .compare_wrap .table tr .type .img {
  width: 54%;
  margin: auto;
}

body#compare_sched .compare_area .compare_wrap .table tr .type .title {
  font-family: Vision-Thin !important;
  margin-top: 10px;
}

body#compare_sched .compare_area .compare_wrap .table tr .type .title .sub {
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 5px;
}

body#compare_sched .compare_area .compare_wrap .table tr .type .link {
  display: inline-block;
  border-bottom: solid 1px #999;
  margin-top: 15px;
  line-height: 1.0em;
}

body#compare_sched .compare_area .compare_wrap .table tr .w_140 {
  width: 140px !important;
  min-width: 140px !important;
}

body#compare_sched .compare_area .compare_wrap .table tr .w_180 {
  width: 180px !important;
  min-width: 180px !important;
}

body#compare_sched .compare_area .compare_wrap .table tr .big {
  font-size: 16px;
}

body#compare_sched .compare_area .compare_wrap .table tr .medium {
  font-size: 13px;
}

@media (min-width: 37.5em) {
  body#compare_sched {
    /* スマホサイズ以外での適応　*/
  }
  body#compare_sched .compare_wrap {
    width: 94%;
    margin: auto;
  }
  body#compare_sched .compare_wrap .table tr th, body#compare_sched .compare_wrap .table tr td {
    padding: 14px 0;
  }
  body#compare_sched .compare_wrap .table tr .type {
    width: 210px !important;
    min-width: 210px !important;
  }
  body#compare_sched .compare_wrap .table tr .type .title {
    font-size: 26px;
  }
  body#compare_sched .compare_wrap .table tr .type .title .sub {
    font-size: 13px;
  }
  body#compare_sched .compare_wrap .table tr .type .link {
    font-size: 12px;
  }
}

@media (max-width: 37.5em) {
  body#compare_sched {
    /* スマホサイズでの適応　*/
  }
  body#compare_sched .compare_wrap {
    width: 94%;
    margin: auto;
  }
  body#compare_sched .compare_wrap .table tr th, body#compare_sched .compare_wrap .table tr td {
    padding: 10px 0;
  }
  body#compare_sched .compare_wrap .table tr .type {
    width: 140px !important;
    min-width: 140px !important;
  }
  body#compare_sched .compare_wrap .table tr .type .title {
    font-size: 20px;
  }
  body#compare_sched .compare_wrap .table tr .type .title .sub {
    font-size: 10px;
  }
  body#compare_sched .compare_wrap .table tr .type .link {
    font-size: 10px;
  }
}

.lineup_format {
  box-sizing: border-box;
  padding: 60px 0;
}

.lineup_format .lineup_list {
  width: 84%;
  max-width: 1020px;
  margin: auto;
}

.lineup_format .lineup_list .blk {
  position: relative;
}

.lineup_format .lineup_list .blk .img {
  vertical-align: top;
}

.lineup_format .lineup_list .blk:last-child {
  margin: 0;
}

.lineup_format .lineup_list .blk .txt_area {
  background: #fff;
  padding: 10px 10px 50px;
}

.lineup_format .lineup_list .blk .txt_area .name {
  font-family: Vision-Thin !important;
  font-size: 28px;
  text-align: left;
}

.lineup_format .lineup_list .blk .txt_area .name .sub {
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 4px;
  font-size: 12px;
}

.lineup_format .lineup_list .blk .b_more_child {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: none;
  color: #333;
}

.lineup_format .lineup_list .blk .b_more_child::before {
  border-color: #333;
}

.lineup_format .lineup_list .blk:hover .b_more_child {
  background: #333;
  color: #fff;
}

.lineup_format .lineup_list .blk:hover .b_more_child::before {
  border-color: #fff;
}

@media (min-width: 37.5em) {
  .lineup_format .lineup_list {
    overflow: hidden;
  }
  .lineup_format .lineup_list .blk {
    width: 30%;
    margin-right: 5%;
    float: left;
  }
  .lineup_format.global_lineup_sched .contents_title img {
    height: 46px;
  }
}

@media (max-width: 37.5em) {
  .lineup_format .lineup_list .blk {
    margin-bottom: 30px;
  }
  .lineup_format.global_lineup_sched .contents_title img {
    height: 70px;
  }
}

/*-----------------------
PRODUCTS
------------------------*/
body#products {
  /*--------------
PRODUCTS TOP
--------------*/
  /*--------------
PRODUCTS 各商品TOP
--------------*/
  /*--------------
PRODUCTS 各商品詳細ページ
--------------*/
}

body#products.products_home .item_wrap .type_list .type_blk {
  width: 94%;
  margin: auto;
  /*max-width: 1080px;*/
}

body#products.products_home .item_wrap .type_list .type_blk:last-child {
  margin-bottom: 0;
}

body#products.products_home .item_wrap .type_list .type_blk .main {
  max-width: 1080px;
  margin: auto;
}

body#products.products_home .item_wrap .type_list .type_blk .main .txt_area .title {
  font-family: Vision-Thin !important;
  line-height: 1.0em;
}

body#products.products_home .item_wrap .type_list .type_blk .main .txt_area .title .sub {
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
}

body#products.products_home .item_wrap .type_list .type_blk .main .txt_area .txt {
  font-size: 12px;
  line-height: 1.8em;
  margin-top: 10px;
}

body#products.products_home .item_wrap .type_list .type_blk .main .txt_area .b_more {
  margin-top: 20px;
}

@media (min-width: 37.5em) {
  body#products.products_home {
    /* スマホサイズ以外での適応　*/
  }
  body#products.products_home .item_wrap .item_title img {
    height: 46px;
  }
  body#products.products_home .item_wrap .type_list .type_blk {
    margin-bottom: 100px;
  }
  body#products.products_home .item_wrap .type_list .type_blk .main {
    position: relative;
  }
  body#products.products_home .item_wrap .type_list .type_blk .main .txt_area {
    position: absolute;
    top: 100px;
    left: 4%;
    width: 100%;
    text-align: left;
  }
  body#products.products_home .item_wrap .type_list .type_blk .main .txt_area .title {
    font-size: 40px;
  }
  body#products.products_home .item_wrap .type_list .type_blk .main .txt_area .title .sub {
    font-size: 13px;
  }
  body#products.products_home .item_wrap .type_list .type_blk .main .txt_area .b_more {
    display: inline-block;
  }
  body#products.products_home .item_wrap .type_list .type_blk .lineup_list {
    margin-top: 50px;
  }
  body#products.products_home .item_wrap.item_note .type_list .type_blk .main .txt_area {
    left: auto;
    right: 0;
    width: 34%;
  }
}

@media (max-width: 37.5em) {
  body#products.products_home {
    /* スマホサイズでの適応　*/
  }
  body#products.products_home .item_wrap .item_title img {
    height: 70px;
  }
  body#products.products_home .item_wrap .type_list .type_blk {
    margin-bottom: 60px;
  }
  body#products.products_home .item_wrap .type_list .type_blk .main .txt_area {
    margin-top: 24px;
  }
  body#products.products_home .item_wrap .type_list .type_blk .main .txt_area .title {
    font-size: 30px;
  }
  body#products.products_home .item_wrap .type_list .type_blk .main .txt_area .title .sub {
    font-size: 12px;
  }
  body#products.products_home .item_wrap .type_list .type_blk .main .txt_area .txt {
    text-align: left;
    display: inline-block;
  }
  body#products.products_home .item_wrap .type_list .type_blk .lineup_list {
    margin-top: 40px;
  }
}

body#products.products_top {
  /*ノート accessories*/
}

body#products.products_top #main_top #main_top_img {
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

body#products.products_top #main_top #main_top_text {
  box-sizing: border-box;
  text-align: left;
}

body#products.products_top #main_top #main_top_text h1 {
  margin: 0;
}

body#products.products_top #main_top #main_top_text h1 img {
  vertical-align: top;
  width: auto;
  height: auto;
}

body#products.products_top #main_top #main_top_text h1 .big {
  font-family: Vision-Thin !important;
  line-height: 1.0em;
  letter-spacing: 5px;
  margin-top: 10px;
}

body#products.products_top #main_top #main_top_text p {
  margin: 0;
}

body#products.products_top #main_top_foot {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 37.5em) {
  body#products.products_top {
    /* スマホサイズ以外での適応　*/
    /*手帳*/
    /*ノート*/
    /*ログノート*/
    /*ライトノート*/
  }
  body#products.products_top #main_top #main_top_img {
    height: 80vh;
  }
  body#products.products_top #main_top #main_top_text {
    padding: 60px 0;
    display: inline-block;
  }
  body#products.products_top #main_top #main_top_text h1 img {
    height: 110px;
  }
  body#products.products_top #main_top #main_top_text h1 {
    font-size: 20px;
  }
  body#products.products_top #main_top #main_top_text h1 .big {
    font-size: 60px;
  }
  body#products.products_top #main_top #main_top_text p {
    margin-top: 30px;
    font-size: 15px;
    line-height: 2.8em;
  }
  body#products.products_top #main_top.main_top_2 {
    position: relative;
  }
  body#products.products_top #main_top.main_top_2 #main_top_text {
    padding: 0;
    display: block;
    position: absolute;
    top: 30%;
    left: 10%;
  }
  body#products.products_top #main_top_foot {
    height: 33vh;
    min-height: 380px;
  }
  body#products.products_top.products_sched #main_top #main_top_img {
    background-image: url("../img/products/sched/main_top.jpg?v5");
  }
  body#products.products_top.products_sched #main_top_foot {
    background-image: url("../img/products/sched/about.jpg?v3");
  }
  body#products.products_top.products_note #main_top #main_top_img {
    background-image: url("../img/products/note/main_top.jpg?v5");
  }
  body#products.products_top.products_note #main_top_foot {
    background-image: url("../img/products/note/about.jpg?v2");
  }
  body#products.products_top.products_lognote #main_top #main_top_img {
    background-image: url("../img/products/lognote/main_top.jpg?v4");
  }
  body#products.products_top.products_lognote #main_top_foot {
    background-image: url("../img/products/lognote/about.jpg?v2");
  }
  body#products.products_top.products_lightnote #main_top #main_top_img {
    background-image: url("../img/products/lightnote/main_top.jpg?v5");
  }
  body#products.products_top.products_lightnote #main_top_foot {
    background-image: url("../img/products/lightnote/about.jpg?v5");
  }
}

@media (max-width: 37.5em) {
  body#products.products_top {
    /* スマホサイズでの適応　*/
    /*手帳*/
    /*ノート*/
    /*ログノート*/
    /*ライトノート*/
  }
  body#products.products_top #main_top #main_top_img {
    height: 56vh;
  }
  body#products.products_top #main_top #main_top_text {
    padding: 40px 6%;
  }
  body#products.products_top #main_top #main_top_text h1 img {
    width: 95%;
  }
  body#products.products_top #main_top #main_top_text h1.note img {
    width: 70%;
  }
  body#products.products_top #main_top #main_top_text h1 {
    font-size: 16px;
  }
  body#products.products_top #main_top #main_top_text h1 .big {
    font-size: 50px;
  }
  body#products.products_top #main_top #main_top_text p {
    margin-top: 30px;
    font-size: 13px;
    line-height: 2.2em;
  }
  body#products.products_top #main_top.main_top_2 {
    /*
			position: relative;
			#main_top_img {height:100vh;background-size: contain;background-position: top;}
			#main_top_text {
				padding: 0px 6%;position: absolute;width: 88%;bottom:0px;left:0;
			}
			*/
  }
  body#products.products_top #main_top.main_top_2 #main_top_img {
    height: auto;
  }
  body#products.products_top #main_top_foot {
    background-attachment: scroll;
    height: 36vh;
    min-height: 200px;
  }
  body#products.products_top.products_sched #main_top_foot {
    background-image: url("../img/products/sched/about_sp.jpg?v7");
  }
  body#products.products_top.products_note #main_top #main_top_img {
    background-image: url("../img/products/note/main_top_sp.jpg?v5");
    background-position: bottom;
  }
  body#products.products_top.products_note #main_top_foot {
    background-image: url("../img/products/note/about_sp.jpg?v2");
  }
  body#products.products_top.products_lognote #main_top #main_top_img {
    background-image: url("../img/products/lognote/main_top_sp.jpg?v4");
    background-position: bottom;
  }
  body#products.products_top.products_lognote #main_top_foot {
    background-image: url("../img/products/lognote/about_sp.jpg?v2");
  }
  body#products.products_top.products_lightnote #main_top #main_top_img {
    background-image: url("../img/products/lightnote/main_top_sp.jpg?v5");
    background-position: bottom;
  }
  body#products.products_top.products_lightnote #main_top_foot {
    background-image: url("../img/products/lightnote/about_sp.jpg?v5");
  }
}

body#products.products_top .lineup_cover {
  box-sizing: border-box;
  padding: 60px 0;
}

body#products.products_top .lineup_cover .cover_swiper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

body#products.products_top .lineup_cover .cover_swiper .swiper-slide {
  position: relative;
}

body#products.products_top .lineup_cover .cover_swiper .swiper-slide a {
  display: block;
}

body#products.products_top .lineup_cover .cover_swiper .swiper-slide a:hover {
  opacity: 1;
}

body#products.products_top .lineup_cover .cover_swiper .swiper-slide a .img {
  vertical-align: top;
}

body#products.products_top .lineup_cover .cover_swiper .swiper-slide a .txtarea {
  background: #fff;
  padding: 10px 10px 0;
}

body#products.products_top .lineup_cover .cover_swiper .swiper-slide a .txtarea .name {
  font-family: Vision-Thin !important;
  font-size: 24px;
  text-align: left;
}

body#products.products_top .lineup_cover .cover_swiper .swiper-slide a .txtarea .name .sub {
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 4px;
  font-size: 11px;
}

body#products.products_top .lineup_cover .cover_swiper .swiper-slide a .b_more_child {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: none;
  color: #333;
  font-size: 12px;
}

body#products.products_top .lineup_cover .cover_swiper .swiper-slide a .b_more_child::before {
  border-color: #333;
}

body#products.products_top .lineup_cover .cover_swiper .swiper-slide a:hover .b_more_child {
  background: #333;
  color: #fff;
}

body#products.products_top .lineup_cover .cover_swiper .swiper-slide a:hover .b_more_child::before {
  border-color: #fff;
}

body#products.products_top .lineup_cover .cover_swiper .swiper-button-prev, body#products.products_top .lineup_cover .cover_swiper .swiper-button-next {
  background: none;
  display: block;
  content: "";
  position: absolute;
  /*top: 50%;margin-top: -27px;-webkit-transform: rotate(45deg);transform: rotate(45deg);*/
}

body#products.products_top .lineup_cover .cover_swiper .swiper-button-prev {
  background: url(../img/products/sched/icon_lineup_cover_prev.png) no-repeat;
  background-size: contain;
}

body#products.products_top .lineup_cover .cover_swiper .swiper-button-next {
  background: url(../img/products/sched/icon_lineup_cover_next.png) no-repeat;
  background-size: contain;
}

@media (min-width: 37.5em) {
  body#products.products_top .lineup_cover .cover_swiper .txtarea {
    height: 150px;
  }
  body#products.products_top .lineup_cover .cover_swiper .swiper-button-prev, body#products.products_top .lineup_cover .cover_swiper .swiper-button-next {
    top: 30%;
    width: 54px;
    height: 54px;
  }
  body#products.products_top .lineup_cover .cover_swiper .swiper-button-prev {
    left: 16%;
  }
  body#products.products_top .lineup_cover .cover_swiper .swiper-button-next {
    right: 16%;
  }
}

@media (max-width: 37.5em) {
  body#products.products_top .lineup_cover .cover_swiper .txtarea {
    height: 142px;
  }
  body#products.products_top .lineup_cover .cover_swiper .swiper-button-prev, body#products.products_top .lineup_cover .cover_swiper .swiper-button-next {
    top: 33%;
    width: 45px;
    height: 45px;
  }
  body#products.products_top .lineup_cover .cover_swiper .swiper-button-prev {
    left: 2%;
  }
  body#products.products_top .lineup_cover .cover_swiper .swiper-button-next {
    right: 2%;
  }
}

body#products.products_top #lineup {
  box-sizing: border-box;
}

body#products.products_top #lineup .lineup_list article a {
  display: block;
  color: #333333;
}

body#products.products_top #lineup .lineup_list article a:hover {
  opacity: 1;
}

body#products.products_top #lineup .lineup_list article .lineup_list_name {
  color: #6b6362;
  margin: 0;
  font-family: Vision-Thin;
  font-weight: normal;
}

body#products.products_top #lineup .lineup_list article p {
  margin: 0;
  line-height: 1.7em;
}

body#products.products_top.products_pencase #lineup .lineup_list article .lineup_list_img img {
  width: 100%;
}

body#products.products_top.products_pencase #lineup .lineup_list article:last-child {
  margin-bottom: 0;
}

body#products.products_top.products_note #lineup .lineup_list article .lineup_list_img img {
  width: 100%;
}

body#products.products_top.products_note #lineup .lineup_list article:last-child {
  margin-bottom: 0;
}

body#products.products_top.products_lognote #lineup .lineup_list article .lineup_list_img img {
  width: 100%;
}

body#products.products_top.products_lognote #lineup .lineup_list article:last-child {
  margin-bottom: 0;
}

body#products.products_top #lineup .lineup_list article:hover .b_more {
  opacity: 1;
  background: #fff;
  color: #333333;
}

body#products.products_top #lineup .lineup_list article:hover .b_more:before {
  border-color: #333333;
}

body#products.products_top #lineup .lineup_list .lineup_list_accessories .lineup_inner .lineup_inne_block {
  display: inline-block;
  vertical-align: top;
}

body#products.products_top #lineup .lineup_list .lineup_list_accessories .lineup_inner .lineup_inne_block .lineup_inner_name {
  color: #333333;
  font-family: Vision-Light;
  letter-spacing: 0;
  margin-top: 6px;
}

body#products.products_top #lineup .lineup_list .lineup_list_note_main .lineup_inner .lineup_inne_block .lineup_list_img img {
  width: 94%;
  max-width: 896px;
}

body#products.products_top #lineup .lineup_list .lineup_list_note_main .lineup_inner .lineup_inne_block .lineup_inner_name {
  color: #333333;
  font-family: Vision-Light;
  letter-spacing: 0;
  margin-top: 6px;
  font-size: 14px;
}

@media (min-width: 37.5em) {
  body#products.products_top {
    /* スマホサイズ以外での適応　*/
    /*手帳*/
    /*ペンケース*/
    /*ノート*/
    /*ログノート*/
    /*ノート accessories*/
  }
  body#products.products_top #lineup {
    padding: 60px 0 80px;
  }
  body#products.products_top #lineup .lineup_list {
    margin-top: 40px;
  }
  body#products.products_top #lineup .lineup_list article .lineup_list_name {
    font-size: 24px;
  }
  body#products.products_top #lineup .lineup_list article p {
    font-size: 14px;
    margin-top: 7px;
  }
  body#products.products_top #lineup .lineup_list article .b_more {
    width: 174px;
    margin-top: 20px;
    font-size: 13px;
  }
  body#products.products_top #lineup .lineup_list article .lineup_inner_name {
    font-size: 14px;
  }
  body#products.products_top.products_sched #lineup .lineup_list article {
    display: inline-block;
  }
  body#products.products_top.products_sched #lineup .lineup_list article .lineup_list_img {
    height: 276px;
  }
  body#products.products_top.products_sched #lineup .lineup_list article .lineup_list_img img {
    height: auto;
    vertical-align: top;
  }
  body#products.products_top.products_sched #lineup .lineup_list .lineup_w .lineup_list_img img {
    width: 593px;
  }
  body#products.products_top.products_sched #lineup .lineup_list .lineup_m .lineup_list_img img {
    width: 395px;
  }
  body#products.products_top.products_pencase #lineup .lineup_list article {
    width: 512px;
    margin: 0 auto 0px;
  }
  body#products.products_top.products_pencase #lineup .lineup_list article .lineup_list_img {
    margin-top: 20px;
  }
  body#products.products_top.products_note #lineup .lineup_list article {
    width: 920px;
    margin: 0 auto 60px;
  }
  body#products.products_top.products_note #lineup .lineup_list article .lineup_list_img {
    margin-top: 20px;
  }
  body#products.products_top.products_lognote #lineup .lineup_list article {
    width: 920px;
    margin: 0 auto 60px;
  }
  body#products.products_top.products_lognote #lineup .lineup_list article .lineup_list_img {
    margin-top: 20px;
  }
  body#products.products_top #lineup .lineup_list .lineup_list_accessories .lineup_inner .lineup_inne_block:nth-child(1) {
    width: 60.5%;
  }
  body#products.products_top #lineup .lineup_list .lineup_list_accessories .lineup_inner .lineup_inne_block:nth-child(2), body#products.products_top #lineup .lineup_list .lineup_list_accessories .lineup_inner .lineup_inne_block:nth-child(3) {
    width: 19%;
  }
  body#products.products_top.products_note #lineup .lineup_list .lineup_list_accessories .lineup_inner .lineup_inne_block:nth-child(2) .lineup_list_img img,
  body#products.products_top.products_note #lineup .lineup_list .lineup_list_accessories .lineup_inner .lineup_inne_block:nth-child(3) .lineup_list_img img {
    width: 88%;
  }
  body#products.products_top #lineup .lineup_list .lineup_list_accessories .lineup_inner .lineup_inne_block .lineup_inner_name {
    font-size: 14px;
  }
}

@media (max-width: 37.5em) {
  body#products.products_top {
    /* スマホサイズでの適応　*/
    /*手帳*/
    /*ノート*/
    /*ログノート*/
    /*ノート accessories*/
  }
  body#products.products_top #lineup {
    padding: 40px 0 60px;
  }
  body#products.products_top #lineup .lineup_list {
    margin-top: 40px;
  }
  body#products.products_top #lineup .lineup_list article {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  body#products.products_top #lineup .lineup_list article:last-child {
    margin-bottom: 0;
  }
  body#products.products_top #lineup .lineup_list article .lineup_list_name {
    font-size: 24px;
  }
  body#products.products_top #lineup .lineup_list article p {
    font-size: 12px;
    margin: 10px 0;
  }
  body#products.products_top #lineup .lineup_list article .b_more {
    width: 50%;
    margin-top: 20px;
    font-size: 13px;
  }
  body#products.products_top #lineup .lineup_list article .lineup_inner_name {
    font-size: 12px;
  }
  body#products.products_top.products_sched #lineup .lineup_list article .lineup_list_img img {
    height: auto;
  }
  body#products.products_top.products_sched #lineup .lineup_list .lineup_w .lineup_list_img img {
    width: 94%;
  }
  body#products.products_top.products_sched #lineup .lineup_list .lineup_m .lineup_list_img img {
    width: 90%;
  }
  body#products.products_top.products_sched #lineup .lineup_list article .lineup_list_name {
    margin-top: 10px;
  }
  body#products.products_top.products_note #lineup .lineup_list article {
    width: 100%;
    margin: 0 auto 50px;
  }
  body#products.products_top.products_note #lineup .lineup_list article .lineup_list_img {
    margin-top: 20px;
    margin-top: 20px;
  }
  body#products.products_top.products_lognote #lineup .lineup_list article {
    width: 100%;
    margin: 0 auto 50px;
  }
  body#products.products_top.products_lognote #lineup .lineup_list article .lineup_list_img {
    margin-top: 20px;
    margin-top: 20px;
  }
  body#products.products_top #lineup .lineup_list .lineup_list_accessories .lineup_inner .lineup_inne_block:nth-child(1) {
    width: 90%;
  }
  body#products.products_top #lineup .lineup_list .lineup_list_accessories .lineup_inner .lineup_inne_block:nth-child(2), body#products.products_top #lineup .lineup_list .lineup_list_accessories .lineup_inner .lineup_inne_block:nth-child(3) {
    width: 48%;
  }
  body#products.products_top.products_note #lineup .lineup_list .lineup_list_accessories .lineup_inner .lineup_inne_block:nth-child(2) .lineup_list_img img,
  body#products.products_top.products_note #lineup .lineup_list .lineup_list_accessories .lineup_inner .lineup_inne_block:nth-child(3) .lineup_list_img img {
    width: 52%;
  }
  body#products.products_top #lineup .lineup_list .lineup_list_accessories .lineup_inner .lineup_inne_block .lineup_inner_name {
    font-size: 12px;
  }
}

body#products.products_top #global_lab, body#products.products_top #global_howtouse {
  background: #f1f2f2;
}

body#products.products_top #features {
  box-sizing: border-box;
  background: #ebecec;
}

body#products.products_top #features h2 {
  margin: 0;
  font-weight: normal;
  line-height: 1.0em;
}

body#products.products_top #features h2 span {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

body#products.products_top #features h2 span:before {
  left: 0;
}

body#products.products_top #features h2 span:after {
  right: 0;
}

body#products.products_top #features_list section .features_main {
  width: 100%;
  height: auto;
}

body#products.products_top #features_list section h3 {
  font-weight: normal;
  text-align: left;
  display: inline-block;
  line-height: 1.7em;
}

body#products.products_top #features_list section .txt {
  line-height: 1.7em;
  letter-spacing: 1px;
  font-size: 13px;
  margin-top: 20px;
}

body#products.products_top #features_list section ul li p {
  line-height: 1.7em;
  letter-spacing: 1px;
}

body#products.products_top #features_list section ul li p .blk_title {
  font-family: Vision-Thin !important;
  font-size: 20px;
  margin: 10px 0;
  display: block;
}

@media (min-width: 37.5em) {
  body#products.products_top {
    /* スマホサイズ以外での適応　*/
  }
  body#products.products_top #features {
    padding: 60px 0;
  }
  body#products.products_top #features h2 img {
    width: 246px;
  }
  body#products.products_top #features_list {
    margin: 50px auto 0;
    width: 830px;
  }
  body#products.products_top #features_list section {
    margin-bottom: 80px;
  }
  body#products.products_top #features_list section:last-child {
    margin-bottom: 0;
  }
  body#products.products_top #features_list section h3 {
    margin: 40px 0 0;
    font-size: 22px;
  }
  body#products.products_top #features_list section ul {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-lines: multiple;
    box-pack: justify;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body#products.products_top #features_list section:nth-child(1) ul li {
    width: 31%;
  }
  body#products.products_top #features_list section:nth-child(2) ul li {
    width: 48%;
  }
  body#products.products_top #features_list section ul li .features_img {
    width: 100%;
  }
  body#products.products_top #features_list section ul li p {
    margin: 20px 0 0;
    font-size: 13px;
  }
}

@media (max-width: 37.5em) {
  body#products.products_top {
    /* スマホサイズでの適応　*/
  }
  body#products.products_top #features {
    padding: 60px 0;
  }
  body#products.products_top #features h2 img {
    width: 50%;
  }
  body#products.products_top #features_list {
    margin: 20px auto 0;
  }
  body#products.products_top #features_list section {
    margin-bottom: 40px;
  }
  body#products.products_top #features_list section:last-child {
    margin-bottom: 0;
  }
  body#products.products_top #features_list section h3 {
    margin: 22px 4% 0;
    font-size: 17px;
    line-height: 1.7em;
    text-align: center;
    display: block;
  }
  body#products.products_top #features_list section ul {
    margin: 30px auto 0;
    width: 90%;
  }
  body#products.products_top #features_list section ul li {
    width: 100%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-lines: multiple;
    box-pack: justify;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
  }
  body#products.products_top #features_list section ul li:last-child {
    margin-bottom: 0px;
  }
  body#products.products_top #features_list section ul li .features_img {
    width: 45%;
  }
  body#products.products_top #features_list section ul li p {
    display: inline-block;
    width: 50%;
    text-align: left;
    font-size: 13px;
  }
}

body#products.products_top #howtouse {
  background: #f1f2f2;
}

body#products.products_detail {
  /*
	手帳
*/
  /*
	ノート
*/
  /*
	swiper
*/
  /*
	手帳
*/
}

body#products.products_detail .type_nav {
  width: 96%;
  max-width: 760px;
  overflow: hidden;
  margin: auto;
}

body#products.products_detail .type_nav .link {
  display: block;
  border: solid 1px #909090;
  opacity: 0.4;
  float: left;
  text-align: left;
}

body#products.products_detail .type_nav .link:last-child {
  margin-right: 0;
}

body#products.products_detail .type_nav .link:hover, body#products.products_detail .type_nav .link.active {
  opacity: 1;
  border-color: #f4b400;
}

body#products.products_detail .type_nav .link .icon, body#products.products_detail .type_nav .link .name {
  display: inline-block;
  vertical-align: middle;
}

body#products.products_detail .type_nav .link .name {
  font-family: Vision-Thin !important;
  line-height: 1.0em;
}

body#products.products_detail .type_nav .link .name .sub {
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
}

body#products.products_detail .type_nav .link.totop .name {
  width: 100%;
}

body#products.products_detail .main_top {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

body#products.products_detail .main_top .txt_area {
  text-align: left;
  color: #555;
}

body#products.products_detail .main_top .txt_area .title_sub, body#products.products_detail .main_top .txt_area .txt {
  line-height: 1.8em;
}

@media (min-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズ以外での適応　*/
  }
  body#products.products_detail .type_nav {
    padding: 30px 0;
  }
  body#products.products_detail .type_nav .link {
    padding: 22px 3%;
    width: 32%;
    margin-right: 2%;
  }
  body#products.products_detail .type_nav .link .icon {
    width: 28%;
    margin-right: 2%;
  }
  body#products.products_detail .type_nav .link .name {
    width: 64%;
    font-size: 22px;
  }
  body#products.products_detail .type_nav .link .name .sub {
    font-size: 11px;
  }
  body#products.products_detail .type_nav .link.totop {
    position: relative;
  }
  body#products.products_detail .type_nav .link.totop .name {
    padding-left: 20%;
  }
  body#products.products_detail .type_nav .link.totop:before {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-bottom: 1px solid #302c2e;
    border-left: 1px solid #302c2e;
  }
  body#products.products_detail .type_nav.pencase .link {
    padding: 10px 0 10px 1%;
    box-sizing: border-box;
  }
  body#products.products_detail .type_nav.pencase .link .name {
    font-size: 16px;
  }
  body#products.products_detail .main_top {
    height: 75vh;
    max-height: 800px;
  }
  body#products.products_detail .main_top .inner {
    position: absolute;
    z-index: 2;
    display: table;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 94%;
    max-width: 1000px;
  }
  body#products.products_detail .main_top .inner .txt_area {
    display: table-cell;
    vertical-align: middle;
  }
  body#products.products_detail .main_top .inner .txt_area .title img {
    height: 56px;
  }
  body#products.products_detail .main_top .inner .txt_area .title .sub {
    font-size: 15px;
    margin-bottom: 20px;
  }
  body#products.products_detail .main_top .inner .txt_area .title_sub {
    margin: 20px 0;
    font-size: 18px;
  }
  body#products.products_detail .main_top .inner .txt_area .txt {
    font-size: 14px;
  }
  body#products.products_detail.sched_weekly .main_top {
    background-image: url("../img/products/sched_w/main_top_2.jpg?v8");
  }
  body#products.products_detail.sched_monthly .main_top {
    background-image: url("../img/products/sched_m/main_top_2.jpg?v8");
  }
  body#products.products_detail.sched_daily .main_top {
    background-image: url("../img/products/sched_d/main_top_2.jpg?v8");
  }
  body#products.products_detail.note_main .main_top {
    background-image: url("../img/products/note_main/main_top_2.jpg?v2");
  }
  body#products.products_detail.note_main .inner {
    max-width: 400px;
    left: auto;
    right: 18%;
  }
  body#products.products_detail.note_accessories .main_top {
    background-image: url("../img/products/note_accessories/main_top_2.jpg");
  }
  body#products.products_detail.note_accessories .inner {
    max-width: 400px;
    left: auto;
    right: 16%;
  }
  body#products.products_detail.lognote_main .main_top {
    background-image: url("../img/products/lognote_main/main_top_2.jpg");
  }
  body#products.products_detail.lognote_main .inner {
    max-width: 476px;
    left: 18%;
    right: auto;
  }
  body#products.products_detail.lightnote_main .main_top {
    background-image: url("../img/products/lightnote_main/main_top_2.jpg?v3");
  }
  body#products.products_detail.lightnote_main .inner {
    max-width: 476px;
    left: 18%;
    right: auto;
  }
  body#products.products_detail.accessories .main_top {
    background-image: url("../img/products/accessories/main_top_2.jpg?v3");
  }
  body#products.products_detail.accessories .inner {
    max-width: 410px;
    left: 16%;
    right: auto;
  }
  body#products.products_detail.accessories .inner .title {
    margin-bottom: 20px;
  }
}

@media (max-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズでの適応　*/
    /*
	&.sched_weekly {//ウィークリー手帳
		.main_top {background-image: url("../img/products/sched_w/main_top_2_sp.jpg?v2");}
	}
	&.sched_monthly {//マンスリー手帳
		.main_top {background-image: url("../img/products/sched_m/main_top_2_sp.jpg?v2");}
	}
	&.sched_daily {//デイリー手帳
		.main_top {background-image: url("../img/products/sched_d/main_top_2_sp.jpg?v2");}
	}
	&.note_main {
		.main_top {background-image: url("../img/products/note_main/main_top_2_sp.jpg");background-size:100% auto;background-position: center top;}
	}
	&.note_accessories {
		.main_top {background-image: url("../img/products/note_accessories/main_top_2_sp.jpg");background-size:100% auto;background-position: center top;}
	}
	*/
  }
  body#products.products_detail .type_nav {
    padding: 14px 0;
  }
  body#products.products_detail .type_nav .link {
    padding: 14px 0 14px 1%;
    width: 32%;
    margin-right: 2%;
  }
  body#products.products_detail .type_nav .link .icon {
    width: 24%;
    margin-right: 0%;
  }
  body#products.products_detail .type_nav .link .name {
    width: 68%;
    font-size: 16px;
    letter-spacing: 0;
  }
  body#products.products_detail .type_nav .link .name .sub {
    font-size: 9px;
  }
  body#products.products_detail .type_nav.note .link:nth-child(1),
  body#products.products_detail .type_nav.note .link:nth-child(2) {
    width: 28%;
  }
  body#products.products_detail .type_nav.note .link:nth-child(3) {
    width: 40%;
  }
  body#products.products_detail .type_nav.pencase .link .name {
    font-size: 10px;
  }
  body#products.products_detail .main_top {
    position: relative;
  }
  body#products.products_detail .main_top .inner .txt_area {
    padding: 15px 3% 30px;
  }
  body#products.products_detail .main_top .inner .txt_area .title {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  body#products.products_detail .main_top .inner .txt_area .title img {
    height: 34px;
  }
  body#products.products_detail .main_top .inner .txt_area .title .sub {
    font-size: 12px;
    margin-bottom: 10px;
  }
  body#products.products_detail .main_top .inner .txt_area .detail .title_sub {
    margin-bottom: 14px;
    font-size: 18px;
  }
  body#products.products_detail .main_top .inner .txt_area .detail .txt {
    font-size: 13px;
  }
}

body#products.products_detail .global_note_totop_banner {
  margin-bottom: 80px;
}

body#products.products_detail .global_note_totop_banner .txt_area {
  text-align: left;
  color: #555;
}

body#products.products_detail .global_note_totop_banner .txt_area .title {
  font-weight: normal;
  line-height: 1.8em;
}

body#products.products_detail .global_note_totop_banner .txt_area .title .big {
  font-family: Vision-Thin !important;
  margin-top: 20px;
}

body#products.products_detail .global_note_totop_banner .txt_area .txt {
  line-height: 1.8em;
}

body#products.products_detail .global_note_totop_banner .txt_area .b_more {
  width: 80%;
}

@media (min-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズ以外での適応　*/
  }
  body#products.products_detail .global_note_totop_banner {
    position: relative;
  }
  body#products.products_detail .global_note_totop_banner .img {
    width: 68%;
  }
  body#products.products_detail .global_note_totop_banner .img img {
    width: 100%;
  }
  body#products.products_detail .global_note_totop_banner .txt_area {
    width: 24%;
    position: absolute;
    top: 50px;
    right: 15%;
  }
  body#products.products_detail .global_note_totop_banner .txt_area .title {
    font-size: 24px;
  }
  body#products.products_detail .global_note_totop_banner .txt_area .title .big {
    font-size: 56px;
  }
  body#products.products_detail .global_note_totop_banner .txt_area .txt {
    font-size: 12px;
    margin-top: 20px;
  }
  body#products.products_detail .global_note_totop_banner .txt_area .img_sub img {
    width: 100%;
  }
  body#products.products_detail .global_note_totop_banner .txt_area .b_more {
    margin: 25px 0 0;
  }
}

@media (max-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズでの適応　*/
  }
  body#products.products_detail .global_note_totop_banner {
    padding: 60px 0 400px;
    background: url(../img/products/global_note_totop_banner_sp.jpg?v2) no-repeat center bottom;
    background-size: cover;
  }
  body#products.products_detail .global_note_totop_banner .txt_area {
    margin: 20px auto 0;
    width: 90%;
  }
  body#products.products_detail .global_note_totop_banner .txt_area .title {
    font-size: 20px;
  }
  body#products.products_detail .global_note_totop_banner .txt_area .title .big {
    font-size: 40px;
  }
  body#products.products_detail .global_note_totop_banner .txt_area .txt {
    font-size: 13px;
    margin-top: 20px;
  }
  body#products.products_detail .global_note_totop_banner .txt_area .img_sub {
    text-align: center;
  }
  body#products.products_detail .global_note_totop_banner .txt_area .img_sub img {
    width: 100%;
  }
}

body#products.products_detail .lightnote_accessory_banner .txt_area {
  text-align: left;
  color: #555;
}

body#products.products_detail .lightnote_accessory_banner .txt_area .title {
  font-weight: bold;
  line-height: 1.8em;
}

body#products.products_detail .lightnote_accessory_banner .txt_area .txt {
  line-height: 1.8em;
}

body#products.products_detail .lightnote_accessory_banner .txt_area .b_onlinestore {
  width: 80%;
}

@media (min-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズ以外での適応　*/
  }
  body#products.products_detail .lightnote_accessory_banner {
    position: relative;
    margin-bottom: 80px;
  }
  body#products.products_detail .lightnote_accessory_banner .contents_title {
    position: absolute;
    width: 100%;
    top: 60px;
  }
  body#products.products_detail .lightnote_accessory_banner .img {
    width: 68%;
  }
  body#products.products_detail .lightnote_accessory_banner .img img {
    width: 100%;
  }
  body#products.products_detail .lightnote_accessory_banner .txt_area {
    position: absolute;
    top: 200px;
    right: 10%;
  }
  body#products.products_detail .lightnote_accessory_banner .txt_area .title {
    font-size: 18px;
  }
  body#products.products_detail .lightnote_accessory_banner .txt_area .txt {
    font-size: 12px;
    margin-top: 20px;
  }
  body#products.products_detail .lightnote_accessory_banner .txt_area .img_sub img {
    width: 100%;
  }
  body#products.products_detail .lightnote_accessory_banner .txt_area .b_onlinestore {
    margin: 25px 0 0;
    width: 240px;
  }
}

@media (max-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズでの適応　*/
  }
  body#products.products_detail .lightnote_accessory_banner {
    padding: 60px 0 0px;
    margin-bottom: 40px;
  }
  body#products.products_detail .lightnote_accessory_banner .txt_area {
    margin: 20px auto 0;
    width: 90%;
  }
  body#products.products_detail .lightnote_accessory_banner .txt_area .title {
    font-size: 16px;
  }
  body#products.products_detail .lightnote_accessory_banner .txt_area .txt {
    font-size: 13px;
    margin-top: 20px;
  }
  body#products.products_detail .lightnote_accessory_banner .txt_area .img_sub {
    text-align: center;
  }
  body#products.products_detail .lightnote_accessory_banner .txt_area .img_sub img {
    width: 100%;
  }
}

body#products.products_detail .format .blk {
  max-width: 800px;
  border-top: solid 1px #959595;
  margin: auto;
  padding: 0 !important;
}

body#products.products_detail .format .blk:last-child {
  border-bottom: solid 1px #959595;
}

body#products.products_detail .format .blk .blk_title {
  overflow: hidden;
  position: relative;
  text-align: left;
  cursor: pointer;
}

body#products.products_detail .format .blk .blk_title .img, body#products.products_detail .format .blk .blk_title .title_txt {
  display: inline-block;
  vertical-align: middle;
}

body#products.products_detail .format .blk .blk_title .img img {
  width: 100% !important;
  height: auto !important;
}

body#products.products_detail .format .blk .blk_title .title_txt {
  color: #555;
  line-height: 1.0em;
  font-family: Vision-Thin !important;
}

body#products.products_detail .format .blk .blk_title .title_txt .sub {
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body#products.products_detail .format .blk .blk_title .button {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 4%;
  margin-top: -8px;
}

body#products.products_detail .format .blk .blk_title .button:before, body#products.products_detail .format .blk .blk_title .button:after {
  content: "";
  display: block;
  position: absolute;
  background: #555;
}

body#products.products_detail .format .blk .blk_title .button:before {
  width: 100%;
  height: 1px;
  top: 50%;
  margin-top: -1px;
}

body#products.products_detail .format .blk .blk_title .button:after {
  width: 1px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
}

body#products.products_detail .format .blk .contents_detail {
  display: none;
  width: auto !important;
  margin-top: 0 !important;
  padding-bottom: 50px !important;
}

body#products.products_detail .format .blk .contents_detail .contents_main_img,
body#products.products_detail .format .blk .contents_detail .contents_detail_list li {
  width: auto !important;
}

body#products.products_detail .format .blk.open .blk_title .button:after {
  display: none;
}

@media (min-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズ以外での適応　*/
  }
  body#products.products_detail .blk .blk_title {
    padding: 20px 0;
  }
  body#products.products_detail .blk .blk_title .img {
    width: 15%;
  }
  body#products.products_detail .blk .blk_title .title_txt {
    font-size: 30px;
    margin-left: 4%;
  }
  body#products.products_detail .blk .blk_title .title_txt .sub {
    font-size: 14px;
    right: 10%;
    position: absolute;
    top: 50%;
    margin-top: -1em;
  }
}

@media (max-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズでの適応　*/
  }
  body#products.products_detail .blk .blk_title {
    padding: 14px 0;
    margin: auto !important;
    width: 94%;
  }
  body#products.products_detail .blk .blk_title .img {
    width: 20%;
  }
  body#products.products_detail .blk .blk_title .title_txt {
    font-size: 20px;
    margin-left: 4%;
  }
  body#products.products_detail .blk .blk_title .title_txt .sub {
    font-size: 11px;
  }
}

body#products.products_detail .spec .table {
  border-collapse: collapse;
}

body#products.products_detail .spec .table tr {
  border-bottom: solid 1px #a7a7a8;
}

body#products.products_detail .spec .table tr th, body#products.products_detail .spec .table tr td {
  border-right: solid 1px #a7a7a8;
  line-height: 1.7em;
}

body#products.products_detail .spec .table tr th:last-child, body#products.products_detail .spec .table tr td:last-child {
  border-right: none;
}

body#products.products_detail .spec .table tr:last-child {
  border-bottom: none;
}

@media (min-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズ以外での適応　*/
  }
  body#products.products_detail .spec .table th, body#products.products_detail .spec .table td {
    font-size: 14px;
    padding: 14px 0;
  }
  body#products.products_detail .spec .table .detail_title {
    width: 100px;
  }
}

@media (max-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズでの適応　*/
  }
  body#products.products_detail .spec .table th, body#products.products_detail .spec .table td {
    font-size: 11px;
    padding: 14px 0;
  }
}

body#products.products_detail.products_detail_sched #contents_area {
  margin-top: 0;
}

body#products.products_detail.products_detail_sched .accessories {
  padding: 60px 0;
}

body#products.products_detail.products_detail_sched .accessories .cover_list {
  width: 94%;
  max-width: 880px;
  margin: 50px auto 0;
}

body#products.products_detail.products_detail_sched .accessories .cover_list .blk {
  margin-bottom: 80px;
  display: block;
}

body#products.products_detail.products_detail_sched .accessories .cover_list .blk .img_main {
  width: 100%;
}

body#products.products_detail.products_detail_sched .accessories .cover_list .blk .name {
  font-family: Vision-Thin !important;
  font-size: 30px;
  margin-top: 20px;
}

body#products.products_detail.products_detail_sched .accessories .cover_list .blk .name .sub {
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  margin-top: 5px;
}

body#products.products_detail.products_detail_sched .accessories .cover_list .blk .name .limited span {
  display: inline-block;
  background: #fde400;
  font-size: 14px;
  padding: 2px 4px 0px;
}

body#products.products_detail.products_detail_sched .accessories .cover_list .blk .txt {
  margin: 20px 0;
  text-align: left;
  font-size: 13px;
  line-height: 1.7em;
}

body#products.products_detail.products_detail_sched .accessories .cover_list .blk .b_more_child {
  width: 80%;
  max-width: 214px;
  margin-top: 30px;
}

@media (min-width: 37.5em) {
  body#products.products_detail.products_detail_sched {
    /* スマホサイズ以外での適応　*/
  }
  body#products.products_detail.products_detail_sched .accessories .cover_list {
    overflow: hidden;
  }
  body#products.products_detail.products_detail_sched .accessories .cover_list .blk {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  body#products.products_detail.products_detail_sched .accessories .cover_list .blk:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 37.5em) {
  body#products.products_detail.products_detail_sched {
    /* スマホサイズでの適応　*/
  }
}

body#products.products_detail #main_top_list li:before {
  content: url("../img/products/check.png");
  margin-right: 4px;
}

@media (min-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズ以外での適応　*/
  }
  body#products.products_detail #main_top_list {
    margin-top: 30px;
  }
  body#products.products_detail #main_top_list li {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media (max-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズでの適応　*/
  }
  body#products.products_detail #main_top_list {
    margin-top: 20px;
  }
  body#products.products_detail #main_top_list li {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

body#products.products_detail #note #detail {
  background: #EDEEEE;
}

body#products.products_detail #note .detail_block {
  color: #342c2b;
}

body#products.products_detail #note .detail_block h2 {
  font-family: Vision-Thin;
  margin: 0;
  font-weight: normal;
  line-height: 1.0em;
  letter-spacing: 0.2em;
}

body#products.products_detail #note .detail_block h2 .sub {
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.5em;
  margin-top: 4px;
}

body#products.products_detail #note .detail_spec table {
  margin: 0 auto;
  border-collapse: collapse;
  text-align: left;
}

body#products.products_detail #note .detail_spec table tr {
  border-top: solid 1px #aeaeaf;
}

body#products.products_detail #note .detail_spec table tr:last-child {
  border-bottom: solid 1px #aeaeaf;
}

body#products.products_detail #note .detail_spec table th, body#products.products_detail #note .detail_spec table td {
  box-sizing: border-box;
}

body#products.products_detail #note .detail_spec table th {
  font-weight: normal;
}

body#products.products_detail .b_onlinestore {
  text-align: center !important;
  box-sizing: border-box;
  display: block;
  background: #333333;
  border: solid 1px #333333;
  color: #fff;
  margin: 0 auto;
  position: relative;
}

body#products.products_detail .b_onlinestore:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/b_online.png") no-repeat;
  background-size: contain;
  top: 50%;
}

body#products.products_detail .b_onlinestore:hover {
  opacity: 1;
  background: #fff;
  color: #333333;
}

body#products.products_detail .b_onlinestore:hover:before {
  background: url("../img/b_online_o.png") no-repeat;
  background-size: contain;
}

@media (min-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズ以外での適応　*/
  }
  body#products.products_detail #note #detail {
    padding: 55px 0 80px;
    margin: 80px 0 0;
  }
  body#products.products_detail #note .detail_block {
    display: inline-block;
    vertical-align: top;
    margin: 0 60px;
  }
  body#products.products_detail #note .detail_block h2 {
    font-size: 1.3em;
    margin-bottom: 35px;
  }
  body#products.products_detail #note .detail_color_img {
    width: 250px;
  }
  body#products.products_detail #note .detail_spec table th, body#products.products_detail #note .detail_spec table td {
    padding: 25px 0;
    font-size: 0.85em;
  }
  body#products.products_detail #note .detail_spec table th {
    padding: 0 34px 0 10px;
  }
  body#products.products_detail #note .detail_spec table td {
    padding-right: 10px;
  }
  body#products.products_detail .b_onlinestore {
    width: 240px;
    font-size: 1.0em;
    padding: 10px 0;
    padding-left: 30px;
    border-radius: 6px;
    margin-top: 35px;
  }
  body#products.products_detail .b_onlinestore:before {
    width: 27px;
    height: 22px;
    margin-top: -11px;
    left: 30px;
  }
  body#products.products_detail #detail_ec {
    margin-top: 100px;
  }
  body#products.products_detail #detail_ec .detail_color_img {
    width: 346px;
  }
}

@media (max-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズでの適応　*/
  }
  body#products.products_detail #note #detail {
    padding: 40px 0;
    margin: 50px 0 0;
  }
  body#products.products_detail #note .detail_block {
    margin: 0 auto 60px;
  }
  body#products.products_detail #note #detail .detail_block:last-child {
    margin-bottom: 0;
  }
  body#products.products_detail #note .detail_block h2 {
    font-size: 1.0em;
    margin-bottom: 20px;
  }
  body#products.products_detail #note .detail_color_img {
    width: 76%;
  }
  body#products.products_detail #note .detail_spec table th, body#products.products_detail #note .detail_spec table td {
    padding: 17px 0;
    font-size: 0.7em;
  }
  body#products.products_detail #note .detail_spec table th {
    padding: 0 14px 0 5px;
  }
  body#products.products_detail #note .detail_spec table td {
    padding-right: 5px;
  }
  body#products.products_detail .b_onlinestore {
    width: 60%;
    font-size: 0.9em;
    padding: 8px 0;
    padding-left: 30px;
    margin: 30px auto 0;
    border-radius: 4px;
  }
  body#products.products_detail .b_onlinestore:before {
    width: 27px;
    height: 22px;
    margin-top: -11px;
    left: 30px;
  }
  body#products.products_detail #detail_ec {
    margin-top: 50px;
  }
  body#products.products_detail #detail_ec .detail_color_img {
    width: 76%;
  }
}

body#products.products_detail #note #contents_nav .contents_nav_block .contents_nav_title {
  font-family: Vision-Light;
}

body#products.products_detail #note #contents_nav ul li {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

body#products.products_detail #note #contents_nav ul li a {
  display: block;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
  color: #333333;
}

body#products.products_detail #note #contents_nav ul li a:after {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 16%;
  width: 14px;
  height: 14px;
  border-right: 1px solid #342c2b;
  border-bottom: 1px solid #342c2b;
}

body#products.products_detail #note #contents_nav ul li a img {
  float: left;
  margin-right: 4%;
}

body#products.products_detail #note #contents_nav ul li a .contents_nav_text {
  letter-spacing: 0;
  line-height: 1.5em;
}

body#products.products_detail #note #contents_nav ul li a .contents_nav_text .contents_nav_text_inner {
  display: block;
}

@media (min-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズ以外での適応　*/
  }
  body#products.products_detail #note #contents_nav {
    padding: 80px 0 0;
  }
  body#products.products_detail #note #contents_nav .contents_nav_block {
    margin-bottom: 40px;
  }
  body#products.products_detail #note #contents_nav .contents_nav_block .contents_nav_title {
    font-size: 22px;
    margin-bottom: 14px;
  }
  body#products.products_detail #note #contents_nav ul li {
    width: 200px;
    margin: 0 20px;
  }
  body#products.products_detail #note #contents_nav ul li a img {
    width: 80px;
  }
  body#products.products_detail #note #contents_nav ul li a .contents_nav_text {
    font-size: 15px;
    padding-top: 18px;
    letter-spacing: 0.12em;
  }
  body#products.products_detail #note #contents_nav ul li a .contents_nav_text .contents_nav_text_inner {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズでの適応　*/
  }
  body#products.products_detail #note #contents_nav {
    padding: 50px 0 0;
  }
  body#products.products_detail #note #contents_nav .contents_nav_block {
    margin-bottom: 30px;
  }
  body#products.products_detail #note #contents_nav .contents_nav_block .contents_nav_title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  body#products.products_detail #note #contents_nav ul li {
    width: 46%;
    margin: 0 0px 15px;
  }
  body#products.products_detail #note #contents_nav ul li a img {
    width: 32%;
    margin-left: 4%;
  }
  body#products.products_detail #note #contents_nav ul li a .contents_nav_text {
    box-sizing: border-box;
    font-size: 13px;
    padding-top: 14px;
    letter-spacing: 0.12em;
    height: 60px;
  }
  body#products.products_detail #note #contents_nav ul li a .contents_nav_text .contents_nav_text_inner {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}

body#products.products_detail #contents_area section {
  box-sizing: border-box;
  color: #342C2B;
}

body#products.products_detail #contents_area section h2 {
  font-weight: normal;
  margin: 0;
}

body#products.products_detail #contents_area section h2 .contents_title_top {
  font-family: Vision-Light;
  margin-bottom: 20px;
  font-weight: normal;
}

body#products.products_detail #contents_area section h2 span {
  display: block;
}

body#products.products_detail #contents_area .contents_detail {
  margin: 0 auto;
}

body#products.products_detail #contents_area .contents_detail .contents_main_img {
  position: relative;
  margin: 0 auto;
}

body#products.products_detail #contents_area .contents_detail .contents_main_img img.change {
  width: 100%;
  height: auto;
  vertical-align: top;
}

body#products.products_detail .contents_main_img .before {
  cursor: pointer;
}

body#products.products_detail .contents_main_img .after {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

body#products.products_detail .contents_main_tap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}

body#products.products_detail .contents_main_tap div {
  color: #f7b700;
  font-weight: bold;
  line-height: 1.7em;
}

body#products.products_detail #contents_area .contents_detail h3 {
  line-height: 1.7em;
  color: #555555;
}

body#products.products_detail #contents_area .contents_detail h3 span {
  display: block;
  font-weight: normal;
  font-size: 0.8em;
  margin-top: 0px;
}

body#products.products_detail #contents_area .contents_detail .contents_main_text {
  text-align: left;
  line-height: 1.7em;
}

body#products.products_detail #contents_area .contents_detail .contents_detail_list {
  overflow: hidden;
}

body#products.products_detail #contents_area .contents_detail .contents_detail_list li .contents_detail_img {
  border: 1px solid #adadad;
  vertical-align: middle;
  box-sizing: border-box;
}

body#products.products_detail #contents_area .contents_detail .contents_detail_list li h4 {
  text-align: left;
  line-height: 1.5em;
  width: 100%;
  color: #555555;
  box-sizing: border-box;
}

body#products.products_detail #contents_area .contents_detail .contents_detail_list li h4.contents_detail_title_no {
  padding-left: 36px;
  text-indent: -36px;
}

body#products.products_detail #contents_area .contents_detail .contents_detail_list li h4.contents_detail_title_no img {
  width: 26px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}

body#products.products_detail #contents_area .contents_detail .contents_detail_list li p {
  text-align: left;
  line-height: 1.7em;
  width: 100%;
}

body#products.products_detail #contents_area .contents_detail .contents_detail_list li p a {
  text-decoration: underline;
}

body#products.products_detail #contents_area .contents_detail .contents_detail_list li p a::after {
  content: ">";
}

body#products.products_detail #contents_area .contents_detail .contents_detail_list li .contents_detail_nakami {
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  border: dashed 1px #ababab;
  font-size: 11.5px;
  line-height: 1.7em;
  padding: 14px 5%;
  margin: 10px 0 0;
}

body#products.products_detail #contents_area .contents_detail .swiper-container-autoheight {
  overflow: hidden !important;
}

body#products.products_detail #contents_area section:nth-child(odd) .contents_detail .swiper_contents_main {
  background: #F4F5F5;
}

body#products.products_detail #contents_area section:nth-child(even) .contents_detail .swiper_contents_main {
  background: #fff;
}

body#products.products_detail #contents_area .cover_list {
  margin: 40px auto 0;
  width: 94%;
  max-width: 800px;
}

body#products.products_detail #contents_area .cover_list .blk .img, body#products.products_detail #contents_area .cover_list .blk .detail {
  display: inline-block;
  vertical-align: top;
}

body#products.products_detail #contents_area .cover_list .blk .img {
  width: 26%;
}

body#products.products_detail #contents_area .cover_list .blk .detail {
  width: 72%;
  padding-left: 4%;
  text-align: left;
}

body#products.products_detail #contents_area .cover_list .blk .detail .title {
  font-size: 18px;
  margin-bottom: 20px;
}

body#products.products_detail #contents_area .cover_list .blk .detail .txt {
  font-size: 13px;
  line-height: 1.7em;
}

body#products.products_detail.note_accessories #contents_area .contents_detail .contents_detail_list li .contents_detail_img {
  border: none;
}

@media (min-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズ以外での適応　*/
  }
  body#products.products_detail #contents_area {
    margin: 80px 0 0;
  }
  body#products.products_detail #contents_area section {
    padding: 65px 0;
  }
  body#products.products_detail #contents_area section h2 img {
    width: auto;
    height: 60px;
  }
  body#products.products_detail #contents_area section h2 .contents_title_top {
    font-size: 0.7em;
  }
  body#products.products_detail #contents_area section h2 span {
    font-size: 0.6em;
    margin-top: 10px;
  }
  body#products.products_detail #contents_area .contents_detail {
    width: 880px;
    margin-top: 40px;
  }
  body#products.products_detail #contents_area .contents_detail .contents_main_img {
    width: 760px;
  }
  body#products.products_detail #contents_area .cover_list {
    overflow: hidden;
  }
  body#products.products_detail #contents_area .cover_list .blk {
    float: left;
    width: 45%;
    margin-right: 10%;
  }
  body#products.products_detail #contents_area .cover_list .blk:nth-child(2n) {
    margin-right: 0;
  }
  body#products.products_detail #contents_area .cover_list .blk .img {
    padding-top: 30px;
  }
  body#products.products_detail .contents_main_tap {
    bottom: 70px;
  }
  body#products.products_detail .contents_main_tap div {
    font-size: 1.1em;
  }
  body#products.products_detail .contents_main_tap .poyo {
    width: 50px;
  }
  body#products.products_detail #contents_area .contents_detail h3 {
    font-size: 1.0em;
    margin: 30px 0 0;
  }
  body#products.products_detail #contents_area .contents_detail h3.slide_ttl {
    font-size: 1.0em;
    margin: 60px 0 0;
  }
  body#products.products_detail #contents_area .contents_detail .contents_main_text {
    margin: 20px auto;
    font-size: 0.8em;
    width: 660px;
  }
  body#products.products_detail #contents_area .contents_detail .contents_detail_list li {
    width: 760px;
    margin: 20px auto;
    overflow: hidden;
    text-align: left;
  }
  body#products.products_detail #contents_area .contents_detail .contents_detail_list li .contents_detail_img {
    width: 330px;
    height: auto;
    margin-right: 40px;
    box-sizing: border-box;
  }
  body#products.products_detail #contents_area .contents_detail .contents_detail_list li .contents_detail_list_textarea {
    display: inline-block;
    width: 382px;
    vertical-align: middle;
  }
  body#products.products_detail #contents_area .contents_detail .contents_detail_list li h4 {
    display: inline-block;
    font-size: 1.0em;
    margin: 0px 0 0 0px;
  }
  body#products.products_detail #contents_area .contents_detail .contents_detail_list li p {
    margin-top: 20px;
    font-size: 0.8em;
  }
  body#products.products_detail #contents_area .contents_detail .contents_detail_list li.thumb .contents_detail_img {
    width: 300px;
    height: auto;
    margin: 0 60px 0 30px;
    vertical-align: middle;
    border: none;
  }
  body#products.products_detail #contents_area .contents_detail .contents_detail_list li.thumb .contents_detail_list_textarea {
    display: inline-block;
    width: 420px;
    vertical-align: middle;
  }
  body#products.products_detail #contents_area .contents_detail .contents_detail_list li.thumb h4 {
    display: inline-block;
    font-size: 1.1em;
    margin: 0;
  }
  body#products.products_detail #contents_area .contents_detail .contents_detail_list li.thumb p {
    margin: 25px 0;
    font-size: 0.85em;
  }
}

@media (max-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズでの適応　*/
  }
  body#products.products_detail #contents_area {
    margin: 40px 0 0;
  }
  body#products.products_detail #contents_area section {
    padding: 40px 0;
  }
  body#products.products_detail #contents_area section h2 img {
    width: auto;
    height: 38px;
  }
  body#products.products_detail #contents_area section h2 .contents_title_top {
    font-size: 0.6em;
  }
  body#products.products_detail #contents_area section h2 span {
    font-size: 0.5em;
    margin-top: 7px;
  }
  body#products.products_detail #contents_area .contents_detail {
    margin-top: 20px;
  }
  body#products.products_detail #contents_area .contents_detail .contents_main_img {
    width: 100%;
  }
  body#products.products_detail #contents_area .cover_list .blk {
    border-top: solid 1px #aeaeaf;
    padding: 20px 0;
  }
  body#products.products_detail #contents_area .cover_list .blk:last-child {
    border-bottom: solid 1px #aeaeaf;
  }
  body#products.products_detail .contents_main_tap {
    bottom: 20px;
  }
  body#products.products_detail .contents_main_tap div {
    font-size: 0.9em;
  }
  body#products.products_detail .contents_main_tap .poyo {
    width: 40px;
  }
  body#products.products_detail #contents_area .contents_detail h3 {
    display: inline-block;
    text-align: left;
    max-width: 90%;
    font-size: 1.0em;
    margin: 20px 2.5% 0;
  }
  body#products.products_detail #contents_area .contents_detail h3 span {
    text-align: center;
  }
  body#products.products_detail #contents_area .contents_detail .contents_main_text {
    box-sizing: border-box;
    width: 88%;
    margin: 15px auto;
    font-size: 0.8em;
  }
  body#products.products_detail #contents_area .contents_detail .contents_detail_list {
    width: 84%;
    margin: 0 auto;
  }
  body#products.products_detail #contents_area .contents_detail .contents_detail_list li {
    margin: 30px 0;
  }
  body#products.products_detail #contents_area .contents_detail .contents_detail_list li:last-child {
    margin-bottom: 0;
  }
  body#products.products_detail #contents_area .contents_detail .contents_detail_list li .contents_detail_img {
    width: 100%;
    height: auto;
  }
  body#products.products_detail #contents_area .contents_detail .contents_detail_list li h4 {
    font-size: 4.5vw;
    margin: 20px 0;
  }
  body#products.products_detail #contents_area .contents_detail .contents_detail_list li p {
    margin-top: 15px;
    font-size: 3.4vw;
    color: #564E4D;
  }
}

body#products.products_detail .contents_detail .swiper_contents_title {
  color: #555;
  margin: 20px 0;
}

body#products.products_detail .contents_detail .swiper_contents_title span {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}

body#products.products_detail .contents_detail .swiper_contents_title span:before, body#products.products_detail .contents_detail .swiper_contents_title span:after {
  content: "";
  display: block;
  background: #342c2b;
  position: absolute;
  height: 1px;
  width: 70px;
  top: 50%;
}

body#products.products_detail .contents_detail .swiper_contents_title span:before {
  left: -80px;
}

body#products.products_detail .contents_detail .swiper_contents_title span:after {
  right: -80px;
}

body#products.products_detail .contents_detail .swiper-pagination {
  width: 100%;
}

body#products.products_detail .contents_detail .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px;
}

body#products.products_detail .contents_detail .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffdd72;
}

@media (min-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズ以外での適応　*/
  }
  body#products.products_detail #contents_area .contents_detail .swiper_contents_main h3 {
    margin-top: 50px !important;
  }
  body#products.products_detail .contents_detail .swiper-pagination {
    top: 550px;
  }
  body#products.products_detail #block_5 .contents_detail .swiper-pagination, body#products.products_detail #block_6 .contents_detail .swiper-pagination {
    top: 490px;
  }
}

@media (max-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズでの適応　*/
  }
  body#products.products_detail #contents_area .contents_detail .swiper_contents_main h3 {
    margin-top: 50px !important;
  }
  body#products.products_detail .contents_detail .swiper-pagination {
    top: 44vh;
  }
  body#products.products_detail #block_5 .contents_detail .swiper-pagination, body#products.products_detail #block_6 .contents_detail .swiper-pagination {
    top: 40vh;
  }
}

body#products.products_detail .online {
  box-sizing: border-box;
  position: relative;
}

body#products.products_detail .online:after {
  content: "";
  display: block;
  background-color: #f9e9ba;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

body#products.products_detail .online .online_img {
  position: relative;
  z-index: 2;
  vertical-align: middle;
}

body#products.products_detail .online .online_detail {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  box-sizing: border-box;
}

body#products.products_detail .online .online_detail h2 {
  margin: 0;
  font-weight: normal;
}

body#products.products_detail .online .online_detail .b_onlinestore {
  margin: 0;
}

@media (min-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズ以外での適応　*/
  }
  body#products.products_detail .online {
    text-align: left;
    width: 1280px;
    margin: 40px auto;
    overflow: hidden;
    padding-left: 80px;
    padding-bottom: 40px;
  }
  body#products.products_detail .online:after {
    width: 70%;
    height: 92%;
  }
  body#products.products_detail .online .online_img {
    display: inline-block;
    width: 640px;
    margin-right: 48px;
  }
  body#products.products_detail .online .online_img img {
    width: 100%;
  }
  body#products.products_detail .online .online_detail {
    display: inline-block;
    padding-top: 30px;
  }
  body#products.products_detail .online .online_detail h2 {
    font-size: 17px;
  }
  body#products.products_detail .online .online_detail h2 img {
    margin-top: 50px;
  }
  body#products.products_detail #note .online .online_detail h2 img {
    width: 260px;
  }
  body#products.products_detail .online .online_detail .b_onlinestore {
    margin-top: 40px;
  }
}

@media (max-width: 37.5em) {
  body#products.products_detail {
    /* スマホサイズでの適応　*/
  }
  body#products.products_detail .online {
    margin: 20px auto;
    padding-bottom: 40px;
  }
  body#products.products_detail .online:after {
    width: 90%;
    height: 60%;
  }
  body#products.products_detail .online .online_img, body#products.products_detail .online .online_detail {
    text-align: left;
  }
  body#products.products_detail .online .online_img img {
    width: 90%;
  }
  body#products.products_detail .online .online_detail {
    padding-top: 14px;
    padding-left: 20%;
  }
  body#products.products_detail .online .online_detail h2 {
    font-size: 15px;
  }
  body#products.products_detail .online .online_detail h2 img {
    margin-top: 15px;
  }
  body#products.products_detail #note .online .online_detail h2 img {
    width: 70%;
  }
  body#products.products_detail .online .online_detail .b_onlinestore {
    width: 70%;
    margin-top: 20px;
  }
}

/*-----------------------
MODEL CASE
------------------------*/
body#model_case {
  /*
	article
*/
  /*ノート*/
}

body#model_case #main_top h1 {
  margin: 0;
}

body#model_case #main_top h1 img {
  vertical-align: top;
}

body#model_case #main_top p {
  color: #333333;
}

@media (min-width: 37.5em) {
  body#model_case {
    /* スマホサイズ以外での適応　*/
  }
  body#model_case #main_top {
    margin: 80px 0 0;
  }
  body#model_case #main_top h1 img {
    height: 38px;
  }
  body#model_case #main_top p {
    font-size: 0.9em;
    line-height: 2.0em;
    margin: 25px 0 0;
  }
}

@media (max-width: 37.5em) {
  body#model_case {
    /* スマホサイズでの適応　*/
  }
  body#model_case #main_top {
    margin: 40px 0 0;
  }
  body#model_case #main_top h1 img {
    height: 30px;
  }
  body#model_case #main_top p {
    font-size: 0.7em;
    line-height: 1.7em;
    margin: 20px 0 0;
  }
}

body#model_case.case_article .case .case_area {
  margin: auto;
}

body#model_case.case_article .case .case_area .case_title {
  border-bottom: solid 1px #bcbcbc;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}

body#model_case.case_article .case .case_area .case_title h1 {
  margin: 0;
  font-weight: normal;
  line-height: 1.7em;
}

body#model_case.case_article .case .case_area .case_title .case_user img {
  vertical-align: middle;
}

body#model_case.case_article .case .case_area .case_title .case_user .case_username {
  vertical-align: middle;
  display: inline-block;
}

body#model_case.case_article .case .case_area .case_title .case_category {
  color: #e2ba5a;
  font-size: 12px;
}

body#model_case.case_article .title_border_y {
  box-sizing: border-box;
  font-weight: bold;
  background-image: url("../img/model_case/case_first.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #555;
  margin: 0;
}

body#model_case.case_article .case .case_area .case_first .case_first_img {
  width: 100%;
}

body#model_case.case_article .case .case_area .case_detail .case_type {
  text-align: center;
  margin-bottom: 40px;
}

body#model_case.case_article .case .case_area .case_detail .case_type .case_type_img img {
  width: 50px;
}

body#model_case.case_article .case .case_area .case_detail .case_type .case_type_title {
  font-family: Vision-Thin !important;
  margin-top: 15px;
}

body#model_case.case_article .case .case_area .case_detail section h2 {
  text-align: left;
  border-bottom: solid 1px #bcbcbc;
  color: #555;
  box-sizing: border-box;
  line-height: 1.7em;
  margin: 0 auto;
}

body#model_case.case_article .case .case_area .case_first p {
  text-align: left;
  margin: 0 auto;
  line-height: 1.7em;
}

body#model_case.case_article .case .case_area .case_detail section p {
  text-align: left;
  margin: 0 auto;
  line-height: 1.7em;
}

body#model_case.case_article .case .case_area .case_detail section .case_detail_img {
  width: 100%;
  vertical-align: top;
}

body#model_case.case_article .case .case_area .case_detail section .note {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  line-height: 1.7em;
}

body#model_case.case_article .case_item {
  box-sizing: border-box;
  background: #fff8d9;
  margin: auto;
  box-sizing: border-box;
  background: #fff8d9;
  margin: auto;
}

body#model_case.case_article .case_item .case_item_list a {
  display: inline-block;
  vertical-align: top;
  color: #6b6362;
}

body#model_case.case_article .case_item .case_item_list a .case_item_name {
  font-family: Vision-Thin;
}

body#model_case.case_article .case_item .case_item_list a .case_item_name span {
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.5em;
}

body#model_case.case_article.case_log .case_item {
  background: #fff;
}

body#model_case.case_article.case_log .case_item .case_item_list a {
  overflow: hidden;
}

body#model_case.case_article.case_log .case_item .case_item_list a img {
  width: 33%;
  vertical-align: middle;
}

body#model_case.case_article.case_log .case_item .case_item_list a .case_item_txtarea {
  vertical-align: middle;
  display: inline-block;
  margin-left: 4%;
  width: 60%;
  text-align: left;
}

body#model_case.case_article.case_log .case_item .case_item_list a .case_item_txtarea .case_item_name {
  margin-top: 0;
}

body#model_case.case_article.case_log .case_item .case_item_list a .case_item_txtarea .txt {
  font-size: 12px;
  margin-top: 14px;
  line-height: 1.7em;
}

@media (min-width: 37.5em) {
  body#model_case.case_article.case_log .case_item .case_item_list a {
    width: 44%;
  }
}

@media (max-width: 37.5em) {
  body#model_case.case_article.case_log .case_item .case_item_list a {
    display: block;
    width: 90%;
    margin: 0 auto 30px;
  }
  body#model_case.case_article.case_log .case_item .case_item_list a:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 37.5em) {
  body#model_case {
    /* スマホサイズ以外での適応　*/
  }
  body#model_case.case_article .case {
    margin-top: 80px;
  }
  body#model_case.case_article .case .case_area {
    width: 800px;
    margin-bottom: 100px;
  }
  body#model_case.case_article .case .case_area .case_title {
    padding-bottom: 20px;
  }
  body#model_case.case_article .case .case_area .case_title h1 {
    font-size: 26px;
  }
  body#model_case.case_article .case .case_area .case_title .case_user {
    margin-top: 15px;
  }
  body#model_case.case_article .case .case_area .case_title .case_user img {
    width: 40px;
    margin-right: 14px;
  }
  body#model_case.case_article .case .case_area .case_title .case_user .case_username {
    font-size: 14px;
  }
  body#model_case.case_article .case .case_area .case_title .case_category {
    position: absolute;
    bottom: 30px;
    right: 0;
  }
  body#model_case.case_article .case .case_area .case_first {
    margin-top: 30px;
  }
  body#model_case.case_article .title_border_y {
    font-size: 16px;
    padding-bottom: 20px;
    background-size: 138px auto;
  }
  body#model_case.case_article .case .case_area .case_first .case_first_title {
    margin-bottom: 15px;
  }
  body#model_case.case_article .case .case_area .case_detail {
    margin-top: 100px;
  }
  body#model_case.case_article .case .case_area .case_detail .case_type .case_type_title {
    font-size: 24px;
  }
  body#model_case.case_article .case .case_area .case_detail section {
    margin-bottom: 80px;
  }
  body#model_case.case_article .case .case_area .case_first p {
    width: 94.5%;
  }
  body#model_case.case_article .case .case_area .case_detail section h2, body#model_case.case_article .case .case_area .case_detail section p, body#model_case.case_article .case .case_area .case_detail section .note {
    width: 94.5%;
  }
  body#model_case.case_article .case .case_area .case_detail section .case_detail_title {
    width: 253px;
    margin-bottom: 20px;
  }
  body#model_case.case_article .case .case_area .case_detail section .case_detail_title.clear {
    width: 314px;
  }
  body#model_case.case_article .case .case_area .case_detail section .case_detail_title.log_cange {
    width: 402px;
  }
  body#model_case.case_article .case .case_area .case_detail section .case_detail_title.point {
    width: 580px;
  }
  body#model_case.case_article .case .case_area .case_detail section h2 {
    font-size: 20px;
    padding-bottom: 6px;
  }
  body#model_case.case_article .case .case_area .case_first p {
    font-size: 15px;
    margin: 20px auto;
  }
  body#model_case.case_article .case .case_area .case_detail section p {
    font-size: 15px;
    margin: 20px auto;
  }
  body#model_case.case_article .case .case_area .case_detail section .case_detail_img {
    margin: 15px 0;
  }
  body#model_case.case_article .case .case_area .case_detail section .note {
    font-size: 13px;
    margin: 0px auto 50px;
  }
}

@media (max-width: 37.5em) {
  body#model_case {
    /* スマホサイズでの適応　*/
  }
  body#model_case.case_article .case {
    margin-top: 60px;
  }
  body#model_case.case_article .case .case_area {
    width: 94%;
    margin-bottom: 60px;
  }
  body#model_case.case_article .case .case_area .case_title {
    padding-bottom: 14px;
  }
  body#model_case.case_article .case .case_area .case_title h1 {
    font-size: 20px;
  }
  body#model_case.case_article .case .case_area .case_title .case_user {
    margin-top: 10px;
  }
  body#model_case.case_article .case .case_area .case_title .case_user img {
    width: 10%;
    margin-right: 10px;
  }
  body#model_case.case_article .case .case_area .case_title .case_user .case_username {
    font-size: 11px;
  }
  body#model_case.case_article .case .case_area .case_title .case_category {
    margin-top: 20px;
  }
  body#model_case.case_article .case .case_area .case_first {
    margin-top: 20px;
  }
  body#model_case.case_article .title_border_y {
    font-size: 14px;
    padding-bottom: 20px;
    background-size: 138px auto;
  }
  body#model_case.case_article .case .case_area .case_first .case_first_title {
    margin-bottom: 10px;
  }
  body#model_case.case_article .case .case_area .case_detail {
    margin-top: 80px;
  }
  body#model_case.case_article .case .case_area .case_detail .case_type .case_type_title {
    font-size: 16px;
  }
  body#model_case.case_article .case .case_area .case_detail section {
    margin-bottom: 60px;
  }
  body#model_case.case_article .case .case_area .case_detail section .case_detail_title {
    width: 60%;
    margin-bottom: 20px;
  }
  body#model_case.case_article .case .case_area .case_detail section .case_detail_title.clear {
    width: 64%;
  }
  body#model_case.case_article .case .case_area .case_detail section .case_detail_title.log_cange {
    width: 70%;
  }
  body#model_case.case_article .case .case_area .case_detail section .case_detail_title.point {
    width: 94%;
  }
  body#model_case.case_article .case .case_area .case_detail section h2 {
    font-size: 18px;
    padding-bottom: 6px;
  }
  body#model_case.case_article .case .case_area .case_first p {
    font-size: 13px;
    margin: 14px auto;
  }
  body#model_case.case_article .case .case_area .case_detail section p {
    font-size: 13px;
    margin: 14px auto;
  }
  body#model_case.case_article .case .case_area .case_detail section .case_detail_img {
    margin: 10px 0;
  }
  body#model_case.case_article .case .case_area .case_detail section .note {
    font-size: 12px;
    margin: 0px auto 40px;
  }
}

@media (min-width: 37.5em) {
  body#model_case {
    /* スマホサイズ以外での適応　*/
  }
  body#model_case.case_article .case_item {
    padding: 50px 0;
    width: 1000px;
  }
  body#model_case.case_article .case_item .case_item_list {
    margin-top: 30px;
  }
  body#model_case.case_article .case_item .case_item_list a {
    width: 184px;
  }
  body#model_case.case_article .case_item .case_item_list a img {
    width: 145px;
  }
  body#model_case.case_article .case_item .case_item_list a .case_item_name {
    font-size: 21px;
    margin-top: 10px;
  }
  body#model_case.case_article .case_item .case_item_list a .case_item_name span {
    font-size: 14px;
  }
}

@media (max-width: 37.5em) {
  body#model_case {
    /* スマホサイズでの適応　*/
  }
  body#model_case.case_article .case_item {
    padding: 40px 0 10px;
    width: 94%;
  }
  body#model_case.case_article .case_item .case_item_list {
    margin-top: 20px;
  }
  body#model_case.case_article .case_item .case_item_list a {
    width: 44%;
    margin-bottom: 30px;
  }
  body#model_case.case_article .case_item .case_item_list a img {
    width: 80%;
  }
  body#model_case.case_article .case_item .case_item_list a .case_item_name {
    font-size: 18px;
    margin-top: 5px;
  }
  body#model_case.case_article .case_item .case_item_list a .case_item_name span {
    font-size: 14px;
  }
}

body#model_case .b_Top a {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  text-decoration: underline;
  color: #000;
}

body#model_case .b_Top a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 37.5em) {
  body#model_case {
    /* スマホサイズ以外での適応　*/
  }
  body#model_case .b_Top {
    padding: 90px 0;
  }
  body#model_case .b_Top a {
    font-size: 0.8em;
    padding-right: 14px;
  }
}

@media (max-width: 37.5em) {
  body#model_case {
    /* スマホサイズでの適応　*/
  }
  body#model_case .b_Top {
    padding: 60px 0;
  }
  body#model_case .b_Top a {
    font-size: 0.75em;
    padding-right: 10px;
  }
}

body#model_case #products {
  background: #eceded;
  margin-top: 80px;
}

body#model_case #products section:last-child {
  margin-bottom: 0;
}

body#model_case #products .products_top {
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

body#model_case #products_sched .products_top {
  background-image: url("../img/index/products_top_sched.jpg");
}

body#model_case #products_note .products_top {
  background-image: url("../img/index/products_top_note.jpg");
}

body#model_case #products section h2 {
  margin: 0;
  font-weight: normal;
  line-height: 1.0em;
}

body#model_case #products section h2 img {
  vertical-align: top;
}

body#model_case #products ul li {
  box-sizing: border-box;
}

body#model_case #products ul li a {
  display: block;
  color: #333333;
}

body#model_case #products section ul li .products_img_area {
  position: relative;
}

body#model_case #products section ul li .products_img_sub {
  position: absolute;
}

body#model_case #products section ul li .products_name {
  color: #6b6362;
  margin: 0;
  font-family: Vision-Thin;
  font-weight: normal;
}

body#model_case #products section ul li p {
  margin: 0;
}

body#model_case #products section ul li .products_list_block {
  display: inline-block;
  vertical-align: top;
}

body#model_case #products_note .products_note_accessories .products_list_block {
  width: 33%;
}

body#model_case #products_note .products_note_accessories .products_list_block .products_img {
  width: 100%;
}

body#model_case #products_note .products_note_accessories .products_name, body#model_case #products_note .products_note_accessories p {
  letter-spacing: 0;
}

@media (min-width: 37.5em) {
  body#model_case {
    /* スマホサイズ以外での適応　*/
    /*ノート*/
  }
  body#model_case #products {
    padding: 40px 0 80px;
  }
  body#model_case #products section {
    margin: 0 0 80px;
  }
  body#model_case #products section .products_top {
    height: 34vh;
    min-height: 330px;
  }
  body#model_case #products section h2 {
    margin: 40px 0 0;
  }
  body#model_case #products section h2 img {
    height: 52px;
  }
  body#model_case #products section ul {
    margin-top: 50px;
  }
  body#model_case #products ul li {
    display: inline-block;
    margin: 0 24px;
  }
  body#model_case #products section ul li .products_img {
    width: 275px;
  }
  body#model_case #products section ul li .products_img_sub {
    width: 80px;
    top: 0px;
  }
  body#model_case #products section ul li .products_name {
    font-size: 26px;
  }
  body#model_case #products section ul li p {
    font-size: 14px;
    margin-top: 7px;
  }
  body#model_case #products_note ul li {
    vertical-align: middle;
    margin: 0 -10px;
  }
  body#model_case #products_note ul li .products_img_sub {
    left: -30px;
  }
  body#model_case #products_note .products_note_accessories {
    width: 520px;
  }
  body#model_case #products_note .products_note_accessories .products_name {
    font-size: 14px;
  }
  body#model_case #products_note .products_note_accessories p {
    font-size: 11px;
  }
  body#model_case #products .b_more {
    width: 124px;
    margin-top: 40px;
  }
}

@media (max-width: 37.5em) {
  body#model_case {
    /* スマホサイズでの適応　*/
    /*ノート*/
  }
  body#model_case #products {
    padding: 50px 0;
  }
  body#model_case #products section {
    padding: 0 0 50px;
  }
  body#model_case #products section .products_top {
    height: 30vh;
  }
  body#model_case #products section h2 {
    margin: 20px 0 0;
  }
  body#model_case #products section h2 img {
    width: 80%;
  }
  body#model_case #products section .contents_title img {
    height: auto;
  }
  body#model_case #products section ul {
    margin-top: 30px;
  }
  body#model_case #products ul li {
    width: 90%;
    margin: 0 auto 30px;
  }
  body#model_case #products section ul li .products_img {
    width: 60%;
  }
  body#model_case #products section ul li .products_img_sub {
    top: 0px;
    left: 5%;
    width: 20%;
  }
  body#model_case #products section ul li .products_name {
    font-size: 24px;
  }
  body#model_case #products section ul li p {
    font-size: 12px;
    margin-top: 5px;
  }
  body#model_case #products_note .products_note_main .products_img {
    /*	margin-left: 12%;*/
  }
  body#model_case #products_note .products_note_accessories {
    width: 100%;
  }
  body#model_case #products_note .products_note_accessories .products_name {
    font-size: 12px;
  }
  body#model_case #products_note .products_note_accessories p {
    font-size: 11px;
  }
  body#model_case #products .b_more {
    width: 40%;
    margin-top: 30px;
  }
}

/*-----------------------
手帳の使い方アイデア（WordPress）
------------------------*/
body#sched_idea #main_top .sched_idea_title {
  font-weight: normal;
  margin: 0;
  line-height: 1.0em;
  color: #342c2b;
  letter-spacing: 0.2em;
}

body#sched_idea #main_top p {
  color: #333333;
}

@media (min-width: 37.5em) {
  body#sched_idea {
    /* スマホサイズ以外での適応　*/
  }
  body#sched_idea #main_top {
    margin: 80px 0 0;
  }
  body#sched_idea #main_top .sched_idea_title {
    font-size: 1.4em;
  }
  body#sched_idea #main_top p {
    font-size: 0.9em;
    line-height: 2.0em;
    margin: 25px 0 0;
  }
}

@media (max-width: 37.5em) {
  body#sched_idea {
    /* スマホサイズでの適応　*/
  }
  body#sched_idea #main_top {
    margin: 40px 0 0;
  }
  body#sched_idea #main_top .sched_idea_title {
    font-size: 1.2em;
  }
  body#sched_idea #main_top p {
    font-size: 0.7em;
    line-height: 1.7em;
    margin: 15px 0 0;
  }
}

body#sched_idea #itemList_area #itemList_comment {
  color: #666;
  margin: 0;
  line-height: 1.0em;
}

body#sched_idea #itemList_area #itemList {
  overflow: hidden;
  width: 94%;
  max-width: 1050px;
}

body#sched_idea #itemList_area #itemList li {
  vertical-align: top;
  transition-duration: .2s;
}

body#sched_idea #itemList_area #itemList li a {
  display: block;
  text-align: left;
}

body#sched_idea #itemList_area #itemList li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

body#sched_idea #itemList_area #itemList li p {
  color: #333333;
  line-height: 1.5em;
}

body#sched_idea #itemList_area #itemList li .itemList_app {
  color: #e2ba5a;
  line-height: 1.5em;
  letter-spacing: 1px;
}

@media (min-width: 37.5em) {
  body#sched_idea {
    /* スマホサイズ以外での適応　*/
  }
  body#sched_idea #itemList_area {
    margin-top: 80px;
  }
  body#sched_idea #itemList_area #itemList_comment {
    font-size: 0.9em;
  }
  body#sched_idea #itemList_area #itemList {
    margin: 20px auto 0;
    text-align: left;
    margin-left: calc(50% - 510px);
  }
  body#sched_idea #itemList_area #itemList li {
    width: 30%;
    margin: 0 2.9% 70px 0;
    display: inline-block;
  }
  body#sched_idea #itemList_area #itemList li p {
    margin: 10px 0 0;
    font-size: 0.95em;
  }
  body#sched_idea #itemList_area #itemList li .itemList_app {
    margin-top: 5px;
    font-size: 0.8em;
  }
}

@media (max-width: 37.5em) {
  body#sched_idea {
    /* スマホサイズでの適応　*/
  }
  body#sched_idea #itemList_area {
    margin-top: 20px;
  }
  body#sched_idea #itemList_area #itemList_comment {
    font-size: 0.8em;
  }
  body#sched_idea #itemList_area #itemList {
    margin: 14px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-lines: multiple;
    box-pack: justify;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body#sched_idea #itemList_area #itemList li {
    width: 48%;
    margin: 0 0 30px;
  }
  body#sched_idea #itemList_area #itemList li p {
    margin: 5px 0 0;
    font-size: 0.7em;
  }
  body#sched_idea #itemList_area #itemList li .itemList_app {
    margin-top: 5px;
    font-size: 0.6em;
  }
}

/*-----------------------
手帳の使い方アイデア 一覧ページ（WordPress）
------------------------*/
body#sched_idea.archive #sortControl h2 {
  font-weight: normal;
  color: #000;
  line-height: 1.0em;
  margin: 0;
  font-family: Vision-Thin !important;
}

body#sched_idea.archive #sortControl h2 span {
  display: block;
  color: #666666;
}

body#sched_idea.archive #sortControl .sort_block {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

body#sched_idea.archive #sortControl .sort_block h3 {
  font-weight: normal;
  margin: 0;
  box-sizing: border-box;
  line-height: 1.0em;
  border-bottom: solid 1px #666;
  color: #666;
}

body#sched_idea.archive #sortControl .sort_block ul li {
  color: #666;
  letter-spacing: 0.2em;
}

body#sched_idea.archive #sortControl .sort_block ul li:last-child {
  margin-bottom: 0;
}

body#sched_idea.archive #sortControl .sort_block ul li label {
  display: inline-block;
  box-sizing: border-box;
  transition-duration: .2s;
}

body#sched_idea.archive #sortControl .sort_block ul li input[type="checkbox"]:checked + label {
  background: #ffda00;
}

@media (min-width: 37.5em) {
  body#sched_idea.archive {
    /* スマホサイズ以外での適応　*/
  }
  body#sched_idea.archive #sortControl {
    width: 1020px;
    margin: 80px auto 0;
    padding: 30px 0 40px;
  }
  body#sched_idea.archive #sortControl h2 {
    font-size: 2.2em;
  }
  body#sched_idea.archive #sortControl h2 span {
    font-size: 0.4em;
  }
  body#sched_idea.archive #sortControl #sort_list_area {
    margin: 20px 0 0;
  }
  body#sched_idea.archive #sortControl #sort_list_area .sort_block {
    width: 200px;
    margin: 0 30px;
  }
  body#sched_idea.archive #sortControl #sort_list_area .sort_block h3 {
    font-size: 0.85em;
    padding-bottom: 5px;
  }
  body#sched_idea.archive #sortControl #sort_list_area .sort_block ul {
    margin: 15px 0 0;
  }
  body#sched_idea.archive #sortControl #sort_list_area .sort_block ul li {
    font-size: 0.85em;
    margin-bottom: 10px;
  }
  body#sched_idea.archive #sortControl #sort_list_area .sort_block ul li input {
    margin-right: 5px;
  }
}

@media (max-width: 37.5em) {
  body#sched_idea.archive {
    /* スマホサイズでの適応　*/
  }
  body#sched_idea.archive #sortControl {
    width: 92%;
    margin: 30px auto 0;
    padding: 12px 0 20px;
  }
  body#sched_idea.archive #sortControl h2 {
    font-size: 1.7em;
  }
  body#sched_idea.archive #sortControl h2 span {
    font-size: 0.4em;
  }
  body#sched_idea.archive #sortControl #sort_list_area {
    margin: 10px 5% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-lines: multiple;
    box-pack: justify;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body#sched_idea.archive #sortControl #sort_list_area .sort_block {
    width: 47%;
    margin: 0 0px;
  }
  body#sched_idea.archive #sortControl #sort_list_area .sort_block:nth-child(3) {
    margin-top: -50px;
  }
  body#sched_idea.archive #sortControl #sort_list_area .sort_block h3 {
    font-size: 0.7em;
    padding-bottom: 5px;
  }
  body#sched_idea.archive #sortControl #sort_list_area .sort_block ul {
    margin: 15px 0 0;
  }
  body#sched_idea.archive #sortControl #sort_list_area .sort_block ul li {
    font-size: 0.65em;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
  body#sched_idea.archive #sortControl #sort_list_area .sort_block ul li input {
    margin-right: 2px;
  }
}

/*-----------------------
手帳の使い方アイデア 記事ページ（WordPress）
------------------------*/
body#sched_idea.singles .article .article_title {
  color: #6b6362;
  line-height: 1.4em;
  margin: 0 auto 30px;
}

body#sched_idea.singles .article .article_title span {
  display: inline-block;
  border-bottom: solid 1px #b1b1b2;
  padding-bottom: 4px;
  font-weight: bold;
}

body#sched_idea.singles .article .article_detail {
  width: 90%;
  max-width: 680px;
  margin: 20px auto 0;
}

body#sched_idea.singles .article .article_detail .article_maintext {
  text-align: left;
  font-size: 13px;
  line-height: 1.7em;
}

body#sched_idea.singles .article .article_detail .article_point {
  margin-top: 50px;
}

body#sched_idea.singles .article .article_detail .article_point li {
  text-align: left;
  margin-bottom: 30px;
}

body#sched_idea.singles .article .article_detail .article_point li:last-child {
  margin-bottom: 0;
}

body#sched_idea.singles .article .article_detail .article_point li .article_point_img {
  vertical-align: top;
  border: solid 1px #b1b1b2;
}

body#sched_idea.singles .article .article_detail .article_point li .point_txtarea {
  line-height: 1.5em;
}

body#sched_idea.singles .article .article_detail .article_point li .point_txtarea .point_title {
  font-weight: bold;
  position: relative;
  color: #6b6362;
  padding-left: 38px;
  font-size: 16px;
}

body#sched_idea.singles .article .article_detail .article_point li .point_txtarea .point_title img {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
}

body#sched_idea.singles .article .article_detail .article_point li .point_txtarea p {
  font-size: 13px;
}

body#sched_idea.singles .sample_note {
  text-align: left;
  background: #fff;
  margin: 40px auto 0;
  width: 90%;
  max-width: 680px;
}

body#sched_idea.singles .sample_note .txt {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  line-height: 1.5em;
}

body#sched_idea.singles .articleTop {
  margin-top: 50px;
}

body#sched_idea.singles .articleTop a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  padding-right: 14px;
}

body#sched_idea.singles .articleTop a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body#sched_idea.singles .other_article_list .title {
  font-weight: bold;
  font-size: 18px;
  color: #6c6362;
}

body#sched_idea.singles .other_article_list .title .yellow {
  color: #e2ba5a;
}

@media (min-width: 37.5em) {
  body#sched_idea.singles {
    /* スマホサイズ以外での適応　*/
  }
  body#sched_idea.singles .article .article_title {
    font-size: 24px;
  }
  body#sched_idea.singles .article .article_detail .article_point li .article_point_img, body#sched_idea.singles .article .article_detail .article_point li .point_txtarea {
    display: inline-block;
    vertical-align: middle !important;
  }
  body#sched_idea.singles .article .article_detail .article_point li .article_point_img {
    width: 48%;
    margin-right: 8%;
  }
  body#sched_idea.singles .article .article_detail .article_point li .point_txtarea {
    width: 43%;
  }
  body#sched_idea.singles .article .article_detail .article_point li .point_txtarea p {
    margin-top: 20px;
  }
  body#sched_idea.singles .sample_note {
    padding: 20px 2%;
  }
}

@media (max-width: 37.5em) {
  body#sched_idea.singles {
    /* スマホサイズでの適応　*/
  }
  body#sched_idea.singles .article .article_title {
    font-size: 18px;
    width: 90%;
  }
  body#sched_idea.singles .article .article_title span {
    text-align: left;
  }
  body#sched_idea.singles .article .article_detail .article_point li .point_txtarea {
    margin-top: 14px;
  }
  body#sched_idea.singles .article .article_detail .article_point li .point_txtarea p {
    margin-top: 14px;
  }
  body#sched_idea.singles .sample_note {
    padding: 20px 4%;
  }
}

/*-----------------------
手帳の使い方アイデア
------------------------*/
body#howto {
  /* モーダル */
}

body#howto #main_top h1 {
  font-weight: normal;
  margin: 0;
  line-height: 1.0em;
  color: #342c2b;
  letter-spacing: 0.2em;
}

body#howto #main_top p {
  color: #333333;
}

@media (min-width: 37.5em) {
  body#howto {
    /* スマホサイズ以外での適応　*/
  }
  body#howto #main_top {
    margin: 80px 0 0;
  }
  body#howto #main_top h1 {
    font-size: 1.4em;
  }
  body#howto #main_top p {
    font-size: 0.9em;
    line-height: 2.0em;
    margin: 25px 0 0;
  }
}

@media (max-width: 37.5em) {
  body#howto {
    /* スマホサイズでの適応　*/
  }
  body#howto #main_top {
    margin: 40px 0 0;
  }
  body#howto #main_top h1 {
    font-size: 1.2em;
  }
  body#howto #main_top p {
    font-size: 0.7em;
    line-height: 1.7em;
    margin: 15px 0 0;
  }
}

body#howto #sortControl {
  box-sizing: border-box;
  background: #ededed;
}

body#howto #sortControl h2 {
  font-weight: normal;
  color: #000;
  line-height: 1.0em;
  margin: 0;
  font-family: Vision-Thin;
}

body#howto #sortControl h2 span {
  display: block;
  color: #666666;
}

body#howto #sortControl .sort_block {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

body#howto #sortControl .sort_block h3 {
  font-weight: normal;
  margin: 0;
  box-sizing: border-box;
  line-height: 1.0em;
  border-bottom: solid 1px #666;
  color: #666;
}

body#howto #sortControl .sort_block ul li {
  color: #666;
  letter-spacing: 0.2em;
}

body#howto #sortControl .sort_block ul li:last-child {
  margin-bottom: 0;
}

body#howto #sortControl .sort_block ul li label {
  display: inline-block;
  box-sizing: border-box;
  transition-duration: .2s;
}

body#howto #sortControl .sort_block ul li input[type="checkbox"]:checked + label {
  background: #ffda00;
}

@media (min-width: 37.5em) {
  body#howto {
    /* スマホサイズ以外での適応　*/
  }
  body#howto #sortControl {
    width: 1020px;
    margin: 80px auto 0;
    padding: 30px 0 40px;
  }
  body#howto #sortControl h2 {
    font-size: 2.2em;
  }
  body#howto #sortControl h2 span {
    font-size: 0.4em;
  }
  body#howto #sort_list_area {
    margin: 20px 0 0;
  }
  body#howto #sortControl .sort_block {
    width: 200px;
    margin: 0 30px;
  }
  body#howto #sortControl .sort_block h3 {
    font-size: 0.85em;
    padding-bottom: 5px;
  }
  body#howto #sortControl .sort_block ul {
    margin: 15px 0 0;
  }
  body#howto #sortControl .sort_block ul li {
    font-size: 0.85em;
    margin-bottom: 10px;
  }
  body#howto #sortControl .sort_block ul li input {
    margin-right: 5px;
  }
}

@media (max-width: 37.5em) {
  body#howto {
    /* スマホサイズでの適応　*/
  }
  body#howto #sortControl {
    width: 92%;
    margin: 30px auto 0;
    padding: 12px 0 20px;
  }
  body#howto #sortControl h2 {
    font-size: 1.7em;
  }
  body#howto #sortControl h2 span {
    font-size: 0.4em;
  }
  body#howto #sort_list_area {
    margin: 10px 5% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-lines: multiple;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body#howto #sortControl .sort_block {
    width: 47%;
    margin: 0 0px;
  }
  body#howto #sortControl .sort_block:nth-child(3) {
    margin-top: -50px;
  }
  body#howto #sortControl .sort_block h3 {
    font-size: 0.7em;
    padding-bottom: 5px;
  }
  body#howto #sortControl .sort_block ul {
    margin: 15px 0 0;
  }
  body#howto #sortControl .sort_block ul li {
    font-size: 0.65em;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
  body#howto #sortControl .sort_block ul li input {
    margin-right: 2px;
  }
}

body#howto #itemList_comment {
  color: #666;
  margin: 0;
  line-height: 1.0em;
}

body#howto #itemList li {
  vertical-align: top;
  transition-duration: .2s;
}

body#howto #itemList li a {
  display: block;
  text-align: left;
}

body#howto #itemList li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

body#howto #itemList li p {
  color: #333333;
  line-height: 1.5em;
}

body#howto #itemList li .itemList_app {
  color: #e2ba5a;
  line-height: 1.5em;
  letter-spacing: 1px;
}

@media (min-width: 37.5em) {
  body#howto {
    /* スマホサイズ以外での適応　*/
  }
  body#howto #itemList_area {
    margin-top: 80px;
  }
  body#howto #itemList_comment {
    font-size: 0.9em;
  }
  body#howto #itemList {
    margin: 20px auto 0;
    width: 1050px;
    text-align: left;
    margin-left: calc(50% - 510px);
  }
  body#howto #itemList li {
    display: inline-block;
    width: 320px;
    margin: 0 30px 70px 0;
  }
  body#howto #itemList li p {
    margin: 10px 0 0;
    font-size: 0.95em;
  }
  body#howto #itemList li .itemList_app {
    margin-top: 5px;
    font-size: 0.8em;
  }
}

@media (max-width: 37.5em) {
  body#howto {
    /* スマホサイズでの適応　*/
  }
  body#howto #itemList_area {
    margin-top: 20px;
  }
  body#howto #itemList_comment {
    font-size: 0.8em;
  }
  body#howto #itemList {
    margin: 14px auto 0;
    width: 92%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-lines: multiple;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body#howto #itemList li {
    width: 47%;
    margin: 0 0 30px;
  }
  body#howto #itemList li p {
    margin: 5px 0 0;
    font-size: 0.7em;
  }
  body#howto #itemList li .itemList_app {
    margin-top: 5px;
    font-size: 0.6em;
  }
}

@media (min-width: 37.5em) {
  body#howto #howtoBefore_detail {
    padding-top: 60px;
    height: 228px;
  }
}

@media (min-width: 37.5em) {
  body#howto {
    /* スマホサイズ以外での適応　*/
  }
  body#howto #global_product {
    margin-top: 80px;
  }
}

@media (max-width: 37.5em) {
  body#howto {
    /* スマホサイズでの適応　*/
  }
  body#howto #global_product {
    margin-top: 80px;
  }
}

body#howto #colorbox, body#howto #cboxWrapper {
  overflow: visible !important;
}

body#howto #cboxContent {
  margin-top: 20px;
  background: #ededed;
}

body#howto #cboxLoadingOverlay {
  background: #ededed;
}

body#howto #cboxPrevious, body#howto #cboxNext {
  display: block !important;
  width: 28px !important;
  height: 32px !important;
  border: solid 1px #464646 !important;
  right: auto !important;
}

body#howto #cboxPrevious {
  left: 0;
}

body#howto #cboxNext {
  left: 28px;
  border-left: none !important;
}

body#howto #cboxPrevious:before, body#howto #cboxNext:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #342c2b;
}

body#howto #cboxPrevious:before {
  border-left: 1px solid #342c2b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  margin-left: -3px;
}

body#howto #cboxNext:before {
  border-right: 1px solid #342c2b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 50%;
  margin-right: -3px;
}

body#howto .btn_close {
  display: block;
  position: absolute;
  overflow: visible;
  text-indent: -9999px;
  right: 0px !important;
  background: url("../img/howto/modal_close.png") no-repeat center center;
  background-size: contain;
  z-index: 9999 !important;
}

body#howto .btn_close:hover {
  background-position: 0 !important;
}

body#howto .article {
  box-sizing: border-box;
  background: #ededed;
  position: relative;
  color: #342c2b;
}

body#howto .article_inner {
  overflow-y: scroll;
  background: #ededed;
}

body#howto .article_title {
  margin: 0;
}

body#howto .article_maintext {
  text-align: left;
  letter-spacing: 1px;
}

body#howto .article_point_img {
  vertical-align: top;
  border: solid 1px #342c2b;
}

body#howto .article_point li {
  text-align: left;
}

body#howto .article_point li h3 img {
  vertical-align: middle;
}

@media (min-width: 37.5em) {
  body#howto {
    /* スマホサイズ以外での適応　*/
  }
  body#howto #cboxWrapper {
    top: 30px !important;
  }
  body#howto .article {
    width: 640px;
    height: calc(100vh - 80px);
  }
  body#howto #cboxPrevious, body#howto #cboxNext {
    top: -50px !important;
  }
  body#howto .btn_close {
    width: 32px !important;
    height: 32px !important;
    top: -50px !important;
  }
  body#howto .article_detail {
    width: 580px;
    margin: 20px auto 0;
  }
  body#howto .article_title {
    font-size: 1.0em;
    line-height: 2.0em;
    margin: 20px 0 10px;
  }
  body#howto .article_maintext {
    margin: 17px 0 0;
    font-size: 0.8em;
    line-height: 2.0em;
  }
  body#howto .article_point {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: flex;
    box-pack: justify;
    /*---webkit-box対応 center*/
    justify-content: space-between;
    box-lines: multiple;
    /*--- Androidブラウザ用 ---*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0;
  }
  body#howto .article_point li {
    width: 280px;
    vertical-align: top;
    margin-bottom: 40px;
  }
  body#howto .article_point li h3 {
    font-size: 1.0em;
    line-height: 1.7em;
    padding-left: 35px;
    text-indent: -35px;
    margin: 10px 0 0;
  }
  body#howto .article_point li h3 img {
    width: 24px;
    height: auto;
    margin-right: 10px;
  }
  body#howto .article_point li p {
    margin: 10px 0 0;
    font-size: 0.7em;
    line-height: 1.7em;
  }
}

@media (max-width: 37.5em) {
  body#howto {
    /* スマホサイズでの適応　*/
  }
  body#howto #cboxWrapper {
    top: 20px !important;
  }
  body#howto .article {
    width: calc(96vw);
    height: calc(100vh - 60px);
  }
  body#howto #cboxPrevious, body#howto #cboxNext {
    top: -35px !important;
  }
  body#howto .btn_close {
    width: 26px !important;
    height: 26px !important;
    top: -35px !important;
  }
  body#howto .article_detail {
    width: 84%;
    margin: 15px auto 0;
  }
  body#howto .article_title {
    font-size: 0.9em;
    line-height: 1.7em;
    margin: 20px 8% 10px;
  }
  body#howto .article_maintext {
    margin: 17px 0 0;
    font-size: 0.7em;
    line-height: 1.7em;
  }
  body#howto .article_point {
    margin: 30px 0;
  }
  body#howto .article_point li {
    width: 100%;
    margin-bottom: 30px;
  }
  body#howto .article_point li:last-child {
    margin-bottom: 0;
  }
  body#howto .article_point li h3 {
    font-size: 0.9em;
    line-height: 1.5em;
    padding-left: 35px;
    text-indent: -35px;
    margin: 10px 0 0;
  }
  body#howto .article_point li h3 img {
    width: 24px;
    height: auto;
    margin-right: 10px;
  }
  body#howto .article_point li p {
    margin: 10px 0 0;
    font-size: 0.7em;
    line-height: 1.5em;
  }
}

/*-----------------------
Lab
------------------------*/
body#lab {
  /*
	記事ページ
*/
}

body#lab #main_top h1 {
  margin: 0;
}

body#lab #main_top h1 img {
  vertical-align: top;
}

body#lab #main_top p {
  color: #333333;
}

@media (min-width: 37.5em) {
  body#lab {
    /* スマホサイズ以外での適応　*/
  }
  body#lab #main_top {
    margin: 80px 0 0;
  }
  body#lab #main_top h1 img {
    width: 258px;
  }
  body#lab #main_top p {
    font-size: 0.9em;
    line-height: 2.0em;
    margin: 25px 0 0;
  }
}

@media (max-width: 37.5em) {
  body#lab {
    /* スマホサイズでの適応　*/
  }
  body#lab #main_top {
    margin: 40px 0 0;
  }
  body#lab #main_top h1 img {
    width: 70%;
  }
  body#lab #main_top p {
    font-size: 0.7em;
    line-height: 1.7em;
    margin: 20px 0 0;
  }
}

body#lab.lab_top #lab_list ul li a {
  display: block;
}

body#lab.lab_top #lab_list ul li .list_img {
  vertical-align: top;
}

body#lab.lab_top #lab_list ul li .list_detail {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

body#lab.lab_top #lab_list ul li .list_detail span {
  display: block;
  color: #deb65a;
  font-weight: normal;
}

body#lab.lab_top #lab_list ul li .list_detail p {
  margin: 0;
  color: #333333;
  letter-spacing: 1px;
}

body#lab.lab_top #lab_list ul li .list_detail h2 {
  margin: 0;
  color: #555555;
}

body#lab.lab_top #lab_list ul li .list_detail .b_more {
  display: inline-block;
  text-align: center;
}

body#lab.lab_top #lab_list ul li a:hover {
  opacity: 1;
}

body#lab.lab_top #lab_list ul li a:hover .b_more {
  opacity: 1;
  background: #fff;
  color: #333333;
}

body#lab.lab_top #lab_list ul li a:hover .b_more:before {
  border-color: #333333;
}

@media (min-width: 37.5em) {
  body#lab {
    /* スマホサイズ以外での適応　*/
  }
  body#lab.lab_top #lab_list {
    margin: 50px 0 0;
  }
  body#lab.lab_top #lab_list ul {
    width: 980px;
    margin: 0 auto;
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    box-lines: multiple;
    /*--- Androidブラウザ用 ---*/
    box-pack: justify;
    /*---webkit-box対応*/
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    /*--- IE10用 ---*/
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
    flex-wrap: wrap;
  }
  body#lab.lab_top #lab_list ul li {
    display: inline-block;
    vertical-align: top;
    width: 470px;
    margin: 0 0 70px;
  }
  body#lab.lab_top #lab_list ul li .list_img {
    width: 148px;
    height: auto;
  }
  body#lab.lab_top #lab_list ul li .list_detail {
    width: 290px;
    margin-left: 20px;
  }
  body#lab.lab_top #lab_list ul li .list_detail span {
    font-size: 0.8em;
  }
  body#lab.lab_top #lab_list ul li .list_detail p {
    font-size: 0.8em;
    line-height: 1.7em;
    margin-top: 7px;
  }
  body#lab.lab_top #lab_list ul li .list_detail h2 {
    font-size: 1.0em;
    line-height: 2.0em;
    margin-top: 5px;
  }
  body#lab.lab_top #lab_list ul li .list_detail .b_more {
    min-width: 124px;
    margin-top: 25px;
  }
}

@media (max-width: 37.5em) {
  body#lab {
    /* スマホサイズでの適応　*/
  }
  body#lab.lab_top #lab_list {
    margin: 30px 0 50px;
  }
  body#lab.lab_top #lab_list ul {
    width: 94%;
    margin: 0 auto;
  }
  body#lab.lab_top #lab_list ul li {
    width: 100%;
    margin: 0 0 30px;
  }
  body#lab.lab_top #lab_list ul li .list_img {
    width: 24%;
    height: auto;
  }
  body#lab.lab_top #lab_list ul li .list_detail {
    width: 70%;
    margin-left: 3%;
  }
  body#lab.lab_top #lab_list ul li .list_detail span {
    font-size: 0.8em;
  }
  body#lab.lab_top #lab_list ul li .list_detail p {
    font-size: 0.7em;
    line-height: 1.7em;
    margin-top: 5px;
  }
  body#lab.lab_top #lab_list ul li .list_detail h2 {
    font-size: 0.9em;
    line-height: 1.7em;
    margin-top: 5px;
  }
  body#lab.lab_top #lab_list ul li .list_detail .b_more {
    min-width: 124px;
    margin-top: 17px;
  }
}

body#lab.lab_article #main_top_title span {
  font-weight: normal;
  box-sizing: border-box;
}

body#lab.lab_article #main_top p {
  text-align: left;
}

body#lab hr {
  height: 1px;
  border: none;
  border-top: 1px #b2b2b2 solid;
  margin: 10px 0;
}

@media (min-width: 37.5em) {
  body#lab {
    /* スマホサイズ以外での適応　*/
  }
  body#lab.lab_article #lab_contents {
    width: 660px;
    margin: 80px auto 100px;
  }
  body#lab.lab_article #lab_contents h1 {
    margin: 0px 0 0;
  }
  body#lab.lab_article #lab_contents h1 img {
    margin: 0 0 20px;
  }
  body#lab.lab_article #lab_contents #main_top_title {
    font-size: 1.3em;
    line-height: 1.0em;
    margin: 40px 0 0;
  }
  body#lab.lab_article #lab_contents #main_top_title span {
    display: inline-block;
    padding: 0 6px 5px;
    background: linear-gradient(transparent 40%, #f8d83f 40%);
  }
  body#lab.lab_article #lab_contents #main_logo {
    margin: 20px 0 0;
    width: 298px;
    height: auto;
  }
  body#lab.lab_article #lab_contents #main_top p {
    margin-top: 40px;
  }
}

@media (max-width: 37.5em) {
  body#lab {
    /* スマホサイズでの適応　*/
  }
  body#lab.lab_article #lab_contents {
    width: 92%;
    margin: 30px auto 60px;
  }
  body#lab.lab_article #lab_contents h1 {
    margin: 0px 0 0;
  }
  body#lab.lab_article #lab_contents #main_top_title {
    font-size: 0.9em;
    line-height: 1.7em;
    margin: 20px 0 0;
  }
  body#lab.lab_article #lab_contents #main_top_title span {
    background: linear-gradient(transparent 50%, #f8d83f 50%);
    padding: 0 0px 5px;
  }
  body#lab.lab_article #lab_contents #main_logo {
    margin: 20px 0 0;
    width: 45%;
    height: auto;
  }
  body#lab.lab_article #lab_contents #main_top p {
    margin-top: 30px;
    font-size: 0.85em;
  }
}

body#lab #index {
  background: #eaebeb;
  box-sizing: border-box;
  position: relative;
}

body#lab #index h2 {
  line-height: 1.0em;
  color: #555555;
  position: absolute;
  margin: 0;
}

body#lab #index ul {
  text-align: left;
}

body#lab #index ul li {
  line-height: 1.0em;
}

body#lab #index ul li:last-child {
  margin-bottom: 0;
}

body#lab #index ul li img {
  vertical-align: middle;
}

body#lab #index ul li span {
  color: #000;
  text-decoration: underline;
}

body#lab .index_sub a {
  display: block;
}

@media (min-width: 37.5em) {
  body#lab {
    /* スマホサイズ以外での適応　*/
  }
  body#lab #index {
    margin: 80px 0 0;
    padding: 26px 40px 22px;
  }
  body#lab #index h2 {
    font-size: 1.8em;
    top: -0.6em;
    left: 26px;
  }
  body#lab #index ul li {
    margin-bottom: 14px;
  }
  body#lab #index ul li img {
    width: 46px;
    height: auto;
    margin-right: 20px;
  }
  body#lab #index ul li span {
    font-size: 0.7em;
  }
  body#lab .index_sub {
    margin-left: 76px;
    margin-top: 10px;
  }
  body#lab .index_sub a {
    margin-bottom: 4px;
  }
}

@media (max-width: 37.5em) {
  body#lab {
    /* スマホサイズでの適応　*/
  }
  body#lab #index {
    margin: 50px 0 0;
    padding: 20px 4% 16px;
  }
  body#lab #index h2 {
    font-size: 1.2em;
    top: -0.6em;
    left: 20px;
  }
  body#lab #index ul li {
    margin-bottom: 12px;
    padding-left: 58px;
    text-indent: -58px;
  }
  body#lab #index ul li img {
    width: 46px;
    height: auto;
    margin-right: 12px;
  }
  body#lab #index ul li span {
    font-size: 0.6em;
  }
  body#lab .index_sub {
    margin-left: 50px;
    margin-top: 10px;
  }
  body#lab .index_sub a {
    margin-bottom: 6px;
  }
}

body#lab #article {
  color: #000;
}

body#lab #article section h2 {
  color: #555555;
  margin: 0;
  text-align: left;
  border-bottom: solid 1px #c2c2c2;
  box-sizing: border-box;
}

body#lab #article section p, body#lab #article section .article_img_cap {
  text-align: left;
  letter-spacing: 1px;
}

body#lab #article section p a, body#lab #article section .article_img_cap a {
  color: #000;
  text-decoration: underline;
}

body#lab #article section .article_img {
  width: 100%;
}

@media (min-width: 37.5em) {
  body#lab {
    /* スマホサイズ以外での適応　*/
  }
  body#lab #article {
    margin-top: 70px;
  }
  body#lab #article section {
    padding-top: 20px;
    margin-bottom: 50px;
  }
  body#lab #article section h2 {
    font-size: 1.3em;
    line-height: 1.0em;
    padding: 0 0 10px;
  }
  body#lab #article section h2 img {
    vertical-align: 1px;
    width: 50px;
    height: auto;
    margin-right: 12px;
  }
  body#lab #article section p {
    margin: 30px 0;
    font-size: 0.9em;
    line-height: 2.2em;
  }
  body#lab #article section .article_img_cap {
    margin: 10px 0;
    font-size: 0.9em;
    line-height: 1.7em;
  }
  body#lab #article section .b_more {
    display: inline-block;
    font-size: 0.9em;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 15px;
    width: auto;
    min-width: 124px;
  }
}

@media (max-width: 37.5em) {
  body#lab {
    /* スマホサイズでの適応　*/
  }
  body#lab #article {
    margin-top: 50px;
  }
  body#lab #article section {
    padding-top: 10px;
    margin-bottom: 50px;
  }
  body#lab #article section h2 {
    font-size: 1.0em;
    line-height: 1.7em;
    padding: 0px 0px 7px 54px;
    text-indent: -54px;
  }
  body#lab #article section h2 img {
    vertical-align: middle;
    width: 46px;
    height: auto;
    margin-right: 8px;
  }
  body#lab #article section p {
    margin: 20px 0;
    font-size: 0.85em;
    line-height: 1.7em;
  }
  body#lab #article section .article_img_cap {
    margin: 8px 0;
    font-size: 0.85em;
    line-height: 1.9em;
  }
  body#lab #article section .b_more {
    width: 86%;
    font-size: 0.9em;
    margin-top: 15px;
  }
}

body#lab #other_list {
  box-sizing: border-box;
}

body#lab #other_list li:nth-child(n+4) {
  display: none;
}

body#lab #other_list li a {
  color: #333333;
}

body#lab #other_list ul li .other_list_detail {
  text-align: left;
}

body#lab #other_list ul li .other_list_detail span {
  display: block;
  color: #deb65a;
}

body#lab #other_list ul li .other_list_detail p {
  margin: 0;
  letter-spacing: 1px;
}

body#lab #other_list ul li .other_list_detail h3 {
  margin: 0;
  color: #555555;
}

@media (min-width: 37.5em) {
  body#lab {
    /* スマホサイズ以外での適応　*/
  }
  body#lab #other_list {
    padding: 60px 0 90px;
  }
  body#lab #other_list_title {
    width: 234px;
  }
  body#lab #other_list ul {
    margin-top: 60px;
  }
  body#lab #other_list ul li {
    display: inline-block;
    width: 284px;
    vertical-align: top;
    margin: 0 20px;
  }
  body#lab #other_list ul li .other_list_img {
    width: 260px;
  }
  body#lab #other_list ul li .other_list_detail {
    margin-top: 15px;
  }
  body#lab #other_list ul li .other_list_detail span {
    font-size: 0.8em;
  }
  body#lab #other_list ul li .other_list_detail p {
    font-size: 0.8em;
    line-height: 1.7em;
    margin-top: 7px;
  }
  body#lab #other_list ul li .other_list_detail h3 {
    font-size: 1.0em;
    line-height: 1.7em;
    margin-top: 5px;
  }
  body#lab #other_list .b_more {
    width: 124px;
    margin-top: 40px;
  }
}

@media (max-width: 37.5em) {
  body#lab {
    /* スマホサイズでの適応　*/
  }
  body#lab #other_list {
    padding: 40px 0;
  }
  body#lab #other_list_title {
    width: 40%;
  }
  body#lab #other_list ul {
    margin: 20px 4% 0;
  }
  body#lab #other_list ul li {
    width: 100%;
    margin: 0 0 30px;
  }
  body#lab #other_list ul li .other_list_img {
    width: 24%;
    height: auto;
  }
  body#lab #other_list ul li .other_list_detail {
    display: inline-block;
    width: 70%;
    margin-left: 3%;
  }
  body#lab #other_list ul li .other_list_detail span {
    font-size: 0.8em;
  }
  body#lab #other_list ul li .other_list_detail p {
    font-size: 0.7em;
    line-height: 1.7em;
    margin-top: 5px;
  }
  body#lab #other_list ul li .other_list_detail h3 {
    font-size: 0.9em;
    line-height: 1.7em;
    margin-top: 5px;
  }
  body#lab #other_list .b_more {
    width: 40%;
    margin-top: 30px;
  }
}

body#lab .b_labTop a {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  text-decoration: underline;
  color: #000;
}

body#lab .b_labTop a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 37.5em) {
  body#lab {
    /* スマホサイズ以外での適応　*/
  }
  body#lab .b_labTop {
    margin-top: 90px;
  }
  body#lab .b_labTop a {
    font-size: 0.8em;
    padding-right: 14px;
  }
}

@media (max-width: 37.5em) {
  body#lab {
    /* スマホサイズでの適応　*/
  }
  body#lab .b_labTop {
    margin-top: 60px;
  }
  body#lab .b_labTop a {
    font-size: 0.75em;
    padding-right: 10px;
  }
}

/*-----------------------
PICK UP
------------------------*/
body#pickup_page {
  /*
	pickup記事
*/
}

body#pickup_page.pickup_cover_2021 #container {
  margin-bottom: 0 !important;
}

body#pickup_page.pickup_cover_2021 .lineup_wrap .bk_gray {
  background: #fff !important;
}

body#pickup_page.pickup_cover_2021 .other_lineup .blk {
  display: block;
}

body#pickup_page.pickup_cover_2021 .other_lineup .txt_area {
  text-align: left;
}

body#pickup_page.pickup_cover_2021 .other_lineup .txt_area .icon_limited {
  line-height: 1.0em;
  background: #fde400;
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 4px;
  letter-spacing: 1px;
  font-size: 12px;
}

body#pickup_page.pickup_cover_2021 .other_lineup .txt_area .title {
  line-height: 1.2em;
  font-family: Vision-Thin !important;
}

body#pickup_page.pickup_cover_2021 .other_lineup .txt_area .title .sub {
  font-size: 12px;
  line-height: 1.0em;
  margin-top: 10px;
}

body#pickup_page.pickup_cover_2021 .other_lineup .txt_area .txt {
  line-height: 1.8em;
}

body#pickup_page.pickup_cover_2021 .other_lineup .txt_area .b_more, body#pickup_page.pickup_cover_2021 .other_lineup .txt_area .b_more_child {
  margin-top: 30px;
}

body#pickup_page.pickup_cover_2021 #point {
  padding-bottom: 60px !important;
}

body#pickup_page.pickup_cover_2021 #point section:last-child {
  border-bottom: none !important;
}

@media (min-width: 37.5em) {
  body#pickup_page.pickup_cover_2021 {
    /* スマホサイズ以外での適応　*/
  }
  body#pickup_page.pickup_cover_2021 .other_lineup .img, body#pickup_page.pickup_cover_2021 .other_lineup .txt_area {
    display: inline-block;
    vertical-align: middle;
  }
  body#pickup_page.pickup_cover_2021 .other_lineup .img {
    width: 45%;
    margin-right: 4%;
  }
  body#pickup_page.pickup_cover_2021 .other_lineup .txt_area {
    width: 38%;
    margin-left: 2%;
  }
  body#pickup_page.pickup_cover_2021 .other_lineup .txt_area .title {
    font-size: 31px;
  }
  body#pickup_page.pickup_cover_2021 .other_lineup .txt_area .txt {
    font-size: 13px;
    margin-top: 30px;
  }
  body#pickup_page.pickup_cover_2021 .other_lineup .txt_area .b_onlinestore {
    margin: 25px 0 0;
  }
  body#pickup_page.pickup_cover_2021 .other_lineup .txt_area .b_more, body#pickup_page.pickup_cover_2021 .other_lineup .txt_area .b_more_child {
    width: 70%;
    margin-left: 0;
  }
}

@media (max-width: 37.5em) {
  body#pickup_page.pickup_cover_2021 {
    /* スマホサイズでの適応　*/
  }
  body#pickup_page.pickup_cover_2021 .other_lineup .txt_area {
    margin-top: 20px;
  }
  body#pickup_page.pickup_cover_2021 .other_lineup .txt_area .title {
    font-size: 28px;
  }
  body#pickup_page.pickup_cover_2021 .other_lineup .txt_area .txt {
    font-size: 13px;
    margin-top: 20px;
  }
  body#pickup_page.pickup_cover_2021 .other_lineup .txt_area .b_more, body#pickup_page.pickup_cover_2021 .other_lineup .txt_area .b_more_child {
    width: 60%;
  }
}

body#pickup_page.pickup_6 .point_swiper .point_fukidashi {
  border: solid 1px #909090;
  padding-bottom: 50px !important;
}

body#pickup_page.pickup_6 .point_swiper .point_fukidashi .theme {
  font-weight: bold;
  font-size: 20px;
}

body#pickup_page.pickup_6 .point_swiper .point_fukidashi .txt {
  margin-top: 10px;
}

body#pickup_page.pickup_6 .swiper-container-point .swiper-wrapper .swiper-slide {
  background: #fff;
  opacity: 0 !important;
}

body#pickup_page.pickup_6 .swiper-container-point .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

body#pickup_page.pickup_6 .swiper-container-point .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px;
}

body#pickup_page.pickup_6 .swiper-container-point .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffdd72;
}

@media (min-width: 37.5em) {
  body#pickup_page.pickup_6 {
    /* スマホサイズ以外での適応　*/
  }
  body#pickup_page.pickup_6 .point_swiper .point_fukidashi {
    padding: 20px;
    margin-top: 10px;
  }
  body#pickup_page.pickup_6 .swiper-container-point .swiper-pagination {
    bottom: 65px;
    left: 484px;
  }
}

@media (max-width: 37.5em) {
  body#pickup_page.pickup_6 {
    /* スマホサイズでの適応　*/
  }
  body#pickup_page.pickup_6 .point_swiper .point_fukidashi {
    padding: 14px 3%;
    margin-top: 20px;
  }
  body#pickup_page.pickup_6 .swiper-container-point .swiper-pagination {
    bottom: 10px;
    left: 3%;
  }
}

body#pickup_page #main_top {
  box-sizing: border-box;
}

@media (min-width: 37.5em) {
  body#pickup_page #main_top {
    margin: 20px 0 0;
    padding-top: 45px;
  }
  body#pickup_page #main_top p {
    font-size: 0.9em;
    line-height: 2.0em;
    margin: 25px 0 0;
  }
}

@media (max-width: 37.5em) {
  body#pickup_page #main_top {
    margin: 10px 0 0;
    padding-top: 20px;
  }
  body#pickup_page #main_top p {
    font-size: 0.7em;
    line-height: 1.7em;
    margin: 20px 0 0;
  }
}

body#pickup_page .main_top_title {
  font-size: 1.0em;
  margin: 0;
  font-weight: normal;
  line-height: 1.0em;
}

body#pickup_page .main_top_title img {
  vertical-align: top;
  height: auto;
}

body#pickup_page .main_top_title span {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  color: #342c2b;
}

body#pickup_page .main_top_title span:before, body#pickup_page .main_top_title span:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 10px;
  background: #342c2b;
}

body#pickup_page .main_top_title span:before {
  left: 0;
}

body#pickup_page .main_top_title span:after {
  right: 0;
}

@media (min-width: 37.5em) {
  body#pickup_page {
    /* スマホサイズ以外での適応　*/
  }
  body#pickup_page .main_top_title img {
    width: 170px;
  }
  body#pickup_page .main_top_title span {
    font-size: 0.9em;
    padding: 0 20px;
    margin-top: 20px;
  }
}

@media (max-width: 37.5em) {
  body#pickup_page {
    /* スマホサイズでの適応　*/
  }
  body#pickup_page .main_top_title img {
    width: 40%;
  }
  body#pickup_page .main_top_title span {
    font-size: 0.8em;
    padding: 0 15px;
    margin-top: 15px;
  }
}

body#pickup_page #pickup_list li a {
  display: block;
  color: #342c2b;
  text-align: left;
}

body#pickup_page #pickup_list li a time {
  display: block;
  line-height: 1.0em;
  letter-spacing: 1px;
}

body#pickup_page #pickup_list li a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

body#pickup_page #pickup_list li a p {
  position: relative;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding-right: 20px;
}

body#pickup_page #pickup_list li a p:before {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #342c2b;
  border-right: 1px solid #342c2b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 37.5em) {
  body#pickup_page {
    /* スマホサイズ以外での適応　*/
  }
  body#pickup_page #pickup_list {
    width: 1000px;
    margin: 100px auto;
    overflow: hidden;
  }
  body#pickup_page #pickup_list li {
    float: left;
    width: 320px;
    margin-bottom: 60px;
    margin-right: 20px;
  }
  body#pickup_page #pickup_list li:nth-child(3n) {
    margin-right: 0;
  }
  body#pickup_page #pickup_list li a time {
    font-size: 0.8em;
    margin-bottom: 10px;
  }
  body#pickup_page #pickup_list li a p {
    margin: 10px 0 0;
    font-size: 0.85em;
    line-height: 1.5em;
  }
}

@media (max-width: 37.5em) {
  body#pickup_page {
    /* スマホサイズでの適応　*/
  }
  body#pickup_page #pickup_list {
    margin: 60px 0;
  }
  body#pickup_page #pickup_list li {
    width: 80%;
    margin: 0 auto 40px;
  }
  body#pickup_page #pickup_list li:last-child {
    margin-bottom: 0;
  }
  body#pickup_page #pickup_list li a time {
    font-size: 0.7em;
    margin-bottom: 6px;
  }
  body#pickup_page #pickup_list li a p {
    margin: 8px 0 0;
    font-size: 0.9em;
    line-height: 1.5em;
  }
}

@media (min-width: 37.5em) {
  body#pickup_page.pickup_contents {
    /* スマホサイズ以外での適応　*/
  }
  body#pickup_page.pickup_contents #container {
    margin-bottom: 50px;
  }
}

@media (max-width: 37.5em) {
  body#pickup_page.pickup_contents {
    /* スマホサイズでの適応　*/
  }
  body#pickup_page.pickup_contents #container {
    margin-bottom: 40px;
  }
}

body#pickup_page.pickup_contents #pickup_title {
  font-weight: normal;
  line-height: 1.0em;
  margin: 0;
}

body#pickup_page.pickup_contents #pickup_title span {
  display: inline-block;
  border-bottom: solid 10px #ffd700;
  padding: 0 5px 0px;
}

body#pickup_page.pickup_contents #maintext {
  text-align: left;
}

@media (min-width: 37.5em) {
  body#pickup_page.pickup_contents {
    /* スマホサイズ以外での適応　*/
  }
  body#pickup_page.pickup_contents .page_title {
    margin-bottom: 80px;
  }
  body#pickup_page.pickup_contents #pickup_title {
    font-size: 1.6em;
    margin: 0px 0 0;
  }
  body#pickup_page.pickup_contents #maintext {
    width: 660px;
    margin: 50px auto 0;
    font-size: 0.95em;
    line-height: 1.9em;
  }
}

@media (max-width: 37.5em) {
  body#pickup_page.pickup_contents {
    /* スマホサイズでの適応　*/
  }
  body#pickup_page.pickup_contents .page_title {
    margin-bottom: 50px;
  }
  body#pickup_page.pickup_contents #pickup_title {
    font-size: 1.3em;
    margin: 0px 0 0;
  }
  body#pickup_page.pickup_contents #maintext {
    width: 92%;
    margin: 25px auto 0;
    font-size: 0.8em;
    line-height: 1.7em;
  }
}

body#pickup_page.pickup_contents #point section {
  border-top: solid 1px #d6d6d6;
  box-sizing: border-box;
}

body#pickup_page.pickup_contents #point section:last-child {
  border-bottom: solid 1px #d6d6d6;
}

body#pickup_page.pickup_contents #point section h2 {
  margin: 0;
  font-weight: normal;
}

body#pickup_page.pickup_contents #point section h2 span {
  background: #ffca00;
  color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}

body#pickup_page.pickup_contents .point_maintext {
  text-align: left;
}

body#pickup_page.pickup_contents .point_mainimg {
  vertical-align: top;
}

body#pickup_page.pickup_contents #point ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body#pickup_page.pickup_contents #point ul li:last-child {
  margin-bottom: 0;
}

body#pickup_page.pickup_contents .point_detail h3 {
  margin: 0;
  font-weight: normal;
}

body#pickup_page.pickup_contents .swiper-container-pickup {
  padding-bottom: 20px;
}

body#pickup_page.pickup_contents .swiper-container-pickup .swiper-pagination {
  width: 100%;
  bottom: -20px !important;
}

body#pickup_page.pickup_contents .swiper-container-pickup .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}

body#pickup_page.pickup_contents .swiper-container-pickup .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f4b400;
}

body#pickup_page.pickup_contents .image_slide {
  padding-bottom: 40px;
  position: relative;
  margin: 50px auto 0;
  width: 94%;
  max-width: 840px;
}

body#pickup_page.pickup_contents .image_slide .swiper-pagination {
  width: 100%;
  bottom: 20px !important;
}

body#pickup_page.pickup_contents .image_slide .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}

body#pickup_page.pickup_contents .image_slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f4b400;
}

@media (min-width: 37.5em) {
  body#pickup_page.pickup_contents {
    /* スマホサイズ以外での適応　*/
  }
  body#pickup_page.pickup_contents .image_slide .swiper-slide img {
    width: 800px;
  }
}

@media (max-width: 37.5em) {
  body#pickup_page.pickup_contents {
    /* スマホサイズでの適応　*/
  }
  body#pickup_page.pickup_contents .image_slide {
    overflow: hidden;
  }
}

@media (min-width: 37.5em) {
  body#pickup_page.pickup_contents {
    /* スマホサイズ以外での適応　*/
  }
  body#pickup_page.pickup_contents #point {
    margin: 60px 0 0;
  }
  body#pickup_page.pickup_contents #point section {
    width: 800px;
    margin: 0 auto;
    padding: 80px 0 50px;
  }
  body#pickup_page.pickup_contents #point section h2 {
    font-size: 1.4em;
    line-height: 1.0em;
  }
  body#pickup_page.pickup_contents #point section h2 span {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding-top: 5px;
    font-size: 0.9em;
    margin-right: 15px;
  }
  body#pickup_page.pickup_contents .point_maintext {
    width: 660px;
    margin: 50px auto 0;
    font-size: 1.0em;
    line-height: 1.9em;
  }
  body#pickup_page.pickup_contents .point_mainimg {
    width: 572px;
    margin-top: 40px;
  }
  body#pickup_page.pickup_contents #point ul {
    margin-top: 50px;
  }
  body#pickup_page.pickup_contents #point ul li {
    text-align: left;
    margin-bottom: 30px;
  }
  body#pickup_page.pickup_contents #point ul li img {
    width: 420px;
    vertical-align: middle;
  }
  body#pickup_page.pickup_contents #point ul li .swiper-container-pickup {
    display: inline-block;
    width: 420px;
    vertical-align: middle;
  }
  body#pickup_page.pickup_contents .point_detail {
    width: 336px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 36px;
  }
  body#pickup_page.pickup_contents .point_detail h3 {
    font-size: 1.15em;
    line-height: 1.7em;
  }
  body#pickup_page.pickup_contents .point_detail p {
    margin: 20px 0 0;
    font-size: 0.9em;
    line-height: 1.8em;
  }
}

@media (max-width: 37.5em) {
  body#pickup_page.pickup_contents {
    /* スマホサイズでの適応　*/
  }
  body#pickup_page.pickup_contents #point {
    margin: 20px 0 0;
  }
  body#pickup_page.pickup_contents #point section {
    width: 94%;
    margin: 0 auto;
    padding: 30px 0;
  }
  body#pickup_page.pickup_contents #point section h2 {
    font-size: 1.0em;
    line-height: 1.7em;
  }
  body#pickup_page.pickup_contents #point section h2 span {
    display: block;
    width: 32px;
    height: 32px;
    padding-top: 8px;
    font-size: 0.9em;
    line-height: 1.0em;
    margin: 0 auto 10px;
  }
  body#pickup_page.pickup_contents .point_maintext {
    margin: 25px auto 0;
    font-size: 0.8em;
    line-height: 1.7em;
  }
  body#pickup_page.pickup_contents .point_mainimg {
    width: 100%;
    margin-top: 20px;
  }
  body#pickup_page.pickup_contents #point ul {
    margin-top: 30px;
  }
  body#pickup_page.pickup_contents #point ul li {
    margin-bottom: 30px;
  }
  body#pickup_page.pickup_contents #point ul li img {
    width: 100%;
  }
  body#pickup_page.pickup_contents .point_detail {
    text-align: left;
    margin-top: 10px;
  }
  body#pickup_page.pickup_contents .point_detail h3 {
    font-size: 0.9em;
    line-height: 1.7em;
  }
  body#pickup_page.pickup_contents .point_detail p {
    margin: 7px 0 0;
    font-size: 0.7em;
    line-height: 1.7em;
  }
}

body#pickup_page.pickup_contents #last p {
  margin: 0;
}

body#pickup_page.pickup_contents #last a {
  box-sizing: border-box;
  display: block;
  background: #333333;
  border: solid 1px #333333;
  color: #fff;
  margin: 30px auto 0;
  border-radius: 4px;
  position: relative;
}

body#pickup_page.pickup_contents #last a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body#pickup_page.pickup_contents #last a:hover {
  opacity: 1;
  background: #fff;
  color: #333333;
}

body#pickup_page.pickup_contents #last a:hover:before {
  border-color: #333333;
}

@media (min-width: 37.5em) {
  body#pickup_page.pickup_contents {
    /* スマホサイズ以外での適応　*/
  }
  body#pickup_page.pickup_contents #last {
    margin: 50px auto 80px;
  }
  body#pickup_page.pickup_contents #last p {
    font-size: 0.9em;
    line-height: 2.0em;
  }
  body#pickup_page.pickup_contents #last a {
    width: 280px;
    font-size: 1.0em;
    padding: 14px 0;
  }
}

@media (max-width: 37.5em) {
  body#pickup_page.pickup_contents {
    /* スマホサイズでの適応　*/
  }
  body#pickup_page.pickup_contents #last {
    margin: 40px auto 0;
  }
  body#pickup_page.pickup_contents #last p {
    width: 94%;
    margin: 0 auto;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.7em;
  }
  body#pickup_page.pickup_contents #last a {
    width: 80%;
    font-size: 0.9em;
    padding: 12px 0;
  }
}

/*-----------------------
TOPICS
------------------------*/
body#topics {
  /* index */
  /* end sp */
}

body#topics .page_title {
  margin-bottom: 80px;
}

body#topics #pickup_title {
  font-weight: normal;
  line-height: 1.0em;
  margin: 0;
}

body#topics #pickup_title span {
  display: inline-block;
  border-bottom: solid 10px #ffd700;
  padding: 0 5px 0px;
}

body#topics #maintext {
  text-align: left;
}

@media (min-width: 37.5em) {
  body#topics {
    /* スマホサイズ以外での適応　*/
  }
  body#topics .page_title {
    margin-bottom: 80px;
  }
  body#topics #pickup_title {
    font-size: 1.6em;
    margin: 0px 0 80px;
  }
  body#topics #maintext {
    width: 660px;
    margin: 50px auto 0;
    font-size: 0.95em;
    line-height: 1.9em;
  }
}

@media (max-width: 37.5em) {
  body#topics {
    /* スマホサイズでの適応　*/
  }
  body#topics .page_title {
    margin-bottom: 50px;
  }
  body#topics #pickup_title {
    font-size: 1.3em;
    margin: 0px 0 50px;
  }
  body#topics #maintext {
    width: 92%;
    margin: 25px auto 0;
    font-size: 0.8em;
    line-height: 1.7em;
  }
}

body#topics #top {
  width: 1280px;
  margin: 0 auto 60px auto;
  box-sizing: border-box;
  position: relative;
}

body#topics #top h2 {
  top: 126px;
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
}

body#topics #top h2 img {
  width: 288px;
  height: auto;
}

body#topics #top h2 span {
  font-size: 0.6em;
  margin: 10px 0 0;
  display: block;
  font-weight: normal;
  color: #333333;
}

body#topics #contents_960 {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #CCC;
}

body#topics #contents_800 {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 50px 0;
  /*	border-bottom: 1px solid #CCC;*/
}

body#topics .topics_area .img img {
  width: 100%;
  height: auto;
  filter: drop-shadow(6px 6px 5px rgba(0, 0, 0, 0.2));
}

body#topics #topics_title {
  margin: 0 0 80px;
  font-weight: normal !important;
  line-height: 140%;
}

body#topics #topics_title span {
  display: inline-block;
  font-size: 12px;
  padding: 5px 25px;
  border-radius: 15px;
  background-color: #222b41;
  color: #FFF;
  margin: 0 0 18px 0;
  line-height: 100%;
}

body#topics #topics_title strong {
  font-weight: normal !important;
  padding: 0 4px 2px;
  background: linear-gradient(transparent 50%, #fbe900 50%);
}

body#topics .contents_detail_list {
  margin: 0 0 70px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #CCC;
}

body#topics .contents_detail_list li {
  width: 100%;
  overflow: hidden;
  margin: 0 0 50px 0;
}

body#topics .contents_detail_list_textarea {
  width: 430px;
  float: right;
}

body#topics .contents_detail_title_no {
  text-align: left;
  font-size: 1.0em;
  margin: 30px 0 0 0px;
  letter-spacing: 0.08em;
  line-height: 130%;
  padding-left: 50px;
  text-indent: -50px;
}

body#topics .contents_detail_title_no img {
  vertical-align: middle;
  width: 38px;
  margin: 0 5px 0 0;
  height: auto;
}

body#topics .contents_detail_list_textarea p {
  text-align: left;
  margin-top: 40px;
  font-size: 0.85em;
  line-height: 170%;
}

body#topics .contents_detail_img {
  width: 450px;
  float: left;
  height: auto;
}

body#topics .contents_detail_text {
  font-size: 0.9em;
  line-height: 170%;
  margin: 0 0 1.5em 0;
}

body#topics .contents_read_text {
  text-align: left;
  font-size: 0.9em;
  line-height: 170%;
  margin: 0 0 2.5em 0;
}

body#topics .step {
  margin: 60px 0 30px 0;
}

body#topics .step .step_title {
  text-align: center;
  margin: 0 0 40px 0;
  font-size: 1.3em;
}

body#topics .step_title .step_num {
  height: 90px;
  display: block;
  margin: 0 0 15px 0;
}

body#topics .step_title .step_num img {
  height: 100%;
  width: auto;
}

body#topics .step p {
  text-align: center;
  font-size: 0.9em;
  line-height: 170%;
  margin: 0 0 1.5em;
  padding: 0;
}

body#topics .bg_gray {
  background-color: #f1f2f2;
}

body#topics #index {
  background-color: #f1f2f2;
  padding: 30px;
  box-sizing: border-box;
}

body#topics #index h2 {
  font-size: 22px;
  margin: -40px 0 20px 0;
  text-align: left;
}

body#topics #index h3 {
  text-align: left;
  margin: 0 0 10px 0;
  padding-top: 30px;
}

body#topics #index h3 img {
  height: 32px;
  width: auto;
}

body#topics #index .left {
  float: left;
  width: 45%;
  clear: both;
}

body#topics #index .right {
  float: right;
  width: 55%;
}

body#topics #index .left ul li, body#topics #index .right ul li {
  text-align: left;
  padding: 10px 0;
}

body#topics #index .left ul li a, body#topics #index .right ul li a {
  text-decoration: underline;
  padding: 2px 0 2px 68px;
  background-image: url(../img/topics/icon_basic.png);
  background-position: left center;
  background-size: auto 19px;
  background-repeat: no-repeat;
  font-size: 12px;
  color: #4F3D11;
}

body#topics #index .left ul li a[href="#type1"], body#topics #index .right ul li a[href="#type1"] {
  background-image: url(../img/topics/icon_type1.png);
}

body#topics #index .left ul li a[href="#type2"], body#topics #index .right ul li a[href="#type2"] {
  background-image: url(../img/topics/icon_type2.png);
}

body#topics #index .left ul li a[href="#type3"], body#topics #index .right ul li a[href="#type3"] {
  background-image: url(../img/topics/icon_type3.png);
}

body#topics #index .left ul li a[href="#type4"], body#topics #index .right ul li a[href="#type4"] {
  background-image: url(../img/topics/icon_type4.png);
}

body#topics #index .left ul li a[href="#type5"], body#topics #index .right ul li a[href="#type5"] {
  background-image: url(../img/topics/icon_type5.png);
}

body#topics #index .left ul li a[href="#type6"], body#topics #index .right ul li a[href="#type6"] {
  background-image: url(../img/topics/icon_type6.png);
}

body#topics .type_box {
  padding: 60px 0 20px 0;
}

body#topics .type_box p {
  line-height: 170%;
  text-align: left;
}

body#topics .type_box .topics_area {
  /* text */
  /* target */
  /* point_box */
}

body#topics .type_box .topics_area h4, body#topics .type_box .topics_area h3 {
  text-align: left;
  font-size: 17px;
}

body#topics .type_box .topics_area .type_icon {
  text-align: left;
}

body#topics .type_box .topics_area .type_icon img {
  width: auto;
  height: 40px;
}

body#topics .type_box .topics_area .type_title {
  font-size: 20px;
  border-bottom: 1px solid #CCC;
  padding: 15px 0 15px 75px;
  background-position: left center;
  background-size: auto 22px;
  background-repeat: no-repeat;
  margin: 0 0 30px 0;
}

body#topics .type_box .topics_area .img {
  margin-bottom: 40px;
}

body#topics .type_box .topics_area .text {
  width: 660px;
  margin: 0 auto 60px auto;
}

body#topics .type_box .topics_area .text .contents_detail_title_no {
  margin: 0 0 30px 0;
}

body#topics .type_box .topics_area .text .contents_detail_title_no img {
  width: 32px;
  height: 32px;
}

body#topics .type_box .topics_area .text p {
  font-size: 0.9em;
  line-height: 170%;
  text-align: left;
}

body#topics .type_box .topics_area .target {
  background-color: #FFE9A7;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto 40px auto;
  width: 700px;
}

body#topics .type_box .topics_area .target h4 {
  border-bottom: 1px solid #AAA;
  font-size: 16px;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  text-align: left;
  font-weight: normal;
}

body#topics .type_box .topics_area .target ul li {
  margin-top: 5px;
  padding: 2px 0;
  font-size: 13px;
  text-align: left;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

body#topics .type_box .topics_area .target ul li:before {
  content: '◻︎';
  font-size: 18px;
}

body#topics .type_box .topics_area .point_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body#topics .type_box .topics_area .point_box li {
  width: 48%;
}

body#topics .type_box .topics_area .point_box li .img {
  margin: 0 0 20px 0;
}

body#topics .type_box .topics_area .point_box li .img img {
  border: 1px solid #CCC;
  filter: drop-shadow(0px 0px 0px transparent);
}

body#topics .type_box .topics_area .point_box li p {
  text-align: left;
  font-size: 0.75em;
}

body#topics .type_box .topics_area .point_box li p strong {
  display: block;
  margin: 0 0 10px;
  font-size: 1.2em;
}

body#topics #basic .type_title {
  background-image: url(../img/topics/icon_basic.png);
}

body#topics #type1 .type_title {
  background-image: url(../img/topics/icon_type1.png);
}

body#topics #type2 .type_title {
  background-image: url(../img/topics/icon_type2.png);
}

body#topics #type3 .type_title {
  background-image: url(../img/topics/icon_type3.png);
}

body#topics #type4 .type_title {
  background-image: url(../img/topics/icon_type4.png);
}

body#topics #type5 .type_title {
  background-image: url(../img/topics/icon_type5.png);
}

body#topics #type6 .type_title {
  background-image: url(../img/topics/icon_type6.png);
}

body#topics .item_list {
  margin: 0 0 3em 0;
  padding: 50px 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body#topics .item_list li {
  width: 45%;
  overflow: hidden;
}

body#topics .item_list li a {
  display: block;
}

body#topics .item_list li a img {
  width: 35%;
  float: left;
  margin: 0 25px 10px 0;
  filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.2));
}

body#topics .item_list li h3 {
  padding: 25px 0 18px 0;
  margin: 0;
  color: #333333;
  font-size: 16px;
}

body#topics .item_list li p {
  font-size: 13px;
  color: #666;
}

@media (min-width: 37.5em) {
  body#topics {
    /* スマホサイズ以外での適応　*/
  }
}

@media (max-width: 37.5em) {
  body#topics {
    /* スマホサイズでの適応　*/
    /*
	img {
	width: 100%;
	height: auto;
	}
	*/
    /* index */
  }
  body#topics #top {
    width: 100%;
    margin: 0 0 40px 0;
  }
  body#topics #top h2 {
    top: 50px;
  }
  body#topics #top h2 img {
    width: 80%;
    height: auto;
  }
  body#topics #top h2 span {
    font-size: 0.6em;
    margin: 7px 0 0;
  }
  body#topics #contents_960, body#topics #contents_800 {
    width: 100%;
    padding: 0 4% 10% 4%;
    box-sizing: border-box;
  }
  body#topics #topics_title {
    margin: 0 0 40px;
    font-size: 4.8vw;
    padding: 0 4%;
  }
  body#topics #topics_title span {
    font-size: 2.8vw;
    padding: 1px 25px;
    border-radius: 15px;
    margin: 0 0 13px 0;
  }
  body#topics .contents_detail_list {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #CCC;
  }
  body#topics .contents_detail_list li {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px 0;
  }
  body#topics .contents_detail_list_textarea {
    width: 100%;
    float: none;
  }
  body#topics .contents_detail_title_no {
    text-align: left;
    font-size: 4.8vw;
    margin: 20px 0 0 0px;
    letter-spacing: 0.08em;
    line-height: 140%;
    padding-left: 40px;
    text-indent: -40px;
  }
  body#topics .contents_detail_title_no img {
    width: 30px;
    height: auto;
    margin: 0 2px 0 0;
  }
  body#topics .contents_detail_list_textarea p {
    text-align: left;
    margin-top: 30px;
    font-size: 3.8vw;
    line-height: 170%;
  }
  body#topics .contents_detail_img {
    width: 100%;
    float: none;
    height: auto;
  }
  body#topics .contents_detail_text {
    font-size: 3.8vw;
    line-height: 170%;
    margin: 0 0 1.5em 0;
    text-align: left;
  }
  body#topics .step {
    margin: 40px 0 20px 0;
  }
  body#topics .step .step_title {
    margin: 0 0 40px 0;
    font-size: 5vw;
  }
  body#topics .step_title .step_num {
    height: 65px;
  }
  body#topics .step p {
    text-align: left;
    font-size: 3.8vw;
    line-height: 170%;
    margin: 0 0 1.5em;
    padding: 0;
  }
  body#topics #index {
    padding: 20px;
  }
  body#topics #index h2 {
    font-size: 5.2vw;
    margin: -30px 0 20px 0;
    text-align: left;
  }
  body#topics #index h3 {
    margin: 0 0 5px 0;
    padding-top: 30px;
  }
  body#topics #index h3 img {
    height: 25px;
    width: auto;
  }
  body#topics #index .left, body#topics #index .right {
    float: none;
    width: 100%;
  }
  body#topics #index .left ul li, body#topics #index .right ul li {
    text-align: left;
    padding: 6px 0;
  }
  body#topics #index .left ul li a, body#topics #index .right ul li a {
    display: block;
    padding: 2px 0 2px 55px;
    background-size: auto 16px;
    background-position: left 3px;
    font-size: 12px;
    line-height: 120%;
  }
  body#topics .type_box {
    padding: 40px 0 20px 0;
  }
  body#topics .type_box .topics_area {
    /* text */
    /* target */
    /* point_box */
  }
  body#topics .type_box .topics_area h4, body#topics .type_box .topics_area h3 {
    text-align: left;
    font-size: 4vw;
  }
  body#topics .type_box .topics_area .type_icon {
    text-align: center;
  }
  body#topics .type_box .topics_area .type_icon img {
    height: 38px;
  }
  body#topics .type_box .topics_area .type_title {
    font-size: 4.5vw;
    padding: 15px 0 15px 63px;
    background-size: auto 18px;
    margin: 0 0 25px 0;
    background-position: left 15px;
  }
  body#topics .type_box .topics_area .img {
    margin-bottom: 30px;
  }
  body#topics .type_box .topics_area .text {
    width: 100%;
    margin: 0 0 50px 0;
  }
  body#topics .type_box .topics_area .text .contents_detail_title_no {
    padding-left: 2em;
    text-indent: -2em;
    margin: 0 0 30px 0;
  }
  body#topics .type_box .topics_area .text .contents_detail_title_no img {
    margin-right: 6px;
    width: 22px;
    height: 22px;
  }
  body#topics .type_box .topics_area .text p {
    font-size: 0.8em;
  }
  body#topics .type_box .topics_area .target {
    padding: 15px;
    box-sizing: border-box;
    margin: 0 0 40px 0;
    width: 100%;
  }
  body#topics .type_box .topics_area .target h4 {
    border-bottom: 1px solid #AAA;
    font-size: 3.8vw;
    padding: 0 0 7px 0;
    margin: 0 0 10px 0;
    text-align: left;
    font-weight: normal;
  }
  body#topics .type_box .topics_area .target ul li {
    font-size: 3.1vw;
    line-height: 130%;
  }
  body#topics .type_box .topics_area .target ul li:before {
    font-size: 3.5vw;
  }
  body#topics .type_box .topics_area .point_box li {
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  body#topics .type_box .topics_area .point_box li .img {
    width: 40%;
    margin: 0;
  }
  body#topics .type_box .topics_area .point_box li p {
    width: 55%;
    font-size: 0.7em;
    letter-spacing: 0.06em;
    line-height: 150%;
    margin: 0;
    padding: 0;
  }
  body#topics .item_list {
    margin: 0 0 1em 0;
    padding: 30px 0 20px 0;
  }
  body#topics .item_list li {
    width: 48%;
    overflow: hidden;
  }
  body#topics .item_list li a {
    display: block;
  }
  body#topics .item_list li a img {
    width: 40%;
    margin-right: 10%;
  }
  body#topics .item_list li h3 {
    padding: 17% 0;
    font-size: 3.5vw !important;
  }
  body#topics .item_list li p {
    clear: both;
    padding: 5px 0 0 0;
    font-size: 2.8vw;
  }
}

body#topics .clearfix:after {
  content: "";
  clear: both;
  display: block;
}

body#topics .no_border {
  border: none !important;
}

#lineup_comingsoon {
  background: #FFFCE0;
}

@media (min-width: 37.5em) {
  #lineup_comingsoon {
    padding: 80px 0;
  }
}

@media (max-width: 37.5em) {
  #lineup_comingsoon {
    padding: 60px 0;
  }
  #lineup_comingsoon .contents_title img {
    height: auto;
    width: 80%;
  }
}

body#pickup_page.pickup_news2025 #container {
  margin-bottom: 0;
}

body#pickup_page.pickup_news2025 .page_title {
  margin-bottom: 0;
}

body#pickup_page.pickup_news2025 .kv {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body#pickup_page.pickup_news2025 .main {
  width: 84%;
  max-width: 690px;
  margin: auto;
  text-align: left;
}

body#pickup_page.pickup_news2025 .main .main_title {
  line-height: 1.5em;
  letter-spacing: 4px;
}

body#pickup_page.pickup_news2025 .main .main_title span {
  display: block;
  line-height: 1em;
  letter-spacing: 2px;
}

body#pickup_page.pickup_news2025 .main .txt {
  line-height: 2.2em;
}

body#pickup_page.pickup_news2025 .point .blk {
  max-width: 750px;
  margin: auto;
}

body#pickup_page.pickup_news2025 .point .blk:last-child {
  margin-bottom: 0;
}

body#pickup_page.pickup_news2025 .point .blk .title, body#pickup_page.pickup_news2025 .point .blk .txt {
  margin: auto;
  text-align: left;
}

body#pickup_page.pickup_news2025 .point .blk .title {
  line-height: 1.7em;
}

body#pickup_page.pickup_news2025 .point .blk .txt {
  line-height: 1.9em;
}

body#pickup_page.pickup_news2025 .message {
  background: #fff9c4;
}

body#pickup_page.pickup_news2025 .message p {
  margin: auto;
  text-align: left;
  color: #3d3d3d;
  line-height: 2.2em;
}

@media (min-width: 37.5em) {
  body#pickup_page.pickup_news2025 {
    /* PC */
  }
  body#pickup_page.pickup_news2025 .kv {
    height: 80vh;
    background-image: url(../img/pickup/news2025/kv_pc.jpg?v2);
  }
  body#pickup_page.pickup_news2025 .main {
    padding: 60px 0 80px;
  }
  body#pickup_page.pickup_news2025 .main .main_title {
    font-size: 30px;
  }
  body#pickup_page.pickup_news2025 .main .main_title span {
    font-size: 12px;
    margin-bottom: 24px;
  }
  body#pickup_page.pickup_news2025 .main .txt {
    font-size: 16px;
    margin-top: 20px;
  }
  body#pickup_page.pickup_news2025 .point .blk {
    margin-bottom: 100px;
  }
  body#pickup_page.pickup_news2025 .point .blk .point_kv {
    margin-bottom: 30px;
  }
  body#pickup_page.pickup_news2025 .point .blk .title, body#pickup_page.pickup_news2025 .point .blk .txt {
    max-width: 690px;
  }
  body#pickup_page.pickup_news2025 .point .blk .title {
    font-size: 24px;
  }
  body#pickup_page.pickup_news2025 .point .blk .txt {
    font-size: 13px;
    margin-top: 20px;
  }
  body#pickup_page.pickup_news2025 .point .blk .point_sub {
    max-width: 720px;
    margin-top: 40px;
  }
  body#pickup_page.pickup_news2025 .message {
    padding: 40px 0;
    margin-top: 80px;
  }
  body#pickup_page.pickup_news2025 .message p {
    width: 690px;
    font-size: 16px;
  }
}

@media (max-width: 37.5em) {
  body#pickup_page.pickup_news2025 {
    /* SP */
  }
  body#pickup_page.pickup_news2025 .kv {
    height: 80vh;
    background-image: url(../img/pickup/news2025/kv_sp.jpg?v2);
  }
  body#pickup_page.pickup_news2025 .main {
    padding: 40px 0 60px;
  }
  body#pickup_page.pickup_news2025 .main .main_title {
    font-size: 26px;
  }
  body#pickup_page.pickup_news2025 .main .main_title span {
    font-size: 11px;
    margin-bottom: 20px;
  }
  body#pickup_page.pickup_news2025 .main .txt {
    font-size: 13px;
    margin-top: 20px;
  }
  body#pickup_page.pickup_news2025 .point .blk {
    margin-bottom: 60px;
  }
  body#pickup_page.pickup_news2025 .point .blk .point_kv {
    margin-bottom: 20px;
  }
  body#pickup_page.pickup_news2025 .point .blk .title, body#pickup_page.pickup_news2025 .point .blk .txt {
    width: 84%;
  }
  body#pickup_page.pickup_news2025 .point .blk .title {
    font-size: 22px;
  }
  body#pickup_page.pickup_news2025 .point .blk .txt {
    font-size: 12px;
    margin-top: 20px;
  }
  body#pickup_page.pickup_news2025 .point .blk .point_sub {
    width: 94%;
    margin-top: 30px;
  }
  body#pickup_page.pickup_news2025 .message {
    padding: 20px 0;
    margin-top: 60px;
  }
  body#pickup_page.pickup_news2025 .message p {
    width: 84%;
    font-size: 12px;
  }
}

/*
	アクセサリーページ
*/
body#products.accessories #contents_nav .contents_nav_block .contents_nav_title {
  font-family: Vision-Light;
}

body#products.accessories #contents_nav ul li {
  display: inline-block;
  vertical-align: top;
}

body#products.accessories #contents_nav ul li:last-child {
  margin-right: 0;
}

body#products.accessories #contents_nav ul li a {
  display: block;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 30px;
  color: #333333;
}

body#products.accessories #contents_nav ul li a:after {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  border-right: 1px solid #342c2b;
  border-bottom: 1px solid #342c2b;
}

body#products.accessories #contents_nav ul li a .contents_nav_text {
  font-family: Vision-Light !important;
  margin-bottom: 20px;
}

body#products.accessories #contents_nav ul li a .contents_nav_text .sub {
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 5px;
}

@media (min-width: 37.5em) {
  body#products.accessories {
    /* スマホサイズ以外での適応　*/
  }
  body#products.accessories #contents_nav {
    padding: 80px 0 0;
  }
  body#products.accessories #contents_nav .contents_nav_block {
    margin-bottom: 40px;
  }
  body#products.accessories #contents_nav .contents_nav_block .contents_nav_title {
    font-size: 22px;
    margin-bottom: 14px;
  }
  body#products.accessories #contents_nav ul li {
    width: 360px;
    margin-right: 30px;
  }
  body#products.accessories #contents_nav ul li a .contents_nav_text {
    font-size: 18px;
  }
  body#products.accessories #contents_nav ul li a .contents_nav_text .sub {
    font-size: 13px;
  }
}

@media (max-width: 37.5em) {
  body#products.accessories {
    /* スマホサイズでの適応　*/
  }
  body#products.accessories #contents_nav {
    padding: 50px 0 0;
  }
  body#products.accessories #contents_nav .contents_nav_block {
    margin-bottom: 30px;
  }
  body#products.accessories #contents_nav .contents_nav_block .contents_nav_title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  body#products.accessories #contents_nav ul li {
    width: 46%;
  }
  body#products.accessories #contents_nav ul li a .contents_nav_text {
    font-size: 14px;
  }
  body#products.accessories #contents_nav ul li a .contents_nav_text .sub {
    font-size: 11px;
  }
  body#products.accessories #contents_nav ul li a img {
    width: 70%;
  }
}

body#products.accessories #contents_area .contents_detail_accessories_list .blk:last-child {
  margin-bottom: 0;
}

body#products.accessories #contents_area .contents_detail_accessories_list .blk .title {
  margin-bottom: 30px;
}

body#products.accessories #contents_area .contents_detail_accessories_list .blk .title span {
  font-family: Vision-Thin !important;
  display: block;
  margin-top: 20px;
}

body#products.accessories #contents_area .contents_detail_accessories_list .blk .contents_detail_wrap .contents_swiper_area .swiper-slide {
  background: #f1f2f2;
}

body#products.accessories #contents_area .contents_detail_accessories_list .blk .contents_detail_wrap .contents_swiper_area .swiper-slide .case_txt {
  color: #555;
  line-height: 2.0em;
}

body#products.accessories #contents_area .contents_detail_accessories_list .blk .contents_detail_wrap .contents_swiper_area .swiper-pagination {
  top: auto;
  bottom: 0;
}

@media (min-width: 37.5em) {
  body#products.accessories {
    /* スマホサイズ以外での適応　*/
  }
  body#products.accessories #contents_area .contents_detail_accessories_list .blk {
    margin-bottom: 100px;
  }
  body#products.accessories #contents_area .contents_detail_accessories_list .blk .title {
    font-size: 13px;
  }
  body#products.accessories #contents_area .contents_detail_accessories_list .blk .title span {
    font-size: 40px;
  }
  body#products.accessories #contents_area .contents_detail_accessories_list .blk .contents_detail_wrap {
    overflow: hidden;
  }
  body#products.accessories #contents_area .contents_detail_accessories_list .blk .contents_detail_wrap .contents_detail_img {
    width: 35%;
    vertical-align: middle;
  }
  body#products.accessories #contents_area .contents_detail_accessories_list .blk .contents_detail_wrap .contents_swiper_area {
    display: inline-block;
    width: 54%;
    vertical-align: middle;
    margin-left: 10%;
  }
  body#products.accessories #contents_area .contents_detail_accessories_list .blk .contents_detail_wrap .contents_swiper_area .swiper-wrapper {
    padding-bottom: 30px;
  }
  body#products.accessories #contents_area .contents_detail_accessories_list .blk .contents_detail_wrap .contents_swiper_area .swiper-wrapper .swiper-slide .case_txt {
    font-size: 13px;
    margin: 20px 0 0;
  }
}

@media (max-width: 37.5em) {
  body#products.accessories {
    /* スマホサイズでの適応　*/
  }
  body#products.accessories #contents_area .contents_detail_accessories_list .blk {
    margin-bottom: 40px;
  }
  body#products.accessories #contents_area .contents_detail_accessories_list .blk .title {
    font-size: 12px;
  }
  body#products.accessories #contents_area .contents_detail_accessories_list .blk .title span {
    font-size: 30px;
  }
  body#products.accessories #contents_area .contents_detail_accessories_list .blk .contents_detail_wrap .contents_detail_img {
    width: 45%;
  }
  body#products.accessories #contents_area .contents_detail_accessories_list .blk .contents_detail_wrap .contents_swiper_area {
    margin-top: 30px;
  }
  body#products.accessories #contents_area .contents_detail_accessories_list .blk .contents_detail_wrap .contents_swiper_area .swiper-wrapper {
    padding-bottom: 30px;
  }
  body#products.accessories #contents_area .contents_detail_accessories_list .blk .contents_detail_wrap .contents_swiper_area .swiper-wrapper .swiper-slide .case_txt {
    font-size: 12px;
    margin: 20px 0 0;
  }
}

.bk_gray_dark {
  background: #d5d6d6;
}

#lineup_limited .contents_title .main_title {
  font-family: Vision-Thin !important;
  letter-spacing: 0.1em;
}

#lineup_limited .contents_title .sub_title {
  margin-top: 10px;
}

#lineup_limited .list a {
  display: block;
  background: #fff;
  position: relative;
}

#lineup_limited .list a .txt_area .name {
  text-align: left;
  font-family: Vision-Thin !important;
}

#lineup_limited .list a .txt_area .name span {
  display: block;
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.0em;
}

#lineup_limited .list a .txt_area .txt {
  text-align: left;
  line-height: 1.7em;
}

#lineup_limited .list a .icon_more {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: solid 1px;
  position: absolute;
  text-align: center;
  border-color: #4c4645;
  margin-top: 20px;
}

#lineup_limited .list a .icon_more:before {
  border-color: #4c4645;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#lineup_limited .list a:hover {
  opacity: 1;
}

#lineup_limited .list a:hover .icon_more {
  background: #000;
  border-color: #000;
  color: #fff;
}

@media (min-width: 768px) {
  /* スマホサイズ以外での適応　*/
  #lineup_limited .contents_title .main_title {
    font-size: 30px;
  }
  #lineup_limited .list {
    width: 1020px;
    margin: 0px auto 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  #lineup_limited .list a {
    width: 486px;
  }
  #lineup_limited .list a .txt_area {
    padding: 10px 20px 20px;
  }
  #lineup_limited .list a .txt_area .name {
    font-size: 30px;
  }
  #lineup_limited .list a .txt_area .name span {
    font-size: 14px;
    margin-top: 7px;
  }
  #lineup_limited .list a .txt_area .txt {
    margin-top: 30px;
    font-size: 13px;
  }
  #lineup_limited .list a .icon_more {
    font-size: 16px;
    padding: 8px 1% 8px 0;
    border-radius: 6px;
    width: 124px;
    bottom: 14px;
    right: 14px;
  }
  #lineup_limited .list.pc_clm1 {
    display: block;
  }
  #lineup_limited .list.pc_clm1 a {
    width: 100%;
    overflow: hidden;
  }
  #lineup_limited .list.pc_clm1 a img {
    float: left;
    width: 610px;
  }
  #lineup_limited .list.pc_clm1 a .txt_area {
    float: left;
    width: 410px;
    padding: 30px 0 0 35px;
  }
}

@media (max-width: 768px) {
  /* スマホサイズでの適応　*/
  #lineup_limited .contents_title .main_title {
    font-size: 26px;
  }
  #lineup_limited .list a {
    width: 84%;
    margin: 0 auto 30px;
  }
  #lineup_limited .list a:last-child {
    margin-bottom: 0;
  }
  #lineup_limited .list a .txt_area {
    padding: 10px 20px 60px;
  }
  #lineup_limited .list a .txt_area .name {
    font-size: 30px;
  }
  #lineup_limited .list a .txt_area .name span {
    font-size: 14px;
    margin-top: 7px;
  }
  #lineup_limited .list a .txt_area .txt {
    margin-top: 14px;
    font-size: 13px;
  }
  #lineup_limited .list a .icon_more {
    font-size: 16px;
    padding: 8px 1% 8px 0;
    border-radius: 6px;
    width: 124px;
    bottom: 14px;
    right: 14px;
  }
}
