@charset "utf-8";

/* reset */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-weight: bold;
}

em {
    font-style: normal !important;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

address {
    font-style: normal;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/* base */
img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    height: auto;
}

/* swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* leyout */
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    background-color: #ccc;
}

.header,
.footer {
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    position: sticky;
    top: 0;
    z-index: 99999;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.main {
    width: min(100%, 750px);
    padding: 0;
    margin: 0 auto;
    background-color: #fff;
}

/* header */
.header_inner {
    width: min(100%, 750px);
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30%;
}

.header_shipping {
    width: 24%
}

/* main */
.collabo {
    background-color: #f9feff;
    padding: min(10vw, 80px) min(4vw, 32px) min(12vw, 96px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: min(6vw, 48px);
}

.disorder {
    position: relative;
    padding: 0 0 min(5vw, 40px);
    margin: max(-7vw, -56px) auto 0;
    box-sizing: border-box;
}

.disorder_exp {
    position: relative;
    z-index: 2;
    width: 93%;
    aspect-ratio: 692/696;
    margin: max(-18vw, -134px) auto 0;
    padding: 5% 3% 10%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    background: url(image/disorder_bg.png) no-repeat center bottom;
    background-size: cover;
}

.disorder_img01 img {
    width: 90%;
    margin: 0 0 0 auto;
}

.fit {
    padding: 0 0 min(12vw, 96px);
    box-sizing: border-box;
}

.stretch_bg {
    padding: min(6vw, 48px) min(6vw, 48px) min(12vw, 96px);
    box-sizing: border-box;
    background: url(image/stretch_bg.png) no-repeat center top;
    background-size: cover;
}

.stretch_ttl {
    margin: min(6vw, 48px) auto;
}

.video {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.fit_ttl,
.compare_ttl {
    width: 90%;
    margin: 0 auto;
}

.compare {
    padding: min(10vw, 80px) min(4vw, 32px) min(12vw, 96px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: min(6vw, 48px);
}

.point {
    padding: min(10vw, 80px) 0 min(12vw, 96px);
    box-sizing: border-box;
    background-color: #f9feff;
}

.point_ttl {
    width: 80%;
    margin: min(6vw, 48px) auto min(10vw, 80px);
}

.point_list {
    display: flex;
    flex-direction: column;
    gap: min(10vw, 80px);
}

.point_list li {
    position: relative;
}

.point_list li h3 {
    position: relative;
    width: 85%;
    z-index: 2;
}

.point_right,
.point_right img {
    margin: 0 auto 0 0;
}

.point_left,
.point_left img {
    margin: 0 0 0 auto;
}

.point01_conts01 {
    margin: max(-40vw, -250px) auto 0;
}

.point02_conts01 {
    margin: max(-8vw, -60px) auto 0;
}

.point02_conts02 {
    margin: min(5vw, 40px) auto 0;
}

.point02_conts03 {
    margin: max(-20vw, -120px) auto max(-32vw, -160px);
}

.point03_conts01 {
    margin: max(-15vw, -118px) auto 0;
}

.point04_ttl {
    margin: max(-8vw, -60px) auto 0 0;
}

.point04_conts01 {
    margin: max(-13vw, -98px) auto 0;
}

.recommend {
    padding: min(10vw, 80px) 0 min(16vw, 180px);
    box-sizing: border-box;
    background: url(image/recommend_bg.png) repeat center top;
}

.recommend_ttl {
    width: 80%;
    margin: 0 auto 10%;
}

.developer {
    position: relative;
    padding: min(10vw, 80px) min(4vw, 32px) min(12vw, 96px);
    box-sizing: border-box;
    background-color: #aad9ea;
    z-index: 1;
}

.developer::before,
.developer::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 75/4;
    border-radius: 50% 50% 0 0;
    background: url(image/developer_bg.png) no-repeat center center;
    background-size: cover;
    z-index: 0;
}

.developer::before {
    top: 1px;
    left: 50%;
    transform: translate(-50%, -100%);
}

.developer::after {
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 100%) scaleY(-1);
}

.developer_ttl {
    width: 80%;
    margin: 0 auto min(10vw, 80px);
}

.developer_conts {
    display: flex;
    flex-direction: column;
    gap: min(10vw, 80px);
}

.useful {
    padding: 0 0 min(12vw, 96px);
    box-sizing: border-box;
    background-color: #f9feff;
}

.useful_ttl {
    margin: 40px 0 30px;
}

.purchase {
    padding: min(10vw, 80px) min(4vw, 32px) min(12vw, 96px);
    box-sizing: border-box;
    background-color: #fefff9;
}

.refund {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.cta {
    display: flex;
    flex-direction: column;
    gap: min(3vw, 24px);
    width: 96%;
    margin: min(8vw, 64px) auto 0;
    padding: min(5vw, 40px) min(4vw, 32px);
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.10);
}

.purchase_conts {
    display: flex;
    gap: min(4vw, 32px);
    justify-content: space-between;
    ;
    align-items: center;
}

.purchase_conts>img {
    width: calc(50% - min(2vw, 16px));
    height: auto;
}

.purchase_btn {
    display: block;
    align-items: center;
    gap: 8px;
    background: linear-gradient(180deg, #02bc07 0%, #029c07 100%);
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(2, 188, 7, 0.18);
    width: 80%;
    padding: min(2vw, 16px) 32px min(2vw, 16px) 24px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
    position: relative;
    overflow: hidden;
}

.purchase_btn::after {
    content: "＞";
    font-size: 1.2em;
    margin-left: 8px;
    display: inline-block;
    transition: transform 0.3s;
}

.purchase_btn:hover {
    background: linear-gradient(180deg, #2eea2e 0%, #02bc07 100%);
    box-shadow: 0 4px 16px rgba(2, 188, 7, 0.28);
    transform: translateY(-1px) scale(1.01);
}

.purchase_btn:hover::after {
    transform: translateX(6px);
}

.product {
    margin: 0 auto;
    padding: min(10vw, 80px) min(4vw, 32px) min(12vw, 96px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: min(6vw, 48px);
}

.product_ttl {
    width: 40%;
    margin: 0 auto;
}

.dog {
    padding: min(10vw, 80px) min(4vw, 32px) 0;
    box-sizing: border-box;
}

/* footer */
.footer_inner {
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}
/*---------------------------------
	POP UP SP
	---------------------------------*/
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
.popup {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
}
.popup-banner {
	position: relative;
	width:90%;
	margin: auto;
}
.popup-close {
	position: absolute;
	top: -15px;
	right: -15px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 1.5rem;
	border-radius: 50%;
	text-align: center;
	color: white;
	background-color: black;
	cursor: pointer;
}
.popup.open {
	display: flex;
	animation: fadeIn .7s;
}
/*---------------------------------
	POP UP PC
	---------------------------------*/
@media screen and (min-width: 782px) {
    .popup-banner {
	position: relative;
	width:704px;
	margin: auto;
}
}