@import url('https://fonts.googleapis.com/css?family=Roboto:700&display=swap');
.mv10th{
  padding: 0 0 60px;
  margin: 0 0 60px;
  border-bottom: 2px solid #eee;
}
.mv10th .img{
  margin: 0 0 60px;
}
.mv10th p{
  font-size: 16px;
  line-height: 2;
  margin: 0 0 30px;
  text-align: center;
}
.enq-btn{
  width: 100%;
  max-width: 520px;
  height: 70px;
  font-size: 25px;
  font-weight: bold;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d60915;
  color: #fff;
  border-radius: 35px;
  text-decoration: none;
  box-shadow: 1px 6px 0px #ae060f;
}
.enq-btn:hover{
  opacity: 0.7;
}
.banner10th{
  margin: 80px 0;
}

.countdown{
  margin: 0 0 30px;
}
.countdown p{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
.countdown p.small{
  font-size: 13px;
  font-weight: normal;
  color: #666;
  margin: 20px 0 40px;
}
#timer{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
#timer .yycountdown-box{
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#timer .yycountdown-box .yyc-day{
  font-size:68px;
  color:#5ab43c;
}
#timer .yycountdown-box .yyc-hou{
  font-size:68px;
  color:#b446c8;
}
#timer .yycountdown-box .yyc-min{
  font-size:68px;
  color:#f06428;
}
#timer .yycountdown-box .yyc-sec{
  font-size:68px;
  color:#5064dc;
  display: none !important;
}
#timer .yycountdown-box .yyc-sec-text{
  display: none;
}
#timer .yycountdown-box span:nth-child(2n){
  padding: 0 18px 0 12px;
}
#timer .yycountdown-box span:nth-child(2n-1){
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 80px;
  border: 1px solid #e0e0e0;
  background: #f4f4f4;
  background: -moz-linear-gradient(top,  #f4f4f4 0%, #f4f4f4 49%, #ececec 52%, #ececec 100%);
  background: -webkit-linear-gradient(top,  #f4f4f4 0%,#f4f4f4 49%,#ececec 52%,#ececec 100%);
  background: linear-gradient(to bottom,  #f4f4f4 0%,#f4f4f4 49%,#ececec 52%,#ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ececec',GradientType=0 );
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
#timer .yycountdown-box span:nth-child(2n-1):before{
  content: "";
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}

.contactBox{
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  border: 4px solid #d80000;
  background: #fff5f5;
  text-align: center;
  padding: 30px 20px;
  font-weight: bold;
}
.contactBox2{
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  border: 4px solid #d80000;
  background: #fff5f5;
  text-align: center;
  padding: 30px 20px;
  font-weight: bold;
}
.contactBox p{
  padding: 60px 0 0;
  background: url(/site_resource/campaign/ins_mypage_10th/img/icon.png) no-repeat center top;
  font-size: 17px;
}
.contactBox2 p{
t center top;
  font-size: 17px;
}
.contactBox h3{
  font-size: 28px;
  margin: 0 0 5px;
}
.contactBox h3 span{
  color: #d80000;
}
.contactBox a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 50px;
  border: 2px solid #d80000;
  background: #fff;
  text-decoration: none;
  font-size: 18px;
  color: #d80000;
  border-radius: 25px;
}
.contactBox2 a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 50px;
  border: 2px solid #d80000;
  background: #fff;
  text-decoration: none;
  font-size: 18px;
  color: #d80000;
  border-radius: 25px;
}
.contactBox a:hover{
  color: #fff;
  background: #d80000;
}
.sp{
  display: none;
}
.contactBox2 a:hover{
  color: #fff;
  background: #d80000;
}
.sp{
  display: none;
}
.btn-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-list li{
  width: 440px;
}
.btn-list p{
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.btn-list p.small{
  font-size: 13px;
}
.btn-list .enq-btn{
  margin: 5px auto 10px;
  max-width: 415px;
  height: 56px;
  border-radius: 28px;
  font-size: 20px;
}
.hidden-notlogin{
  margin: 60px 0 0;
}
.appealArea{
  margin: 0 0 50px;
}
@media screen and (max-width:767px){
  .banner10th{
    margin: 40px 0;
  }
  .mv10th{
    padding: 0 0 50px;
    margin:  0 0 50px;
  }
  .mv10th .img {
    margin: 0 0 30px;
  }
  .mv10th p{
    font-size: 14px;
    margin: 0 0 15px;
    text-align: left;
  }
  .countdown p.small{
    font-size: 12px;
    margin: 10px 0 20px;
  }
  .enq-btn {
    height: 50px;
    font-size: 18px;
    border-radius: 25px;
    max-width: 70%;
  }

  .countdown p{
    font-size: 12px;
  }
  #timer .yycountdown-box{
    font-size: 13px;
  }
  #timer .yycountdown-box .yyc-day{
    font-size:31px;
  }
  #timer .yycountdown-box .yyc-hou{
    font-size:31px;
  }
  #timer .yycountdown-box .yyc-min{
    font-size:31px;
  }
  #timer .yycountdown-box .yyc-sec{
    font-size:31px;
  }
  #timer .yycountdown-box span:nth-child(2n){
    padding: 0 10px 0 5px; 
  }
  #timer .yycountdown-box span.yyc-min-text{
    padding-right: 0;
  }
  #timer .yycountdown-box span:nth-child(2n-1){
    width: 50px;
    height: 40px;
  }
  .contactBox{
    padding: 20px 15px;
  }
  .contactBox p{
    font-size: 13px;
    padding: 30px 0 0 0;
    background: url(/site_resource/campaign/ins_mypage_10th/img/icon_sp.png) no-repeat center top;
    background-size: auto 25px;
    margin: 0 0 5px;
  }
  .contactBox h3{
    font-size: 16px;
    margin: 0 0 15px;
  }
  .contactBox a{
    max-width: 80%;
    height: 40px;
    font-size: 13px;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }

  .btn-list li{
    width: 100%;
    margin: 0 0 20px;
  }
  .btn-list li:last-child{
    margin: 0;
  }
  .btn-list .enq-btn{
    max-width: 90%;
    font-size: 16px;
    height: 45px;
  }
  .btn-list p{
    font-size: 14px;
    text-align: center;
    margin: 0;
  }
  .btn-list p.small{
    font-size: 11px;
  }
  .appealArea{
    margin: 0 0 30px;
  }
  .hidden-notlogin{
    margin: 30px 0 0;
  }
}
@media screen and (max-width:360px){
  #timer .yycountdown-box span:nth-child(2n-1){
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}


/* ------------------------+-
20191120 add
--------------------------- */
.mv10th .kvbnr a {
  width: 100%;
  max-width: 100%;
  height: 100%;
  font-size: 25px;
  font-weight: bold;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #fff;
  border-radius: none;
  text-decoration: none;
  box-shadow: none;
}
.mv10th .kvbnr a:hover{
  opacity: 0.7;
}
.appealArea02 {
  background: url(/site_resource/campaign/ins_mypage_10th/img/bg__about_sompopark02.png) no-repeat center top;
  height: 557px;
  text-align: center;
  margin: 0 0 50px;
}

.appealArea02 .appealArea-ttl {
  padding: 55px 0 18px;
}

.appealArea02 .appealArea-aboutWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 53px;
  margin-bottom: 20px;
}

.appealArea02 .btn {
  font-size: 16px;
  max-width: 288px;
}

@media screen and (max-width: 767px){
  .appealArea02 {
    background: url(/site_resource/campaign/common/img/bg__about_sompopark__sp.png) no-repeat center top;
    background-size: 100% auto;
    height: auto;
    text-align: center;
    padding-bottom: 8vw;
    margin: 0 0 30px;
  }
  .appealArea02 .appealArea-ttl {
    padding: 8vw 0 3vw;
    width: 80%;
    margin: 0 auto;
  }
  .appealArea02 .appealArea-aboutWrap {
    display: block;
    padding: 0;
    width: 90%;
    margin: 0 auto 3.5vw;
  }
  .appealArea02 .appealArea-aboutWrap img {
    margin-bottom: 1.5vw;
    display: block;
  }
  .appealArea02 .btn {
    font-size: 3.5vw;
    max-width: 288px;
    width: 65%;
  }
}
.btn-list .btn {
  font-size: 1.43em;
  max-width: 415px;
  margin: 5px 20px 10px;
}
@media screen and (max-width: 767px){
  .btn-list .btn {
    font-size: 16px;
    max-width: 89%;
    margin: 5px 20px 10px;
  }
}

.layout10th{
  background: url(/site_resource/campaign/ins_mypage_10th/img/index/bg02.png) repeat-x center 20px,
  url(/site_resource/campaign/ins_mypage_10th/img/index/bg01.jpg) repeat-x center top;
  min-height: 1620px;
}
.layout10th .contents,
.layout10th02 .contents{
  margin-bottom: 60px;
}
.mv10th_anniver{
  padding: 40px 0 0;
}
.mv10th_anniver .ttx{
  margin: -20px 10px 0 0;
}
.mv10th_anniver .txt{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","メイリオ",Meiryo, serif;
  src: local("Yu Mincho Medium");
  font-size: 22px;
  line-height: 2;
  font-weight: bold;
  padding: 10px 0 0;
}
.mv10th_anniver .txt span{
  text-shadow: 2px 2px 4px #fff, -2px 2px 4px #fff, 2px -2px 4px #fff, 4px 4px 4px #fff, 2px 8px 6px #fff, 0px -5px 35px #fff;
}
.mv10th_anniver .txt a{
  color: #005078;
}
.center{
  text-align: center;
}
.bnr a:hover{
  opacity: 0.7;
}
.box_anniver{
  padding: 40px 0 80px;
  text-align: center;
  font-weight: bold;
}
.box_anniver h2{
  margin: 0 0 15px;
}
.box_anniver li{
  width: 926px;
  height: 236px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #505050;
  position: relative;
}
.box_anniver li:nth-child(1){
  background: url(/site_resource/campaign/ins_mypage_10th/img/index/waku1.png) no-repeat center;
}
.box_anniver li:nth-child(2){
  background: url(/site_resource/campaign/ins_mypage_10th/img/index/waku2.png) no-repeat center;
  color: #000;
}
.box_anniver li:before{
  content: "";
  width: 119px;
  height: 119px;
  position: absolute;
  top: -10px;
  left: -50px;
}
.box_anniver li:nth-child(1):before{
  background: url(/site_resource/campaign/ins_mypage_10th/img/index/p1.png) no-repeat center;
  background-size: cover;
}
.box_anniver li:nth-child(2):before{
  background: url(/site_resource/campaign/ins_mypage_10th/img/index/p2.png) no-repeat center;
  background-size: cover;
}
.box_anniver h3{
  font-size: 30px;
  margin: 0 0 5px;
}
.box_anniver li:nth-child(2) h3{
  color: #8c5000;
}
.box_anniver p{
  font-size: 16px;
  margin: 0 0 15px;
}
.box_anniver a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 54px;
  background: #a0a0a0;
  color: #fff;
  border-bottom: 6px solid #8c8c8c;
  text-decoration: none;
  border-radius: 27px;
  font-size: 20px;
}
.box_anniver li:nth-child(2) a{
  background: #d60915;
  border-color: #ae060f;
}
.box_anniver li:nth-child(2) a:hover{
  opacity: 0.7;
}
.layout10th02 .bnr{
  margin: -128px 0 50px;
}
.contactBox ul{
  margin: 0 0 15px;
}
.contactBox li{
  padding: 0 0 0 15px;
  position: relative;
  margin: 0 0 5px;
  display: inline-block;
  font-size: 15px;
}
.contactBox li:before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 8px;
}
.red{
  color: #d80000;
}
@media screen and (max-width: 767px){
  .layout10th{
    background: url(/site_resource/campaign/ins_mypage_10th/img/index/bg03.jpg) repeat center top;
    background-size: 375px auto;
    min-height: auto;
  }
  .layout10th .contents{
    margin: 0;
    padding: 0 0 60px;
  }
  .mv10th_anniver .ttx{
    margin: -10px 10px 0 0;
  }
  .mv10th_anniver .txt{
    font-size: 4.2vw;
  }
  .mv10th_anniver .txt span{
    text-shadow: 2px 2px 4px #fff, -2px 2px 4px #fff, 2px -2px 4px #fff, 4px 4px 4px #fff, 2px 8px 6px #fff, 0px -5px 35px #fff;
  }
  .mv10th_anniver .txt a{
    color: #005078;
  }
  .center{
    text-align: center;
  }
  .bnr a:hover{
    opacity: 0.7;
  }
  .box_anniver{
    padding: 30px 0;
  }
  .box_anniver h2{
    margin: 0 -14px 15px;
  }
  .box_anniver li{
    width: auto;
    height: auto;
    min-height: 153px;
    max-width: 343px;
    margin: 0 auto 10px;
    left: 1%;
  }
  .box_anniver li:nth-child(1){
    background: url(/site_resource/campaign/ins_mypage_10th/img/index/waku1_sp.png) no-repeat center;
    background-size: 100% 100%;
  }
  .box_anniver li:nth-child(2){
    background: url(/site_resource/campaign/ins_mypage_10th/img/index/waku1_sp.png) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 0;
  }
  .box_anniver li:before{
    width: 60px;
    height: 60px;
    top: -5px;
    left: -14px;
  }
  .box_anniver h3{
    font-size: 17px;
    line-height: 1.3;
    margin: 0 0 5px;
  }
  .box_anniver p{
    font-size: 12px;
    margin: 0 0 5px;
  }
  .box_anniver a{
    width: 240px;
    height: 36px;
    border-bottom: 3px solid #8c8c8c;
    border-radius: 18px;
    font-size: 13px;
  }
  
  .layout10th02 .bnr{
    margin: -60px 0 30px;
  }
  .contactBox li{
    padding: 0 0 0 10px;
    font-size: 12px;
  }
  .contactBox li:before{
    width: 6px;
    height: 6px;
    top: 7px;
  }
}
@media screen and (max-width: 380px){
  .box_anniver li{
    margin: 0 2% 10px 4%;
  }
}
@media screen and (max-width: 360px){
  .box_anniver li{
    margin: 0 0 10px;
  }
}