@charset "utf-8";

body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    border-top: 0;
    box-sizing: border-box;
    color: #555;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.07em;
    line-height: 1.5;
    opacity: 0;
}
body.anim{
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-fill-mode:forwards;
    animation-timing-function: ease;
    animation-iteration-count: 1;
}
@keyframes fadeIn{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* バナー */
.top-bn,.top-bn_ht,.sp-bn{
	opacity: 0;
	transition: all 0.3s;
}

.top-bn {
	position: fixed;
	top: auto;
	bottom: 3%;
	left: 20px;
	font-size: 77%;
	z-index: 99;
}
.top-bn_ht {
	position: fixed;
	top: auto;
	bottom: 3%;
	right: 20px;
	font-size: 77%;
	z-index: 99;
}
.top-bn img {
	width: 140px;
}
.top-bn a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	text-align: center;
	display: block;
}
.top-bn_ht a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	text-align: center;
	display: block;
}
.top-bn_ht img {
	width: 140px;
}
.sp-bn{
	display: none;
}
@media screen and (max-width: 768px){
	.top-bn a,
	.top-bn_ht a {
		display: none;
	}
	.sp-bn {
		width: 100%;
		position: fixed;
		top: auto;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 99;
		/* display: flex;
		justify-content: center; */
		display: block;
	}
	.sp-bn a img {
		width: 100%;
	}
}

.main{
	padding-top: 120px;
}
.wrapper {
    width: 800px;
    margin: 60px auto 4rem;
    position: relative;
    z-index: 10;
	font-size: 13px;
	line-height: 1.5em;
}
.topTitle {
    /* font-family: 'arial black'; */
    margin-bottom: 3rem;
    text-align: center;
}
h1.ttlEn {
    border-bottom: double;
    color: #999;
    display: inline-block;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: .1rem;
    padding-bottom: 0.4rem;
}
h1.ttlEn+h1 {
    color: #999;
    font-weight: bold;
    letter-spacing: .09rem;
    margin-top: 10px;
    font-size: 24px;
	line-height: 1.5em;
}
.ttlEn img {
    width: 500px;
}
.newTitle .ttlEn, h1.ttlEn+h1, .ttlBox, .itemInfo+.itemInfo h2, .blogTtl h2, .ttl h1 {
    color: #66828d;
}
h1.ttlEn+h1 span {
    font-weight: 100;
    display: inline;
    font-size: 1rem;
    margin-bottom: 0.6rem;
}
.kome {
    vertical-align: super;
	display: inline;
	font-size: 0.8rem;
}
.itemInfo {
    width: 80%;
    overflow: hidden;
    margin: 60px auto;
    text-align: center;
}
.fusiyou{
    width: 60%;
    margin: auto;
    display: block;
}
.itemInfo .tyusyaku01{
	padding-top: .5rem;
	text-align: left;
}
.itemInfo .tyusyaku02{
	padding-top: .5rem;
	text-align: left;
	line-height: 1.5;
}
.sw_img {
    height: 160px;
    width: auto;
    max-width: initial;
}
.fll {
    float: left;
}
.itemInfo .fll {
    width: 80px;
}
.flr {
    float: right;
}
.itemInfo .flr {
    width: calc(100% - 100px);
    line-height: 2;
    padding-top: 50px;
    text-align: left;
}
.itemInfo h2 {
    border-bottom: double 4px #66828d;
    font-size: 16px;
    font-weight: bold;
    color: #66828d;
    margin-bottom: 6%;
    line-height: 2.6;
}
.sw_p{
    margin-left: 25px;
}
.gel_h2 {
    letter-spacing: -1px;
}

.area-tocart {
    margin: 40px auto;
    max-width: 640px;
}
.area-title {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}
.area-cartBtn {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    max-width: 640px;
    margin: 0 auto;
}
.area-cartBtn li {
    width: 49%;
    align-self: flex-end;
    text-align: center;
}
.course-ttl {
    text-align: center;
    font-size: 22px;
	font-weight: normal;
}
.ribbon1 {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 30px;
    font-size: 18px;
    text-shadow: 2px 2px 4px #666;
    background: #66828d;
    color: #FFF;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-weight: bold;
}
.ribbon1:before, .ribbon1:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}
.ribbon1:before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}
.ribbon1:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}
.flexs {
    display: flex;
    justify-content: center;
	align-items: center;
}
.alert {
    font-size: 16px;
    background: #ff0400;
    color: #fff;
    margin-right: 10px;
    padding: 10px 5px;
    border-radius: 5px;
    display: block;
    line-height: 1.2;
    min-width: 70px;
    text-align: center;
}
.area-cartBtn li p {
    text-align: center;
    font-size: 20px;
}
.area-cartBtn li p.fz10 {
	font-size: 10px;
}
.area-subtitle {
    text-align: center;
    font-size: 14px;
	margin-top: 10px;
    margin-bottom: 20px;
}
.add-cartBtn {
    text-align: center;
    display: block;
    padding: 25px 10px;
    color: #fff !important;
    border: 5px double #FFFFFF;
    border-radius: 10px;
    font-size: 20px;
    margin: 10px 0;
}
.Btnbg-grn {
    background: #68B449;
}
.Btnbg-gry {
    background: #ccc;
}
.pcnone {
    display: none;
    font-size: 12px !important;
    text-align: left !important;
}
.spnone {
    margin-bottom: 40px;
    padding: 0 10px;
    text-align: left;
}
.area-cartBtn li {
    width: 49%;
    align-self: flex-end;
    text-align: center;
}
.matome {
    padding: 2% 4%;
    border: 2px solid #0f559a;
}
.area-matome li {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid;
}
.area-matome .matome-price {
    width: 60%;
    padding-right: 2%;
	text-align: center;
}
.area-matome .matome-price h4 {
    font-weight: bold;
    background: linear-gradient(to right, #ffea66 50%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea66', endColorstr='#ffffff',GradientType=1 );
    font-size: 18px;
    padding: 2px 10px;
    line-height: 1.6;
}
small {
    font-size: 80%;
}
.area-matome .matome-price p {
    font-size: 26px;
	margin-top: 10px;
}
.matome-btn {
    width: 40%;
}
.p-off {
    margin-right: 10px;
    font-size: 16px;
    background: #ff0400;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
}
.area-matome li:last-child {
    border-bottom: none;
}
.tyumon_area{
	text-align: center;
	padding: 10% 0 15%;
}
.tyumon_area_span01{
	display: inline-block; padding-top: 2.5rem; padding-bottom: 1.5rem;
}
.tyumon_area_span02{
	display: inline-block; padding-bottom: 1.5rem;
}
.tyumon_area .link{
	display: inline;
	color: cadetblue !important;
    text-decoration: underline !important;
    padding: 2rem 0 0.4rem;
}
.br_sp {
    display: none;
}
.pcnone {
    display: none;
    font-size: 12px !important;
    text-align: left !important;
}
.sp-bn a img {
    width: 100%;
}




.fz24{
	font-size: 24px;
}
.fz14{
	font-size: 14px;
}
.fz10{
	font-size: 10px;
}
.mb0{
	margin-bottom: 0;
}
.mb10{
	margin-bottom: 10px;
}
.pb40{
	padding-bottom: 40px;
}
.lh120{
	line-height: 1.2;
}
.lh150{
	line-height: 1.5;
}
.disblo{
	display: block;
}



	
@media screen and (max-width: 768px) {
	.br_sp {
		display: block;
	}
	.wrapper{
		width: 100%;
	}
	h1.ttlEn {
		width: 96%;
		margin: 0 auto 1.2rem;
	}
	h1.ttlEn+h1 {
		margin-top: 0.6rem;
		font-size: 22px;
	}
    .sw_img {
        height: 250px;
    }
	.fll, .flr {
		width: 96% !important;
		float: none;
		margin: 0 auto;
	}
	.itemInfo .fll {
		text-align: center;
		margin-bottom: 30px;
	}
	.itemInfo img {
		margin-bottom: 6%;
	}
	.itemInfo+.itemInfo h2{
		font-feature-settings: 'palt';
	}

}

@media screen and (max-width: 640px){
	.area-cartBtn, .area-matome li {
		display: block;
	}
	.area-cartBtn li, .area-matome .matome-price, .matome-btn {
		width: 100%;
	}
	.area-cartBtn li:first-child {
		margin-bottom: 40px;
	}
	.area-tocart {
		padding: 2%;
	}
	.area-title:nth-child(2){
		margin-top: 50px;
	}
	.pcnone {
		display: block;
	}
	.spnone {
		display: none;
	}
}
