@charset "UTF-8";
img {
  image-rendering: -webkit-optimize-contrast;
}

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

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

.pinktxt {
  color: #ff3955;
}

header {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  header .brand {
    height: 10vw;
  }
}

.footer {
  background-color: #C6E9F6;
}

.main {
  background: url(../images/main_bg.png)center / cover;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  width: 100%;
  background-color: #f8cbd9;
  height: auto;
/*  min-height: 100vh;*/
}


@media screen and (max-width: 768px) {
  .main {
    background: url(../images/main_bg_sp.png);
    background-size: cover;
    background-position: center top;
    background-color: #f8cbd9;
  }
}
.main::before {
  content: "";
  display: block;
  padding-top: 50%;
}

@media screen and (max-width: 768px) {
  .main::before {
    padding-top: 130%;
  }
}
.main .title_bgimg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
    max-width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* その場でふわ */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.main .title_img {
  display: block;
  position: absolute;
  top: 30%;
  left: 50%;
  width: 45%;
  max-width: 675px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.main .title_img img {
   width: 100%;
   max-width: 650px;
   min-width: 500px;  
}


.main .main_pic {
  display: block;
  position: absolute;
  bottom: -35%;
  left: 50%;
  width: 60%;
  max-width: 1200px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.main .main_pic img {
       width: 100%;   /* ※A */
   max-width: 1200px;  /* ※B */
   min-width: 500px;  /* ※C */
}
.main .main_serif {
  display: block;
  position: absolute;
  bottom: -10%;
  left: 50%;
  width: 60%;
  max-width: 900px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 9;
}

@media screen and (max-width: 768px) {
 .main .title_img img {
   width: 100%;
   max-width: 100%;
   min-width: 100%;  
 }
 .main img {
    width: 100vw;
    top: 45%;
 }
 .main .title_img {
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 100vw;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .main .main_pic {
    bottom: -20%;
    width: 100%;
    max-width: 100vw;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .main .main_pic img {
   width: 100%;
   max-width: 100%;
   min-width: 100%;  
  }
  .main .main_serif {
    bottom: -10%;
    left: 50%;
    width: 90%;
    max-width: 100vw;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  
}

.omujowaku{
  background-color: #fbb4c3;
}

.container{
background: url(../images/detail_bg.png);
  background-size: cover;
  background-position: center bottom;
  position: relative;
  width: 100%;
  max-width: 100%!important;
}
@media screen and (max-width: 768px) {
  .container{
    background: url(../images/detail_bg_sp.png);
    background-size: cover;
    background-position: center bottom;
    position: relative;
    width: 100%;
    max-width: 100%!important;
  }

}

.text01{    
    width: 55%;
    margin: auto;
    margin-top: -5rem;
    background-color: white;
    border-radius: 20px;
    padding: 4rem 5rem;
    font-size:2.5rem;
    line-height: 5.5rem;
}
@media screen and (max-width: 768px) {
 .text01 {
    width: 70%;
    margin: auto;
    margin-top: 2rem;
    background-color: white;
    border-radius: 20px;
    padding: 2rem 2rem;
    font-size: 1.5rem;
    line-height: 3.5rem;
 }
}
.youtube_responsive {
    width: 50%;
    margin: auto;
    margin-top: 5rem;
    aspect-ratio: 16/9;
}
.youtube_comingsoon{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: black;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}
.btn-gradient-radius{
    display: block;
    margin:0 auto;
    margin-top: 1rem;
    padding: 7px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .4s;
}

.btn-gradient-radius:hover {
    background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}
.main_news1{
    display: block;
    width: 50%;
    margin: auto;
    margin-top: 5rem;
}
.single_item_news {
    display: flex;
    width: 100%;
    height: 6rem;
    color: #393736;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    font-weight: 600;
    line-height: 3rem;
    /* background: linear-gradient(to right, #03a9f4,#007aff33); */
    background-color: #ff689c;
    border-radius: 0rem;
}
.single_item_news {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 15px #fff;
  font-family: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4', sans-serif;
}
.pn_item_item02{
    position: relative;
    font-size: 1.6rem;  
    /*background-image: linear-gradient(90deg, #fff 0%, #ccc 80%, #ccc 100%);*/
    color: #333;
    height:auto;
    text-align: center;
    margin: 0;
    padding: 1.5rem 0;
    height:10rem;
    background-color:white;
    overflow-y: scroll;
}
.info_inbox dl.top_info_float{
    display: flex;
    border-bottom: grey 1px dotted;
    margin: 0 8px;
}
.info_inbox dl.top_info_float dt{
    padding: 4px;
}
.info_inbox dl.top_info_float dd{
    padding: 4px;
}

.main_assen {
    display: block;
    width: 50%;
    margin: auto;
    margin-top: 5rem;
}
.single_item_assen {
    display: flex;
    /*width: 100%;*/
    height: 6rem;
    color: #393736;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3rem;
    /* background: linear-gradient(to right, #03a9f4,#007aff33); */
    border-radius: 30rem;
    margin: 2rem 4rem;
    border: #333 3px solid;
}
.assen_flex{
    display: flex;
    justify-content: center;
    width:90%;
    flex-wrap:wrap;
    background-color:white;
     border-radius: 10px;
    margin:1.5rem auto;
}
.assen_item_pic{
    width:20%;
    padding-top:8px;
}
.assen_item_pic a{
    display: block;
}
.assen_item_pic img{
    height: 14rem;
    width: 80%;
    object-fit: cover;
}
.assen_item_yotei{
    display: flex;
    flex-wrap:wrap;
    width:76%;
    align-content: start;
    padding:8px;
}
.toban_name{
    display: flex;
    width:100%;
    justify-content: center;
    align-content: center;
    text-align: center;
    font-size:2.6rem;
     line-height:4rem;	
    position: relative;
    height:5rem;

}
.toban_name:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}
.toban_name span{
    color:#e91e63;
}

.today_race{
    display: flex;
    width:100%;
    justify-content: center;
    align-content: center;
    text-align: center;
    flex-wrap:wrap;
    padding:8px 0 0;
}
.today_race span.today{
    display: block;
    background-color: #ffef5f;    
    border-radius: 14px;
     width:8%;
    margin-right:1px;
}
.today_race table{
    width:88%;
    border-collapse: collapse;
    border-spacing: 0;
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}
.today_race table td{
    border: solid 2px #fff;
    vertical-align: middle;
    padding:1x;
}

.yotei_table {
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
    padding-bottom:1rem;
}

.yotei_table table{
    width: 98%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ee6191;

}

.yotei_table  table td {
    border: solid 2px #fff;
    vertical-align: middle;
    padding:2px;
    color: #fff;
}

@media screen and (max-width: 768px) {
 .text01 {
    width: 70%;
    margin: auto;
    margin-top: 2rem;
    background-color: white;
    border-radius: 20px;
    padding: 2rem 2rem;
    font-size: 1.5rem;
    line-height: 3.5rem;
 }
 .youtube_responsive {
    width: 70%;
    margin: auto;
    margin-top: 5rem;
    aspect-ratio: 16/9;
 }
 .youtube_comingsoon{
    font-size: 1.5rem;
 }

.main_news1{
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 5rem;
}
.single_item_news {
    width: 100%;
    height: 3rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2rem;
}
.pn_item_item02{
    font-size: 1.3rem;  
}
.main_assen {
    width: 90%;
}
.single_item_assen {
    height: 4rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2rem;
    margin: 2rem 2rem;
}
.assen_item_pic{
    width:34%;
    padding-top:8px;
}
.assen_item_pic a{
    display: block;
    text-align: center;
}
.assen_item_pic img{
    height: 12rem;
    width: 76%;
    object-fit: cover;
}
.assen_item_yotei{
    display: flex;
    flex-wrap:wrap;
    width:65%;
    align-content: start;
    padding:8px;
}
.toban_name{
    font-size:2rem;
     line-height:4rem;	
    height:5rem;
}
.yotei_table {
    flex-wrap:wrap;
    padding-top:0rem;
    padding-bottom:1rem;
}
.today_race{
    display: flex;
    width:100%;
    justify-content: center;
    align-content: center;
    text-align: center;
    flex-wrap:wrap;
    padding:2px 00;
}
.today_race span.today {
    display: block;
    width: 90%;
}
.today_race table{
    width:100%;
}
.today_race table td{
    padding:0px;
    font-size:1.2rem;
}
.yotei_table  table td {
    border: solid 2px #fff;
    vertical-align: middle;
    padding:1px;
    color: #fff;
    font-size:1.2rem;
}

}


.columns{
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.columns{
    		flex-wrap: wrap;
		width:100%;
	}
}
.detail_wrap {
  max-width: 900px;
  margin: 5% auto;
}

.detail_wrap .column_title{
        width:100%;
        margin: 0 auto;
        padding: 2rem;
        text-align: center;
}

.detail_wrap .column_member_fl{
        width:90%;
        margin: 0 auto;
        display: flex;
        justify-content:center;
        background-color: white;
        border-radius: 20px;
        margin-bottom: 5rem;
}

.column_member_sub_title{
        width:90%;
        margin: 0 auto;
        text-align: center;
        font-size:3.5rem;
        color: #e91e63;
        text-align: center;
        font-weight: 700;
}
.column_member_sub_title span {
  background: linear-gradient(transparent 50%, #fff3e0b0 50%);
  padding: 0 0.1em;
}
.detail_wrap .column_member_fl .member_item{
        width:100%;
        margin: 0 auto;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        background:linear-gradient(-45deg, rgba(246, 255, 0, .8), rgba(255, 0, 161, .8));
        border-radius: 20px;
}
.member_title{
    width:100%;
    top:0;
    background-color: yellow;
    border-radius: 20px 20px 0 0;
    text-align: center;
    font-size:3rem;
    line-height:6rem;
    padding-top:1rem;
}
.member_item .pic_01{
    width:35%;
    left:0;
    bottom:0;
    z-index:10;
    overflow: hidden;
    position: relative;
}
.member_item .pic_01 img{
    position: absolute;
    left:-20px;
    width:115%;
    max-width:120%;
}
.member_item .profile01{
    width:65%;
    padding: 1rem 0;
    padding-left:4px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    height: 400px;
    overflow-y: scroll;
}
.member_item .pic_02{
    position: absolute;
    width:40%;
    right:0;
    bottom:0;
    z-index:11;
}
.member_item .profile02{
    position: relative;
    width:100%;
    background-color: yellow;
    top:2rem;
    left:2rem;
}

@media screen and (max-width: 768px) {
.column_member_sub_title{
        width:90%;
        margin: 0 auto;
        text-align: center;
        font-size:2.5rem;
        color: #e91e63;
        text-align: center;
        font-weight: 700;
}
.column_member_sub_title span {
  background: linear-gradient(transparent 50%, #fff3e0b0 50%);
  padding: 0 0.1em;
}

 .detail_wrap .column_member_fl .member_item{
        height: auto;
 }
.member_title{
    width:100%;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size:2rem;
    padding-top:0.5rem;
}
 .member_item .pic_01{
    position: relative;
    width:100%;
    height: 200px;
 }
 .member_item .pic_01 img{
    position: absolute;
    top: -10px;
    width:110%;
    height: auto;
 }
 .member_item .profile01{
    width:100%;
 }
 .member_item .profile02{
    position: absolute;
    top:2rem;
    left:2rem;
    font-size:1.5rem;
    line-height:3rem;
 }
 .member_item .pic_02{
    position: absolute;
    right:-20px;
 }

}

.detail_wrap .column_campaign_fl{
        width:80%;
        margin: 0 auto;
        display: flex;
        justify-content:center;
        background-color: white;
        border-radius: 20px;
        margin-bottom: 5rem;
        flex-wrap: wrap;
}
.detail_wrap .column_campaign_fl .campaigng_title{
        width:100%;
        text-align: center;
        font-size: 4rem;
        font-weight: bold;        
        color: #ed1e79;
}
.detail_wrap .column_campaign_fl .campaigng_text{
        width:100%;
        font-size: 2rem;
        font-weight: bold;        
        line-height: 2rem;
        padding: 2rem 4rem;
}

@media screen and (max-width: 768px) {

 .detail_wrap .column_campaign_fl .campaigng_title {
    font-size: 2rem;
 }
 .detail_wrap .column_campaign_fl .campaigng_text{
        font-size: 1.5rem;
        font-weight: 500;        
        line-height: 2rem;
        padding: 2rem 2rem;
 }

}

.detail_wrap .column_linkbtn_fl{
        width:80%;
        margin: 0 auto;
        display: flex;
        justify-content:center;
        margin-bottom: 5rem;
        flex-wrap: wrap;
}
.column_linkbtn_fl .btn_itme01{
        width:100%;
        margin: 0 auto;
        margin-bottom: 1rem;
}
.column_linkbtn_fl .btn_itme01 a{
	display:block;
}
.column_linkbtn_fl .btn_itme01 a:hover{
	opacity:0.5;
}

.column_linkbtn_fl .btn_itme02{
        width:49%;
        margin: 0 auto;
        margin-bottom: 1rem;
	height:auto;
	text-align:center;
}
.btn_item02_waku{
	position:relative;
}
.btn_item02_waku img:hover{
	opacity:0.7;
}
.column_linkbtn_fl .btn_itme02 img{
	height:auto;
	top:0;		
}
.btn_comingsoon{
    font-size:2.5rem;
    background-color:#ffffff42;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    padding:0 3rem;
    margin:0;

}
.btn_new{
    font-size:2.5rem;
    position: absolute;
    top:10%;
    left:80%;
    transform: translate(-50%,-50%);
    padding:0 3rem;
    margin:0;
    color: red;
    font-weight:bold;
}
.no_link{
    background: none;
    border:0;
	opacity:0.3;
}
.no_link a{
	pointer-events:none;/*リンクを非リンクに変える*/
	cursor:default;/*マウスカーソルを矢印のまま変えない*/
	text-decoration:none;/*下線を消す*/
	color:#cfc7c7bf;/*非リンクの文字色と同じにする*/
	text-shadow:none;
}	

.omujo_img{
    width: 90%;
  max-width: 1000px;
  margin: 5% auto;
}


@media screen and (max-width: 768px) {
 .omujo_img{
    width: 100%;
    margin: 0 auto;
 }
.btn_comingsoon{
    font-size:1.5rem;
    background-color:#ffffff42;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%) rotate(-5deg);
    padding:0 1rem;
    margin:0;
}
.btn_new{
    font-size:1.5rem;
    position: absolute;
    top:10%;
    left:80%;
    transform: translate(-50%,-50%);
    padding:0 1rem;
    margin:0;
}

}

table.profile{
  width: 98%;
  border-collapse: collapse;
  padding-top:1rem;
}

table.profile tr{
  border-bottom: solid 2px white;
}

table.profile tr:last-child{
  border-bottom: none;
}

table.profile th{
  position: relative;
  text-align: left;
  width: 20%;
  background-color: #ff63a4;
  color: white;
  padding: 3px;
}

table.profile th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #ff63a4;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.profile td{
  text-align: left;
  width: 30%;
  text-align: center;
  background-color: #f2c1f469;
  padding: 3px 0;
}
table.profile th,
table.profile td{
    font-size:1.8rem;
    line-height: 2.9rem;
    font-weight:500;
    vertical-align: middle;
}

/* 4列　*/
table.profile4{
  width: 100%;
  border-collapse: collapse;
}
table.profile4 tr{
  border-bottom: solid 2px white;
}
table.profile4 tr:last-child{
  border-bottom: none;
}
table.profile4 th{
  position: relative;
  text-align: left;
  width: 20%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 4px 0;
}
table.profile4 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
table.profile4 td{
  text-align: left;
  width: 30%;
  text-align: center;
  background-color: #eee;
  padding: 4px 0;
}
table.profile4 th,
table.profile4 td{
    font-size:1.2rem;
    line-height: 1.5rem;
}

.detail_wrap .column {
  display: flex;
  justify-content:center;
  
}

.detail_wrap .column a{
  display: block;
  text-decollation: none;
}
.detail_wrap .column a:hover {
  opacity: 0.7;
}

/* Animation */
.target {
   animation: fuwafuwa01 2.5s infinite ease-in-out;
}
@keyframes fuwafuwa01 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.dokidoki{   
    animation-name:dokidoki;
    animation-delay:0s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; 
}
@keyframes dokidoki {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1.04);
    }    
    60% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}
@media screen and (max-width: 768px) {
  .detail_wrap {
    width:100%;
    margin: 0 auto;
  }
  .detail_wrap .column {
    flex-wrap:wrap;
  }
  .detail_wrap .column a{
    display: block;
    text-decollation: none;
    width: 90%;
  }
table.profile th,
table.profile td{
    font-size:1.5rem;
    line-height: 2rem;
}
}

.hexagon_wrap {
  max-width: 950px;
  margin: 5% auto;
}
.hexagon_wrap .column {
  display: flex;
}

.miles_hexagon {
  width: 95%;
  margin: 0 auto;
}
.miles_hexagon img {
  display: block;
  margin: 0 auto;
}

.miles_items {
  background-color: #FFF;
  padding: 0 6%;
  position: relative;
  padding-top: 25%;
  height: 78%;
}
@media screen and (max-width: 768px) {
  .miles_items {
    height: auto;
  }
}
.miles_items .flag {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-30%);
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  max-width: 95%;
}
@media screen and (max-width: 768px) {
  .miles_items .flag {
    width: 90vw;
  }
}
.miles_items .mileget {
  width: 75%;
}

.f-maru {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotate(0.03deg);
}

@media screen and (max-width: 768px) {
  .footer > .is-desktop {
    max-width: 75%;
    margin: auto;
  }
}

.liststyle {
  list-style: inside;
}
.liststyle :first-child {
  list-style: none;
}

/* =================================
フォントサイズ　ベースセッティング
================================== */
html {
  /* ベースのフォントサイズを10pxとする */
  font-size: 62.5%;
  font-feature-settings: "palt";
}

body {
  font-size: 1.6rem;
  /* calcサポート外をフォールバック */
  font-size: calc(1.4rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 1.8;
  /* Noto Sansフォント */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #ff7bac;
}

h1 {
  font-size: 3.2rem;
  /* calcサポート外をフォールバック */
  font-size: calc(3.2rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 1.8;
  font-weight: 900;
}

h2 {
  font-size: 2.4rem;
  /* calcサポート外をフォールバック */
  font-size: calc(2.2rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 1.8;
  font-weight: 500;
}

h3 {
  font-size: 2.2rem;
  /* calcサポート外をフォールバック */
  font-size: calc(2rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 1.5;
  font-weight: 400;
}

h4 {
  font-size: 1.8rem;
  /* calcサポート外をフォールバック */
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 2;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
}



/*------ メディアクエリ --------*/
/* デバイス幅が1200px以上 */
@media screen and (min-width: 1200px) {
  body {
    font-size: 1.6rem;
  }

  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.4rem;
  }

  h3 {
    font-size: 2.2rem;
  }

  h4 {
    font-size: 2rem;
  }
}
/* デバイス幅が480px以下 */
@media screen and (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.8rem;
  }
}

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

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