@charset "UTF-8";
/*========================================

	Reset

========================================*/
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

header, footer, nav, main, aside, article, section {
    display: block;
}

* {
    box-sizing: border-box;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*========================================

	html

========================================*/
/*
@media(max-width: 960px) {
	html { font-size: 93.8%; }
}
@media(max-width: 768px) {
	html { font-size: 87.5%; }
}
@media(max-width: 480px) {
	html { font-size: 81.3%; }
}
@media(max-width: 360px) {
	html { font-size: 75%; }
}
*/
/*========================================

/*========================================

	body

========================================*/
body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 320px;
    min-height: 100%;
    font-family: YuGothic, '游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
    font-feature-settings: 'palt' 1;
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}

/*========================================

	Anchor Text

========================================*/
a {
    color: #5787f4;
    text-decoration: underline;
}

a:hover {
    color: #5787f4;
    text-decoration: none;
}

/*========================================

	Break Set

========================================*/
.b36 {
    display: none;
}

.b48 {
    display: none;
}

.b64 {
    display: none;
}

.b80 {
    display: none;
}

.b96 {
    display: none;
}

.nb96 {
    display: block;
}

@media (max-width: 1080px) {
    .b96 {
        display: block;
    }
    .nb96 {
        display: none;
    }
}

@media (max-width: 800px) {
    .b80 {
        display: block;
    }
    .nb80 {
        display: none;
    }
}

@media (max-width: 640px) {
    .b64 {
        display: block;
    }
    .nb64 {
        display: none;
    }
}

@media (max-width: 480px) {
    .b48 {
        display: block;
    }
   /* .nb48 {
        display: none;
    }*/
}

@media (max-width: 359px) {
    .b36 {
        display: block;
    }
    .nb36 {
        display: none;
    }
}

.w_box {
    margin: auto;
    text-align: center;
    max-width: 1200px;
}

.m_box {
    margin: auto;
    text-align: center;
    max-width: 830px;
}

.s_box {
    margin: auto;
    text-align: center;
    max-width: 700px;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 640px) {
    .m_box {
        max-width: 580px;
    }
    .s_box {
        max-width: 522px;
    }
	.sp-br {
     	display: inline;
	}
}

img {
    width: 100%;
    height: auto;
}

.txt-1 {
    font-size: 1.69rem;
    line-height: 1.85;
    margin-bottom: 20px;
    padding: 0 30px;
}

.txt-2 {
    font-size: 1.125rem;
    line-height: 1.85;
    text-align: left;
    padding: 0 30px;
}

@media screen and (max-width: 640px) {
    .txt-1 {
        font-size: 4.375vw;
        line-height: 1.8;
		padding: 0 15px;
    }
    .txt-2 {
        font-size: 1.25rem;
        line-height: 1.8;
    }
}

@media screen and (max-width: 479px) {
    .txt-2 {
        padding: 0 15px;
    }
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp {
    display: none;
}

@media screen and (max-width: 640px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

.mv {
    background-image: url("../img/mv_back.jpg");
    background-position: center bottom;
    background-size: cover;
    height: 630px;
}

.mv_title {
    padding-top: 50px;
}

.mv_title_top {
    align-items: center;
    position: relative;
    z-index: 1;
}

.mv_title_top .item-left {
    margin-right: 20px;
    max-width: 112px;
    text-decoration: none;
    transition: all .3s;
    cursor: pointer;
}

.mv_title_top .item-left:hover, .mv_title_top .item-left:focus {
    opacity: .7;
}

.mv_title_top .profile_btn {
    margin: 5px;
    padding: 6px 20px;
    border-radius: 20px;
    color: #fff;
    background: #ff4074;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-size: 0.93rem;
}

.mv_title_top .item-right {
    margin-left: 20px;
    max-width: 310px;
}

.mv_title_under {
    position: relative;
}

.mv_title_under h1 img {
    width: 580px;
    position: absolute;
    top: -35px;
    left: calc((100% - 580px)/2);
}

.mv_product {
    position: relative;
}

.mv_product img {
    width: 260px;
    position: absolute;
    top: 150px;
    right: 20px;
}

@media screen and (max-width: 640px) {
    .mv {
        background-image: url("../img/mv_back-sp.jpg");
        height: 138.28vw;
    }
    .mv_title {
        padding-top: 21.09vw;
    }
    .mv_title_top {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .mv_title_top .profile_btn {
        padding: .5vw 2.81vw;
    }
    .mv_title_top .item-left {
        width: 17.5vw;
        margin-right: 5px;
    }
    .mv_title_top .item-right {
        margin-left: 5px;
    }
    .mv_title_under {
        position: static;
        padding: 0 4.68vw;
    }
    .mv_title_under h1 img {
        margin-top: -6vw;
        position: static;
        width: 100%;
    }
    .mv_product {
        padding: 0 4.68vw;
        margin-top: 4vw;
        position: static;
        text-align: right;
    }
    .mv_product img {
        position: static;
        width: 39.53vw;
        top: 18.75%;
    }
}

@media screen and (max-width: 480px) {
    .mv_title_top .profile_btn {
        font-size: 12px;
        font-size: 0.75rem;
    }
    .mv_title_top .item-left {
        width: 25vw;
    }
}

.nav_menu-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: all .3s;
}

.nav_menu-flex:hover, .nav_menu-flex:focus {
    color: #333;
    opacity: .7;
}

.nav_menu {
    margin: 15px;
    margin-right: auto;
    margin-left: auto;
}

.nav_menu ol {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_menu ol li {
    display: inline-block;
    border-right: 2px solid #c3cfd7;
    flex: 0 0 25%;
    max-width: 25%;
}

.nav_menu ol li:last-child {
    border-right: none;
}

.nav_menu ol li img {
    margin-right: 25px;
}

.nav_menu ol li:nth-of-type(1) img {
    width: 21px;
    height: 51px;
}

.nav_menu ol li:nth-of-type(2) img {
    width: 33px;
    height: 52px;
}

.nav_menu ol li:nth-of-type(3) img {
    width: 27px;
    height: 51px;
}

.nav_menu ol li:nth-of-type(4) img {
    width: 30px;
    height: 53px;
}

.nav_menu ol li p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.1;
    font-weight: bold;
}

.nav_menu ol li :last-child p {
    padding-right: 0;
}

@media screen and (max-width: 980px) {
    .nav_menu ol li .img {
        margin-right: 5%;
    }
    .nav_menu ol li img {
        margin-right: 0;
        transform: scale(0.7);
    }
    .nav_menu ol li p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 640px) {
    .nav_menu-flex {
        justify-content: flex-start;
    }
    .nav_menu {
        padding: 30px 9.375% 50px;
        margin: -8vw 0 0;
        text-align: left;
        background: white;
        border-radius: 10px 10px 0 0;
    }
    .nav_menu ol {
        display: block;
    }
    .nav_menu ol li {
        display: block;
        border-bottom: 1px solid #c3cfd7;
        border-right: none;
        padding-bottom: 20px;
        margin-bottom: 20px;
        margin-left: 0;
        max-width: 100%;
    }
    .nav_menu ol li .nav_menu-flex {
        padding: 0 14%;
    }
    .nav_menu ol li:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .nav_menu ol li:first-child {
        margin-left: auto;
        margin-top: 0;
    }
    .nav_menu ol li .img {
        min-width: 33px;
        margin-right: 30px;
        text-align: center;
    }
    .nav_menu ol li p {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 480px) {
    .nav_menu {
        padding: 15px 9.375% 25px;
    }
    .nav_menu ol li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .nav_menu ol li:first-child {
        margin-top: 15px;
    }
    .nav_menu ol li .img {
        margin-right: 15px;
    }
    .nav_menu ol li img {
        transform: scale(0.6);
    }
    .nav_menu ol li .nav_menu-flex {
        padding: 0 5%;
    }
}

@media screen and (max-width: 374px) {
    .nav_menu ol li p {
        font-size: 19px;
        font-size: 1.1875rem;
    }
}

.sec_title {
	height: 293px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin: 100px 0px 20px 0px;
}

.sec_title h2 {
	padding-top: 30px;
}

.sec_title .hint img {
	width: auto;
}

.sec_title .text {
	color: #fff;
	display: block;
	margin-top: 20px;
	font-size: 45px;
	font-size: 2.8125rem;
}

.sec_title-01 {
	background-image: url(../img/01-title_bg.jpg);
	margin-top: 0px !important;
}

.sec_title-02 {
	background-image: url(../img/02-title_bg.jpg);
}

.sec_title-03 {
	background-image: url(../img/03-title_bg.jpg);
}

.sec_title-04 {
	background-image: url(../img/04-title_bg.jpg);
}

.sec_title-alphainfo {
	height: 147px;
	background-image: url(../img/plaza-title_bg.jpg);
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec_title-alphainfo h2 {
	padding-top: 0 !important;
}

.sec_title-alphainfo .text {
	margin-top: 0 !important;
}

#tweet {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

.sec01_text {
    margin-bottom: 80px;
}

@media screen and (min-width: 1920px) {
	.sec_title {
		height: 15.2604vw;
	}
	.sec_title h2 {
		padding-top: 1.5625vw;
	}
	.sec_title .text {
		font-size: 2.34375vw;
		margin-top: 1.04166vw;
	}
	.sec_title-01 .hint img {
		width: 6.25vw;
	}
	.sec_title-02 .hint img {
		width: 6.614583vw;
	}
	.sec_title-03 .hint img {
		width: 6.354166vw;
	}
	.sec_title-04 .hint img {
		width: 6.510416vw;
	}
	.sec_title-alphainfo {
		height: 7.65625vw;
	}
}

@media screen and (max-width: 980px) {
    .sec_title {
		height: 175.8px;
    }
	.sec_title-alphainfo {
		height: 88.2px;
	}
	.sec_title h2 {
		transform: scale(.7);
		transform-origin: top center;
	}
	.sec_title-alphainfo h2 {
		transform-origin: center center;
	}
}

@media screen and (max-width: 640px) {
	.sec_title {
		background-size: cover;
		height: 39.84375vw;
	}
	.sec_title h2 {
		transform: scale(1);
		padding-top: 4.6875vw;
	}
	.sec_title .text {
		font-size: 6.25vw;
		margin-top: 3.125vw;
	}
	.sec_title-01 {
		background-image: url(../img/01-title_bg_sp.jpg);
	}
	.sec_title-01 .hint img {
		width: 18.75vw;
	}
	.sec_title-02 {
		background-image: url(../img/02-title_bg_sp.jpg);
	}
	.sec_title-02 .hint img {
		width: 19.84375vw;
	}
	.sec_title-03 {
		background-image: url(../img/03-title_bg_sp.jpg);
	}
	.sec_title-03 .hint img {
		width: 19.0625vw;
	}
	.sec_title-04 {
		background-image: url(../img/04-title_bg_sp.jpg);
	}
	.sec_title-04 .hint img {
		width: 19.53125vw;
	}
	.sec_title-alphainfo {
		background-image: url(../img/plaza-title_bg_sp.jpg);
		height: 21.40625vw;
	}
    .tweet {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 374px) {
    #tweet {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.card {
    max-width: 800px;
    border-radius: 20px;
    border: 2px solid #c3cfd7;
    padding: 30px 50px 45px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 60px;
}

.card-01 {
    max-width: 800px;
    border-radius: 20px;
    border: 2px solid #c3cfd7;
    padding: 50px 135px 50px 135px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
}

.card_title {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.card_title img {
    width: 134px;
    height: 106px;
    padding-right: 10px;
}

.card_title p {
    text-align: left;
    font-size: 26px;
    font-size: 1.63rem;
    font-weight: bold;
}

.card_title p span:not(.alpha) {
    padding-left: 10px;
    padding-right: 5px;
    color: #666666;
}



.card_title-2 p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-size: 26px;
    font-size: 1.63rem;
    font-weight: bold;
}

.card_title-2 p span:not(.alpha) {
    padding-left: 20px;
    padding-right: 5px;
    color: #666666;
}

.card_title-2 p .span-first {
    padding-left: 0;
}

.card_title-3 {
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    font-size: 2rem;
    font-weight: bold;
}

.card_title-sub {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 25px;
}

.card_img {
    position: relative;
    max-width: 450px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}

.card_img .card_img-inner {
    position: relative;
}

.card_img-main {
    border-radius: 20px;
}

.card_img-plus {
    width: 26px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.card_img .sm-txt {
    padding-top: 10px;
    font-size: 14px;
    font-size: 0.88rem;
    text-align: right;
}

.card_img-1 {
    max-width: 700px;
    /*margin-bottom: 20px;*/
    margin-right: auto;
    margin-left: auto;
}

.card_img-2 {
    max-width: 700px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}

.card_img-sns {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.card_img-1 .card_img-inner {
    position: relative;
}

.card_img-2 .card_img-inner {
    position: relative;
}

.card_img-1-main {
    border-radius: 20px;
}

.card_img-2-main {
    border-radius: 20px;
}

.card_img-2-plus {
    width: 26px;
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.card_img-2 .sm-txt {
    padding-top: 10px;
    font-size: 14px;
    font-size: 0.88rem;
    text-align: right;
}

.card_img-sns .sm-txt {
    padding-top: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: right;
}

.card_img-sm1 {
    max-width: 460px;
    max-height: 390px;
    margin: 45px 0 20px;
}

.card_img-sm2 {
    max-width: 395px;
    max-height: 453px;
    margin: 20px 0 20px;
}

.card_txt {
    font-size: 1.125rem;
    text-align: left;
	line-height: 1.85;
}

.card_02-03 {
    margin-bottom: 60px;
}

.card_03 {
    background-color: #ffecf1;
    border: none;
    margin-bottom: 60px;
}

.card_03-title {
    font-size: 1.38rem;
    margin-bottom: 20px;
}

.card_03-list {
    counter-reset: my-counter;
    font-size: 1rem;
    line-height: 2.15;
    margin-bottom: 20px;
}

.card_03-list li {
    padding-left: 30px;
    position: relative;
}

.card_03-list li::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #ff4074;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    margin-left: -30px;
    margin-right: 5px;
    text-align: center;
    height: 22px;
    width: 22px;
    border-radius: 50%;
}

.card_03-txt {
    font-size: 1rem;
    line-height: 1.69;
    margin-bottom: 20px;
}

.sec03_under {
    margin-top: 60px;
}

.sec03_under .card_title-2 p {
    margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
    .card {
        max-width: 580px;
        padding: 25px 30px 45px;
		margin: 0px 30px 40px 30px;
    }
	.card-01 {
        max-width: 580px;
        padding: 30px;
		margin: 0px 30px 40px 30px;
    }
    .card_title img {
        width: 20.9375vw;
        height: 16.5625vw;
    }
    .card_img-plus {
        max-width: 26px;
        bottom: 16px;
        right: 25px;
    }
    /*.card_img .sm-txt {
        padding-top: 20px;
        font-size: 1.13rem;
        line-height: 1.44;
    }*/
    .card_img-2-plus {
        max-width: 26px;
        bottom: 16px;
        right: 20px;
    }
  /*  .card_img-2 .sm-txt {
        padding-top: 20px;
        font-size: 1.13rem;
        line-height: 1.44;
    }*/
    .card_img-sm1 {
        margin: 20px 0 20px;
    }
    .card_txt {
        font-size: 1.25rem;
		line-height: 1.8;
    }
    .card_02-03 {
        margin-bottom: 60px;
    }
    .card_03-title {
        font-size: 1.375rem;
		margin-bottom: 8px;
    }
    .card_03-list {
        font-size: 1.25rem;
        line-height: 2.5;
		margin-bottom: 8px;
    }
    .card_03-list li::before {
        line-height: 36px;
        margin-left: -36px;
        margin-right: 10px;
        height: 36px;
        width: 36px;
    }
    .card_03-txt {
        font-size: 1.25rem;
        line-height: 1.8;
    }
	.card_01-01 {
        margin-bottom: 40px;
    }
    .card_03-03 {
        margin-bottom: 40px;
    }
    .sec03_under {
        margin-top: 40px;
    }
    .sec03_under .card_title-2 p {
        margin-bottom: 40px;
    }
    .card_title-3 {
        font-size: 30px;
        font-size: 1.88rem;
        line-height: 1.6;
    }
    .card_title-sub {
        font-size: 14px;
        font-size: 0.88rem;
        margin-bottom: 20px;
    }
    .card_04-01, .card_04-02, .card_04-03, .card_04-04, .card_04-05 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .card {
        margin-left: 15px;
        margin-right: 15px;
        padding: 25px 15px 45px;
    }
    .card_img-plus {
        right: 16px;
        max-width: 20px;
    }
	.card_03 {
    	padding: 25px 15px 25px;
	}
    .card_03-list li {
        padding-left: 26px;
    }
    .card_03-list li::before {
        line-height: 26px;
        margin-left: -26px;
        margin-right: 10px;
        height: 26px;
        width: 26px;
    }
    .card_title p,
    .card_title-2 p {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.line, .line-pink {
    margin-bottom: 60px;
    margin-right: auto;
    margin-left: auto;
    width: 112px;
    height: 4px;
    border: none;
    border-radius: 4px;
    background-color: #af60f4;
}

.line-pink {
    background-color: #ff4074;
}

.line-gray {
    margin: 40px 0;
    margin-right: auto;
    margin-left: auto;
    /*max-width: 500px;*/
    width: 100%;
    height: 2px;
    border: none;
    background-color: #c3cfd7;
}

@media screen and (max-width: 640px) {
    .line, .line-pink {
        margin-bottom: 40px;
    }
    .line-gray {
        height: 2px;
    }
}

.product_box, .product_box-orange {
    margin-left: 50px;
    margin-right: 64px;
    margin-bottom: 74px;
    max-width: 786px;
    border-radius: 20px;
    border: 2px solid #c3cfd7;
    box-shadow: 14px 14px #ff4074;
    padding: 50px;
}

.product_box-orange {
    box-shadow: 14px 14px #f58204;
    margin-bottom: 134px;
}

.product_box-txt {
    text-align: left;
    position: relative;
    margin-bottom: 15px;
}

.product_box-txt img {
    width: 15px;
    height: 20px;
    position: absolute;
    top: -5px;
    left: 0;
}

.product_box-txt p {
    color: #f58204;
    padding-left: 20px;
    font-size: 18px;
    font-size: 1.13rem;
    font-weight: bold;
}

.product_box-title {
    position: relative;
}

.product_box-title img {
    width: 25px;
}

.product_box-title .kagi_left {
    position: absolute;
    top: 0;
    left: 0;
}

.product_box-title .kagi_right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.product_box-title p {
    margin-bottom: 30px;
    font-size: 1.63rem;
    line-height: 1.5;
	font-weight: bold;
}

.product_box-flex {
    display: flex;
    justify-content: space-between;
}

.product_box-name {
    text-align: left;
}

.product_box-name .name-l {
    font-size: 2.38rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
}

.product_box-name .name-s {
    font-size: 1.56rem;
    line-height: 1.6;
    letter-spacing: -0.05em;
}

.product_box-img img {
    width: 162px;
    margin-right: 30px;
}

.product_box-img-le img {
    width: 162px;
    margin-right: 30px;
}

.product_box-link {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

@media screen and (max-width: 640px) {
    .product_box, .product_box-orange {
        box-shadow: 6px 6px #ff4074;
        max-width: 568px;
        padding: 40px 30px 40px;
        margin-left: 30px;
        margin-right: 42px;
        margin-bottom: 112px;
    }
    .product_box-orange {
        box-shadow: 6px 6px #f58204;
        margin-bottom: 60px;
    }
    .product_box-title p {
        margin-bottom: 25px;
        font-size: 28px;
        font-size: 1.45rem;
        line-height: 1.5;
        padding: 0 15px;
		font-weight: bold;

    }
    .product_box-name .name-s {
        line-height: 2;
    }
    .product_box-img img {
        margin-right: 0;
    }
	.product_box-img-le img {
        margin-right: 0;
    }
    .product_box-link {
        margin-top: 40px;
    }
}

@media screen and (max-width: 480px) {
    .product_box-title p {
        font-size: 1.375rem;
		padding: 8px;
    }
    .product_box-title img {
        width: 15px;
    }
    .product_box-name .name-l {
        font-size: 1.75rem;
    }
    .product_box-name .name-s {
        font-size: 22px;
        font-size: 1.38rem;
        line-height: 1.6;
    }
    .product_box-img img {
        width: 120px;
        margin-right: 0;
    }
	 .product_box-img-le img {
        width: 100px;
        margin-right: 0;
    }
    .product_box, .product_box-orange,
    .product_box-orange {
        margin-left: 15px;
        margin-right: 17px;
        padding: 30px 15px;
    }
}

@media screen and (max-width: 374px) {
    .product_box-title p {
        font-size: 1.125rem;
    }
    .product_box-name .name-l {
        font-size: 1.5rem;
    }
    .product_box-name .name-s {
        font-size: 1.125rem;
    }
}

.link-btn, .link-btn2, .link-btn3 {
    display: block;
    position: relative;
    width: 190px;
    height: 50px;
    color: #fff;
    background: #666;
    font-size: 18px;
    font-size: 1.13rem;
    font-weight: bold;
    line-height: 50px;
    text-decoration: none;
    border-radius: 10px;
    margin-right: 10px;
}

.link-btn:hover, .link-btn2:hover, .link-btn3:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.6;
    transition-duration: 0.5s;
}

.link-btn2 {
    margin-left: 10px;
    margin-right: 0;
    background: #ff4074;
}

.link-btn3 {
    margin-left: 10px;
    margin-right: 0;
    background: #f58204;
}

.link-btn span::before, .link-btn2 span::before, .link-btn3 span::before,
.link-btn2 span::before,
.link-btn3 span::before {
    content: "";
    position: absolute;
    left: 25px;
    bottom: 18px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
}

@media screen and (max-width: 480px) {
    .link-btn span::before, .link-btn2 span::before, .link-btn3 span::before,
    .link-btn2 span::before,
    .link-btn3 span::before {
        left: 10px;
        bottom: 20px;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #fff;
    }
}

.aside_txt {
    text-align: center;
}

.aside_txt p {
    margin-bottom: 20px;
    font-size: 35px;
    font-size: 2.19rem;
    font-weight: bold;
}

.aside_txt p span:not(.alpha) {
    padding-left: 20px;
    padding-right: 5px;
    color: #666666;
}

.aside_txt p .span-first {
    padding-left: 0;
}

.tpl__alphainfo-asidebox .tpl__alphainfo-store {
    margin-bottom: 190px;
}

@media screen and (max-width: 640px) {
    .aside_title {
        margin-top: 100px;
    }
    .aside_txt {
        padding: 0 30px;
    }
    .aside_txt p {
        font-size: 30px;
        font-size: 1.88rem;
    }
    /*.aside_txt p span {
        padding-left: 10px;
    }*/
	.tpl__alphainfo-asidebox .tpl__alphainfo-store {
    	margin-bottom: 140px;
	}
	.sec_title {
    	margin: 0px 0px 20px 0px;
	}
	.sec01_text {
    	margin-bottom: 60px;
	}
}

@media screen and (max-width: 480px) {
    .aside_txt {
        padding: 0 15px;
    }
    .aside_txt p {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.mb-60 {
    margin-bottom: 60px;
}

.tpl__alphainfo-asidebox {
    background-color: #ffffff;
    padding-top: 0;
}

.tpl__survey {
    background-color: #eaeaea;
}

.anybox__imageWrap.anybox__profile {
    background: #fff;
    color: #333;
}

.anybox__imageWrap.anybox__profile .anybox__imageCaption {
    color: #333;
}

.anybox__imageWrap.anybox__profile .anybox__imageInner:after {
    content: none;
}
