@charset "UTF-8";
/*===================================================
     Font
===================================================*/
@font-face {
  font-family: 'SmartFontUI';
  src: url("../../../../img/usr/feature/fea_pulseoximeter/fonts/SmartFontUI/SmartFontUI.eot");
  src: url("../../../../img/usr/feature/fea_pulseoximeter/fonts/SmartFontUI/SmartFontUI.eot?#iefix") format("embedded-opentype"), url("../../../../img/usr/feature/fea_pulseoximeter/fonts/SmartFontUI/SmartFontUI.woff2") format("woff2"), url("../../../../img/usr/feature/fea_pulseoximeter/fonts/SmartFontUI/SmartFontUI.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*  -------------------------------------
	Color
  -------------------------------------*/
/*  -------------------------------------
	object-fit
  -------------------------------------*/
#pulse .object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: top;';
}

/*  -------------------------------------
	fade ここをコメントアウトしないと①②③が表示されない
  -------------------------------------*/

#pulse .fade_off {
  opacity: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}

#pulse .fade_on {
  opacity: 1;
}


/*  --------------------------------*/
@media screen and (min-width: 668px) {
 #pulse  .sp {
    display: none;
  }
}

/*  -------------------------------------
	#pulse ここをコメントアウトしないと何も表示されない
  -------------------------------------*/
.pulse-wrapper:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity .8s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity .8s ease;
}

.pulse-wrapper.fadeout:after {
  opacity: 1;
}

#pulse {
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  width: 964px;
  margin: 0 auto;
}

/*#choice　ここから*/
#pulse #choice {
	background: #f7f7f7;
  	padding: 90px;
}

#pulse #choice h2 {
	line-height: 1.3em;
}

#pulse #choice:before {
  content: '3';
  display: block;
  font-family: "Roboto", sans-serif;
  color: #ccc;
  font-size: 100px;
  position: absolute;
  top: 78px;
  right: 45px;
  line-height: 1em;
  height: auto;
  margin: 0;
}

#pulse #choice ul:after {
	content: "";
	clear: both;
	display: block;
}

#pulse #choice li {
	float: left;
}

#pulse #choice #pickup li {
	width: 377px;
	font-size: 24px;
}

#pulse #choice h3 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #3c7eba;
	background-color: #ffffff;
	padding: 10px;
	margin: 40px 0 20px;
}

#pulse #choice #pickup li:nth-child(odd) {
	margin-right: 30px;
}

#pulse #choice #pickup li a{
	color: #3c7eba;
}

#pulse #choice .name,
#pulse #choice .price_d {
	display: block;
}

#pulse #choice .price_d {
	text-align: right;
}

#pulse #choice .price_d  span {
	font-size: 14px;
}

#pulse #choice #point li {
	width: 241px;
	font-size: 18px;
	margin-right: 30px;
}

#pulse #choice #point li:last-child {
	margin-right: 0;
}

#pulse #choice #point li span {
	display: inline-block;
	background-color: #01a0e9;
	color: #ffffff;
	width: 100%;
	text-align: center;
}

#pulse #choice .gotolist {
	text-align: right;
	font-size: 24px;
	margin-top: 40px;
}
/*#choice　ここまで*/

/*#comparison　ここから*/
#pulse #comparison .gotolist {
	text-align: center;
	font-size: 24px;
}
/*#comparison　ここまで*/

#pulse .pulse-contents {
  position: relative;
  margin: 90px 0;
}

#pulse .pulse-contents h2 {
  font-size: 36px;
  font-weight: bold;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  text-align: center;
  line-height: 1em;
  margin: 0 0 60px;
}

#pulse .pulse-contents h2 span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #3c7eba;
  letter-spacing: 0.08em;
}

#pulse #top-main {
  background: #e6f4fc;
  padding: 30px;
}

#pulse #top-main h1 {
  font-family: "SmartFontUI", sans-serif;
  font-size: 60px;
  line-height: 1.4em;
  text-align: center;
  margin: 0 0 30px;
color: #454545;/*入鹿追記*/
}

#pulse #top-main h1 span {
  font-size: 1.3em;
}

#pulse #top-main ul.top-fukidashi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 18px;
}

#pulse #top-main ul.top-fukidashi li {
  flex-basis: 48%;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  position: relative;
}

#pulse #top-main ul.top-fukidashi li:first-child:after {
  content: '';
  display: block;
  background: url(../../../../img/usr/feature/fea_pulseoximeter/fukidashi-l.svg) no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -12px;
}

#pulse #top-main ul.top-fukidashi li:last-child:after {
  content: '';
  display: block;
  background: url(../../../../img/usr/feature/fea_pulseoximeter/fukidashi-r.svg) no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -12px;
}

#pulse #top-main img#mainPulse {
  width: 308px;
  height: 152px;
  display: block;
  margin: 0 auto;
}

#pulse #top-main img#hand {
  position: absolute;
  right: 100px;
  bottom: 30px;
  width: 168px;
  height: 279px;
}

#pulse #top-main #subTxt {
  position: absolute;
  top: 60%;
  left: 30px;
  width: 230px;
  padding-bottom: 20px;
  text-align: center;
  background: url(../../../../img/usr/feature/fea_pulseoximeter/subTxtBg.png) no-repeat;
  background-position: center bottom;
  background-size: contain;
}

#pulse #top-main #subTxt h2 {
  font-size: 18px;
  font-weight: bold;
}

#pulse #top-main #subTxt ul {
  font-size: 13px;
}

#pulse #pulse-menu-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 90px 0;
}

#pulse #pulse-menu-wrap a {
  text-align: center;
  background: #e6f4fc;
  margin: 0 1%;
  border-radius: 100%;
 /* width: 300px;
  height: 300px;*/
  width: 220px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

#pulse #pulse-menu-wrap a:hover {
  background: #fff100;
}

#pulse #pulse-menu-wrap a:first-child .inner:before {
  content: '1';
}

#pulse #pulse-menu-wrap a:nth-child(2) .inner:before {
  content: '2';
}

#pulse #pulse-menu-wrap a:nth-child(3) .inner:before {
  content: '3';
}

#pulse #pulse-menu-wrap a:nth-child(4) .inner:before {
  content: '4';
}

#pulse #pulse-menu-wrap a .inner {
  position: relative;
}

#pulse #pulse-menu-wrap a .inner:before {
  font-size: 40px;
  color: #3c7eba;
  font-family: "Roboto", sans-serif;
}

#pulse #pulse-menu-wrap a .inner:after {
  content: '';
  display: block;
  background: url(../../../../img/usr/feature/fea_pulseoximeter/arrowDown.svg) no-repeat;
  width: 23px;
  height: 22px;
  background-size: contain;
  margin: 15px auto 0;
}

#pulse #pulse-menu-wrap a .inner h2 {
  color: #3c7eba;
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 15px;
  line-height: 1em;
}

#pulse #pulse-menu-wrap a .inner h3 {
  font-size: 16px;
  color: #3c7eba;
  font-weight: bold;
}

#pulse #what {
  background: #f7f7f7;
  padding: 90px;
}

#pulse #what:before {
  content: '1';
  display: block;
  font-family: "Roboto", sans-serif;
  color: #ccc;
  font-size: 100px;
  position: absolute;
  top: 78px;
  right: 45px;
  line-height: 1em;
  height: auto;
  margin: 0;
}

#pulse #what #what-desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#pulse #what #what-desc .what-img {
  flex-basis: 30%;
  display: block;
  width: 30%;
}

#pulse #what #what-desc .what-img img {
  width: 100%;
}

#pulse #what #what-desc .what-txt {
  flex-basis: 70%;
  padding-left: 60px;
}

#pulse #what #what-desc .what-txt p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6em;
}

#pulse #what #what-desc .what-txt p span {
  color: #3c7eba;
  background: linear-gradient(transparent 70%, #fff100 70%);
}

#pulse #what #what-desc .what-txt h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6em;
  color: #3c7eba;
}

#pulse #when {
  padding: 0px 60px;
}

#pulse #when:before {
  content: '2';
  display: block;
  font-family: "Roboto", sans-serif;
  color: #ccc;
  font-size: 100px;
  position: absolute;
  top: -12px;
  right: 45px;
  line-height: 1em;
  height: auto;
  margin: 0;
}

#pulse #when ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#pulse #when ul li {
  flex-basis: 50%;
  text-align: center;
  color: #333;
  font-size: 24px;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 60px;
}

#pulse #when ul li img {
  display: block;
  margin: 0 auto;
}

#pulse #recommend {
  background: url(../../../../img/usr/feature/fea_pulseoximeter/recommendBg.jpg) repeat;
  padding: 90px;
}

#pulse #recommend h2 {
  line-height: 1.3em;
}

#pulse #recommend .recommend-box {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto 30px;
  height: 90px;
}

#pulse #recommend .recommend-box .ttl {
  width: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00a0e9;
  position: relative;
}

#pulse #recommend .recommend-box .ttl:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 0 45px 15px;
  border-color: transparent transparent transparent #009fe9;
  position: absolute;
  right: -15px;
  top: 0;
}

#pulse #recommend .recommend-box .ttl p {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding-left: 3px;
}

#pulse #recommend .recommend-box .desc {
  width: calc(100% - 60px);
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pulse #recommend .recommend-box .desc h3 {
  font-size: 24px;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3c7eba;
  font-weight: bold;
}

#pulse #comparison {
  padding: 0px 0 0;
}

#pulse #comparison:before {
  content: '4';
  display: block;
  font-family: "Roboto", sans-serif;
  color: #ccc;
  font-size: 100px;
  position: absolute;
  top: -12px;
  right: 45px;
  line-height: 1em;
  height: auto;
  margin: 0;
}

#pulse #comparison table {
  background: #f0f6fb;
  font-feature-settings: "palt";
  font-size: 12px;
  color: #3c7eba;
  /*margin: 0 0 90px;*/
	margin: 0 0 30px;/*入鹿追記*/
}

#pulse #comparison table tr th, #pulse #comparison table tr td {
  width: calc(100% / 6);
  border: 1px solid #3c7eba;
  padding: 2% 0;
  text-align: center;
  font-weight: bold;
}

#pulse #comparison table tr:first-child td a {
  border-bottom: 1px solid #3c7eba;
  padding-bottom: 2px;
}

#pulse #comparison table tr td {
  padding: 2% 0.5%;
}

#pulse #comparison table tr td a {
  color: #3c7eba !important;
  text-decoration: none;
}

#pulse #comparison table tr td a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}

#pulse #comparison table tr td ul li {
  padding-left: 0.7em;
  position: relative;
  margin-bottom: 0.5em;
}

#pulse #comparison table tr td ul li:before {
  content: '・';
  display: inline-block;
  position: absolute;
  left: 0;
}

#pulse #comparison table tr td ul li span {
  padding: 0 0.1em;
}

#pulse #comparison table tr td ul li span.white {
  color: #fff;
}

#pulse #comparison table tr td ul li span.navy {
  color: #01558d;
}

#pulse #comparison table tr td ul li span.pink {
  color: #dda7b0;
}

#pulse #comparison table tr td ul li span.fpink {
  color: #d26577;
}

#pulse #comparison table tr td ul li span.lavender {
  color: #dfd3e7;
}

#pulse #comparison table tr td ul li span.blue {
  color: #a7d3d3;
}

#pulse #comparison table tr td ul li span.coral {
  color: #e0a8a7;
}

#pulse #comparison table tr td ul li span.pink2 {
  color: #ce285b;
}

#pulse #comparison table tr td ul li span.coral2 {
  color: #d92c66;
}

#pulse #comparison table tr td ul li span.blue2 {
  color: #bbada1;
}

#pulse #comparison table tr td ul li span.pearl {
  color: #edaac2;
}

#pulse #comparison table tr td ul li span.lilac {
  color: #5268B1;
}

#pulse #comparison table tr td ul li span.ashplum {
  color: #E2B7B6;
}

#pulse #comparison table tr td ul li span.saxblue {
  color: #6c8bb5;
}

#pulse #comparison table tr td ul li span.lemon {
  color: #f8e083;
}

#pulse #comparison table tr td ul li span.black {
  color: #000;
}

#pulse #comparison table tr td ul li span.splendor {
  color: #9dd7f3;
}

#pulse #comparison table tr td ul li span.grace {
  color: #efbdd6;
}

#pulse #comparison table tr td ul li span.luminous {
  color: #d1dee8;
}

#pulse #comparison table tr td ul li span.princess {
  color: #e28f9e;
}

#pulse #comparison table tr td ul li span.claire {
  color: #98d2e4;
}

#pulse #comparison table tr td ul li span.green {
  color: #c4d38e;
}

#pulse #comparison table tr td ul li span.gray {
  color: #61808b;
}

#pulse #comparison table tr td ul li span.black2 {
  color: #4e4e4e;
}

#pulse #comparison table tr td ul li span.silver {
  color: #dcdcdc;
}

#pulse #comparison table tr td ul li span.silver {
  color: #dcdcdc;
}

#pulse #comparison table tr td ul li span.mango {
  color: #ea581e;
}

#pulse #comparison table tr:nth-child(5) th, #pulse #comparison table tr:nth-child(5) td, #pulse #comparison table tr:nth-child(7) th, #pulse #comparison table tr:nth-child(7) td, #pulse #comparison table tr:nth-child(11) th, #pulse #comparison table tr:nth-child(11) td {
  vertical-align: top;
}

#pulse #comparison table tr:nth-child(5) td, #pulse #comparison table tr:nth-child(7) td, #pulse #comparison table tr:nth-child(11) td {
  text-align: left;
}

@media screen and (max-width: 964px) {
  #pulse {
    width: 100%;
  }
}

/* tb   --------------------------------*/
@media screen and (min-width: 668px) and (max-width: 1024px) {
#pulse h2 {/*入鹿追記*/
	padding: 0;
	background-color: transparent;
}
	
/*#choice　ここから*/
#pulse #choice #pickup li {
	font-size: 19px;
}
	
#pulse #choice #pickup li {
	width: 45%;
}

#pulse #choice #pickup li:nth-child(odd) {
	margin-right: 10%;
}

#pulse #choice .gotolist {
	font-size: 19px;
}
/*#choice　ここまで*/
	
/*#comparison　ここから*/
#pulse #comparison .gotolist {
	text-align: left;
	font-size: 19px;
	margin-top: 20px;
}		
/*#comparison　ここまで*/
	
  #pulse #top-main h1 {
    font-size: 50px;
  }
  #pulse #top-main ul.top-fukidashi {
    font-size: 14px;
  }
  #pulse #top-main img#hand {
    right: 50px;
    width: 130px;
    height: 215px;
  }
  #pulse #top-main img#mainPulse {
    width: 260px;
    height: auto;
  }
  #pulse #top-main #subTxt {
    width: 180px;
  }
  #pulse #top-main #subTxt h2 {
    font-size: 16px;
  }
  #pulse #pulse-menu-wrap {
    margin: 60px 0;
  }
  #pulse #what #what-desc .what-txt h3 {
    font-size: 17px;
  }
  #pulse #what #what-desc .what-txt p {
    font-size: 19px;
  }
  #pulse .pulse-contents {
    margin: 60px 0;
  }
  #pulse #recommend {
    padding: 90px 60px;
  }
  #pulse #recommend .recommend-box .desc h3 {
    font-size: 21px;
  }
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
.container {/*入鹿追記　横幅100%にする*/
	padding-left: 0;
	padding-right: 0;
}

#pulse .sp_br::before {/*入鹿追記*/
	content: "\A" ;
	white-space: pre ;
}
	
/*#choice　ここから*/
#pulse #choice {
	margin: 20px 0 20px;
  	padding: 30px;
}

#pulse #choice #pickup li {
	width: 45%;
	font-size: 14px;
}

#pulse #choice #pickup li:nth-child(odd) {
	margin-right: 10%;
}
	
#pulse #choice #point li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

#pulse #choice .gotolist {
	font-size: 14px;
}
/*#choice　ここまで*/
	
/*#comparison　ここから*/
#pulse #comparison .gotolist {
	text-align: left;
	font-size: 14px;
	margin-top: 20px;
}
/*#comparison　ここまで*/

#pulse h2 {/*入鹿追記*/
	padding: 0;
	background-color: transparent;
}
  #pulse #top-main {
    padding: 30px 15px;
  }
  #pulse #top-main ul.top-fukidashi {
    font-size: 12px;
  }
  #pulse #top-main h1 {
    font-size: 24px;
    margin: 0 0 15px;
  }
  #pulse #top-main img#hand {
    right: 40px;
    bottom: 40px;
    width: 84px;
    height: 140px;
  }
  #pulse #top-main img#mainPulse {
    width: 154px;
    height: auto;
    padding-bottom: 130px;
  }
  #pulse #top-main #subTxt {
    width: 180px;
    left: 15px;
    top: 66%;
  }
  #pulse #top-main #subTxt h2 {
    font-size: 14px;
  }
  #pulse #pulse-menu-wrap {
    margin: 45px 0;
    padding: 0 3%;
    justify-content: space-around;
  }
  #pulse #pulse-menu-wrap a {
    width: 45%;
   /* height: 160px;*/
	  height: 180px;/*入鹿修正*/
    border-radius: 10%;
    margin: 0 0 15px;
  }
  #pulse #pulse-menu-wrap a:last-child {
    margin-bottom: 0;
  }
  #pulse #pulse-menu-wrap a .inner {
    padding: 0.5em;
  }
  #pulse #pulse-menu-wrap a .inner:before {
    font-size: 24px;
    line-height: 1em;
  }
  #pulse #pulse-menu-wrap a .inner:after {
    width: 12px;
    height: 11px;
    margin: 7px auto 0;
  }
  #pulse #pulse-menu-wrap a .inner br {
    display: none;
  }
  #pulse #pulse-menu-wrap a .inner h2 {
    font-size: 24px;
    margin: 0 0 5px;
  }
  #pulse #pulse-menu-wrap a .inner h3 {
    margin: 0;
    line-height: 1.2em;
    font-size: 13px;
  }
  #pulse #pulse-menu-wrap a .inner p {
    font-size: 11px;
    margin: 0 0 5px;
  }
  #pulse .pulse-contents {
    margin: 45px 0;
  }
  #pulse .pulse-contents h2 {
    font-size: 24px;
    margin: 0 0 30px;
  }
  #pulse .pulse-contents h2 span {
    font-size: 13px;
  }
  #pulse #what {
    padding: 30px;
  }
  #pulse #what:before {
    position: static;
    font-size: 50px;
    text-align: center;
    margin-bottom: 5px;
  }
  #pulse #what #what-desc {
    display: block;
  }
  #pulse #what #what-desc .what-img {
    margin: 0 auto 30px;
  }
  #pulse #what #what-desc .what-txt {
    width: 100%;
    padding-left: 0;
  }
  #pulse #what #what-desc .what-txt p {
    font-size: 14px;
  }
  #pulse #what #what-desc .what-txt h3 {
    font-size: 14px;
  }
  #pulse #when {
    padding: 0 30px;
  }
  #pulse #when:before {
    position: static;
    font-size: 50px;
    text-align: center;
    margin-bottom: 5px;
  }
  #pulse #when ul li {
    font-size: 14px;
    margin: 0 0 30px;
  }
  #pulse #when ul li:nth-child(3), #pulse #when ul li:nth-child(4) {
    margin-bottom: 0;
  }
  #pulse #recommend {
    padding: 30px;
  }
  #pulse #recommend h2 {
    font-size: 17px;
  }
  #pulse #recommend .recommend-box {
    width: 100%;
  }
  #pulse #recommend .recommend-box .ttl p {
    font-size: 12px;
  }
  #pulse #recommend .recommend-box .desc h3 {
    font-size: 14px;
  }
  #pulse #comparison {
    padding: 0 1em;
  }
  #pulse #comparison:before {
    position: static;
    font-size: 50px;
    text-align: center;
    margin-bottom: 5px;
  }
  #pulse #comparison h3 {
    text-align: center;
    font-size: 14px;
  }
  #pulse #comparison .scroll-table {
    width: 100%;
    overflow-x: scroll;
  }
  #pulse #comparison .scroll-table table {
    display: block;
    width: 1000px;
    overflow-x: scroll;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
  }
  #pulse #comparison .scroll-table table tr td img {
    width: 50%;
  }
/* #choice ここから*/
#pulse #choice:before {
    position: static;
    font-size: 50px;
    text-align: center;
    margin-bottom: 5px;
  }
	
/* #choice ここまで*/
}

/* sp   --------------------------------*/
@media screen and (max-width: 375px) {
	
/*#choice　ここから*/
	
#pulse #choice .price_d  span {
	font-size: 12px;
}

#pulse #choice h3 {
	font-size: 18px;
}
	
#pulse #choice #point li {
	font-size: 14px;
}

/*#choice　ここまで*/

  #pulse #top-main h1 {
    font-size: 20px;
  }
  #pulse #top-main #subTxt {
    width: 140px;
  }
  #pulse #top-main #subTxt h2 {
    font-size: 12px;
  }
  #pulse #top-main img#hand {
    width: 60px;
  }
  #pulse #pulse-menu-wrap a .inner h3 {
    font-size: 12px;
  }
  #pulse #pulse-menu-wrap a .inner p {
    font-size: 10px;
  }
  #pulse .pulse-contents h2 {
    font-size: 20px;
  }
  #pulse #recommend {
    padding: 30px 15px;
  }
  #pulse #recommend h2 {
    font-size: 14px;
  }
  #pulse #recommend .recommend-box .ttl {
    width: 50px;
  }
  #pulse #recommend .recommend-box .ttl p {
    font-size: 11px;
  }
  #pulse #recommend .recommend-box .desc {
    width: calc(100% - 50px);
  }
  #pulse #recommend .recommend-box .desc h3 {
    font-size: 13px;
  }
}

/* border */
.sec-illust-wrap .circle-box,
.modal-bdr-box .circle-box {
  position: relative;
}

.sec-illust-wrap .circle-box::before,
.modal-bdr-box .circle-box::before,
.sec-illust-wrap .circle-box::after,
.modal-bdr-box .circle-box::after {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #323232;
  background-color: #e6f4fc;
  border-radius: 50%;
  z-index: 8;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

@media screen and (min-width: 768px), print {
  .sec-illust-wrap .circle-box,
  .modal-bdr-box .circle-box {
    display: block;
  }
  .sec-illust-wrap .circle-box::before,
  .modal-bdr-box .circle-box::before,
  .sec-illust-wrap .circle-box::after,
  .modal-bdr-box .circle-box::after {
    width: 94px;
    height: 94px;
  }
  .sec-illust-wrap .circle-box::before,
  .modal-bdr-box .circle-box::before {
    left: -47px;
  }
  .sec-illust-wrap .circle-box::after,
  .modal-bdr-box .circle-box::after {
    right: -47px;
  }
}

@media screen and (max-width: 767px) {
  .sec-illust-wrap .circle-box::before,
  .modal-bdr-box .circle-box::before,
  .sec-illust-wrap .circle-box::after,
  .modal-bdr-box .circle-box::after {
    width: 21.33vw;
    height: 21.33vw;
  }
  .sec-illust-wrap .circle-box::before,
  .modal-bdr-box .circle-box::before {
    left: -10.67vw;
  }
  .sec-illust-wrap .circle-box::after,
  .modal-bdr-box .circle-box::after {
    right: -10.67vw;
  }
}

.sec-illust-wrap .circle-box .circle-box::before,
.modal-bdr-box .circle-box .circle-box::before,
.sec-illust-wrap .circle-box .circle-box::after,
.modal-bdr-box .circle-box .circle-box::after {
  top: inherit;
}

@media screen and (min-width: 768px), print {
  .sec-illust-wrap .circle-box::before,
  .modal-bdr-box .circle-box::before,
  .sec-illust-wrap .circle-box::after,
  .modal-bdr-box .circle-box::after {
    top: -47px;
  }
  .sec-illust-wrap .circle-box .circle-box::before,
  .modal-bdr-box .circle-box .circle-box::before,
  .sec-illust-wrap .circle-box .circle-box::after,
  .modal-bdr-box .circle-box .circle-box::after {
    bottom: -47px;
  }
}

@media screen and (max-width: 767px) {
  .sec-illust-wrap .circle-box::before,
  .modal-bdr-box .circle-box::before,
  .sec-illust-wrap .circle-box::after,
  .modal-bdr-box .circle-box::after {
    top: -12.53vw;
  }
  .sec-illust-wrap .circle-box .circle-box::before,
  .modal-bdr-box .circle-box .circle-box::before,
  .sec-illust-wrap .circle-box .circle-box::after,
  .modal-bdr-box .circle-box .circle-box::after {
    bottom: -12.53vw;
  }
}

.sec-illust-wrap .bdr-box::before,
.modal-bdr-box::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  border: 1px solid #323232;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  pointer-events: none;
}

@media screen and (min-width: 768px), print {
  .sec-story .box-img-l {
    align-items: baseline;
  }
}

/* IE11 にのみ適用される start */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .sec-illust {
    border-radius: 59px;
  }
}

/* IE11 にのみ適用される end */
/* sec-illust */
.sec-illust-wrap .bdr-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sec-illust-wrap .sec-illust {
  position: relative;
  border: 2px solid #323232;
  /* ttl-box */
}

.sec-illust-wrap .sec-illust .circle-box {
  width: 100%;
  height: 100%;
}

.sec-illust-wrap .sec-illust .ttl-box {
  text-align: center;
}

.sec-illust-wrap .sec-illust .ttl-box .sec-ttl {
  position: relative;
  font-weight: 500;
  display: inline-block;
}

.sec-illust-wrap .sec-illust .ttl-box .sec-ttl::before,
.sec-illust-wrap .sec-illust .ttl-box .sec-ttl::after {
  content: "";
  display: block;
  background: url(img/ttl_item_side.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sec-illust-wrap .sec-illust .ttl-box .sec-ttl::before {
  left: 0;
}

.sec-illust-wrap .sec-illust .ttl-box .sec-ttl::after {
  right: 0;
}

@media screen and (min-width: 768px), print {
  .sec-illust-wrap .bdr-box::before {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
  .sec-illust-wrap .sec-illust {
    /* ttl-box */
  }
  .sec-illust-wrap .sec-illust > .circle-box {
    padding: 70px 100px;
  }
  .sec-illust-wrap .sec-illust .ttl-box {
    text-align: center;
  }
  .sec-illust-wrap .sec-illust .ttl-box .sec-ttl {
    font-size: 30px;
    font-size: 3rem;
    padding: 0 75px;
  }
  .sec-illust-wrap .sec-illust .ttl-box .sec-ttl::before,
  .sec-illust-wrap .sec-illust .ttl-box .sec-ttl::after {
    width: 58px;
    height: 21px;
  }
  .sec-illust-wrap .sec-illust .ttl-box .sec-ttl + .sub-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .sec-illust-wrap {
    margin: 0 2.67vw 0;
  }
  .sec-illust-wrap .bdr-box::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .sec-illust-wrap .sec-illust {
    /* ttl-box */
  }
  .sec-illust-wrap .sec-illust > .circle-box {
    padding: 18vw 8vw 21vw;
  }
  .sec-illust-wrap .sec-illust .ttl-box {
    text-align: center;
  }
  .sec-illust-wrap .sec-illust .ttl-box .sec-ttl {
    font-size: 5.33vw;
    padding: 0 10.67vw;
  }
  .sec-illust-wrap .sec-illust .ttl-box .sec-ttl::before,
  .sec-illust-wrap .sec-illust .ttl-box .sec-ttl::after {
    width: 7.73vw;
    height: 2.8vw;
  }
  .sec-illust-wrap .sec-illust .ttl-box .sec-ttl + .sub-ttl {
    font-size: 2.67vw;
    margin-top: 5px;
  }
}

/* tb   --------------------------------*/
@media screen and (min-width: 668px) and (max-width: 1024px) {
  #three_set {
    width: 100%;
    padding: 0;
    /* #sale */
  }
  #three_set #price {
    padding: 0 15px;
  }
  #three_set #sale {
    /* item_wrap */
  }
  #three_set #sale .item_wrap {
    /* sell_item */
  }
  #three_set #sale .item_wrap .sell_item h3 {
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: 0;
  }
  #three_set #sale .item_wrap .sell_item p a {
    font-size: 16px;
    padding: 10px 0;
  }
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  #three_set {
    width: 100%;
    padding: 0;
    /* item */
    /* #sale */
  }
  #three_set #top_main, #three_set #price {
    width: 100%;
    margin-bottom: 30px;
  }
  #three_set #price {
    padding: 0 15px;
  }
  #three_set .item {
    /* item_content*/
  }
  #three_set .item .item_header {
    display: block;
    background-size: 120px;
    /* icn */
  }
  #three_set .item .item_header .icn {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  #three_set .item .item_header .icn img {
    width: 60px;
    height: 60px;
  }
  #three_set .item .item_header .ttl h2 {
    font-size: 18px;
  }
  #three_set .item .item_header .ttl p {
    font-size: 14px;
  }
  #three_set .item .item_content {
    display: block;
    /* voice */
  }
  #three_set .item .item_content .voice {
    width: 100%;
    margin-top: 30px;
  }
  #three_set .item .item_content .voice img {
    position: static;
    width: 100%;
  }
  #three_set .item .item_content .item_img {
    width: 100%;
    margin-top: 30px;
  }
  #three_set .item .item_content .item_img img {
    width: 100%;
  }
  #three_set #sale {
    /* item_wrap */
  }
  #three_set #sale .sale_header h2 {
    font-size: 24px;
    padding: 15px 0;
  }
  #three_set #sale .item_wrap {
    display: block;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* sell_item */
  }
  #three_set #sale .item_wrap .sell_item {
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    margin-bottom: 30px;
  }
  #three_set #sale .item_wrap .sell_item h3 {
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 0;
  }
  #three_set #sale .item_wrap .sell_item p a {
    font-size: 16px;
    padding: 10px 0;
  }
  /* #three_set */
}

/* IE11 hack
------------------------------*/
_:-ms-lang(x)::-ms-backdrop, #pulse #comparison table tr td img {
  width: 150px;
}
