@charset "UTF-8";

a.buynow {
    font-family: mr-eaves-modern, sans-serif;
    letter-spacing: 1.5px;
    background: #000;
    display: block;
    color: #fff;
    margin-top: 20px;
    border-radius: 200px;
    text-align: center;
    padding: 15px;
}

section.product_inner {
    width: 750px;
    margin: 0 auto;
    padding-top: 200px;
	min-height: 78vh;
}

.product_item {
    display: flex;
    margin-bottom: 60px;
    align-items: center;
}

.product_item_image {
    width: 50%;
}

.product_item_cap {
    width: 50%;
}

.product_item_cap p {
    font-size: 1.4rem;
    line-height: 30px;
    margin-bottom: 30px;
}

.product_item_cap h2 {
    font-size: 2.6rem;
    font-family: mr-eaves-modern, sans-serif;
    line-height: 36px;
    letter-spacing: 2px;
}

.product_item_price {
    display: flex;
    margin: 30px 0;
    font-family: mr-eaves-modern, sans-serif;
    letter-spacing: 1.5px;
    font-size: 2.3rem;
    align-items: center;
}

.product_item_cap h2 span {
    display: block;
    font-size: 1.4rem;
    margin-top: 10px;
    letter-spacing: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.size {
    margin-left: 20px;
}

.product_item_price span {
    margin-left: 8px;
    font-size: 1.4rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

section.method {
    max-width: 900px;
    margin: 100px auto 0 auto;
}

.large_title {
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: 2px;
    font-family: mr-eaves-modern, sans-serif;
    margin-bottom: 100px;
}

.method_area {
    display: flex;
    margin-bottom: 100px;
}

.method_image {
    width: 52%;
    margin-right: 8%;
}

.method_cap {
    width: 40%;
}

.method_title {
    font-size: 2.8rem;
    margin-bottom: 40px;
    line-height: 50px;
	font-family: mr-eaves-xl-modern, sans-serif;
	font-family: yu-mincho-pr6n, sans-serif;
}

.method_cap p {
    font-size: 1.4rem;
    line-height: 28px;
}

.method_area_even {
    display: flex;
    margin-bottom: 100px;
}

.method_cap_even {
    width: 40%;
    margin-right: 8%;
}

.method_image_even {
    width: 52%;
}

.method_cap_even h3 {
    font-size: 2.8rem;
    line-height: 50px;
    margin-bottom: 40px;
}

.method_cap_even p {
    font-size: 1.4rem;
    line-height: 29px;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	

a.buynow {
    font-family: mr-eaves-modern, sans-serif;
    letter-spacing: 1.5px;
    background: #000;
    display: block;
    color: #fff;
    font-size: 1.8rem;
    margin-top: 20px;
    border-radius: 200px;
    text-align: center;
    padding: 24px 0;
}

section.product_inner {
    width: 75%;
    margin: 0 auto;
    padding-top: 100px;
    min-height: 78vh;
}

.product_item {
    display: block;
    align-items: start;
    margin-bottom: 60px;
}

.product_item_image {
    width: 100%;
}

.product_item_cap {
    width: 100%;
}

.product_item_cap p {
    font-size: 1.3rem;
    line-height: 28px;
    margin-bottom: 30px;
}

.product_item_cap h2 {
    font-size: 3.2rem;
    font-family: mr-eaves-modern, sans-serif;
    line-height: 46px;
    letter-spacing: 2px;
}

.product_item_price {
    display: flex;
    margin: 30px 0;
    font-family: mr-eaves-modern, sans-serif;
    letter-spacing: 1.5px;
    font-size: 2.1rem;
    align-items: end;
    line-height: 19px;
}

.product_item_cap h2 span {
    display: block;
    font-size: 1.6rem;
    margin-top: 10px;
    line-height: 30px;
    letter-spacing: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.size {
    margin-left: 10px;
    font-size: 2.1rem;
}

.product_item_price span {
    margin-left: 4px;
    font-size: 1.2rem;
    line-height: 18px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

section.method {
    max-width: 90%;
    margin: 100px auto 0 auto;
}

.large_title {
    text-align: left;
    font-size: 2.2rem;
    letter-spacing: 2px;
    font-family: mr-eaves-modern, sans-serif;
    margin-bottom: 60px;
}

.method_area {
    display: block;
    margin-bottom: 60px;
}

.method_image {
    width: 100%;
    margin: 0 0 40px;
}

.method_cap {
    width: 100%;
}

.method_title {
    font-size: 1.9rem;
    margin-bottom: 30px;
    line-height: 36px;
    letter-spacing: 1px;
}

.method_cap p {
    font-size: 1.3rem;
    line-height: 28px;
}
	
.method_area_even {
    display: flex;
    margin-bottom: 60px;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}

.method_cap_even {
    width: 100%;
    margin-right: 0;
}

.method_image_even {
    width: 100%;
    margin: 0 auto 40px;
}

.method_cap_even h3 {
    font-size: 2rem;
    line-height: 36px;
    margin-bottom: 30px;
}

.method_cap_even p {
    font-size: 1.3rem;
    line-height: 28px;
}

.section_title {
    margin-bottom: 20px!important;
}
}
