@charset "utf-8";

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	color: #000;
}

/* ヘッダー
-------------------------------------------------- */
.h_inner{
	padding: 10px 20px;
}

.navInner h2.no_open a {
	color: #333;
	display: block;
	width: 100%;
	padding: 0 !important;
}

.navInner h2.no_open::before, .navInner h2.no_open::after {
	content: none;
}

.navWrap.panel-active {
	overflow-y: auto;
	z-index: 13;
}

.linkFlex a i{
	color: #FFF;
}

@media screen and (max-width: 1199px) {
  .navInner li a {
    padding: 15px 15px 15px 0 !important;
  }
  .navInner h2 {
    padding-right: 15px;
  }
  .navInner .accordion i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(50%);
    font-size: 14px;
    margin-top: -7px;
  }
  .navInner h2::before {
    top: 60%;
  }
  .navInner h2::after {
    top: 60%;
  }
}
.linkFlex{
  flex-wrap: wrap;
}
.linkFlex a.item, .linkFlex a.shop{
  width: 100% !important;
}


.sp_only{
  display: none;
}
.pc_only{
  display: block;
}
@media screen and (max-width:768px){
  .sp_only{
    display: block;
  }
  .pc_only{
    display: none;
  }
}

main{
	background: url("../img/bgi_clover_re.png") top 60px center no-repeat, #d4ecea;
	background-size: auto, auto;
	background-attachment: fixed;
}
main .main_wrap{
  max-width: 1200px;
  margin: 0 auto;
}
main img{
  width: 100%;
}
main a{
  text-decoration: none;
}
.lp_wrap{
  position: relative;
  max-width: 600px;
  width: 100%;
  background-color: #FFF;
  z-index: 2;
  margin-left: auto;
  overflow: visible;
}
.navWrap{
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.navWrap.panel-active{
  right: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.lp_wrap .navWrap{
  top: 0;
  right: auto;
  left: 100%;
  width: 100%;
  height: 100%;
}

/* nav本体と背景を最初からLP幅に固定 */
.navWrap,
.navWrap.panel-active,
.nav-bg,
.nav-bg.bg-active{
  width: min(100vw, 600px);
  max-width: 600px;
  left: 50%;
}

/* PC時: 右寄せLPに合わせる */
@media screen and (min-width: 1200px){
  .navWrap{
    right: calc((100vw - 1200px) / 2 - 600px);
    height: 100vh;
  }

  .navWrap.panel-active{
    right: calc((100vw - 1200px) / 2);
    height: 100vh;
  }

  .nav-bg{
    right: calc((100vw - 1200px) / 2);
    height: 100vh;
  }
}

/* 1199px以下: LP中央配置に合わせる */
@media screen and (max-width: 1199px){
  .navWrap{
    right: -100%;
    height: 100vh;
  }

  .navWrap.panel-active{
    right: 0;
    height: 100vh;
	left: 0;
  }

  .nav-bg{
    right: 0;
    height: 100vh;
  }
}
.lp_fvbg{
  display: block;
  position: fixed;
  top: 0;
  left: 5%;
  width: 100%;
  height: 100%;
}
.lp_fvcharacter_wrap{
  display: block;
  position: fixed;
  max-width: 1200px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0 auto;
}
.fv_character{
  position: relative;
  max-width: 600px;
  width: 100%;
  padding-right: 80px;
  transform: scale(0.7);
  opacity: 0;
  animation: fvPop 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@keyframes fvPop {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width:1120px){
  .lp_fvbg {
    left: 0;
    height: 30vh;
  }
  .lp_fvcharacter_wrap{
    display: none;
  }
  .lp_wrap{
    margin: 0 auto;
  }
}
@media screen and (max-width:600px){
  .lp_fvbg{
    display: none;
  }
}
@media screen and (max-height: 600px) {
  .fv_character {
      width: 35vw;
  }
}
@media screen and (max-width: 1400px) and (max-height: 500px) {
  .fv_character {
      width: 30vw;
  }
}
@media screen and (max-width: 1300px) and (max-height: 600px) {
  .fv_character {
      width: 35vw;
  }
}


.content_wrap{
  padding: 40px 20px;
}

.fv{
  text-align: center;
}

.fv_title{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.fv_text{
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}
.fv .buy_btn {
  display: inline-block;
  max-width: 440px;
  width: 100%;
  background: linear-gradient(to bottom, #e10000 0%, #cc0000 100%);
  padding: 20px 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 999px;
  margin: 0 auto 40px;
  text-decoration: none;
  position: relative;
  transform: translateY(0);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow:
    0 6px 0 #8f0000,
    0 10px 18px rgba(0, 0, 0, 0.18);
}
.fv .buy_btn::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 45%;
  right: 20px;
  opacity: 1;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 3;
  transform: translateX(0px) rotate(45deg);
  transition: all 0.3s ease;
}
.fv .buy_btn:hover {
  transform: translateY(3px);
  box-shadow:
    0 3px 0 #8f0000,
    0 6px 12px rgba(0, 0, 0, 0.14);
}

.fv .buy_btn:active {
  transform: translateY(6px);
  box-shadow:
    0 0 0 #8f0000,
    0 2px 6px rgba(0, 0, 0, 0.12);
}

.fv_detail{
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width:768px){
  .fv_text{
    font-size: 13px;
  }
}



.days{
background:
  repeating-linear-gradient(
    -45deg,
    rgba(255,255,255,0.12) 0px,
    rgba(255,255,255,0.12) 3px,
    transparent 3px,
    transparent 6px
  ),
  linear-gradient(
    180deg,
    #33abe6 0%,
    #3bb3ed 100%
  );
}
.days_box{
  background-color: #FFF;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.days_box.is-show {
  opacity: 1;
  transform: translateY(0);
}
.days_box.mb0{
  margin-bottom: 0;
}
.days_title{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.days_text{
  font-size: 14px;
  text-align: left;
  margin-bottom: 40px;
}
.days_list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin-bottom: 40px;
}
.days_list li:nth-child(1){
	width: 55%;
}
.days_list li:nth-child(2){
	width: 45%;
  border-left: 1px solid #cccccc;
  border-top: 0px;
}
.days_name{
  font-size: 14px;
  text-align: center;
}
.days_img{
  margin-bottom: 40px;
}
.days_num{
  font-family: "din-2014", sans-serif;
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.01em;
}
.days_num span{
  font-family: "din-2014", sans-serif;
  font-size: 18px;
  text-align: center;
}
.days_btn{
  position: relative;
  max-width: 300px;
  width: 100%;
  display: inline-block;
  background-color: #000;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  padding: 20px 0;
  overflow: hidden;
}
.days_btn::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 45%;
  right: 20px;
  opacity: 0.7;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 3;
  transform: translateX(0px) rotate(45deg);
  transition: all 0.3s ease;
}
.days_btn::after{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.25;
  transition: left 0.4s ease;
  z-index: 1;
}
.days_btn:hover::after{
  left: 0;
}
.days_btn:hover::before{
  transform: translateX(5px) rotate(45deg);
  opacity: 1;
}
@media screen and (max-width:768px){
  .days_list{
    display: block;
  }
  .days_list li{
    padding: 10px 10px;
	width: 100% !important;
  }
  .days_list li:nth-child(2){
    position: relative;
    border-left: 0;
    border-top: none;
  }

  .days_list li:nth-child(2)::before {
  	display: block;
    content: "";
    width: 30%;
    height: 1px;
    background: #ccc;
	margin: 0 auto 20px;
  }
}


.nav{
  background:url("../img/nav_bg.png"),#e9f8ff;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.nav_title{
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.nav_list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.nav_list li{
  width: calc(100% / 3 - 10px);
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.nav_list li.is-show {
  opacity: 1;
  transform: scale(1);
}

.nav_list li .nav_list_img{
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1 ;
  max-width: 150px;
  width: 100%;
  margin: 0 auto 10px;
  border: 5px solid #FFF;
  border-radius: 999px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
.nav_list li .nav_list_img img{
  width: auto;
  margin: 0 auto;
  transform: scale(1);
  transition: all 0.3s ease;
}

.nav_list li:hover .nav_list_img img{
  transform: scale(1.1);
}
.nav_list li:nth-child(1) .nav_list_img{
  background-color: #eb9b0e;
}
.nav_list li:nth-child(2) .nav_list_img{
  background-color: #d2eaf0;
}
.nav_list li:nth-child(3) .nav_list_img{
  background-color: #893147;
}
.nav_list li:nth-child(4) .nav_list_img{
  background-color: #fce864;
}
.nav_list li:nth-child(5) .nav_list_img{
  background-color: #10b2eb;
}
.nav_list li:nth-child(6) .nav_list_img{
  background-color: #f8dde9;
}
.nav_list li:nth-child(1) .nav_list_img img{
  max-width: 101px;
  width: 100%;
  margin: auto;
}
.nav_list li:nth-child(2) .nav_list_img img{
  max-width: 95px;
  width: 100%;
  margin: auto;
}
.nav_list li:nth-child(3) .nav_list_img img{
  max-width: 88px;
  width: 100%;
  margin: auto;
}
.nav_list li:nth-child(4) .nav_list_img img{
  max-width: 58px;
  width: 100%;
  margin: auto;
}
.nav_list li:nth-child(5) .nav_list_img img{
  max-width: 63px;
  width: 100%;
  margin: auto;
}
.nav_list li:nth-child(6) .nav_list_img img{
  max-width: 96px;
  width: 100%;
  margin: auto;
}
.nav_list_text{
  text-align: center;
}
@media screen and (max-width:768px) {
  .nav_title{
    font-size: 35px;
  }
  .nav{
    background:url("../img/nav_spbg.png"),#e9f8ff;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width:600px){
  .nav_list li{
    width: calc(100% / 2 - 30px);
  }
}



/*各商品*/
#rilakkuma{
  position: relative;
}
#sumikko{
  background-color: #cee9f0;
}
#tarepanda{
  background-color: #fffcdb;
}
#afuroken{
  position: relative;
}
#kogepan{
  position: relative;
}
#universe{
  position: relative;
}
#rilakkuma::before,
#afuroken::before,
#kogepan::before,
#universe::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  z-index: 0;
}
#rilakkuma::before {
  background-image: url("../img/rilakkuma_bg2.png");
}

#afuroken::before {
  background-image: url(../img/afuroken_bg.png);
}

#kogepan::before {
  background-image: url(../img/kogepan_bg2.png);
}

#universe::before {
  background-image: url(../img/universe_bg.png);
}
.product_wrap{
  padding: 40px 20px;
}
.product_title{
  text-align: center;
  margin-bottom: 40px;
}
#rilakkuma .product_title img{
  max-width: 215px;
  width: 100%;
  margin: 0 auto;
}
#sumikko .product_title img{
  max-width: 217px;
  width: 100%;
  margin: 0 auto;
}
#tarepanda .product_title img{
  max-width: 210px;
  width: 100%;
  margin: 0 auto;
}
#afuroken .product_title img{
  max-width: 159px;
  width: 100%;
  margin: 0 auto;
}
#kogepan .product_title img{
  max-width: 182px;
  width: 100%;
  margin: 0 auto;
}
#universe .product_title img{
  max-width: 371px;
  width: 100%;
  margin: 0 auto;
}
.product_img{
  position: relative;
  background-color: #FFF;
  border-radius: 13px;
  padding: 40px 20px;
  margin-bottom: 20px;
  z-index: 2;
}

span.shopOnly{
	display: block;
	text-align: center;
	padding: 10px 0;
	background: #7b644e;
	color: #ffffff;
	margin-bottom: 20px;
}

.shopLink{
	background: #7b644e !important;
	box-shadow: 0 6px 0 #5b4531, 0 10px 18px rgba(0, 0, 0, 0.18) !important;
}
.shopLink:hover{
	box-shadow: 0 3px 0 #5b4531, 0 6px 12px rgba(0, 0, 0, 0.14) !important;
}
.shopLink i{
	color: #fff;
	margin-left: 10px;
}

#rilakkuma .product_img{
  box-shadow: 0px 0px 10px rgba(235, 155, 14, 1);
}
#sumikko .product_img{
  box-shadow: 0px 0px 10px rgba(207, 234, 241, 1);
}
#tarepanda .product_img{
  box-shadow: 0px 0px 10px rgba(105, 27, 47, 1);
}
#afuroken .product_img{
  box-shadow: 0px 0px 10px rgba(16, 178, 235, 1);
}
#kogepan .product_img{
  box-shadow: 0px 0px 10px rgba(103, 73, 49, 1);
}
#universe .product_img{
  box-shadow: 0px 0px 10px rgba(123, 100, 78, 1);
}
.product_slide{
  max-width: 345px;
  width: 100%;
  margin: 0 auto;
}
.product_slide .card{
  height: 345px;
  aspect-ratio: 1 / 1;
  padding: 20px 0;
}
.product_slide .card img{
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.product_character{
  position: absolute;
  top: -80px;
  right: 0;
}
#rilakkuma .product_character{
  max-width: 125px;
  width: 100%;
}
#sumikko .product_character{
  position: absolute;
  top: -30px;
  right: 0;
  max-width: 221px;
  width: 100%;
}
#tarepanda .product_character{
  position: absolute;
  top: -50px;
  right: 0;
  max-width: 113px;
  width: 100%;
}
#afuroken .product_character{
  max-width: 90px;
  width: 100%;
}
#kogepan .product_character{
  max-width: 70px;
  top: -40px;
  width: 100%;
}
#universe .product_character{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 1;
  max-width: 396px;
  width: 100%;
}
.product_character img{
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.product_name{
  position: relative;
  background-color: #FFF;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-radius: 13px;
  padding: 40px 20px;
  margin-bottom: 40px;
  z-index: 1;
}
#rilakkuma .product_name{
  box-shadow: 0px 0px 10px rgba(235, 155, 14, 1);
}
#sumikko .product_name{
  box-shadow: 0px 0px 10px rgba(207, 234, 241, 1);
}
#tarepanda .product_name{
  box-shadow: 0px 0px 10px rgba(105, 27, 47, 1);
}
#afuroken .product_name{
  box-shadow: 0px 0px 10px rgba(16, 178, 235, 1);
}
#kogepan .product_name{
  box-shadow: 0px 0px 10px rgba(103, 73, 49, 1);
}
#universe .product_name{
  box-shadow: 0px 0px 10px rgba(123, 100, 78, 1);
}
.product_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.product_btn .buy_btn {
  display: inline-block;
  width: calc(100% / 2 - 10px);
  background: linear-gradient(to bottom, #e10000 0%, #cc0000 100%);
  padding: 20px 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 999px;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
  transform: translateY(0);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow:
    0 6px 0 #8f0000,
    0 10px 18px rgba(0, 0, 0, 0.18);
}
.product_btn .buy_btn::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 45%;
  right: 20px;
  opacity: 1;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 3;
  transform: translateX(0px) rotate(45deg);
  transition: all 0.3s ease;
}

.product_btn .buy_btn:hover {
  transform: translateY(3px);
  box-shadow:
    0 3px 0 #8f0000,
    0 6px 12px rgba(0, 0, 0, 0.14);
}

.product_btn .buy_btn:active {
  transform: translateY(6px);
  box-shadow:
    0 0 0 #8f0000,
    0 2px 6px rgba(0, 0, 0, 0.12);
}
.product_btn .digital_btn{
  display: inline-block;
  width: calc(100% / 2 - 10px);
  background: #69ceee;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 999px;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
  transform: translateY(0);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow:
    0 6px 0 #48b1d2,
    0 10px 18px rgba(0, 0, 0, 0.18);
}
.product_btn .digital_btn::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 45%;
  right: 20px;
  opacity: 1;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 3;
  transform: translateX(0px) rotate(45deg);
  transition: all 0.3s ease;
}

.product_btn .digital_btn:hover {
  transform: translateY(3px);
  box-shadow:
    0 3px 0 #48b1d2,
    0 6px 12px rgba(0, 0, 0, 0.14);
}

.product_btn .digital_btn:active {
  transform: translateY(6px);
  box-shadow:
    0 0 0 #48b1d2,
    0 2px 6px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width:768px){
  .product_btn .buy_btn,
  .product_btn .digital_btn {
    width: 100%;
  }
  .product_character{
    right: -10px;
  }
  #universe .product_character{
    width: 80%;
  }
  .product_character {
      top: -65px;
  }
  #rilakkuma .product_character{
    max-width: 95px;
    width: 100%;
  }
  #sumikko .product_character{
    max-width: 191px;
    width: 100%;
  }
  #tarepanda .product_character{
    position: absolute;
    top: -50px;
    right: 0;
    max-width: 83px;
    width: 100%;
  }
  #afuroken .product_character{
    max-width: 80px;
    width: 100%;
  }
  #kogepan .product_character{
    max-width: 60px;
    width: 100%;
  }
}

/*スライダー*/
.slick-dots li{
  margin: 0 !important;
}
.slick-dots li button::before{
  font-size: 10px !important;
  opacity: 1 !important;
}
#rilakkuma .slick-dots li.slick-active button::before{
  color: #eb9b0e;
}
#sumikko .slick-dots li.slick-active button::before{
  color: #d1e8ef;
}
#tarepanda .slick-dots li.slick-active button::before{
  color: #8e2d46;
}
#afuroken .slick-dots li.slick-active button::before{
  color: #10b2eb;
}
#kogepan .slick-dots li.slick-active button::before{
  color: #63452d;
}
#universe .slick-dots li.slick-active button::before{
  color: #fadce9;
}
/*アニメーション挙動*/
.product_title,
.product_img,
.product_name,
.product_btn {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.is-show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.product_title .is-show,
.product_img .is-show,
.product_name .is-show,
.product_btn .is-show {
  opacity: 1;
  transform: translateY(0) scale(1);
}


.contents .content_wrap{
  padding: 40px 0;
  text-align: center;
}
.contents_title{
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.contents_slider {
	margin: 0 auto 40px;
	padding: 0;
	list-style: none;
}
.contents_slider li {
	margin: 0 12px;
}
.contents_slider li a {
	display: block;
	text-decoration: none;
	color: #333;
	background: #fff;
}
.contents_slider li a :hover{
  opacity: 0.8;
}
.contents_slider li img {
	display: block;
	width: 100%;
	height: auto;
}
.contents_slider li p {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.6;
  text-align: left;
}
.contents_slider .slick-slide {
	height: auto;
}
.contents_slider .slick-track {
	display: flex;
}
.contents_slider .slick-slide > div {
	height: 100%;
}
.more_btn{
  position: relative;
  max-width: 300px;
  width: 100%;
  display: inline-block;
  background-color: #000;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  padding: 20px 0;
  overflow: hidden;
  margin-bottom: 40px;
}
.more_btn::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 45%;
  right: 20px;
  opacity: 0.7;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 3;
  transform: translateX(0px) rotate(45deg);
  transition: all 0.3s ease;
}
.more_btn::after{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.25;
  transition: left 0.4s ease;
  z-index: 1;
}
.more_btn:hover::after{
  left: 0;
}
.more_btn:hover::before{
  transform: translateX(5px) rotate(45deg);
  opacity: 1;
}
.sanx_logo{
  width: calc(100% - 40px);
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0 auto;
  padding: 30px 0;
}
.sanx_logo_img{
  opacity: 1;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.sanx_logo_img:hover{
  opacity: 0.7;
}
.sanx_logo_img img{
  max-width: 164px;
  width: 100%;
  margin: 0 auto;
}
.sanx_copyright img{
  max-width: 275px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .contents_title{
    font-size: 35px;
  }
}

.copyright{
  position: relative;
  z-index: 1;
}
.sns li a img{
  width: auto !important;
}