@charset "utf-8";


/* ------------------------------------------------------------------------------------------------
 * RESPONSIVE
 * ------------------------------------------------------------------------------------------------ */
@media screen and (max-width:1199px) {
	.c-kv__title img {
		max-width: 50%;
	}
	
	.c-shoplpHeader__name {
		font-size: 2.5rem;
	}
	
	.is-scroll .c-shoplpHeader__name {
		padding: 0 200px;
	}
	
	.c-shoplpHeader__tel {
		font-size: 2.6rem;
		right: 20px;
	}
	
	.c-shoplpFooter .c-shoplpHeader__name {
		font-size: 2rem;
		padding: 0 240px;
	}
	
	.c-kv-slider-voice .c-kv__title {
		margin-top: 11.9%;
	}
	
	
	
} /* END RESPONSIVE 1199x */


@media screen and (max-width:1023px) {
	.c-stepCorner__inner {
		overflow: hidden;
	}
	
} /* END RESPONSIVE 1023x */


@media screen and (max-width:767px) {
	
	
/* ----------------------------------------------------------------------
 * GLOBAL - UTILITY
 * ---------------------------------------------------------------------- */
 .u-content {
  margin: 0 0 80px;
  padding: 80px 0 0;
 }

 .u-content.u-content-bg {
  margin: 0;
  padding: 80px 0;
 }
	
	
	
/* ----------------------------------------------------------------------
 * Global Title
 * ---------------------------------------------------------------------- */
 .u-content-title {
  margin-bottom: 30px;
 }

 .u-content-head {
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px;
 }
 
 .u-content-lead {
  font-size: 1.5rem;
  margin-bottom: 10px;
 }

 .u-content-note {
  font-size: 1.3rem;
 }
	
	
	
/* ----------------------------------------------------------------------
 * Global Button
 * ---------------------------------------------------------------------- */
 .u-button {
  font-size: 1.4rem;
  border-radius: 25px;
  width: 100%;
  margin: 30px auto 0;
 }

 .u-button.is-iconPop span:after {
  right: 20px;
 }

 .u-button.is-iconPop span {
  padding: 16px 35px 16px 30px;
 }

 .u-button.is-iconBlank a,
 .u-button.is-iconSerch a {
  padding: 16px 20px;
 }

 .u-button.is-iconBlank span {
  padding-left: 27px;
 }

 .u-button.is-iconBlank span:after {
  height: 14px;
  width: 17px;
  top: calc(50% - 7px);
 }

 .u-button.is-iconSerch span {
  padding-left: 27px;
 }

 .u-button.is-iconSerch span:after {
  height: 20px;
  width: 17px;
  top: calc(50% - 10px);
 }
 

	
	
/* ----------------------------------------------------------------------
 * LAYOUT
 * ---------------------------------------------------------------------- */
	.g-container {
		font-size: 1.4rem;
		min-width: 0;
  overflow: hidden;
  top: 50px;
  padding-bottom: 50px;
	}
	
	
	
/* ----------------------------------------------------------------------
 * Shop Search
 * ---------------------------------------------------------------------- */

	
	
/* ----------------------------------------------------------------------
 * Content last line
 * ---------------------------------------------------------------------- */

	
	
/* ----------------------------------------------------------------------
 * page menu
 * ---------------------------------------------------------------------- */


	
/* ----------------------------------------------------------------------
 * KEY VISUAL
 * ---------------------------------------------------------------------- */
	.c-kv {
		padding: 96.8% 0 0;
	}
	
	.c-kv__title {
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
		transform: none;
	}
	
	.c-kv__title img {
		width: 100%;
		max-width: none;
		margin-left: 0;
	}
	
/* ----------------------------------------------------------------------
 * MENU
 * ---------------------------------------------------------------------- */
	.c-menu {
		text-align: left;
	}
	
	.c-menu-items {
		margin: 0;
		padding: 28px 0;
	}
	
	.c-menu-item {
		display: block;
		padding: 2px 0;
		width: 100%;
	}
	
	.c-menu-item a {
		height: 51px;
		min-height: 0;
	}
	
	.c-menu-item a span {
		padding-left: 40px;
		top: 50%;
	}
	
	.c-menu-item a:after {
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 7px solid #c4aa65;
		position: absolute;
		margin: 0;
		top: calc(50% + 4px);
		left: 22px;
	}
	
	
/* ----------------------------------------------------------------------
 * CHECK
 * ---------------------------------------------------------------------- */
 .l-check.u-content.u-content-bg {
  padding: 0;
 }

 .l-check .u-inner {
  padding: 0;
 }

 .l-check-block {
  padding: 40px 25px;
 }

 .l-check-block-inner {
  padding: 40px 20px 20px;
 }

 .l-check-title {
  margin-bottom: 15px;
  padding-bottom: 20px;
 }
	
 .l-check-list {
  margin-bottom: 20px;
 }

 .l-check-list ul {
  letter-spacing: 0;
  margin: 0;
 }

 .l-check-list li {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 0;
 }
 
 .l-check-list li span {
  padding-left: 30px;
 }

 .l-check-list li span:before {
  height: 20px;
  width: 20px;
 }

 .l-check-result {
  margin-top: -60px;
  padding-top: 90px;
 }

 .l-check-result-block {
 }

 .l-check-result-block-inner {
  padding: 20px 20px 0;
 }

 .l-check-result-block .e-text {
  line-height: 1.8;
  display: block;
  width: 100%;
 }

 .l-check-result-block .e-text b {
  font-size: 1.8rem;
  margin-bottom: 5px;
 }

 .l-check-result-block .e-img {
  position: relative;
  right: 0;
  bottom: 0;
  width: 40%;
  margin: 20px auto 0;
 }

 .l-result-button {
  width: 90%;
  margin: 30px auto;
 }


/* ----------------------------------------------------------------------
 * POINT
 * ---------------------------------------------------------------------- */
 .l-point.u-content {
  margin-bottom: 0;
 }
 
 .l-point-text {
  font-size: 1.6rem;
 }
 
 
/*ABOUT*/
 .l-point-about-img {
  height: calc(100% + 30px);
  width: calc(100% + 30px);
  position: relative;
  right: 0;
  left: -30px;
 }

 .l-point-about-img:after {
  position: absolute;
  top: 30px;
  left: 30px;
 }

 .l-point-about-block {
  padding-top: 65px;
  padding-left: 0;
 }
 
 
 /*MAIN*/
 .l-point-main-head {
  font-size: 2.2rem;
 }

 .l-point-main-head:before {
  font-size: 6.8rem;
  background-size: 9px auto;
  padding-left: 24px;
 }

 .l-point-main-head span {
  display: block;
  margin-left: 0;
 }

.point01 .l-point-main-item {
  margin-top: 50px;
 }

 .point01 .l-point-main-item:first-child {
  margin-top: 40px;
 }

 .point01 .l-point-main-item .e-img {
  float: none;
  width: 100%;
 }
 .point01 .l-point-main-item:nth-child(2) .e-img {
  float: none;
 }

 .point01 .l-point-main-item div {
  float: none;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
 }
 .point01 .l-point-main-item:nth-child(2) div {
  float: none;
  padding-right: 0;
 }

 .point01 .l-point-main-item div:before {
  background-position: center;
  height: 45px;
  width: 196px;
  margin: 0 auto 10px;
 }

 .point01 .l-point-main-item .e-copy {
  font-size: 2.0rem;
 }

 .point01 .l-point-main-item .e-text {
  font-size: 1.5rem;
 }


/*FLOW*/
 .l-point-flow {
  margin: 0 -10px;
 }

 .l-point-flow-time {
  text-align: left;
  background: none;
  margin: 30px 0 0;
 }

 .l-point-flow-time span {
  font-size: 1.5rem;
  display: block;
  padding: 0;
  margin: 0;
 }
 .l-point-flow-time span.is-pc {
  display: none;
 }
 .l-point-flow-time span.is-media {
  display: block;
 }

 .l-point-flow-box {
  width: 50%;
  padding: 30px 10px 0;
 }

 .l-point-flow-box figure:before {
  font-size: 1.6rem;
  line-height: 30px;
  border-radius: 30px;
  height: 30px;
  width: 30px;
  left: -10px;
  top: -10px;
 }

 .l-point-flow-box figure p:after,
 .l-point-flow-box figure p:before {
  border-bottom: 9px solid transparent;
  border-top: 9px solid transparent;
  border-left: 9px solid #cb9e68;
  top: calc(50% - 6px);
 }
 .l-point-flow-box figure p:after {
  right: -14px;
 }
 .l-point-flow-box:nth-child(4) figure p:after {
  display: block;
 }
 .l-point-flow-box:last-child figure p:after {
  display: none !important;
 }
 .l-point-flow-box figure p:before {
  left: -14px;
 }
 .l-point-flow-box:nth-child(5) figure p:before {
  display: none;
 }

 .l-point-flow-box figure p img {
  border: 2px solid #cb9e68;
 }

 .l-point-flow-box figcaption {
  font-size: 1.4rem;
  text-align: left;
 }

 .l-point-flow-box figcaption span {
  vertical-align: top;
 }

 .l-point-flowVideo {
  margin-top: 40px;
 }

 .l-point-flowVideo iframe {
  height: 100%;
  width: 100%;
 }

 .l-point-flowVideo-text {
  font-size: 1.3rem;
  line-height: 1.3;
 }



/* ----------------------------------------------------------------------
 * ORIGINAL
 * ---------------------------------------------------------------------- */
 .l-original {
  margin-left: -25px;
  margin-right: -25px;
  padding: 80px 0;
 }

 .l-original-block-inner {
  padding: 0 25px;
 }

 .l-original-copy {
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  padding: 20px 25px;
 }

 .l-original-copy b {
  font-size: 2.8rem;
 }

 .l-original-list {
  margin: 0 -10px;
 }

 .l-original-list figure {
  width: 50%;
  padding: 30px 10px 0;
 }

 .l-original-list figure .e-img {
  padding: 0;
 }

 .l-original-list figcaption span {
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
 }

 .l-original-video {
  margin: 0;
 }

 .l-original-video figure {
  display: block;
  width: 100%;
  padding: 30px 0 0;
 }

 .l-original-video iframe {
  height: 100%;
  width: 100%;
 }

 .l-original-video figcaption {
  font-size: 1.3rem;
  line-height: 1.3;
 }



/* ----------------------------------------------------------------------
 * CASE
 * ---------------------------------------------------------------------- */
 .l-case {
  background-position: top center;
  background-size: 100% auto;
  margin: 0;
  padding: 80px 0;
 }

 .l-case-note {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
 }

 .l-case-block {
  margin: 20px auto 10px;
 }


/* ----------------------------------------------------------------------
 * PRICE
 * ---------------------------------------------------------------------- */
 .l-price {
  background-position: top 55px center;
  background-size: 85% auto;
 }

 .l-price-items {
  margin: 30px 0;
 }

 .l-price-item {
  display: block;
  width: 100%;
  padding: 20px 0 0;
 }

 .l-price-item:first-child {
  padding-top: 0;
 }

 .l-price-item-inner {
  border-radius: 5px;
 }

 .l-price-item h3 {
  font-size: 1.6rem;
  line-height: 1.2;
  height: auto;
  padding: 20px 10px;
 }
 
 .l-price-item .e-price {
  padding: 15px;
 }

 .l-price-item .e-price b {
  margin-left: 0.8em;
 }

 .l-price-item .e-price b span {
  font-size: 3.2rem;
 }

 .l-price-item .e-data {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0 20px 30px;
 }

 .l-price-item .e-data b {
  font-size: 1.3rem;
 }


 /*is-service*/
 .is-service.l-price-item h3 {
  font-size: 1.6rem;
 }

 .is-service.l-price-item h3 span {
  background-size: 21px auto;
  padding-left: 31px; 
 }

 .is-service.l-price-item .e-data ul {
  background-position: right 10px bottom;
  font-size: 1.6rem;
  line-height: 1.5;
 }

 .is-service.l-price-item .e-data ul li {
  background-size: 16px auto;
  padding-left: 26px; 
 }

 .is-service.l-price-item .e-data .e-memo {
  font-size: 1.5rem;
  line-height: 1.3;
 }



/* ----------------------------------------------------------------------
 * PRICE
 * ---------------------------------------------------------------------- */
 .l-coment {
  padding: 25px;
 }
 
 .l-coment-inner {
  padding: 20px 15px 0;
 }

 .l-coment-img {
  width: 40%;
  position: relative;
  right: 0;
  bottom: 0;
  top: 25px;
  margin: -25px auto 0;
 }

 .l-coment-text {
  font-size: 1.7rem;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 0;
 }



/* ----------------------------------------------------------------------
 * OTHER
 * ---------------------------------------------------------------------- */
 .l-other-block {
   margin-top: 60px
 }

 .l-other-head {
  font-size: 2.0rem;
  left: 15px;
  margin-bottom: 40px;
  padding-left: 20px;
 }

 .l-other-head:before {
  width: 40px;
  left: -40px;
 }

 .l-other-menu {
  font-size: 1.3rem;
  border-spacing: 20px 0;
  width: calc(100% + 40px);
  margin: 0 -20px;
 }

 .l-other-menu.is-fotter {
  margin-top: 40px;
 }

 .l-other-menu li {
  background-position: center left 15px;
  background-size: 12px auto;
 }
 
 .l-other-menu li .e-link {
  line-height: 50px;
  padding-left: 12px;
 }
 
 /*VOICE*/
 .l-voice-items {
  margin: 0;
 }

 .l-voice-item {
  display: block;
  width: 100%;
  padding: 0 0 30px;
 }

 .l-voice-item .e-number {
  font-size: 3.0rem;
  padding: 30px 20px 10px;
 }

 .l-voice-item .e-number span {
  height: 24px;
 }

 .l-voice-item .e-number span:before {
  height: 24px;
  width: 104px;
 }

 .l-voice-item .e-text {
  font-size: 1.5rem;
  line-height: 2.5;
  padding: 0 20px 5px;
  background: url(../img/voice-bg-line@media.png) repeat-y top / 100% auto;
 }


 /*FAQ*/
 .l-other-head + .l-faq-block {
  margin-top: 20px;
 }
 .l-faq-block {
  margin-top: 100px;
 }

 .l-faq-block {
  margin-top: 60px;
 }

 .l-faq-title {
  border-left: 5px solid #427abe;
  font-size: 1.6rem;
  padding: 0.5em 0 0.5em 20px;
  margin-bottom: 10px;
 }

 .l-faq-qa .e-title {
  font-size: 1.5rem;
  padding: 30px 0;
 }

 .l-faq-qa .e-title p {
  padding-left: 50px;
  padding-right: 25px;
 }

 .l-faq-qa .e-title p:before {
  font-size: 1.7rem;
  line-height: 33px;
  height: 35px;
  width: 35px;
 }

 .l-faq-qa .e-title span:before {
  width: 15px;
 }

 .l-faq-qa .e-title span:after {
  width: 15px;
 }

 .l-faq-qa .e-content {
  font-size: 1.3rem;
  line-height: 1.8;
  padding: 30px;
  width: calc(100% + 50px);
  margin: -1px -25px 0;
 }
 
 .l-faq-qa .e-content p {
  padding-left: 50px;
 }

 .l-faq-qa .e-content p:before {
  font-size: 1.7rem;
  line-height: 33px;
  height: 35px;
  width: 35px;
 }



/* ----------------------------------------------------------------------
 * SEARCH
 * ---------------------------------------------------------------------- */
 .l-search {
  background-image: url(../img/search-bg@media.jpg);
 }

 .l-search-title {
  font-size: 2.2rem;
  margin-bottom: 10px;
 }
 
 .l-search-lead {
  text-align: left;
 }

 .l-search-button {
  font-size: 1.4rem;
  line-height: 50px;
  width: 80%;
  margin-bottom: 20px;
 }

 .l-search-button span:before {
  height: 16px;
  width: 13px;
 }
	
	
	
/* ------------------------------------------------------------------------------------------------
 * SEARCH
 * ------------------------------------------------------------------------------------------------ */
 .g-header-search-btn {
  font-size: 1.0rem;
  letter-spacing: 0.1em;
  line-height: 1;
  height: 60px;
  width: 60px;
 }
 
 .is-search-open .g-header-search-btn {
  display: table;
 }
 
 .g-header-search-btn p {
  display: table-cell;
  vertical-align: middle;
 }
 
 .g-header-search-btn p span {
  padding-left: 0;
 }
 
 .g-header-search-btn p span:before {
  display: block;
  position: relative;
  top: 0;
  margin: 0 auto 0.5em;
 }
 
 .is-search-open .g-header-search-btn p span:before {
  height: 25px;
  width: 22px;
  top: 0;
 }
 
 .is-search-open .g-header-search {
  overflow-y: auto;
 }
 
 .g-header-search-inner {
  padding: 100px 25px;
 }

 .g-header-search-title {
  font-size: 2.2rem;
 }

 .g-header-search-text {
  text-align: left;
 }
 
 .g-header-search-item {
  width: calc(100% / 3);
  padding-bottom: 50px;
 }
 
 .g-header-search-item .e-child p {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-bottom: 0.5em;
 }

	
	
/* ------------------------------------------------------------------------------------------------
 * Footer
 * ------------------------------------------------------------------------------------------------ */
 .is-about.is-umofuton_reform .g-footer-logo {
   min-height: 0;
   background: #fff;
  }

 .is-about.is-umofuton_reform .g-footer-logo .e-logo {
  position: relative;
		top: auto;
		left: auto;
		transform: none;
	}
 


/* ------------------------------------------------------------------------------------------------
 * MODAL 
 * ------------------------------------------------------------------------------------------------ */
 #modal-main {
  width: 90%;
  max-height: 90%;
 }

 .modal-main-inner {
  padding: 50px 20px;
 }

 .modal-main-inner:after {
  height: 40px;
  width: 40px;
  right: 10px;
  top: 10px;
 }

 #modal-main h2 {
  font-size: 2.0rem;
  margin-bottom: 20px;
 }

 #modal-main figure p {
  width: 80%;
  margin: 15px auto 0;
 }

 #modal-main figure figcaption {
  font-size: 1.4rem;
  line-height: 1.5;
  float: none;
  width: 100%;
  padding-left: 0;
 }
	
	
	
	.u-checkTitle {
		margin-top: 60px;
	}
	
	.u-checkTitle__icon img {
		max-width: 195px;
	}
	
	.c-prologue__message {
		padding: 40% 0 0;
	}
	
	.c-prologue__message em {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	
	.c-prologue__message em i {
		display: block;
	}
	
	.c-prologue__message em:nth-child(1) {
		text-indent: -5.5em;
		margin-top: -1.5em;
	}
	
	.c-prologue__message em:nth-child(1):after {
		width: 90px;
	}
	
	.c-prologue__message em:nth-child(2) {
		text-indent: 0;
	}
	
	.c-prologue__message em:nth-child(2) i {
		padding: 0 0 0 2em;
	}
	
	.c-prologue__image {
		display: block;
	}
	
	.c-prologue__title {
		width: 34.65%;
		padding: 31.25% 0 0;
	}
	
	.c-prologue__title b {
		font-size: 3.35vw;
	}
	
	.c-prologue__title em {
		font-size: 7.25vw;
		margin: 0;
	}
	
	.c-prologue__title small {
		font-size: 4.2vw;
	}
	
	.c-pointCorner {
		margin: 60px 0 0;
	}
	
	.c-pointCorner__title {
		display: block;
	}
	
	.c-pointCorner__title span {
		display: block;
	}
	
	.c-pointCorner__title em {
		font-size: 2.8rem;
		line-height: 1.35;
		letter-spacing: 0;
		margin: 15px 0 0;
		padding: 0;
	}
	
	.c-pointCorner__title a {
		width: 50%;
		margin: 15px 0 0;
		display: block;
	}
	
	.c-pointCorner__imageItems {
		margin: 30px 0;
	}
	
	.c-pointCorner__imageItem {
		overflow: hidden;
		position: relative;
		padding: 40% 0 0;
	}
	
	.c-pointCorner__imageItem img {
		width: auto;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	.c-pointCorner__imageItem:nth-child(3) img {
		left: 0;
		transform: translate(0,-50%);
	}
	
	.c-pointCorner--1 .c-pointCorner__text {
		font-size: 1.6rem;
	}
	
	.c-aboutSleepMaster__title {
		padding: 20px;
	}
	
	.c-aboutSleepMaster__title em {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	
	.c-aboutSleepMaster__title.is-open:after {
		width: calc(100% - 40px);
	}
	
	.c-aboutSleepMaster__title i {
		width: 25px;
		height: 25px;
		top: 10px;
		right: 10px;
		transform: none;
	}
	
	.c-aboutSleepMaster__title i:before,
	.c-aboutSleepMaster__title i:after {
		height: 2px;
	}
	
	.c-aboutSleepMaster__title i:before {
		margin-top: -3px;
	}
	
	.c-aboutSleepMaster__title i:after {
		margin-top: 3px;
	}
	
	.c-aboutSleepMaster__innerBox {
		padding: 15px 20px 20px;
	}
	
	.c-aboutSleepMaster__inner span {
		font-size: 1.3rem;
		line-height: 1.75;
	}
	
	.c-aboutSleepMaster__inner figure {
		width: 100%;
		padding: 15px 35px 0;
		float: none;
	}
	
	.c-aboutSleepMaster__inner figcaption {
		font-size: 1.1rem;
		margin: .75em 0 0;
	}
	
	.c-masterTips__inner {
		padding: 20px 20px 20px;
	}
	
	.c-masterTips__title {
		text-align: center;
		padding: 0;
	}
	
	.c-masterTips__title figure {
		width: 95px;
		display: inline-block;
		position: relative;
		top: auto;
		left: auto;
	}
	
	.c-masterTips__title h3 {
		text-align: center;
		margin: 15px 0 0;
	}
	
	.c-masterTips__title em {
		display: block;
	}
	
	.c-masterTips__title em:nth-child(1) {
		margin: 0 auto;
	}
	
	.c-masterTips__title em:nth-child(2) {
		width: 80%;
		margin: 10px auto 0;
	}
	
	.c-masterTips__innerBox {
		margin: 20px 0 0;
	}
	
	.c-masterTips--1 .c-masterTips__innerBox {
		display: block;
	}
	
	.c-masterTips--1 .c-masterTips__innerBox p {
		width: 100%;
	}
	
	.c-masterTips--1 .c-masterTips__innerBox figure {
		width: 100%;
		padding: 10px 20px 0;
	}
	
	.c-actionButton {
		margin: 60px 0 0;
		padding: 30px 0 20px;
	}
	
	.c-actionButton__text {
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0;
	}
	
	.c-actionButton__text b {
		padding: 0 .5em;
		transform: none;
	}
	
	.c-actionButton__button {
		font-size: 1.6rem;
		letter-spacing: 0;
		margin: 5px 0 0;
	}
	
	.c-actionButton__button a {
		width: 100%;
		min-width: 0;
		padding: 20px 20px 20px 0;
	}
	
	.c-actionButton__button a em:before {
		width: 25px;
		height: 25px;
		top: auto;
		left: auto;
		transform: translate(-140%,-25%);
	}
	
	.c-prevention {
		padding: 30px 0 20px;
	}
	
	.c-prevention__text {
		font-size: 1.3rem;
		line-height: 1.5;
		letter-spacing: 0;
	}
	
	.c-prevention__items {
		margin: 15px 0 0;
		padding: 0;
	}
	
	.c-prevention__item {
		text-align: center;
		display: block;
	}
	
	.c-prevention__item figure {
		width: 60px;
		margin: 0 auto;
	}
	
	.c-prevention__item em {
		font-size: 1.6rem;
		line-height: 1.35;
		margin: 5px 0 0;
		padding: 0;
	}
	
	.c-pointCorner--2 .c-pointCorner__inner {
		display: block;
	}
	
	.c-pointCorner--2 .c-pointCorner__inner figure {
		width: calc(100% + 50px);
		margin: 0 -25px;
		padding: 0;
	}
	
	.c-pointCorner--2 .c-pointCorner__inner p {
		font-size: 1.6rem;
		width: 100%;
		margin: 25px 0 0;
	}
	
	.c-flowCorner__inner {
		margin: 30px 0 0;
		display: block;
	}
	
	.c-flowCorner__image {
		width: 100%;
		padding: 0;
	}
	
	.c-flowCorner__text {
		font-size: 1.5rem;
		line-height: 1.75;
		width: 100%;
		margin: 15px 0 0;
		padding: 0;
	}
	
	.c-stepCorner {
		margin-top: 30px;
	}
	
	.c-stepCorner__inner {
		overflow: visible;
	}
	
	.c-stepCorner__items {
		margin: 10px -10px 0;
		justify-content: flex-start;
	}
	
	.c-stepCorner__item {
		width: calc(100% / 2);
		padding: 0 10px;
	}
	
	.c-stepCorner__item:before {
		border-width: 10px 0 10px 10px;
		top: 15%;
		left: auto;
		right: -5px;
	}
	
	.c-stepCorner__item:after {
		font-size: 1.75rem;
		width: 35px;
		height: 35px;
		padding: .35em 0 0;
		left: 0;
	}
	
	.c-stepCorner__item:first-child:before {
		display: block;
	}
	
	.c-stepCorner__item:last-child:before {
		display: none;
	}
	
	.c-stepCorner__title {
		font-size: 1.5rem;
		padding: 15px 0 10px;
	}
	
	.c-stepCorner__text {
		font-size: 1.3rem;
	}
	
	.c-movieCorner {
		margin: 30px 0 0;
		padding: 30px 0 30px;
	}
	
	.c-movieCorner__title img {
		max-width: 290px;
	}
	
	.c-movieCornerPlayer {
		margin-top: 15px;
	}
	
	.c-aftercare {
		margin: 50px 0 0;
	}
	
	.c-aftercare__inner {
		margin: 0 -25px;
	}
	
	.c-aftercare__title {
		display: block;
	}
	
	.c-aftercare__text {
		width: 100%;
		padding: 40px 25px;
	}
	
	.c-aftercare__titleImage {
		width: 100%;
	}
	
	.c-aftercare__text h2 {
		font-size: 2.8rem;
		line-height: 1.45;
	}
	
	.c-aftercare__titleImage {
		padding: 0 25px;
	}
	
	.c-aftercare__box {
		margin: 25px 25px 0;
		padding: 30px 0 0;
		border-top: none;
	}
	
	.c-aftercare__box h3 {
		font-size: 2.4rem;
		line-height: 1.5;
	}
	
	.c-aftercare__boxInner {
		display: block;
	}
	
	.c-aftercare__boxChild {
		width: 100%;
		margin: 20px 0 0;
		padding: 10px 20px 20px 20px;
	}
	
	.c-aftercare__boxChild h4 i {
		font-size: 2.6rem;
		padding: .25em 0 0;
		top: 10px;
		transform: none;
	}
	
	.c-aftercare__boxChild h4 em {
		padding: 18px 0 0 50px;
	}
	
	.c-aftercare__boxChild p {
		line-height: 1.5;
		margin: 15px 0 0;
	}
	
	.c-aftercare__boxChild--1 {
		background-position: right -5% bottom 200%;
	}
	
	.c-aftercare__boxChild--2 {
		background-position: right -5% bottom 0;
	}
	
	.c-aftercare__boxChild--3 {
		background-position: right -5% bottom 200%;
	}
	
	.c-aftercare__boxChild--4 {
		background-position: right -5% bottom -90%;
	}
	
	.c-aftercare_note li {
		line-height: 1.35;
		text-indent: -2.25em;
		padding: 0 0 0 2.25em;
	}
	
	.c-masterTips--2 .c-masterTips__text {
		margin-top: 20px;
	}
	
	.c-masterTipsDetail p {
		line-height: 1.5;
		margin-top: 15px;
	}
	
	.c-masterTipsDetail figure {
		margin-top: 20px;
	}
	
	.c-userVoice__title img {
		max-width: 240px;
	}
	
	.c-userVoice__text {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	
	.c-userVoice__data {
		margin-top: 30px;
		display: block;
	}
	
	.c-userVoice__data figure:nth-child(1) {
		width: 100%;
		padding: 0 10% 0 7%;
	}
	
	.c-userVoice__data figure:nth-child(2) {
		width: 100%;
		margin-top: 30px;
		padding: 0 20% 0 1%;
	}
	
	.l-faq__year {
		padding-left: 50px;
	}
	
	.l-faq__yearItem {
		width: calc((100% / 2) - 6px);
		margin: 3px;
		padding: 40% 0 0;
	}
	
	.c-lineup {
		padding-bottom: 60px;
	}
	
	.c-lineup__list {
		padding: 0 20px;
		display: block;
	}
	
	.c-lineup__title {
		padding: 80px 0 0;
	}
	
	.c-lineup__title h2 img {
		max-width: 200px;
	}
	
	.c-lineup__title:after {
		font-size: 25vw;
		top: calc(50% - 75px);
	}
	
	.c-lineup__title h3 {
		margin: 40px 0 0;
	}
	
	.c-lineup__title p {
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 0;
	}
	
	.c-lineup__title p small {
		font-size: 1rem;
	}
	
	.c-lineup__inner {
		margin: 30px 0 0;
	}
	
	.c-lineup__inner h3 {
		font-size: 1.8rem;
	}
	
	.c-lineup__list h4 {
		font-size: 1.6rem;
		margin-top: 60px;
	}
	
	.c-lineup__list h4.marginNone {
		margin-top: 30px;
	}
	
	.c-lineup__items {
		width: 100%;
		margin: 20px 0 0;
	}
	
	.c-lineup__items--3 .c-lineup__item,
	.c-lineup__items--2 .c-lineup__item {
		width: 100%;
	}
	
	.c-lineup__item figure img {
		max-width: 150px;
	}
	
	.c-lineup__item h5 {
		font-size: 1.6rem;
		margin: 15px 0 0;
	}
	
	.c-lineup__item p {
		font-size: 1.3rem;
		margin: 10px 0 0;
	}
	
	.c-lineup__planBCorner {
		padding: 0 20px;
	}
	
	.c-lineup__planBCorner h4 {
		line-height: 1.5;
	}
	
	.c-lineup__planBCorner h4 em {
		font-size: 1.3rem;
		transform: translate(.5em,-.1em);
	}
	
	.c-lineup__planBCornerInner {
		display: block;
	}
	
	.c-lineup__planBCornerInner > div:nth-child(1) {
		width: 100%;
		padding: 0;
	}
	
	.c-lineup__planBCornerInner > div:nth-child(2) {
		width: calc(100% + 20px);
		margin: 20px -10px 0;
		padding: 0;
		display: flex;
	}
	
	.c-lineup__planBCornerInner > div:nth-child(2) > div {
		width: 50%;
		padding: 0 10px;
		display: block;
	}
	
	.c-lineup__planBCornerInner > div:nth-child(2) > div figure {
		width: 100%;
	}
	
	.c-lineup__planBCornerInner > div:nth-child(2) > div figure img {
		width: 100%;
	}
	
	.c-lineup__planBCornerInner > div:nth-child(2) > div p {
		font-size: 1.3rem;
		line-height: 1.5;
		width: 100%;
		padding: 10px 0 0;
	}
	
	.c-lineup__planBCorner--seiatsuInner {
		display: block;
	}
	
	.c-lineup__planBCorner--seiatsuInner figure {
		width: 100%;
		padding: 0 20px;
	}
	
	.c-lineup__planBCorner--seiatsuInnerA p {
		font-size: 1.4rem;
		text-align: center;
		width: 100%;
		margin: 15px 0 0;
		padding: 0;
	}
	
	.c-lineup__planBCorner--seiatsuInnerB figure {
		width: calc(100% + 40px);
		margin: 0 -20px;
		padding: 0 !important;
	}
	
	.c-lineup__planBCorner--seiatsuInnerB p {
		width: 100%;
		margin: 20px 0 0;
	}
	
	.c-lineup__planBCorner--newmineInner {
		display: block;
	}
	
	.c-lineup__planBCorner--newmineInner figure {
		width: 100%;
	}
	
	.c-lineup__planBCorner--newmineInner figure img {
		width: 100%;
	}
	
	.c-lineup__planBCorner--newmineInnerA p {
		font-size: 1.4rem;
		text-align: center;
		width: 100%;
		margin: 15px 0 0;
		padding: 0;
	}
	
	.c-lineup__planBCorner--newmineInnerB figure {
		width: calc(100% + 40px);
		margin: 0 -20px;
		padding: 0 !important;
	}
	
	.c-masterTipsIllustrate {
		margin-bottom: 0px;
	}
	
	.c-masterTipsIllustrate__main {
		margin: 10px -55px !important;
		box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
	}
	
	.c-masterTipsIllustrate__point {
		display: block;
	}
	
	.c-masterTipsIllustrate__pointImage {
		width: 100%;
		padding: 0;
	}
	
	.c-masterTipsIllustrate__pointText {
		width: 100%;
		padding: 10px;
	}
	
	.c-masterTipsIllustrate__pointText img {
		width: 100%;
	}
	
	.c-lineup__note {
		font-size: 1.1rem;
	}
	
	.c-actionButton__buttonShop a {
		width: 100%;
		min-width: 0;
	}
	
	.c-actionButton__buttonShop a em {
		font-size: 1.8rem;
		line-height: 1.35;
	}
	
	.c-shoplpHeader__tel {
		font-size: 1.4rem;
		right: 10px;
	}
	
	.c-shoplpHeader__tel:before {
		display: none;
	}
	
	.c-shoplpHeader__tel a {
		text-indent: -9999px;
		width: 42px;
		height: 42px;
		display: inline-block;
		border-radius: 3px;
		background: #c4aa65 url("/contents/nishikawa-chain/shops/icon-tel.png") no-repeat center / 70% auto;
		overflow: hidden;
	}
	
	.c-shoplpFooter {
		text-align: center;
		padding: 0 0 30px;
		display: block;
	}
	
	.c-shoplpHeader__name {
		font-size: 1.8rem;
		letter-spacing: 0;
		padding: 0 60px 0 10px;
		top: calc(50% + .1em);
	}
	
	.c-shoplpHeader__name small {
		font-size: 1rem;
		letter-spacing: 0;
		margin-top: .4em;
	}
	
	.c-shoplpFooter .c-shoplpHeader__name {
		font-size: 2.4rem;
		max-width: none;
		padding: 0 20px;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}
	
	.c-shoplpFooter .c-shoplpHeader__name small {
		font-size: 1.4rem;
		margin-top: .5em;
	}
	
	.c-shoplpFooter .c-shoplpHeader__tel {
		font-size: 2.6rem;
		margin: 15px 0 0;
		position: relative;
		top: auto;
		right: auto;
		transform: none;
	}
	
	.c-shoplpFooter .c-shoplpHeader__tel a {
		line-height: 1;
		text-indent: 0;
		width: auto;
		height: auto;
		padding-left: 1.5em;
		background: none;
		overflow: visible;
		position: relative;
	}
	
	.c-shoplpFooter .c-shoplpHeader__tel a:before {
		content: '';
		width: 1.25em;
		height: 1.25em;
		display: inline-block;
		border-radius: 3px;
		background: #c4aa65 url("/contents/nishikawa-chain/shops/icon-tel.png") no-repeat center / 65% auto;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0,-50%);
	}
	
	.c-actionButton__buttonShopTel {
		font-size: 3rem;
	}
	
	.c-actionButton__buttonShopTel a:before {
		font-size: 1.6rem;
		margin: 0 0 5px;
		display: block;
		text-align: center;
	}
	
	/* 2022.03 */
	.l-relationEntry {
		margin: 60px 0 -20px;
		padding: 0 25px;
		position: relative;
	}
	
	
	/* ----------------------------------------------------------------------
	 * VOICE
	 * ---------------------------------------------------------------------- */
	.l-voice-page {
		margin-bottom: 30px;
	}
	
	.l-voice-page .l-kv {
		background-size: 100% auto;
		background-position: bottom left;
		background-image: url("/contents/nishikawa-chain/about/specialty002/voice/kv-01@mobile.jpg");
	}
	
	.l-voice-page .u-content {
		padding-top: 80px;
	}
	
	.l-voice-page-corner {
		margin-top: 20px;
		display: block;
	}
	
	.l-voice-page-corner > *:nth-child(1) {
		width: 100%;
	}
	
	.l-voice-page-corner > *:nth-child(2) {
		width: 100%;
	}
	
	.l-voice-page-corner p {
		font-size: 1.5rem;
		padding-right: 0;
	}
	
	.l-voice-page-corner--reverse p {
		padding-left: 0;
	}
	
	.l-voice-page-corner p:not(:first-child) {
		margin-top: 1.25em;
	}
	
	.l-voice-page-corner figure {
		margin: 2em 0 0;
	}
	
	.l-entry-body--large-image {
		margin-right: -25px;
		margin-left: -25px;
	}
	
	/* 扉ページ */
	.l-voice-banner span {
		width: calc(100% - 30px);
		padding: 1em 0;
	}
	
	.l-voice-banner span:before {
		width: 20px;
		height: 20px;
	}
	
	.l-voice-banner em {
		font-size: 1.4rem;
	}
	
	
	
	
	
	
	
	
}

@media screen and (max-width:666px) {
 .l-voice-item-inner {
  background: url(../img/voice-bg-fotter@media.png) no-repeat bottom center / contain;
  padding-bottom: 85px;
 }
} /* END RESPONSIVE 666px */





/* ----------------------------------------------------------------------
 * NEWS
 * ---------------------------------------------------------------------- */

@media screen and (max-width:767px) {
 .newsSec {
  margin-top: 30px;
  font-size: 1.3rem;
 }

 .newsSec__inner {
  padding: 20px;
 }
}