﻿@charset "utf-8";
@import url("webfont.css");
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;800&display=swap');

body{
  background-color: #fff; /* 全体の背景指定 */
  width: 100%;
  visibility: hidden;
  word-break: break-all;
}
body.on{visibility: visible;}
#wrapper #contents,#zip-common-area {
  font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* 入力フォーム
**********************************/
::-webkit-input-placeholder{
  color:rgba(68,68,68,.5);
}
:-ms-input-placeholder{
  color:rgba(68,68,68,.5);
}
::-ms-input-placeholder{
  color:rgba(68,68,68,.5);
}


/* PC
**********************************/
body.pc {min-width: 1000px;}
body.pc.fixed{width:100%;height:100%;position:fixed;z-index:1;}

body.pc #wrapper #article{position: relative;}

/* anchor
**********************************/
body.pc #wrapper a,
body.pc #wrapper .article{
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}
body.pc #wrapper a:hover {
  text-decoration: none;
  /*filter: alpha(opacity=50);*/
  -moz-opacity:0.5;
  opacity:0.5;
}

/* #main
**********************************/
body.pc #main {
  margin: 0 auto;
  float: none;
  font-size: 14px;
  letter-spacing:1.2px;
  line-height: 1.7;
}

/* #ntv_setAD_PC_728_90
**********************************/
body.pc #ntv_setAD_PC_728_90 {
  background: #fff;
  padding:5px 0;
  text-align: center;
  height: 90px;
  box-sizing: content-box;
}
/* #ntv_setAD_PC_300_250
**********************************/
body.pc #ntv_setAD_PC_300_250{
  padding:30px 0;
  text-align: center;
  background-color: #efefef;
  border-top: 1px solid #979797;
  height: 250px;
  box-sizing: content-box;
}
body.pc #ntv_setAD_PC_300_250 section{display: inline-block;}
body.pc #ntv_setAD_PC_300_250 section:first-of-type{margin-right: 30px;}

/* #footer
**********************************/
body.pc #footer{
  background: #000;
    color: #fff;
    text-align: center;
    font-size: .8em;
    line-height: 1;
    padding: 20px 10px;
}

/* common-header
**********************************/
body.pc #zip-common-header{
  position: absolute;
  height: 69px;
  width: 100%;
  top:0;
  left: 0;
}
body.pc .is-fixed{
  position: fixed!important;
    top: -63px;
    left: 0;
    width: 100%;
    z-index: 11;
    -webkit-animation: slideDown .5s ease forwards;
    animation: slideDown .5s ease forwards;
}
body.pc #zip-common-header #zip-common-header-wrapper{
position: relative;
  width: 100%;
}
body.pc .zip-header-programLogo{
  text-indent: -9999px;
  display: block;
  width: 100px;
  height: 40px;
  background: url(../images/common/header_zip_logo.png) no-repeat;
  background-size: cover;
  margin: 16px 0 0 13px;
}
body.pc #zip-common-header .zip-header-programLogo{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
}
body.pc .zip-header-menu{
  color: #fff!important;
  background-color: #fb7cdf;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 24px 19px 24px 25px;
  display: flex;
  align-items: center;
  border-radius: 35px 0 0 35px;
}
body.pc .zip-header-menu.on{
  margin: 3px;
  border-radius: 35px 10px 0px 35px;
  padding: 35px 37.5px;
  position: relative;
}

body.pc .zip-header-menu.on .zip-header-menu-btn{
  position: absolute !important;
  left: 0;
  right: -5px;
  margin: 0 auto;
  border-radius: 5px;
}

body.pc #zip-common-header .zip-header-menu{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
}
body.pc #zip-common-header.is-fixed .zip-header-menu{
  color: #444!important;
}
body.pc .zip-header-menu .zip-header-menu-txt{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1.2px;
  margin-right: 15px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
}
body.pc .zip-header-menu>.zip-header-menu-btn {
  position: relative;
  width: 25px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  border-radius: 50%;
}
body.pc .zip-header-menu .zip-header-menu-btn span {
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 50px;
}
body.pc #zip-common-header.is-fixed .zip-header-menu .zip-header-menu-btn span{
  background-color: #444;
}
body.pc .zip-header-menu .zip-header-menu-btn span:nth-of-type(1) {
  top: 0;
}
body.pc .zip-header-menu.on .zip-header-menu-btn span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
body.pc .zip-header-menu .zip-header-menu-btn span:nth-of-type(2) {
  top: 10px;
}
body.pc .zip-header-menu.on .zip-header-menu-btn span:nth-of-type(2){
  opacity: 0;
}
body.pc .zip-header-menu .zip-header-menu-btn span:nth-of-type(3) {
  bottom: 0;
}
body.pc .zip-header-menu.on .zip-header-menu-btn span:nth-of-type(3){
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
body.pc #zip-common-header .zip-header-menu-list{
  background-color:rgba(68,68,68,0.5);
  display: none;
  overflow:auto;
  position: fixed;
  top:0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100000;
}
body.pc.fixed #zip-common-header .zip-header-menu-list{
  animation: pcMenuShow 0.2s linear 0s;
}
@keyframes pcMenuShow{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
body.pc.fixed #zip-common-header .zip-header-menu-list .zip-header-menu-list_outer {
  height: 100%;
  padding: 30px;
  min-height: 620px;
  min-width: 1000px;
}
body.pc #zip-common-header .zip-header-menu-list .zip-header-menu-list_inner{
  background-color: #fcfce9;
  border-radius: 13px;
  height: 100%;
  position: relative;
  overflow-y:scroll;
}
body.pc.fixed #zip-common-header .zip-header-menu-list_inner{
  animation: pcMenuInnerShow 0.2s linear 0s;
}
@keyframes pcMenuInnerShow{
    from{
        transform: scale(0.25);
    }
    to{
        transform: scale(1)
    }
}
body.pc #zip-common-header .zip-header-menu-list .zip-header-menu-list-header{
  padding: 60px 0 15px;
}
body.pc #zip-common-header .zip-header-menu-list .zip-header-menu-list-header .zip-header-programLogo{
  position: relative;
  margin: inherit;
  margin: 0 auto;
  width: 110px;
  height: 44px;
  background: url(../images/common/header_logo.png) no-repeat;
  background-size: contain;
}
body.pc .zip-header-menu-list .zip-header-menu-list-header .zip-header-menu-btn{
    background-color:inherit;
    border-radius: inherit;
}
body.pc .zip-header-menu-list .zip-header-menu-list-header .zip-header-menu-btn span{background-color:#ffffff;}

body.pc .zip-header-menu-list .zip-header-menu-list-main{
  margin:0px auto;
  padding-bottom:30px;
  width:600px;
  -webkit-overflow-scrolling:touch;
}
body.pc .zip-header-menu-list .zip-header-menu-list-main .zip-header-menu-list-wrapper{
  -webkit-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  /* -webkit-justify-content: space-between;
  justify-content: space-between; */
}
body.pc .zip-header-menu-list .zip-header-menu-list-main .zip-header-menu-list-wrapper li{
  width: 180px;
  /* width: 127.5px; */
}
body.pc .zip-header-menu-list .zip-header-menu-list-main .zip-header-menu-list-wrapper li a{
  color: #4bd0fb;
  font-weight: bold;
  display: block;
  font-size: 15px;
  padding: 15px 0;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
body.pc .zip-header-menu-list .zip-header-menu-list-main .zip-header-menu-list-wrapper li a span[class*="icon-"]{
    font-size: 75px;
    vertical-align: middle;
    background: rgba(255,255,255,.8);
    color: #fb7cdf;
    border-radius: 50px;
    text-align: center;
    display: block;
    letter-spacing: -1px;
    margin: 0px auto;
    margin-bottom:15px;
    width: 75px;
}
body.pc .zip-header-menu-list .zip-header-menu-list-main .zip-header-menu-list-wrapper li a span[class*="icon-"]::before{
  background: #fb7cdf;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
}
body.pc .zip-header-menu-list .zip-header-menu-list-main .zip-header-menu-list-wrapper li a[href="/zip/#zip-top-footer-present"]{
  letter-spacing: 0;
}
body.pc .zip-header-menu-list .zip-header-menu-list-main .zip-header-menu-list-wrapper li a[href="/zip/#zip-top-footer-present"] span[class="text"]:after{
  content: '・';
}
body.pc .zip-header-menu-list .zip-header-menu-list-main .zip-header-menu-list-wrapper li a[href="/zip/goodluck/"] span[class="text"]{
  display: block;
}

body.pc .zip-pageTop{
  text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0px;
}
body.pc .zip-pageTop a{
  display: block;
    position: fixed;
    right: 20px;
    bottom: -60px;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 100;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}
body.pc .zip-pageTop a:after{
  content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 24.5px auto auto;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@-webkit-keyframes slideDown {
  0% {top:-63px;}
  100% {top:0;}
}
@keyframes slideDown {
  0% {top:-63px;}
  100% {top:0;}
}

/* searchパーツ
**********************************/
body.pc form.zip-common-search .search_area{
  border-radius: 13px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}
body.pc form.zip-common-search .search_area input[type="search"]{
  background: rgba(255,255,255,.8);
  border: none;
  border-radius: 0px;
  color: #444444;
  font-weight: bold;
  overflow: hidden;
  outline: 0;
  padding: 15px;
  position: relative;
  width: calc(100% - 50px);
  -webkit-appearance: none;
}
body.pc form.zip-common-search .search_area button[type="submit"]{
  background:#fb7cdf url(/zip/assets/images/common/search-icon.svg) no-repeat;
  border:0;
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  z-index: 1;
}

/* common-area
**********************************/
body.pc #zip-common-area{
  background-color:#def5fe;
  padding:45px 0px;
  font-size: 14px;
  letter-spacing: 1.2px;
  line-height: 1.7;
}
body.pc #zip-common-area *{box-sizing: border-box;}


/* SP
**********************************/
#sp{position: relative!important;}
body.sp.fixed{width:100%;height:100%;position:fixed;z-index:1;}
body.sp #wrapper{min-width: 100%;}
body.sp #wrapper #article{position: relative;}
body.sp #main{
  font-size: 13px;
  margin: 0 auto;
  letter-spacing:1.2px;
  line-height: 1.7;
}

/* #ntv_setAD_SP_320_100
**********************************/
body.sp #ntv_setAD_SP_320_100 {
  text-align: center;
  padding: 20px 0;
  height: 100px;
  box-sizing: content-box;
  background-color: #def5fe;
  margin-bottom:30px;
}

/* #ntv_setAD_SP_300_250
**********************************/
body.sp #ntv_setAD_SP_300_250 {
  background: #fff;
  padding: 20px 0;
  text-align: center;
  background-color: #efefef;
  border-top: 1px solid #979797;
  height: 250px;
  box-sizing: content-box;
}

/* #footer
**********************************/
body.sp #footer{
  background: #000;
  padding: 0;
  color: inherit;
  text-align: center;
  font-size: .8em;
  line-height: 1;
}
body.sp #footer #display_select{
  display: none;
}

/* common-header
**********************************/
zip-corner-header
body.sp #zip-common-header{
  position: absolute;
  height: 53px;
  width: 100%;
  top:0;
  left: 0;
}
body.sp .is-fixed{
  position: fixed!important;
    top: -46px;
    left: 0;
    width: 100%;
    z-index: 11;
    -webkit-animation: slideDown_sp .5s ease forwards;
    animation: slideDown_sp .5s ease forwards;
}
body.sp #zip-common-header #zip-common-header-wrapper{
  position: relative;
  width: 100%;
}
body.sp .zip-header-programLogo{
  text-indent: -9999px;
  display: block;
  width: 100px;
  height: 40px;
  background: url(../images/common/header_zip_logo.png) no-repeat;
  background-size: cover;
  margin: 16px 0 0 13px;
}
body.sp #zip-common-header .zip-header-programLogo{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
body.sp .zip-header-menu{
  color: #fff!important;
  background-color: #fb7cdf;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: -.4em;
  margin: 0;
  padding: 15px 16px 15px 25px;
  height: 70px;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: center;
  border-radius: 35px 0 0 35px;
}
body.sp .zip-header-menu.on{
  position: relative;
  margin: 3px;
  border-radius: 35px 10px 0px 35px;
  padding: 35px 37.5px;
}

body.sp .zip-header-menu.on .zip-header-menu-btn{
  position: absolute !important;
  left: 0;
  right: -5px;
  margin: 0 auto;
  border-radius: 5px;
}

body.sp #zip-common-header .zip-header-menu{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
body.sp #zip-common-header.is-fixed .zip-header-menu{
  color: #444!important;
}
body.sp .zip-header-menu .zip-header-menu-txt{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1.2px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  margin-top: 6px;
  line-height: 1;
}
body.sp .zip-header-menu>.zip-header-menu-btn {
  position: relative;
  width: 25px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  border-radius: 50%;
}
body.sp .zip-header-menu .zip-header-menu-btn span {
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 50px;
}
body.sp #zip-common-header.is-fixed .zip-header-menu .zip-header-menu-btn span{
  background-color: #444;
}
body.sp .zip-header-menu .zip-header-menu-btn span:nth-of-type(1) {
  top: 0;
}
body.sp .zip-header-menu.on .zip-header-menu-btn span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
body.sp .zip-header-menu .zip-header-menu-btn span:nth-of-type(2) {
  top: 10px;
}
body.sp .zip-header-menu.on .zip-header-menu-btn span:nth-of-type(2){
  opacity: 0;
}
body.sp .zip-header-menu .zip-header-menu-btn span:nth-of-type(3) {
  bottom: 0;
}
body.sp .zip-header-menu.on .zip-header-menu-btn span:nth-of-type(3){
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
body.sp #zip-common-header .zip-header-menu-list{
  background-color:rgba(68,68,68,0.5);
  display: none;
  position: fixed;
  top:0;
  left: 0;
  height: 100%;
  padding: 10px;
  width: 100%;
  z-index: 100000;
}
body.sp.fixed #zip-common-header .zip-header-menu-list{
  animation: spMenuShow 0.2s linear 0s;
}
@keyframes spMenuShow{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
body.sp #zip-common-header .zip-header-menu-list .zip-header-menu-list_outer{
  height: 100%;
}
body.sp #zip-common-header .zip-header-menu-list .zip-header-menu-list_inner{
  background-color: #fcfce9;
  border-radius: 13px;
  height: 100%;
  position: relative;
  overflow-y:scroll;
}
body.sp.fixed #zip-common-header .zip-header-menu-list_inner{
  animation: spMenuInnerShow 0.2s linear 0s;
}
@keyframes spMenuInnerShow{
    from{
        transform: scale(0.25);
    }
    to{
        transform: scale(1)
    }
}
body.sp #zip-common-header .zip-header-menu-list .zip-header-menu-list-header{
  padding: 45px 0 30px;
}
body.sp #zip-common-header .zip-header-menu-list .zip-header-menu-list-header .zip-header-programLogo{
  position: relative;
  margin: 0 auto;
  width: 110px;
  height: 44px;
  background: url(../images/common/header_logo.png) no-repeat;
  background-size: contain;
}
body.sp .zip-header-menu-list .zip-header-menu-list-header .zip-header-menu-btn{
  background-color:inherit;
  border-radius: inherit;
}
body.sp .zip-header-menu-list .zip-header-menu-list-header .zip-header-menu-btn span{background-color:#ffffff;}

body.sp #zip-common-header .zip-header-menu-list .zip-header-menu-list-main{padding:0px 20px 20px;-webkit-overflow-scrolling:touch;}
body.sp #zip-common-header .zip-header-menu-list .zip-header-menu-list-main .zip-header-menu-list-wrapper{
  display: flex;
  flex: 1 1 33%;
  flex-wrap: wrap;
}
body.sp #zip-common-header .zip-header-menu-list .zip-header-menu-list-main .zip-header-menu-list-wrapper li{
  width: 33%;
}
body.sp #zip-common-header .zip-header-menu-list .zip-header-menu-list-main .zip-header-menu-list-wrapper li a{
  color: #4bd0fb;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4em;
  padding-bottom: 15px;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
body.sp #zip-common-header .zip-header-menu-list .zip-header-menu-list-main .zip-header-menu-list-wrapper li a span[class*="icon-"]{
  font-size: 60px;
  vertical-align: middle;
  background: #fff;
  color: #fb7cdf;
  border-radius: 50px;
  text-align: center;
  display: block;
  letter-spacing: 0;
  margin: 0px auto;
  margin-bottom: 10px;
  width: 60px;
}
body.sp #zip-common-header .zip-header-menu-list .zip-header-menu-list-main .zip-header-menu-list-wrapper li a span[class*="icon-"]::before{
  background: #fb7cdf;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
}
body.sp #zip-common-header .zip-header-menu-list .zip-header-menu-list-main .zip-header-menu-list-wrapper li a span[class*="text"]{
  display:block;
}
@media screen and (max-width: 374px){
  body.sp #zip-common-header .zip-header-menu-list .zip-header-menu-list-main .zip-header-menu-list-wrapper li a[href="/zip/goodluck/"] span[class="text"]{
    letter-spacing: 0;
  }
}

body.sp .zip-pageTop{
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}
body.sp .zip-pageTop a{
  display: block;
  position: relative;
  background-color: #efefef;
  border-top: 1px solid #979797;
  height: 40px;
  top: 0;
}
body.sp .zip-pageTop a:after{
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-top: 2px solid #4a4a4a;
  border-right: 2px solid #4a4a4a;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 15.5px;
}
@-webkit-keyframes slideDown_sp {
  0% {top:-46px;}
  100% {top:46px;}
}
@keyframes slideDown_sp {
  0% {top:-46px;}
  100% {top:46px;}
}

/* searchパーツ
**********************************/
body.sp form.zip-common-search {}
body.sp form.zip-common-search .search_area{
  border-radius: 13px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
body.sp form.zip-common-search .search_area input[type="search"]{
  background: rgba(255,255,255,.8);
  border: none;
  border-radius: 0px;
  color: #444444;
  font-size:16px;
  font-weight: bold;
  outline: none;
  overflow: hidden;
  padding: 10px 13px;
  position: relative;
  width: calc(100% - 44px);
  -webkit-appearance: none;
}
body.sp form.zip-common-search .search_area button[type="submit"]{
  background:#fb7cdf url(/zip/assets/images/common/search-icon.svg) no-repeat;
  border:0;
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  z-index: 1;
}

/* common-area
**********************************/
/* rank */
body.sp #zip-common-area{
  background-color:#def5fe;
  font-size: 13px;
  letter-spacing: 1.2px;
  line-height: 1.7;
}
body.sp #zip-common-area *{box-sizing: border-box;}

/* FONTPLUS対策
**********************************/
span[id^="_cmp_elm_"] {
  display: none !important;
}
