@charset "UTF-8";



@media (max-width: 812px) {
 

.pc {
    display:none;
}

    
.sp {
        display: block;
}
    
    
.icebox {
   display: flex;
   flex-wrap: wrap;
   width: 100%;
   justify-content:space-around;
   margin-left: 0;
   box-sizing: border-box;
}
    
.ice {
    width:50%;
    height: auto;
    padding: 0 8px;
}
    
.ice p {
    margin-top:5px;
    margin-bottom: 15px;
    font-size:14px;
    line-height: 1.5;
}
    
.box {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 79vw;
    height: 42vw;
    color: white;
    background-color: #ec0843;
    z-index: 10;
    padding: 8vw;
    line-height: 1.8;
    font-weight: bolder;
    font-size: 5vw;
}
    
/* 画像の最大幅を指定する */
img {
	max-width: 100%!important;		/* 横幅の90% */
	height: auto ;
    text-align: center;
    display: block;
    margin:0 auto;/* 縦幅を自動調整 */
}
    
main {
    background: #ffffff;
}
    
main  h1 {
   text-indent: 1rem;
    text-align: center;
    color: #2ea8d0;
    background: #ffffff;
    font-weight: bold;
    padding: 100px 0 25px 0;
    letter-spacing: 3px;
    font-size: 28px;
}

main h1 span {
    color: #555;
    font-size: 3.5vw;
    font-weight: 700;
    text-align: center;
    text-indent: 0.02em;
    letter-spacing: 3px;
    width:80%;
    display: block;
    margin:2vh auto;
    line-height: 1.8;
}
    
#fix_top {
    display: none;
}

.notes h2 {
    bbackground: #e50039;
    padding: 1%;
    width: 40%;
    height: auto;
    color: white;
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 1.2;
    font-weight: bolder;
    text-align: center;
    margin: 0 auto;
}
    
.notes {
    display: block;
    padding-top: 3.5vh;
}


.notes p.period {
    font-size: 7vw;
    padding-bottom: 10px;
    line-height: 1.4;
    text-align: center;
}

.notes p.period span.small {
    font-size:5vw;
}

.outline {
    width: 100%;
    background: rgba(255,255,255,0.6);
    margin: 0 auto;
}
    
    
.notes p.txt {
    font-size:12px;
    padding-top: 2px;
}

.contents,main {
    width:100%;
}

.notes p {
    color: #333;
    width: 100%;
    line-height: 1.9;
    padding: 5%;
    font-size: 14px;
    font-weight: bolder;
}
    
.login-area-box h3 {
  font-weight: bolder;
  letter-spacing: 2px;
  margin-top:20px;
  padding-bottom: 10px;
  width:300px;
  margin:20px auto;
  border-bottom: 2px solid #2ea8d0;
  color:#2ea8d0;
}
    
.login-area-box {
  text-align:center;
}
    
.login-area-box p {
    font-size: 14px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    line-height: 1.8;
}
  
/* ここから下がボタンのCSS　*/
.btn-push {
  display: inline-block;
  width: 85%;
  text-align: center;
  background-color: #ffa300;
  font-size: 25px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  border-bottom: 4px solid #d37800;
  letter-spacing: 3px;
  margin-top: 30px;
     
}

.btn-push.blue {background: blue;border-bottom: 4px solid navy;}
    
.btn-push:active {
    transform: translateY(4px);
    border-bottom: none;
}

#recommendf {
   display: none;
}

    
.nav_footer li:not(:last-child) {
    display: none;
}
    

    
footer {
    padding:25px 0!important;
    background-color: #333!important;
}
    
footer ul li a {
    color: #C7C7C7;
}
    
footer .nav_footer li {
    text-align: center;
    line-height: 2;
}
    
footer .nav_footer li img {
    margin:0;
}
    
footer ul li:last-child {
    width:30%;
    margin:10px auto;
}
    
  
footer small {
    font-size: 12px;
    color: white;
    text-align: center;
    margin: 5vh auto;
    width: 90%;
    display: block;
}

}


/** iPhone横 ～ iPad  **/
@media only screen and (min-width: 667px) and (max-width: 1023px) {
.tab img,img.tab {
    width:100%!important;
    height: auto;
}
    
.js-matchHeight p {
    padding: 1.5vh 0!important;
    font-size:2.5vw;
}

main .saleitem > ul a > li .category ul .point {
    font-size:2vw;
}

main .saleitem3 > ul a > li .category ul .point {
    width:150px;
}
section.s1 ul a {
    margin-bottom: 15px;
}

main h1 {
    font-size:5vw;
}

section.s3 li.ss {
    font-size:4vw;
}
}

/** iPad Pro **/
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
h1.title_main_image.pc,header,header #description nav ul,.contents img,main {width:100%;margin:0 auto!important;}

h1.title_main_image.pc img {
    display: inline;
    text-align: center;
    width: 100%!important;
}

nav.pc {
    display: none;
}

img.pc,h1,h1.title_main_image img {width:100%!important;height: auto;margin:0!important;}

#header_nav li {margin-left: 0!important;}

#other {
    display: none;
}

.notes h2 {
    bbackground: #e50039;
    padding: 1%;
    width: 20%;
    height: auto;
    color: white;
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 1.2;
    font-weight: bolder;
    text-align: center;
    margin: 0 auto;
}
    
.outline {
    width: 100%;
}

.notes p.txt {
    font-size:12px;
    padding-top: 2px;
}

.contents,main {
    width:100%;
}
    
.notes {
    display: block;
    padding-top: 3.5vh;
}

.notes p {
    color: #333;
    width: 100%;
    line-height: 1.9;
    padding: 5%;
    font-size: 14px;
    font-weight: bolder;
}



}