@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : base.css
Description :
===================================================================== */

/* =====================================================================
*    共通・大枠
* =================================================================== */
html {
    font-size: calc(10 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
    html {
        font-size: calc(10 / 1200 * 100vw);
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

@media screen and (min-width: 1200px) {
    html {
        font-size: 10px;
    }
}

.gDef-top-banner {
    background-color: #8a6595;
}

.attention {
    background-color: #8a6595;
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	font-weight:bold;
}

.attention p {
	width: 80%;
	line-height: 1.5em; 
	color: #ffffff;
	font-size: 2em;
	padding: 20px 0;
	margin: 0 auto;
}

.attention a {
	color:	#ff5e9b;
}

.gDef-contents {
    color: #000;
    font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    line-height: 1.5;
}

.gDef-contents * {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gDef-contents img {
    width: 100%;
    height: auto;
    display: block;
}

.gDef-contents a {
    display: block;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .gDef-contents a {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .gDef-contents a:hover {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

.main {
    display: block;
}

.inner {
    padding: calc(150 / 750 * 100%) 0;
}

.sec_ttl {
    width: calc(325 / 750 * 100%);
    margin: 0 auto calc(50 / 750 * 100%);
}

.sec_ttl::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(44 / 325 * 100%);
    margin: calc(50 / 325 * 100%) auto 0;
    background: url(../images/img_deco_purple.png) no-repeat center top;
    background-size: auto 100%;
}

.sec_subttl {
    width: calc(364 / 750 * 100%);
    margin: 0 auto calc(100 / 750 * 100%);
}

.btn_link1 a {
    color: #85628f;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: #fff;
    border-radius: 0.7em;
}

.btn_link1 a::after {
    content: "";
    display: block;
    width: calc(27 / 750 * 100vw);
    height: calc(37 / 750 * 100vw);
    background: url(../images/btn_arrow1.png) no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto calc(30 / 750 * 100vw) auto 0;
}

@media screen and (min-width: 768px) {
    .inner {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: calc(100 / 1200 * 100%) 0 calc(130 / 1200 * 100%);
    }
    
    .sec_ttl {
        width: calc(244 / 1200 * 100%);
        margin: 0 auto calc(50 / 1200 * 100%);
    }
    
    .sec_ttl::after {
        padding-top: calc(34 / 244 * 100%);
        margin: calc(38 / 244 * 100%) auto 0;
    }
    
    .sec_subttl {
        width: calc(273 / 1200 * 100%);
        margin: 0 auto calc(50 / 1200 * 100%);
    }
    
    .btn_link1 a {
        font-size: 1.7rem;
    }
    
    .btn_link1 a::after {
        width: calc(17 / 1200 * 100vw);
        height: calc(23 / 1200 * 100vw);
        margin: auto calc(20 / 1200 * 100vw) auto 0;
    }
    
    .btn_link1 a:hover {
        background-color: #ff5e9b;
        color: #fff;
    }
    
    .btn_link1 a:hover::after {
        background: url(../images/btn_arrow1_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
}

@media screen and (min-width: 1200px) {
    .inner {
        padding: 100px 0 130px;
    }
    
    .btn_link1 a::after {
        width: 17px;
        height: 23px;
        margin: auto 20px auto 0;
    }
}


/* =====================================================================
*    header_nav
* =================================================================== */
#wrapper {
    padding-top: calc(100 / 750 * 100%);
}

.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fixed.header {
    position: fixed;
    top: 0;
    width: 100%;
}

.header_nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.menu_btn {
    width: calc(100 / 750 * 100%);
    position: absolute;
    top: 0;
    right: 0;
    padding-top: calc(100 / 750 * 100%);
    background-color: #513c57;
    z-index: 11;
}

.menu_btn .menu_padding {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 44%;
    margin: 26% auto 0;
    padding-top: 35%;
}

.menu_btn .menu_padding span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: calc(2 / 44 * 100%);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu_btn .menu_padding span:nth-child(1) {}

.menu_btn .menu_padding span:nth-child(2) {
    margin-top: calc(12 / 44 * 100%);
}

.menu_btn .menu_padding span:nth-child(3) {
    margin-top: calc(24 / 44 * 100%);
}

.menu_btn.active {
}

.menu_btn.active .menu_padding span {
    width: 120%;
    left: -10%
}

.menu_btn.active .menu_padding span:nth-child(1) {
    -webkit-transform: translateY(300%) rotate(-330deg);
    transform: translateY(300%) rotate(-330deg);
    margin-top: calc(8 / 44 * 100%);
}

.menu_btn.active .menu_padding span:nth-child(2) {
    opacity: 0;
}

.menu_btn.active .menu_padding span:nth-child(3) {
    -webkit-transform: translateY(-300%) rotate(330deg);
    transform: translateY(-300%) rotate(330deg);
    margin-top: calc(20 / 44 * 100%);
}

.menu_txt {
    width: calc(44 / 100 * 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto calc(24 / 100 * 100%);
}

.nav {
    width: 100%;
    height: 100vh;
    background-color: rgba(81, 60, 87, 0.95);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.nav_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: calc(125 / 750 * 100%) auto calc(45 / 750 * 100%);
    padding: 0 0 calc(100 / 750 * 100%);
}

.nav_menu::after {
    content: "";
    display: block;
    width: calc(67 / 750 * 100%);
    padding-top: calc(50 / 750 * 100%);
    margin: 0 auto;
    background: url(../images/img_deco_white.png) no-repeat center bottom;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.nav_menu li {
    width: calc(518 / 750 * 100%);
    margin: 0 auto calc(50 / 750 * 100%);
}

.nav_menu li:last-child {
    margin-bottom: 0;
}

.nav_menu li a {
    padding-top: calc(90 / 518 * 100%);
}

.nav_menu li a.nolink {
    opacity: 0.2;
}

.nav_menu li a img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.nav_sns_box p {
    width: calc(88 / 750 * 100%);
    margin: 0 auto calc(30 / 750 * 100%);
}

.nav_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(510 / 750 * 100%);
    margin: 0 auto;
    padding: 0 0 calc(55 / 750 * 100%);
}

.nav_sns li {
    width: calc(51 / 510 * 100%);
    margin-right: calc(178 / 510 * 100%);
}

.nav_sns li:last-child {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    #wrapper {
        padding-top: 0;
    }
    
    .nav {
/*        overflow: hidden;*/
    }
    
    .menu_btn {
        width: calc(100 / 1200 * 100%);
        padding-top: calc(100 / 1200 * 100%);
        background-color: #fff;
    }
    
    .menu_btn .menu_padding span {
        padding-top: calc(3 / 44 * 100%);
        background-color: #513c57;
    }
    
    .menu_btn.active .menu_padding span:nth-child(1) {
        margin-top: calc(6 / 44 * 100%);
    }
    
    .menu_btn.active .menu_padding span:nth-child(3) {
        margin-top: calc(24 / 44 * 100%);
    }
    
    .nav_menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: calc(100vw - 32px);
        margin: calc(100 / 1200 * 100%) auto calc(30 / 1200 * 100%);
        padding: 0 0 calc(60 / 1200 * 100%);
    }
    
    .nav_menu li {
        width: 100%;
        margin: 0 auto calc(30 / 1200 * 100%);
    }
    
    .nav_menu li.nav5,
    .nav_menu li.nav6,
    .nav_menu li.nav7 {
        width: calc(171 / 1200 * 100%);
        margin: 0 calc(86 / 1200 * 100%) 0 0;
    }
    
    .nav_menu li.nav6 {
        margin: 0 calc(44 / 1200 * 100%) 0 0;
    }
    
    .nav_menu li.nav7 {
        margin: 0;
    }
    
    .nav_menu li a {
        width: calc(389 / 1200 * 100%);
        margin: 0 auto;
        padding-top: calc(68 / 1200 * 100vw);
    }
    
    .nav_menu li.nav5 a,
    .nav_menu li.nav6 a,
    .nav_menu li.nav7 a {
        width: 100%;
    }
    
    .nav_menu li a::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    
    .nav_menu li a:hover::before {
        opacity: 0;
        -webkit-transition: 0.2s ease 0.1s;
        transition: 0.2s ease 0.1s;
    }
    
    .nav_menu li a.nolink:hover::before {
        opacity: 1;
        -webkit-transition: none;
        transition: none;
    }
    
    .nav_menu li.nav1 a::before {
        background: url(../images/nav/btn_nav1.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav2 a::before {
        background: url(../images/nav/btn_nav2.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav3 a::before {
        background: url(../images/nav/btn_nav3.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav4 a::before {
        background: url(../images/nav/btn_nav4.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav5 a::before {
        background: url(../images/nav/btn_nav5.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav6 a::before {
        background: url(../images/nav/btn_nav6.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav7 a::before {
        background: url(../images/nav/btn_nav7.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li a::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: 0.2s ease 0.1s;
        transition: 0.2s ease 0.1s;
    }
    
    .nav_menu li a:hover::after {
        opacity: 1;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    
    .nav_menu li.nav1 a::after {
        background: url(../images/nav/btn_nav1_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav2 a::after {
        background: url(../images/nav/btn_nav2_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav3 a::after {
        background: url(../images/nav/btn_nav3_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav4 a::after {
        background: url(../images/nav/btn_nav4_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav5 a::after {
        background: url(../images/nav/btn_nav5_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav6 a::after {
        background: url(../images/nav/btn_nav6_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav7 a::after {
        background: url(../images/nav/btn_nav7_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li a.nolink::after {
        display: none;
    }
    
    .nav_menu li a img {
        display: none;
    }
    
    .nav_menu::after {
        width: calc(50 / 1200 * 100%);
        padding-top: calc(33 / 1200 * 100%);
    }
    
    .nav_sns_box {
        width: calc(390 / 1200 * 100vw - 32px);
        margin: 0 auto;
        padding: 0 0 calc(50 / 1200 * 100%);
    }
    
    .nav_sns_box p {
        width: calc(66 / 390 * 100%);
        margin: 0 auto calc(20 / 390 * 100%);
    }
    
    .nav_sns {
        width: 100%;
        padding: 0;
    }
    
    .nav_sns li {
        width: calc(38 / 390 * 100%);
        margin-right: calc(130 / 390 * 100%);
    }
    
    .nav_sns li a::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    
    .nav_sns li a:hover::before {
        opacity: 0;
        -webkit-transition: 0.2s ease 0.1s;
        transition: 0.2s ease 0.1s;
    }
    
    .nav_sns li.twitterShare a::before {
        background: url(../images/nav/btn_sns_twitter.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_sns li.facebookShare a::before {
        background: url(../images/nav/btn_sns_facebook.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_sns li.lineShare a::before {
        background: url(../images/nav/btn_sns_line.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_sns li a::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: 0.2s ease 0.1s;
        transition: 0.2s ease 0.1s;
    }
    
    .nav_sns li a:hover::after {
        opacity: 1;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    
    .nav_sns li.twitterShare a::after {
        background: url(../images/nav/btn_sns_twitter_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_sns li.facebookShare a::after {
        background: url(../images/nav/btn_sns_facebook_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_sns li.lineShare a::after {
        background: url(../images/nav/btn_sns_line_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_sns li a img {
        opacity: 0;
    }
}

@media screen and (min-width: 1200px) {
    .menu_btn {
        width: 100px;
        padding-top: 100px;
    }
    
    .nav_menu {
        width: 100%;
        margin: 100px 0 30px;
        padding: 0 0 60px;
    }
    
    .nav_menu li {
        margin: 0 auto 30px;
    }
    
    .nav_menu li.nav5,
    .nav_menu li.nav6,
    .nav_menu li.nav7 {
        width: 171px;
    }
    
    .nav_menu li a {
        width: 389px;
        padding-top: 68px;
    }
    
    .nav_menu::after {
        width: 50px;
        padding-top: 33px;
    }
    
    .nav_sns_box {
        width: 390px;
        padding: 0 0 50px;
    }
}

@media screen and (min-width: 1300px) {
    .nav {
        overflow-y: hidden;
    }
}


/* =====================================================================
*    footer
* =================================================================== */
.footer {
    background: url(../images/line_deco1.png) repeat-x center top #513c57;
    background-size: calc(234 / 750 * 100%) auto;
    overflow: hidden;
}

.footer .inner {
    padding: calc(190 / 750 * 100%) 0 calc(50 / 750 * 100%);
}

.pagetop {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.pagetop a {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: calc(247 / 750 * 100%);
}

.fixed.pagetop a {
    position: fixed;
}

.off.pagetop a {
    opacity: 0;
}

.pagetop a::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(227 / 247 * 100%);
    background: url(../images/footer/btn_pagetop1.png) no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 0 -12%;
}

.pagetop a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 calc(200 / 750 * 100vw) calc(200 / 750 * 100vw);
    border-color: transparent transparent #3b2c40 transparent;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 2;
}

.pagetop a img {
    width: calc(30 / 247 * 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    margin: 0 calc(15 / 247 * 100%) calc(15 / 247 * 100%) 0;
}

.footer1 {
    margin: 0 0 calc(60 / 750 * 100%);
}

.footer1_logo {
    width: calc(630 / 750 * 100%);
    margin: 0 auto calc(40 / 750 * 100%);
}

.footer1_logo::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(44 / 630 * 100%);
    margin: calc(50 / 630 * 100%) auto 0;
    background: url(../images/img_deco_white.png) no-repeat center top;
    background-size: auto 100%;
}

.footer1_txt {
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.714;
    text-align: center;
}

.footer1_txt span {
    display: block;
    font-size: 3.6rem;
    font-weight: 700;
}

.footer2_txt dt {
    color: #c0aec6;
    font-size: 2.8rem;
    line-height: 1.714;
    text-align: center;
}

.footer2_txt dd {
    margin: 0 0 calc(60 / 750 * 100%);
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.714;
    text-align: center;
}

.footer3_txt {
    margin: 0 0 calc(50 / 750 * 100%);
    color: #c0aec6;
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
}

.footer3_txt p:not(:last-child) {
    margin: 0 0 calc(35 / 750 * 100%);
}

.footer3_logo {
    width: calc(192 / 750 * 100%);
    margin: 0 auto;
}

.footer small {
    display: block;
    color: #fff;
    font-size: 2rem;
    line-height: 1.5;
/*    text-align: center;*/
    padding: calc(75 / 750 * 100%) calc(190 / 750 * 100%) calc(55 / 750 * 100%) calc(40 / 750 * 100%);
}

.footer small::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(26 / 750 * 100%);
    background: url(../images/line_dot_white.png) repeat left top;
    background-size: calc(8 / 750 * 100%) auto;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 768px) {
    .footer {
        background-size: calc(117 / 1600 * 100%) auto;
        overflow: visible;
    }
    
    .pagetop {
        position: relative;
    }
    
    .pagetop a {
        width: calc(247 / 1200 * 100%);
        padding-top: calc(47 / 1200 * 100%);
        margin: calc(-247 / 1200 * 100%) 0 0;
        position: absolute;
        bottom: 0;
        right: 0;
        overflow: hidden;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    
    .pagetop a::before {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    
    .pagetop a:hover::before {
        margin: 0;
    }
    
    .pagetop a::after {
        border-width: 0 0 calc(200 / 1200 * 100vw) calc(200 / 1200 * 100vw);
    }
    
    .footer .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: calc(100 / 1200 * 100%) calc(100 / 1200 * 100%) calc(30 / 1200 * 100%);
    }
    
    .footer1 {
        width: calc(475 / 1000 * 100%);
        margin: 0;
    }
    
    .footer1_logo {
        width: 100%;
        margin: 0 auto calc(30 / 475 * 100%);
    }
    
    .footer1_logo::after {
        display: none;
    }
    
    .footer1_txt {
        font-size: 1.4rem;
    }
    
    .footer1_txt span {
        font-size: 1.8rem;
    }
    
    .footer2 {
        width: calc(390 / 1000 * 100%);
        margin: 0 0 0 auto;
    }
    
    .footer2_txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .footer2_txt dt {
        width: calc(90 / 390 * 100%);
        font-size: 1.4rem;
        line-height: 1.714;
        text-align: left;
    }
    
    .footer2_txt dd {
        width: calc(300 / 390 * 100%);
        margin: 0 0 calc(25 / 390 * 100%);
        font-size: 1.4rem;
        line-height: 1.714;
        text-align: left;
    }
    
    .footer3 {
        width: 100%;
    }
    
    .footer3_txt {
        margin: 0 0 calc(25 / 1000 * 100%);
        font-size: 1.3rem;
        line-height: 1.769;
    }
    
    .footer3_txt p:not(:last-child) {
        margin: 0;
    }
    
    .footer3_logo {
        width: calc(84 / 1000 * 100%);
    }
    
    .footer small {
        font-size: 1.4rem;
        line-height: 1;
        text-align: center;
        padding: calc(45 / 1200 * 100%) 0 calc(30 / 1200 * 100%);
    }
    
    .footer small::before {
        padding-top: calc(13 / 1200 * 100%);
        background-size: calc(4 / 1200 * 100%) auto;
    }
}

@media screen and (min-width: 1200px) {
    .pagetop a {
        width: 247px;
        padding: 47px 0 0;
        margin: -247px 0 0;
    }
    
    .pagetop a::after {
        border-width: 0 0 200px 200px;
    }
    
    .footer .inner {
        padding: 100px 100px 30px;
    }
    
    .footer small {
        padding: 45px 0 30px;
    }
    
    .footer small::before {
        padding-top: 13px;
        background-size: 4px auto;
    }
}


/* =====================================================================
*    sns_share
* =================================================================== */
.sns_share {
    width: 100%;
    padding-top: calc(81 / 750 * 100%);
}

.sns_share_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: calc(20 / 750 * 100%) 0;
    background-color: #85628f;
    position: absolute;
    top: 0;
    left: 0;
}

.sns_share_list li {
    width: calc(41 / 750 * 100%);
    margin: 0 calc(160 / 750 * 100%) 0 0;
}

.sns_share_list li:last-child {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .sns_share {
        width: calc(50 / 1200 * 100%);
        margin: 0 calc(25 / 1200 * 100%) calc(400 / 1200 * 100%) 0;
        padding: 0;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 10;
    }
    
    .fixed.sns_share {
        position: absolute;
        margin-bottom: calc(1235 / 1200 * 100%);
    }
    
    .sns_share_list {
        display: block;
        width: 100%;
        background-color: transparent;
        position: relative;
    }
    
    .sns_share_list li {
        width: 100%;
        margin: 0 0 calc(20 / 50 * 100%);
    }
    
    .sns_share_list li a {
        background-color: #fff;
        border-radius: 50%;
        overflow: hidden;
    }
    
    .sns_share_list li a::before,
    .sns_share_list li a::after {
        content: "";
        display: block;
        width: 100%;
        padding-top: 100%;
    }
    
    .sns_share_list li a::after {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    
    .sns_share_list li.twitterShare a::before {
        background: url(../images/nav/btn_sns_share_twitter.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .sns_share_list li.facebookShare a::before {
        background: url(../images/nav/btn_sns_share_facebook.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .sns_share_list li.lineShare a::before {
        background: url(../images/nav/btn_sns_share_line.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .sns_share_list li.twitterShare a::after {
        background: url(../images/nav/btn_sns_share_twitter_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .sns_share_list li.facebookShare a::after {
        background: url(../images/nav/btn_sns_share_facebook_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .sns_share_list li.lineShare a::after {
        background: url(../images/nav/btn_sns_share_line_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .sns_share_list li a:hover::after {
        opacity: 1;
    }
    
    .sns_share_list li a img {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .sns_share {
        width: 50px;
        margin: 0 25px 400px 0;
    }
    
    .fixed.sns_share {
        margin-bottom: 1235px;
    }
}
