@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;/*高さ自動*/
}

@media screen and (min-width: 768px) {
.sp_only {
  display: none;
}
}

@media screen and (max-width: 768px) {
.pc_only {
  display: none;
}
}
/* 全体の設定
-------------------------------------*/
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  color: #000;
  background-color: #fff;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
h2 {
  font-family: "Overlock", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.0rem;
  font-size: 7rem;
  text-align: center;
  letter-spacing: 4px;
}
h3 {
  letter-spacing: -.1rem;
  font-weight: 300;
  margin-bottom: 4rem;
  color: #f58c00;
  font-size: 2rem;
  text-align: center;
}
h4 {
  letter-spacing: 1px;
  color: #000;
  font-size: 2rem;
  text-align: center;
  margin: 2rem 0;
}
p {
  font-size: 2.3rem;
}

@media only screen and (max-width: 768px) {
h2 {
  letter-spacing: 0.5rem;
  font-size: 3.4rem;
  text-align: center;
}
h3 {
  letter-spacing: -.1rem;
  font-weight: 300;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  text-align: center;
}
h4 {
  letter-spacing: 1px;
  font-size: 1.8rem;
  text-align: center;
  margin: 2rem 0;
}
p {
  font-size: 2rem;
  letter-spacing: 0rem;
}
}
.btn {
  width: 86%;
  border-radius: 55px;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 100;
  margin: 0.6rem 0 5rem 0;
  text-decoration: none;
  color: #f58c00;
  border: solid 2px #7D4697;
  transition: .4s;
}
.btn a {
  color: #7D4697;
  display: block;
  text-decoration-line: none;
  padding: 1.2rem 1rem;
  position: relative;
  padding-left: 17px;
  border-radius: 55px;
}
.btn a::after {
  position: absolute;
  top: 50%;
  right: .4em;
  content: '';
  margin-top: -6px;
  border: 7px solid transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-color: #7D4697;
  transition: all .3s;
}
.btn:hover {
  background: #7D4697;
  color: #fff;
}
.btn a:hover {
  color: #fff;
}
.btn a:hover::after {
  border-left-color: #fff;
}
/* 画面外にいる状態 */
.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 1000ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}
/* 画面外にいる状態 */
.fadein_top {
  display: none;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
 @keyframes fadeUpAnime {
 from {
 opacity: 0;
 transform: translateY(100px);
}
 to {
 opacity: 1;
 transform: translateY(0);
}
}
/*メイン画像
-------------------------------------*/
header {
  min-width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  height: 800px;
  background: top url("../img/bg_pc.png") no-repeat;
  background-color: #b9e4fa;
  display: block;
  position: relative;
}

.top_img_01 {
  width: 900px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 0 1.2rem;
}

@media only screen and (max-width: 1421px) {
header {
  height: 56vw;
  background-size: cover;
}
header img {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
}
.top_img_01 {
  width: 56vw;
}
.top_img_02 {
  display: none!important;
}
}

@media only screen and (max-width: 768px) {
header {
  height: 153vw;
  background: top url("../img/bg_sp.png") no-repeat;
  background-color: #b9e4fa;
  background-size: 100% auto;
}
header img {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
}
.top_img_01 {
  width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 0 1.2rem;
}
.top_img_02 {
  display: none!important;
}
}

@media only screen and (min-width: 768px) {
header img {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
}
.top_img_01 {
  position: absolute;
  top: 70%;
  transform: translateY(-50%) translateX(-50%);
  padding: 0 1.2rem;
}
.top_img_02 {
  top: 50%;
}
}

/*PCメニュー
-------------------------------------*/
@media only screen and (max-width: 768px) {
.menu_pc {
  display: none;
}
}
.menu_pc {
  width: 100%;
  height: 60px;
  margin-top: -10px;
  background: #1C50A2;
  z-index: 2;
}
.menu_pc ul {
  display: flex;
  justify-content: space-between;
  margin: 10px auto 90px;
  padding: 0 1rem;
  max-width: 950px;
}
.menu_pc li {
  line-height: 60px;
  list-style: none;
}
.menu_pc li a {
  font-family: senobi-gothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  text-decoration-line: none;
}
.menu_pc li a:hover {
  transition: all .3s;
  opacity: 0.74;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 70px;
}

/*SPメニュー
-------------------------------------*/
@media only screen and (min-width: 768px) {
.menu_sp {
  display: none;
}
}

@media only screen and (max-width: 768px) {
/*　ハンバーガーボタン　*/
.hamburger {
  position: fixed;
  right: 0px;
  z-index: 10;
  width: 60px;
  height: 60px;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 28px;
  height : 2px;
  left: 16px;
  background: #1C50A2;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 20px;
}
.hamburger span:nth-child(2) {
  top: 30px;
}
.hamburger span:nth-child(3) {
  top: 40px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 30px;
  left: 15px;
  background : #fff;
  box-shadow: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform : rotate(-45deg);
  transform : rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 30px;
  background : #fff;
  box-shadow: none;
  -webkit-transform: rotate(45deg);
  -moz-transform : rotate(45deg);
  transform : rotate(45deg);
}
nav.globalMenuSp {
  z-index : 5;
  top : 0;
  left : 0;
  color: #fff;
  background: #1C50A2;
  text-align: center;
  display: flex;
  position: fixed;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(100vw);
  transition: opacity .6s ease, visibility .6s ease;
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li a {
  font-family: senobi-gothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  display: block;
  color: #fff;
  padding: 0.4em 0;
  text-decoration : none;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0);
  opacity: 100;
  position: fixed;
}
}
.Twittermenu img {
  padding: 0.4em 0;
  position: absolute;
  left: 50%;
  width: 210px;
}
/*グッズ＆ニュース
-------------------------------------*/
.goodsnews {
  background: #ffffff;
  text-align: center;
  padding: 10rem 0 1rem;
}
.goodsnews h2 {
  background: #f58c00;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 4rem;
}
.goodsnews h3 {
  background: #f58c00;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.goodsnews .txt_01 {
  font-weight: 300;
  margin-bottom: 4rem;
  color: #5b5b5b;
  font-size: 3rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
.goodsnews {
  padding: 6rem 0 0;
}
.goodsnews_bnr img {
  max-width: 96%;
  filter: drop-shadow(0 0 0.1rem #aaa);
}
.goodsnews .list {
  display: inline-block;
  margin: 2px 6px;
}
.goodsnews .txt_01 {
  font-size: 1.7rem;
  text-align: center;
  letter-spacing: 0px;
  width: 94%;
  margin: 0 auto 3rem;
}
.goodsnews .txt_02 {
  padding: 0 0 2.4rem 0;
  margin: 0 11px;
  color: #fff;
  font-size: 12px;
  text-align: left;
  display: inline-block;
}
}
/*スケジュール
-------------------------------------*/
.schedule {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 0 10rem;
}
.waku {
  background: #f4f4f4;
  margin: 1% 1%;
  width: 48%;
}
.schedule h2 {
  background: #1C50A2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.schedule h3 {
  background: #1C50A2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.waku_group {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bnr01 img {
  padding: 0 2rem 1rem 2rem;
}
.bnr01 img:hover {
  transition: all .3s;
  opacity: 0.74;
}

@media screen and (max-width: 768px) {
.schedule {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 0 6rem;
}
.waku {
  background: #f4f4f4;
  margin: 3% 6%;
  width: 88%;
}
}
/*商品イメージ
-------------------------------------*/
.image {
  background: #ffffff;
  padding: 5rem 0 1rem;
  text-align: center;
}
.image h2 {
  background: #1C50A2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.image h3 {
  background: #1C50A2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.image p {
  font-weight: 300;
  margin-bottom: 4rem;
  color: #5b5b5b;
  font-size: 3rem;
  text-align: center;
}
.image img {
  filter: drop-shadow(0 0 0.1rem #aaa);
}
.image .list {
  display: inline-block;
  margin: 2px 6px;
}
.image .txt_02 {
  color: #000;
  font-size: 1.8rem;
  text-align: left;
  display: inline-block;
}
.category_btn {
  border-radius: 55px;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 100;
  margin: 0.6rem 0 2.4em 0;
  text-decoration: none;
  color: #fff;
  border: solid 2px #4b6c61;
  transition: .4s;
}
.category_btn a {
  font-size: 2rem;
  color: #4b6c61;
  display: block;
  text-decoration-line: none;
  padding: 1.6rem 10rem;
  position: relative;
}
.category_btn a::after {
  position: absolute;
  top: 50%;
  right: .4em;
  content: '';
  margin-top: -6px;
  border: 7px solid transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-color: #4b6c61;
  transition: all .3s;
}
.category_btn:hover {
  background: #4b6c61;
  color: #fff;
}
.category_btn a:hover {
  color: #fff;
}
.category_btn a:hover::after {
  border-left-color: #fff;
}

@media only screen and (max-width: 768px) {
.image {
  background: #ffffff;
  padding: 0 0 4rem;
  text-align: center;
}

.image p {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  text-align: center;
  padding: 0 1.8rem;
}
.category_btn a {
  display: block;
  text-decoration-line: none;
  padding: 1.2rem 1.8em;
  position: relative;
}
.image .txt_02 {
  margin: 0 11px;
  color: #000;
  font-size: 12px;
  text-align: left;
  display: inline-block;
}
}
/*グッズ
-------------------------------------*/
.goods {
  padding: 5rem 0 0;
  background: #f4f4f4;
  text-align: center;
}
.goods h2 {
  background: #1C50A2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.goods h3 {
  background: #1C50A2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.img:hover {
  transition: all .3s;
  opacity: 0.6;
}
.kyotu_title{
  color: #0f3580;
  font-size: 3rem;
  margin-bottom: 1.8rem;
}
.shizuoka_title{
  color: #F3A8BC;
  font-size: 3rem;
  margin-bottom: 1.8rem;
}
.osaka_title{
  color: #ffc107;
  font-size: 3rem;
  margin-bottom: 1.8rem;
}
.Hokkaido_title{
  color: #2FAFBA;
  font-size: 3rem;
  margin-bottom: 1.8rem;
}
.miyagi_title{
  color: #007440;
  font-size: 3rem;
  margin-bottom: 1.8rem;
}
.fukuoka_title{
  color: #434b52;
  font-size: 3rem;
  margin-bottom: 1.8rem;
}
.kagawa_title{
  color: #e8898f;
  font-size: 3rem;
  margin-bottom: 1.8rem;
}
.tokyo_title{
  color: #9932cc;
  font-size: 3rem;
  margin-bottom: 1.8rem;
}
.july_limited_title{
  color: #005f40;
  font-size: 3rem;
  margin-bottom: 1.8rem;
}
.August_limited_title{
  color: #e60027;
  font-size: 3rem;
  margin-bottom: 1.8rem;
}
.September_limited_title{
  color: #e97bac;
  font-size: 3rem;
  margin-bottom: 1.8rem;
}

@media screen and (min-width: 768px) {
.goodsAll {
  max-width: 1000px;
  margin: 0 auto 4rem;
  display: flex;
  flex-wrap: wrap;
}
	
.goodsTwo {
  /* max-width: max-content; はこのままでも機能しますが、
     Flexboxの挙動によっては不要になることもあります。
     今回は特に問題ないのでこのままで大丈夫です。 */
  margin: 0 auto 4rem; /* 中央寄せと下部のマージン */
  display: flex;
  flex-wrap: wrap; /* アイテムを折り返す */
  justify-content: center; /* アイテムを水平方向の中央に配置 */
  gap: 20px; /* アイテム間の隙間。必要に応じて調整してください。 */
}

/* goodsTwo内の各画像コンテナ（<div class="img">）に幅を設定 */
.goodsTwo .img {
  width: calc(50% - 10px); /* 50%幅からgapの半分を引く (左右で10pxずつ引く) */
  box-sizing: border-box; /* paddingやborderを含めて幅を計算 */
  /* 必要に応じて、paddingやmarginを追加しても良いですが、
     gapプロパティを使っている場合は、.img 自体のmarginは不要なことが多いです。 */
}

/* 画像自体が親要素からはみ出さないように設定 */
.goodsTwo .img img {
    max-width: 100%;
    height: auto;
    display: block; /* img要素はinline要素なので、余分なスペースをなくすためにblockに */
}

	
.img {
  max-width: 313px;
  width: 30vw;
  margin: 6px 10px;
}
.img img {
  width: 100%;
  max-width: 1000px;
}
}

@media screen and (max-width: 768px) {
.goodsAll {
  max-width: max-content;
  margin: 0 auto 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
	
.goodsTwo {
  max-width: max-content;
  margin: 0 auto 4rem;
  display: flex;
  flex-wrap: wrap;
}

.img {
  width: 30.6vw;
  padding: 0.2vw 1vw;
}
.img img{
  width: 100%;
  max-width: 1000%;
}
.kyotu_title{
  color: #f58c00;
  font-size: 2rem;
  margin-bottom: 1.8rem;
}
.shizuoka_title{
  color: #00b5d0;
  font-size: 2rem;
  margin-bottom: 1.8rem;
}
.osaka_title{
  color: #ffc107;
  font-size: 2rem;
  margin-bottom: 1.8rem;
}
.Hokkaido_title{
  color: #0f3580;
  font-size: 2rem;
  margin-bottom: 1.8rem;
}
.miyagi_title{
  color: #007440;
  font-size: 2rem;
  margin-bottom: 1.8rem;
}
.fukuoka_title{
  color: #434b52;
  font-size: 2rem;
  margin-bottom: 1.8rem;
}
.kagawa_title{
  color: #e8898f;
  font-size: 2rem;
  margin-bottom: 1.8rem;
}
.tokyo_title{
  color: #9932cc;
  font-size: 2rem;
  margin-bottom: 1.8rem;
}
.july_limited_title{
  color: #005f40;
  font-size: 2rem;
  margin-bottom: 1.8rem;
}
.August_limited_title{
  color: #e60027;
  font-size: 2rem;
  margin-bottom: 1.8rem;
}	
.September_limited_title{
  color: #e97bac;
  font-size: 2rem;
  margin-bottom: 1.8rem;
}	
.goods .category_btn a {
  display: block;
  text-decoration-line: none;
  padding: 1.2rem 1.8em;
  position: relative;
}
.category_btn a:hover {
  color: #000;
}
}
/*着用イメージ
-------------------------------------*/
.wearing {
  background: #ffffff;
  padding: 5rem 0 1rem;
  text-align: center;
}
.wearing h2 {
  background: #1C50A2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wearing h3 {
  background: #1C50A2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wearing_text {
  font-weight: 300;
  margin-bottom: 4rem;
  color: #5b5b5b;
  font-size: 3rem;
  text-align: center;
}
.wearing img {
  filter: drop-shadow(0 0 0.1rem #aaa);
}
.wearing .list {
  display: inline-block;
  margin: 2px 6px;
}
.wearing .txt_02 {
  color: #000;
  font-size: 1.8rem;
  text-align: left;
  display: inline-block;
}
.category_btn {
  border-radius: 55px;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 100;
  margin: 3rem 0 10rem 0;
  text-decoration: none;
  color: #7D4697;
  border: solid 2px #7D4697;
  transition: .4s;
}
.category_btn a {
  font-size: 2rem;
  color: #7D4697;
  display: block;
  text-decoration-line: none;
  padding: 1.6rem 10rem;
  position: relative;
}
.category_btn a::after {
  position: absolute;
  top: 50%;
  right: .4em;
  content: '';
  margin-top: -6px;
  border: 7px solid transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-color: #7D4697;
  transition: all .3s;
}
.category_btn:hover {
  background: #7D4697;
  color: #fff;
}
.category_btn a:hover {
  color: #fff;
}
.category_btn a:hover::after {
  border-left-color: #fff;
}

@media only screen and (max-width: 768px) {
.wearing p {
  margin-bottom: 5rem;
  font-size: 1.8rem;
  text-align: center;
  padding: 0 1.8rem;
}
.wearing ul {
  margin: 0 0 -20px;
}
.category_btn {
  margin: 2rem 0 7rem 0;
  font-size: 1.8rem;
  text-align: center;
  padding: 0 1.8rem;
}
.category_btn a {
  display: block;
  text-decoration-line: none;
  padding: 1.2rem 1.8em;
  position: relative;
}
.wearing .txt_02 {
  margin: 0 11px;
  color: #000;
  font-size: 12px;
  text-align: left;
  display: inline-block;
}
}
/*特典
-------------------------------------*/
.present {
  background: #f4f4f4;
  padding: 5rem 0 6rem;
  text-align: center;
}
.present h2 {
  background: #1C50A2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.present h3 {
  background: #1C50A2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.present_pc {
  margin: 0px auto 4rem;
  max-width: 1000px;
}
.present_sp {
  margin : 0 auto 2rem;
  max-width: 90%;
}
/*ニュース
-------------------------------------*/
.news {
  padding: 5rem 0;
}
.news h2 {
  padding-top: 4rem;
  background: #1C50A2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news h3 {
  background: #1C50A2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media print, screen and (min-width: 768px) {
.twitter {
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  border: 2.6px solid #000;
  height: 33.1rem;
}
.tw_title {
  width: 100%;
  height: 32.6rem;
}
.timeline {
  overflow: hidden;
  background-color: #fff;
}
.tw_title img {
  width: 12rem;
  margin: 2rem 0 0;
}
.tw_title p {
  color: #000;
  font-size: 2.4rem;
  text-align: center;
  margin: 1rem 0;
}
}

@media print, screen and (max-width: 768px) {
.twitter {
  max-width: 1000px;
  margin: 2rem;
  position: relative;
  border: 2.6px solid #A1CCF9;
  height: 27rem;
}
.tw_title {
  height: 26.6rem;
}
.timeline {
  overflow: hidden;
  background-color: #fff;
}
.tw_title img {
  width: 10rem;
  margin: 1.4rem 0 0;
}
.tw_title p {
  color: #000;
  font-size: 1.6rem;
  text-align: center;
  margin: 1rem 0;
}
.tw_title .btn a {
  color: #fff;
  display: block;
  text-decoration-line: none;
  padding: 0.7rem 1rem;
}
}
.tw_title {
  background-color: #f4f4f4;
  text-align: center;
}
.tw_title .btn {
  background: #7D4697;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 100;
  text-decoration: none;
  transition: .4s;
}
.tw_title .btn a::after {
  position: absolute;
  top: 50%;
  right: .4em;
  content: '';
  margin-top: -6px;
  border: 7px solid transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-color: #ffffff;
  transition: all .3s;
}
.tw_title .btn a {
  color: #fff;
  display: block;
  text-decoration-line: none;
  padding: 1rem 1rem;
}
.tw_title .btn:hover {
  transition: all .3s;
  opacity: 0.6;
}

/*フッター
-------------------------------------*/
@media print, screen and (min-width: 768px) {
footer {
  color: #fff;
  background: #1C50A2;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 1rem 0;
  margin-top: 4rem;
}
footer img {
  padding: 2rem 0;
}
footer p {
  font-size: 1.6rem;
}
}

@media print, screen and (max-width: 768px) {
footer {
  color: #fff;
  background: #1C50A2;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 1rem 0;
}
footer img {
  width: 54%;
  padding: 2rem 0 1rem;
}
footer p {
  font-size: 1.2rem;
}
}
/*TOPへ戻る
-------------------------------------*/
.header-box {
  display: none;
}

.pagetop{
  width: 9.38vw;
  height: 9.38vw;
  position: fixed;
  bottom: 3.13vw;
  right: 3.13vw;
  z-index: 3;
}
.pagetop a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  background: #7D4697;
  border-radius: 50%;
}
.pagetop:hover {
  transition: all .3s;
  opacity: 0.8;
}
.pagetop a span {
  width: 2.34vw;
  height: 2.27vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.66vw 0 0 -1.17vw;
}
.pagetop a i {
  width: 2.34vw;
  height: 2.27vw;
  display: block;
  color: #fff;
  background: url(../img/top.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 640px){
.pagetop {
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
}
.pagetop a span{
  margin: -4px 0 0 -7.5px;
}
.pagetop a i {
  width: 15px;
  height: 8px;
}
}