@charset "utf-8";

html{
  scroll-behavior: smooth;
}

/* sns */
.ve_so6 .sns{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 15px;
}
.ve_so6 .sns li{
  margin-right: 6px;
}
.ve_so6 .sns a img{
  height: 39px;
  width: 39px;
}
.ve_so6 .sns li a img{
  transition: all 0.3s, transform 0.3s;
}
.ve_so6 .sns li a:hover img{
  transition: all 0.3s ease;
  opacity: 10;
  filter: brightness(1.2);
}

/*==========================================

Layout

==========================================*/
/* contents
------------------------------------------*/
.ve_so6 {
  width: 948px;
  border: 1px solid #dadcd9;
  width: 948px;
  font-size: 14px;
  color: #fff;
  background: #1a013c;
  overflow: hidden;
  font-family:"メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
  padding-bottom: 40px;
}
.ve_so6 a{
  color: #db0303;
  text-decoration: underline;
}
.ve_so6 a:hover{
  text-decoration: none;
}

.text-yellow{
  color: #e7d577 !important;
}

.f-normal{
  font-weight: normal !important;
}

.ve_so6 .hover:hover,
.ve_so6 a:hover img {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
a.hover{
  transition: all 0.3s, transform 0.3s;
}
a.hover img{
  transition: all 0.3s, transform 0.3s;
}
a.hover:hover{
  transition: all 0.3s, transform 0.3s;
  filter: brightness(1.2);
}
a.hover:hover img{
  transition: all 0.3s, transform 0.3s;
}

.btn-off{
  filter: grayscale(1);
  opacity: .7;
}

/* header */
.ve_so6 .header{
  height: 675px;
  padding-top: 410px;
  position: relative;
  box-sizing: border-box;
  background: 0 0 / auto no-repeat url(../../img/camp/ve_so6//header/main.jpg);
}
.ve_so6 .header h1{
  font-size: 0;
  box-sizing: border-box;
}


.ve_so6 .anchor,
.ve_so6 .flex-center{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.ve_so6 .anchor{
  margin-bottom: 35px;
}
.ve_so6 .anchor li img{
  width: 294px;
}


/* 基本 --------------------------*/
.ve_so6 h2,
.ve_so6 h3{
    text-align: center;
}

.ve_so6 .section{
  width: 788px;
  margin: 0 auto 50px;
  line-height: 1.6;
  overflow: hidden;
  box-sizing: border-box;
}
.ve_so6 .section h2{
  text-align: center;
  margin: 0;
  padding: 0;
}

.ve_so6 .section.ve{
  background: #eeeeee;
  border-radius: 20px;
  padding-bottom: 42px;
  margin-top: 30px;
}
.ve_so6 .section.ve .inbox dt{
  color: #a66753;
}

.ve_so6 .section.so6{
  background: #e3f7fb;
  border-radius: 20px;
  padding-bottom: 42px;
}
.ve_so6 .section.so6 .inbox dt{
  color: #00459a;
}

.ve_so6 .section.two-title{
  background: #ece5f6;
  border-radius: 20px;
  padding-bottom: 42px;
}
.ve_so6 .section.two-title .inbox dt{
  color: #5d44a4;
}

.ve_so6 .section .gutter{
  margin-right: 50px;
  margin-left: 50px;
  color: #000;
}

.ve_so6 .section .kikan-off{
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  background: #464449;
}

.ve_so6 .section .inbox{
  margin-top: 25px;
}
.ve_so6 .section .inbox dt{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.ve_so6 .list-indent li .list-disc li{
  text-indent: initial;
}


/* 賞品ラインアップ（追加） */
.ve_so6 .section .inbox.lineup{
  margin-top: 0;
}
.ve_so6 .section .inbox.lineup dt{
  height: 45px;
  padding-top: 10px;
  text-align: center;
  background-color: #474747;
  box-sizing: border-box;
}
.ve_so6 .section .inbox.lineup dt img{
  width: 277px;
}

.ve_so6 .section .inbox.lineup .present{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 25px;
}
.ve_so6 .section .inbox.lineup .present .img{
  width: 300px;
  margin-right: 27px;
}
.ve_so6 .section .inbox.lineup .present .img img{
  width: 300px;
}

.ve_so6 .section .inbox.lineup .ico{
  display: block;
  width: 13em;
  height: 26px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 7px;
  margin-bottom: 5px;
  box-sizing: border-box;
}
.ve_so6 .section.ve .inbox.lineup .ico{
  background-color: #a66753;
}
.ve_so6 .section.so6 .inbox.lineup .ico{
  background-color: #2363b2;
}
.ve_so6 .section.two-title .inbox.lineup .ico{
  background-color: #775cb5;
}

.text-brown{
  color: #a66753 !important;
}
.text-blue{
  color: #2363b2 !important;
}
.text-purple{
  color: #775cb5 !important;
}


/* キャンペーン応募方法 --------------------------*/
.ve_so6 .section.entry{
  margin-top: 40px;
}
.ve_so6 .section.entry dl{
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #503179;
}
.ve_so6 .section.entry dl dt{
  width: 140px;
  padding-left: 30px;
  box-sizing: border-box;
}
.ve_so6 .section.entry dl dt img{
  width: 55px;
}
.ve_so6 .section.entry dl dd{
  width: 648px;
}

.ve_so6 .section.entry .sqexapp{
  display: flex;
  align-items: center;
  width: 648px;
  height: 153px;
  margin-top: 15px;
  padding-left: 40px;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}
.ve_so6 .section.entry .sqexapp .btn{
  display: inline-block;
  font-size: 0;
}

.ve_so6 .notice .list-indent li{
  margin-bottom: 4px;
  font-weight: normal;
}
