@charset "UTF-8";
/*=============================================================
	共通
===============================================================*/
.mb0{margin-bottom:0!important;}
.mb5{margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb25{margin-bottom:25px!important;}
.mb30{margin-bottom:30px!important;}
.mb35{margin-bottom:35px!important;}
.mb40{margin-bottom:40px!important;}
.mb45{margin-bottom:45px!important;}
.mb50{margin-bottom:50px!important;}
.mb100{margin-bottom:100px!important;}
.red{color:#ff0000;}



.logoList.blur{
	-webkit-animation: blurAnim 2s linear 0s forwards;
	animation:blurAnim 2s linear 0s forwards;
}
@-webkit-keyframes blurAnim {
0% {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
    opacity: 0;	
}
100% {
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	filter: blur(0);
    opacity: 1;
}
}
@keyframes blurAnim {
0% {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
    opacity: 0;	
}
100% {
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	filter: blur(0);
    opacity: 1;
}
}

body {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #222222;
    background: #87BDDF;
    padding: 0;
    margin: 0;
    position: relative;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    word-break: break-all;
}

#wrap{
    min-height: 100vh;
    position: relative;
}
.mainBox{
    width: 45%;
    position: absolute;
    right: 2%;
    top: 2%;
    background: #599ac3;
    padding: 10vh 50px 50px;
    border-radius: 50px 50px 0 0;
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
    color: #fff;
}
a{
    text-decoration: none;
}
img{
	line-height:0;
    width: 100%;	
}
ul {
  list-style: none;
}

.loading {
    height: 100vh;
    width: 100%;
    background: #599ac3;
    z-index: 999999999999999;
    position: fixed;
    left: 0;
    top: 0;
    transition: 0.4s;
}
.loaded .loading{
    z-index: -999999999999999;
    opacity: 0;
}

.loadingTxt {
  font-weight: bold;
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
	font-size: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #000;
}


.loadingTxt span {
    font-family: "Livvic", sans-serif;
    color: #fff;
    animation: bounce 1s infinite;
    font-weight: 400;
}
.loadingTxt span:nth-child(2) {
  animation-delay: .1s; 
}
.loadingTxt span:nth-child(3) {
  animation-delay: .2s;
}
.loadingTxt span:nth-child(4) {
  animation-delay: .3s; 
}
.loadingTxt span:nth-child(5) {
  animation-delay: .4s;
}
.loadingTxt span:nth-child(6) {
  animation-delay: .5s; 
}
.loadingTxt span:nth-child(7) {
  animation-delay: .6s;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-30px);
  }
  80%,
  100% {
    transform: translateY(0px);
  }
}

.delighter .inBox{
    transition: all .5s ease-out;
    transform: translatey(5%);
    opacity: 0;
    animation-delay: 2s
}

.delighter.started .inBox{
      transform: none;
      opacity: 1;

}
h3{
    font-size: 50px;
    font-weight: 200;
    margin: 0 auto 30px;
    text-align: center;
    color: #ffffff;
    font-family: "Livvic", sans-serif;
    overflow: hidden;
}
h3 span{
    transform: translateY(2em);
	display: inline-block;
}
.started h3 span{
    animation: textanimation 1s forwards;
}
.started h3 span:nth-child(1) {
    animation-delay: 0s;
}
.started h3 span:nth-child(2) {
    animation-delay: 0.2s;
}
.started h3 span:nth-child(3) {
    animation-delay: 0.4s;
}
.started h3 span:nth-child(4) {
    animation-delay: 0.6s;
}
.started h3 span:nth-child(5) {
    animation-delay: 0.8s;
}
.started h3 span:nth-child(6) {
    animation-delay: 1s;
}
.started h3 span:nth-child(7) {
    animation-delay: 1.2s;
}
.started h3 span:nth-child(8) {
    animation-delay: 1.4s;
}
.started h3 span:nth-child(9) {
    animation-delay: 1.6s;
}
.started h3 span:nth-child(10) {
    animation-delay: 1.8s;
}
@keyframes textanimation {
    0% {
        transform: translateY(2em);
    }

    100% {
        transform: translateY(0);
    }
}

.scroll {
    position: absolute;
    bottom: 2%;
    right: -5vw;
    width: 1px;
    height: 80px;
    z-index: 1;
    transition: 0.4s;
}
.scrollFix .scroll {
	opacity:0;
}
.scroll:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
  0%{bottom:80px;}
  100%{bottom:0px;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}

.scroll:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 80px;
    background: #ffffff;
}



.scrollFix .scroll{
    opacity: 0;
}

.hamWrap{

}
.hamBtn {
    width: 45px;
    height: 35px;
    transition: all .3s ease;
    cursor: pointer;
    position:fixed;
    top: 25px;
    right: 25px;
    z-index: 999;
}
.hamBtn span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background:#fff;
    transition: all .3s ease;
}
.hamBtn :nth-of-type(1) {
    top: 0;
}
.hamBtn :nth-of-type(2) {
	top: 15px;
}
.hamBtn :nth-of-type(3) {
    top: 30px;
}
.hamBtn.open span {

}
.hamBtn.open span:nth-of-type(1) {
	transform: translateY(15px) rotate(-45deg);
}
.hamBtn.open span:nth-of-type(2) {
	opacity: 0;
}
.hamBtn.open span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
}


.hamBox{
display: none;
    min-height: 100%;
    box-sizing: border-box;
    position: fixed;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    overflow: auto;
    background: #4a7a97;
}
.hamBox .menuList{
    position: absolute;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
}
.hamBox .menuList li{
    text-align: center;
    margin: 0 0 20px;
}
.hamBox .menuList li a{
    color: #fff;
    font-size: 35px;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 200;
    margin: 0 0 30px 0;
    font-family: "Livvic", sans-serif;
}

.hamBox .menuList li.off a{
    pointer-events: none;
    opacity: 0.3;
}
.contentsBox {
    padding: 80px 0;
}
.btn{
    margin: 0;
    padding: 0;
}
.btn a{
    background: #ffffff;
    width: 300px;
    padding: 15px;
    display: block;
    margin: 0 auto;
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
    transition: 0.4s;
    color: #599ac3;
    text-align: center;
    border: 2px solid #ffffff;
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
}
.btn.sub a{
    border: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
    margin: 0 auto 20px;
}

.coming{
text-align: left;
    font-size: 22px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.btn.off a{
    background: #818181;
    pointer-events: none;
}
.btn.sub.brown a {
    border: 2px solid #3a2d2a;
    background: transparent;
    color: #3a2d2a;
}
.attentionList {
    padding: 30px;
    background: rgba(0, 0, 0, 0.1);
}
.attentionList li{
	font-size: 13px;
    text-indent: -1em;
    margin: 0 0 5px 1em;
    line-height: 1.8;
}
.attentionList li:last-child{
    margin: 0 0 0 1em;
}
.bgBox {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}
.bg01 {
    opacity: 1;
    background: url(/static/fcuru/feature/fc7th_anniversary/images/bg_main_pc_Pr9VFfxJ.jpg) no-repeat center center;
    background-position: top;
    background-size: cover;
}

.bgslide{

}
.bgslide .bgTop{
    position: fixed;
    top: 0;
    transform: translate(0,-50%);
}
.bgslide .bgBottom{
    position: fixed;
    bottom: 0;
    transform: translate(0,50%);
}
.bgslide .bgBlock{
    display: flex;
    width:500px;
    height:270px;
}
.bgslide .bgTop .bgBlock{
    animation: slidemove 20s linear infinite;
}
.bgslide .bgBottom .bgBlock{
    animation: slidemove 20s linear reverse infinite;
}
.bgslide .bgBlock img{
    width: 500px;
    opacity: 0.2;
}
@keyframes slidemove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-500px);
  }
}




/*=============================================================
	visual
===============================================================*/
.visual{
    width: 50%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}
.visual .mainTit{
    width:30vw;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
}
.visual .mainTit h2{

}
.visual .mainTit h2 p,
.visual .mainTit h2 p:nth-child(2) img{
	opacity: 0;
}
.visual .mainTit h2 p:nth-child(1){
	width: 50%;
    margin: 0 auto 3vh;
}
.visual .mainTit h2 p:nth-child(2){
    width: 30%;
    margin: 0 auto 3vh;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: end;
	opacity: 1;
}
.visual .mainTit h2 p:nth-child(2) img:nth-child(1){
    width: 61%;
}
.visual .mainTit h2 p:nth-child(2) img:nth-child(2){
    width: 39%;
    position: relative;
    left: -15%;
}
.visual .mainTit h2 p:nth-child(3){
    margin: 0 auto 2vh;
}
.visual .mainTit h2 p:nth-child(4){
    width: 60%;
    margin: auto;
}

.loaded .visual .mainTit h2 p{
    animation:upIn 1s forwards;
}
.loaded .visual .mainTit h2 p:nth-child(2){
    animation: none;
}
.loaded .visual .mainTit h2 p:nth-child(2) img:nth-child(1){
    animation:fadeSplash 0.4s forwards;
}
.loaded .visual .mainTit h2 p:nth-child(2) img:nth-child(2){
    animation:upIn 1s forwards;
}

.loaded .visual .mainTit h2 p:nth-child(1) {
    animation-delay: 0.4s;
}
.loaded .visual .mainTit h2 p:nth-child(2) img:nth-child(1){
    animation-delay: 0.6s;
}
.loaded .visual .mainTit h2 p:nth-child(2)  img:nth-child(2){
    animation-delay: 0.8s;
}
.loaded .visual .mainTit h2 p:nth-child(3) {
    animation-delay: 1s;
}
.loaded .visual .mainTit h2 p:nth-child(4) {
    animation-delay:1.2s;
}

@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}

@keyframes fadeSplash {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.bold {
    font-weight: bold!important;
}


#acd {
    margin: 30px 0 0 0;
}
#acd .acdTit {
width: 100%;
    letter-spacing: 0.6px;
    display: block;
    font-size: 16px;
    box-sizing: border-box;
    position: relative;
    transition: 0.4s;
    padding: 20px;
    background: #fff;
    color: #231815;
    font-weight: bold;  
}
#acd .acdTit::after {
    position: absolute;
    margin: -12px 0 0;
    content: "";
    vertical-align: middle;
    top: 53%;
    right: 25px;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#acd .acdTit.open::after {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.4s;        
}
#acd .acdTit .ticketTit{
    margin: 0;
}
#acd .ticketBox {
    margin: 0 0 50px;
    padding: 0 40px 40px 40px;
    background: rgba(129,188,185,0.2);
}  
.inBox {
    margin: auto;
    box-sizing: border-box;
}

.messageBox{
    position: relative;
    max-width: 600px;
    margin: 0 auto 50px;
    width: 60vh;
}
.messageBox .ph{
    opacity: 0;
}
.loaded .messageBox .ph{
    animation: upIn 1s forwards;
    animation-delay: 2s;
}

#radio .ph{
    margin: 0 auto 50px;
    padding: 20px;
    background: #ffffff;
    line-height: 0;
}

#goods{

}
.loaded #goods{

}
.goods_box{
    overflow: hidden;
}
#goods .goodsList{
display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; 
}
#goods h3 span:nth-child(4){
    padding: 0 0 0 10px;
}
#goods .goodsList li{
    width: 46%;
    position: relative;    
	margin: 0 0 50px 0;    
}
#goods .goodsList li .new{
    background: #333;
    width: 80px;
    height: 80px;
    display: block;
    line-height: 80px;
    text-align: center;
    border-radius: 100px;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    color: #fff;
    left: -30px;
    top: -10px;
}
#goods .goodsImage{
    margin: 0 auto 20px;
    border-radius: 10px;
    overflow: hidden;
}
#goods .goodsImage img{
    margin: auto;
    display: block;
	transition: transform .6s ease;
}

#goods .goodsName {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 10px 0;
}
#goods .goodsDetail{
    text-align: center;
    font-size: 15px;
    margin: 0 0 10px 0;
}

#goods .goodsPrice{
    text-align: center;
    font-size: 15px;
}
#goods .detailBox {
    padding: 40px;
    margin: 0 0 50px 0;
    color: #fff;
    border: 1px solid;
    outline: 3px solid #fff;
    outline-offset: 5px;
}

#goods .detailBox .mainTit {
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px 0;
}
#goods .detailBox dl{
	margin: 0 0 30px 0;
    border-bottom: 1px dotted;
    padding: 0 0 30px 0;
}
#goods .detailBox dl:last-child{
	margin: 0;
    border-bottom:none;
    padding:0;
}
#goods .detailBox dt{
    font-size: 21px;
    margin: 0 0 20px 0;
    text-align: center;
    letter-spacing: 0.5em;
    font-weight: bold;
}
#goods .detailBox dd p{
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-align: center;
    line-height: 1.8;
}
#goods .detailBox dd p .mini{
    font-size: 70%;
}
#goods .leadBox {
    font-size: 16px;
    margin: 0 0 30px 0;
    line-height: 1.8;
    text-align: left;
}
#goods .leadBox p{
    margin: 0 0 20px 0;
}
#goods .ph{
    margin: 0 0 20px 0;
}
.goods_box h4 {
    color:#8fb3cf;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px dotted #8fb3cf;
margin: 0 0 20px 0;    
}
.goods_box .ph {
    text-align: center;
    line-height: 0;
    width: 50%;
    margin: 0 auto 50px;
}
.goods_box .ph img{
margin: 0 0 20px 0;
}
.goods_box .minTxt{
    text-align: right;
    line-height: 0;
    margin: 0 auto 50px;
    font-size: 13px;    
}
.goods_detail { font-size:13px; color:#151515; margin: 15px 0 0;line-height:1.6em; }
.goods_detail p {
    padding: 0 0 10px;
    font-size: 15px;
    font-weight: 500;    
    line-height: 1.8;
}
.goods_detail p.right{
    text-align: right;
}
.goods_detail ul {
    padding: 0 0 20px;
}
.goods_detail ul li{
	padding-left:1em;
	text-indent:-1em;
}

.goods_detail ul li:last-child{
	padding:0 0 0 1em;
}
.goods_detail .attentionList{
    margin: 10px 0 0;
    color: #000;    
}
.goods_box .attentionList {
    color: #000;
    font-size: 13px;
    text-align: left;
    background: #fbfbfb;
    padding: 15px;
    margin: 10px 0 0 0;
    }
.goods_detail .attentionList li {
    padding-left: 0;
}
.goods_detail .attentionList li:last-child {
    padding-left: 0;
}

#special .txt{
    text-align: center;
    font-size: 16px;
    margin: 0 0 50px 0;
}

/* =================================
	フッター
==================================== */
footer{
line-height: 1.8;    
}
.linkArea {
    padding: 50px 0 0 0; 
    }
.linkArea a {
    width: 40%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
}
.nav--support{
    margin: 0;
}
footer {
  color: inherit;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #999;
  text-align: center;
  width: 100%;
    position: relative;
}
footer .inner {
  padding: 60px 0 0;
}
footer .copyright {
  font-family: 'Times New Roman', 'Playfair Display', serif;
    color: #fff;
}
footer .nav--support {
  margin-bottom: 30px;
}
footer .nav--support li {
  display: inline-block;
}
footer .nav--support li a {
  padding: 0 15px;
    color: #fff;
}

footer .nav--sns {
  margin: 0 0 30px;
}
footer .nav--sns li {
  display: inline-block;
}
footer .nav--sns li a {
  padding: 0 15px;
  color: #999;
  font-size: 20px;
}



/*=============================================================
	レスポンシブPC
===============================================================*/
@media screen and (min-width: 960px){
.sp{display:none;}

.menuList{
	    display: -webkit-flex;
	    display: flex;
	    flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
        position: fixed;
        left: 2%;
        top: 2%;
}
.menuList li{
        text-align: center;
        margin: 0 20px 0 0;
}
.menuList li a{
        color: #fff;
        font-size: 20px;
        letter-spacing: 0.05em;
        text-align: center;
        font-weight: 200;
        font-family: "Livvic", sans-serif;
}
.menuList li a:hover{
	transition: 0.4s;
	color:#A1CCC5;
}
#goods .goodsImage a:hover img{
	transform: scale(1.1);
}
footer .nav--sns li a:hover {
  opacity: 0.7;
}
.btn a:hover{
        background: #3680a4;
        border: 2px solid #3680a4;
}
.btn.sub a:hover {
    background:#3680a4;
    border: 2px solid #3680a4;
    color: #fff;
}
footer .nav--support li a:hover {
  opacity: 0.7;
}
/*=============================================================
	レスポンシブPCここまで
===============================================================*/
}


/*=============================================================
レスポンシブSP
===============================================================*/
@media screen and (max-width: 960px){
.pc{display: none!important;}



h3 {
font-size: 31px;
}
#wrap{
    width: 100%;
}
.mainBox {
    width: 100%;
    position: initial;
    padding:30px;
    border-radius: 20px 20px 0 0;
}
.inBox {

}
.hamWrap {
        position: fixed;
        right: 5px;
        top: 10px;
        z-index: 999999999;
        width: 45px;
        height: 35px;
}
.hamBtn {
        width: 30px;
        height: 25px;
}
.hamBtn :nth-of-type(2) {
	top: 10px;
}
.hamBtn :nth-of-type(3) {
    top: 20px;
}
.hamBtn.open span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}
.hamBtn.open span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}
.hamBox .menuList li a {
    text-align: center;
    font-size: 23px;
}

.contentsBox {
    padding: 30px 0;
}
.coming {
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.btn a {
    width: 100%;
    padding: 15px;
    display: block;
    border-radius: 100px;
    font-size: 13px;
    font-weight: bold;
    transition: 0.4s;
}
.btn.sub a {
    margin: 0 auto 10px;
}
.btn a:hover{
    opacity: 1;
}
.scroll {
        right: auto;
        bottom: 2%;
        left: 4%;
	display:none;
}
.attentionList li{
        font-size: 11px;
}
#acd h3 {
    padding: 20px;
}
#acd .contentsBox {
    margin: 0 0 60px;
    background: rgba(129,188,185,0.2);
    padding: 0 20px 20px 20px;
}

.bgslide .bgBlock{
    display: flex;
    width: 300px;
    height: 125px;
}
.bgslide .bgBlock img{
    width: 300px;
}
@keyframes slidemove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-300px);
  }
}

.visual {
        position: sticky;
        min-height: auto;
        height: auto;
        padding: 50px 0 0 0;
        min-height: auto;
        width: 100%;
        height: 30dvh;
        z-index: 0;
}
.visual .inner{
    position: initial;
    left: auto;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    margin: auto;
}

.visual .mainTit {
    width: 30vh;
}
.visual .mainTit h2 p:nth-child(1) {
    margin: 0 auto 1vh;
}
.visual .mainTit h2 p:nth-child(2) {
    width: 25%;
    margin: 0 auto 1.5vh;
}
.visual .mainTit h2 p:nth-child(3) {
    margin: 0 auto 1vh;
}
.messageBox {
        width: 45vh;
}

#goods .goodsImage {
    margin: 0 auto 10px;
    border-radius: 5px;
}
#goods .leadBox p {
    font-size: 13px;
}
#goods .leadBox {
    font-size: 12px;
    margin: 0 0 20px 0;
    line-height: 1.8;
    text-align: left;
}
#goods .goodsList {
        margin: 0 auto 30px;
        width: 80%;
}
#goods .goodsList li {
        width: 100%;
        position: relative;
        margin: 0 auto 30px;
}
#goods .goodsList li:last-child{
    margin: 0 auto;
}
#goods .goodsName {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}
#goods .goodsDetail {
    text-align: center;
    font-size: 13px;
}
#goods .goodsPrice {
    text-align: center;
    font-size: 13px;
}
.goods_box h4 {
    font-size: 15px;
}
.goods_box .ph {
    text-align: center;
    line-height: 0;
    width: 95%;
    margin: 0 auto 15px;
}
.size {
    padding: 15px;
    font-size: 13px;
}
.size .tit {
    font-size: 12px;
    margin: 0 0 5px 0;
}
.size dl dt {
    font-weight: bold;
    font-size: 12px;
}
.attentionList {
    padding: 15px;
}
.goods_detail p {
    padding: 0 0 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
    word-break: break-all;
}
.goods_detail ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 11px;
    word-break: break-all;
}
.goods_detail {
    font-size: 11px;
}

#goods .detailBox {
    padding: 20px;
    margin: 0 0 30px 0;
}
#goods .detailBox dl {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}
#goods .detailBox dt {
        font-size: 16px;
        margin: 0 0 10px 0;
}
#goods .detailBox dd p {
        font-size: 14px;
        margin: 0 0 10px 0;
        line-height: 1.5;
}

#radio .ph {
        margin: 0 auto 25px;
        padding: 10px;
}
#special .txt {
    text-align: left;
    font-size: 13px;
    margin: 0 0 20px 0;
}

/* ==============================================================
	footer
=================================================================== */

footer {
    background: transparent;
    line-height: 1.5;
    padding: 0;
width: 100%;
    margin: auto;
}
footer .inner{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
padding: 0;        
}

footer .nav--support {
    margin: 0 0 20px;
    width: 100%;
}
footer .nav--sns{
width: 36vw;
}
footer .copyright {
    width: 35vw;
    margin: 5px 0 0 0;
}
footer .nav--sns li {
    display: inline-block;
    margin: 0 0 0 10px;
}
footer .nav--support li a {
    padding: 0 15px;
    font-size: 10px;
}
.linkArea a {
        width: 63%;
        display: block;
        padding: 0;
        box-sizing: border-box;
        margin: 0 auto 20px;

}

#acd h3{
    font-size: 12px;
    background: #fff;
    color: #b688b9;
    font-weight: bold;
}



/*=============================================================
	レスポンシブSPここまで
===============================================================*/
}
