@charset "utf-8";

html, body, div, span, applet, object, iframe, input, textarea,
h1, h2, h3, h4, h5, h6, p, figure, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
	font-family: 'Noto Sans JP', sans-serif !important;
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.items-center {
	align-items: center;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.m-auto {
    margin: auto;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-4 {
	margin-top: 16px;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-10 {
	margin-top: 2.5rem;
}

/*device setting*/
.spNon { display: block;}
.pcNon { display: none;}

/*parts setting*/
.bread,
.bread a,
p.pagetop a{
    color: #fff !important;
}
p.ex {
	color: #fff;
}
#wrapper {
	background: url(../img/bg_wrapper.gif) repeat-x;
	/* IE6-9 */
	zoom: 1;
}

#cp {
	background: url(../../common/img/cmn_bg03.jpg) #e7f9fe center -50px no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
}

/* tubokoripatch */
#salonpas-tubokoripatch #contents {
	padding-top: 0;
	background: none;
}
ul.bread {
	padding-top: 15px;
}
ul.bread li {
	color: #fff;
}
ul.bread li a {
	color: #fff !important;
}
.main {
	position: relative;
	background: url(../img/tubokoripatch_main_bg.jpg) center top no-repeat;
}
.main .mv_area img {
	margin: 0 auto;
}
.main .mv_area {
	position: relative;
	z-index: 0;
}
.main .mv_area .btn {
	z-index: 1001;
	position: absolute;
	left: 770px;
	right: 0;
	bottom: 45px;
	width: 182px;
	margin: auto;
}
.content_inr {
	position: relative;
	margin-bottom: -80px;
	padding-bottom: 120px;
	background: url(../img/tubokoripatch_cont_bg.png) no-repeat;
	background-size: cover;
}
.content_inr .sub_area {
	padding-top: 88px;
}
.content_inr .sub_area .ttl img {
	margin: 0 auto;
}
.content_inr .sub_area .wrap {
	max-width: 960px;
	margin: 38px auto 0;
	padding: 60px 30px;
	background-color: #fff;
	box-sizing: border-box;
}
.content_inr .sub_area .wrap.feature img {
	margin: 0 auto;
}
.content_inr .sub_area .wrap.howto {
	padding-bottom: 80px;
}
.content_inr .sub_area .wrap.howto img {
	margin: 0 auto;
}
.content_inr .movie_area {
	max-width: 780px;
	width: 90%;
	margin: 110px auto 50px;
}
.content_inr .movie_area .movie_ttl {
	margin-bottom: 15px;
}
.content_inr .movie_area .movie {
	text-align: center;
}
#salonpas-tubokoripatch #contents .pagetop {
	position: relative;
}

.salonpas-new {
	background: linear-gradient(#012AB1, #0637D9, #011867, #011559);
	padding-bottom: 630px;
	text-align: right;
}

.salonpas-new-wrapper {
	margin-top: 60px;
	margin-right: 110px;
}

.product-btn {
	width: 151px;
}

.salonpas-wrapper {
	margin-top: 136px;
	margin-left: 110px;
}

.salonpas {
	background: linear-gradient(#070D9D, #1F29CB, #010834);
}

.salonpas-online-wrapper {
	position: absolute;
	bottom: 60px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.harikata-tabs {
	background: linear-gradient(#FFFFFF, #D9D8FF, #B5B2FF);
}

.salonpas64 {
	width: 302px;
}

.salonpas160 {
	width: 333px;
}

.hisamitsu-online-btn {
	width: 830px;
	margin-top: 50px;
}

.harikata-example {
	width: 100%;
	max-width: 960px;
	margin: auto;
	padding-bottom: 60px;
	background-color: white;
}

.harikata-example-wrapper {
	width: 842px;
	margin: auto;
	padding: 40px 0;
	border-radius: 1.25rem;
	background: radial-gradient(#FFFFFF, #EBEAFD, #E6E5FD);
}

.harikata-example-title {
	display: inline-block !important;
	width: 100%;
	max-width: 282px;
}

.harikata-example-subtitle {
	margin-top: 16px !important;
	display: inline-block !important;
	width: 391px;
}

.tabs {
	overflow: hidden;
	margin-top: 1rem;
	margin-bottom: 45px;
	text-align: center;
}

.tabs button {
	background-color: #D3BCFD;
	border: none;
	cursor: pointer;
	transition: 0.3s;
	font-size: 17px;
	font-weight: 500;
	width: 140px;
	height: 52px;
	border-radius: 30px;
	color: black;
}

.tabs button:not(:last-child) {
	margin-right: 1rem;
}

.tabs button:hover {
	background-color: #ddd;
}

.tabs button.active {
	color: white;
	background-color: #8028E6;
}

.tab-content {
	display: none;
	text-align: center;
}

.neck-icon {
	position: absolute;
	width: 252px;
	top: -60px;
	left: -200px;
}

.hito-1 {
	display: inline-block !important;
	width: 380px;
}

.neck-wrapper {
	display: inline-block;
	margin: auto;
	position: relative;
	margin-top: 60px;
}

.howto_img {
	width: 862px;
}

.ads {
	width: 100%;
}

.hisamitsu_reason {
	width: 925px;
}

.main-visual {
	max-width: 100%;
}

.w-full {
	max-width: 100%;
}

.salonpas64-btn {
	top: 1rem;
	right: calc(50% + 185px);
}

.salonpas160-btn {
	top: 1rem;
	left: calc(50% + 200px);
}