@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap&subset=japanese");

/*----------------[Base]----------------*/
.lineupContents{
  margin: 5px auto 0;
}
.specialContents{
  margin: 5px auto 0;
}

/*----------------[Layout]----------------*/
.l_lineupMv{
  margin: 0 auto;
  height: 220px;
  background: #F5F7FA;
  position: relative;
}

/*----------------[Module]----------------*/
/*-----lineup-----*/
.m_lineupMv_inner {
  width: 1160px;
  margin: 0 auto;
}
.m_lineupMv_ttl {
  font-size: 4.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.08em;
  position: absolute;
  top: 45px;
}
.m_lineupMv_ttl_sub {
  font-size: 2.5rem;
  line-height: 1.2;
}
.m_lineupMv_img {
  max-width: none;
}

/*-----special-----*/
.l_specialMv{
  text-align: center;
}
.m_specialMv_inner {
  width: 1160px;
  margin: 0 auto;
}
.m_specialMv_date{
  padding: 10px 0 12px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

/*-----anchor-----*/
.m_anchor_inner {
  margin: 0 auto;
  width: 1160px;
  padding-top: 5px;
}
.m_anchor_list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content:flex-start;
}
.m_anchor_item {
  width: calc((100% - 15px) / 4);
}
.m_anchor_item + .m_anchor_item{
  margin-left: 5px;
}
.m_anchor_item a {
  border-radius: 3px;
  background-color: #D2DCE6;
  line-height: 1.2;
  color: #333;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.6rem;
  height: 60px;
}
.m_anchor_item a:hover {
  background-color: #232B35;
  color: #FFFFFF;
}
.m_anchor_item a:after {
  font-family: 'FontAwesome';
  content: "\f107";
  line-height: 1;
  font-size: 2.0rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.m_anchor_item a:after {
  right: 10px;
}
.m_anchor_text {
  display: block;
  text-align: center;
}
.m_anchor_text span {
  font-size: 1.4rem;
}

/*-----section-----*/
.m_section_inner01 {
  width: 1160px;
  margin: 0 auto;
  padding: 50px 0;
}
.m_section_inner02 {
  width: 1060px;
  margin: 0 auto;
  padding: 50px 0;
}
.m_section_ttl01 {
	font-size:3.6rem;
	font-family:noto sans jp,sans-serif;
	font-weight:300;
	line-height:1.3;
	letter-spacing:.05em
}
.m_section_ttl02 {
	font-size:3.6rem;
	font-family:noto sans jp,sans-serif;
	font-weight:400;
	line-height:1.3;
	letter-spacing:.05em
}
.m_section_box{
  margin-top: 40px;
}
.m_section_txt {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.m_section_txt + .m_section_txt {
  margin-top: 15px;
}
.m_txtBold{
  font-weight: bold;
}
.m_txtRed{
  color: #c00;
}

/*-----button-----*/
.m_button01 {
  display: block;
  position: relative;
  font-weight: bold;
  background-color: #606A76;
  border-radius: 3px;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 20px;
  margin-top: 10px;
}
.m_button01::after {
  font-family: 'FontAwesome';
  content: "\f105";
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.0rem;
}

/*-----pcitemBox-----*/
.m_pcitemBox, .pcitemArea {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webklit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.m_pcitemBox .pcitemArea{
  align-items: center;
}
.m_pcitemBox li {
  background: #fff;
  width: calc((100% - 20px) / 3);
  border-radius: 3px;
}
.m_pcitemBox li a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  padding: 10px 13px 15px;
  color: #333333;
  text-decoration: none;
}
.m_pcitemBox li a:before {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  border-radius: 3px;
  border: solid 1px #ccc;
}
.m_pcitemBox li a:hover:before {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  border: 2px solid #0784E8;
}
.m_pcitemBox li .itemLeft {
  width: calc(40% - 10px);
}
.m_pcitemBox li .itemRight{
  width:calc(60% - 10px);
}
.m_pcitemBox li h3{
  font-size: 1.5rem;
  font-weight: bold;
}
.m_pcitemBox li .des{
  font-size: 1.2rem;
  margin-top: 5px;
}
.m_pcitemBox li .price{
  font-size: 2rem;
  font-weight: bold;
  color: #c00;
}
.m_pcitemBox li .price span{
  font-size: 1.4rem;
}
.m_pcitemLink {
  display: block;
  position: relative;
  font-weight: bold;
  background-color: #606A76;
  border-radius: 3px;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 20px;
  margin-top: 10px;
}
.m_pcitemLink::after {
  font-family: 'FontAwesome';
  content: "\f105";
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.0rem;
}

/*-----deta-----*/
.m_section_deta dl{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webklit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  margin: 25px 0;
}
.m_section_deta dl + dl{
  padding-top: 25px;
  border-top: solid 1px #ccc;
}
.m_section_deta dt{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  background: #7d3364;
  color: #fff;
  padding: 5px 10px 8px;
  width: 25%;
  text-align: center;
}
.m_section_deta dd{
  width: 72%;
}
.m_icon_cap{
  max-width: 260px;
  margin: 0 10px;
  vertical-align: text-bottom;
}
.m_section_txt + .m_section_detalist,
.m_section_detalist + .m_section_txt{
  margin-top: 15px;
}
.m_section_detalist{
  margin-left: 20px;
  font-size: 1.6rem;
}
.m_section_detalist li{
  list-style-type: disc;
}
.m_section_detalist li + li{
  margin-top: 5px;
}

/*----------------[original]----------------*/
/*officeColumnMv*/
.officeColumnMv{
  background: #edf4ff;
}
.officeColumnMv .m_specialMv_inner{
  margin: 0 auto;
	min-height: 200px;
  background: url(mv_bg_pc.png) no-repeat right bottom;
  background-size: contain;
}
.m_specialMv_ttl{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: left;
  width: 660px;
}
.m_specialMv_ttl_main{
  font-size: 4rem;
  letter-spacing: 0.1em;
  padding-top: 70px;
}


/*officeColumn01*/
.officeColumn01{
  background: #fff;
}
.m_section_ttl02{
  position: relative;
  padding-left: 45px;
}
.m_section_ttl02:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 100%;
  content: '';
  -ms-filter: "alpha(opacity=20)";
  border-radius: 6px;
  background: #01b196;
}
.officeItem_box{
	margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.officeItem_list{
  position: relative;
  width: 48%;
  background: #f8f8f8;
  margin-left: 10px;
  padding: 80px 30px 40px;
}
.officeItem_list:nth-of-type(n+3){
  margin-top: 40px;
}
.officeItem{
  position: absolute;
  top: -10px;
  left: -10px;
  color: #fff;
  font-size: 2.5rem;
  font-family: noto sans jp,sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.officeItem span{
  position: relative;
  padding: 16px 30px 20px 70px;
  display: inline-block;
}
.officeItem span:before{
  position: relative;
  content: '';
  position: absolute;
  width: 37px;
  height: 37px;
  left: 15px;
  top: 18%;
}
.officeItem span:after{
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  border-width: 18px 18px 0 0;
  border-style: solid;
}

.officeItem01 span{
  background: #3580be;
  border-left: 10px solid #10408e;
}
.officeItem01 span:before{
  background: url(word_icon.svg) no-repeat center;
  background-size: contain;
}
.officeItem01 span:after{
  border-color: #10408e #f8f8f8;
}
.officeItem02 span{
  background: #3da579;
  border-left: 10px solid #136b39;
}
.officeItem02 span:before{
  background: url(excel_icon.svg) no-repeat center;
  background-size: contain;
}
.officeItem02 span:after{
  border-color: #136b39 #f8f8f8;
}
.officeItem03 span{
  background: #00a7e2;
  border-left: 10px solid #006ec9;
}
.officeItem03 span:before{
  background: url(outlook_icon.svg) no-repeat center;
  background-size: contain;
  top: 20%;
}
.officeItem03 span:after{
  border-color: #006ec9 #f8f8f8;
}
.officeItem04 span{
  background: #e7865e;
  border-left: 10px solid #d24624;
}
.officeItem04 span:before{
  background: url(pp_icon.svg) no-repeat center;
  background-size: contain;
  top: 20%;
}
.officeItem04 span:after{
  border-color: #d24624 #f8f8f8;
}


/*officeColumn02*/
.officeColumn02{
  background: #edf4ff;
}
.officeTable{
  margin: 40px auto 0;
  width: 1080px;
  letter-spacing: 0.15rem;
  font-size: 1.6rem;
  text-align: center;
  font-family: noto sans jp,sans-serif;
  /*! font-weight: 400; */
}
.officeTable_headline{
  background: #c3d3ea;
}
.officeTable_headline th{
  padding: 20px 10px 17px;
  border: 5px solid #edf4ff;
  text-align: center;
}
.officeTable_headline th:nth-of-type(-n+2){
  font-size: 2.5rem;
}
.officeTable_contents td{
  background: #fff;
  padding: 15px;
  border: 5px solid #edf4ff;
}
.officeTable_contents td:nth-of-type(1){
  text-align: left;
}
.officeTable_contents td:nth-of-type(2){
  color: #fff;
  font-weight: 500;
}
.officeTable_contents td:nth-of-type(n+3){
  font-size: 2.5rem;
  line-height: 1;
}
.officeTable_contents .td_item01{
  background: #3580be;
}
.officeTable_contents .td_item02{
  background: #3da579;
}
.officeTable_contents .td_item03{
  background: #00a7e2;
}
.officeTable_contents .td_item04{
  background: #e7865e;
}
.officeTable_contents .td_item05{
  background: #cd7476;
}
.officeTable_contents .td_item06{
  background: #0faba4;
}
.officeTable_contents .td_item07{
  background: #b851da;
}

.officeTable_ex{
  margin-top: 40px;
  padding: 30px;
  background: #fff;
  border: 2px solid #01b196;
}


/*officeColumn03*/
.officeColumn_bonus{
  border-radius: 3px;
  padding: 20px 30px 40px;
  background: url(bonus_img.png) no-repeat left 80px bottom -10px #ffeef4;
  background-size: 17%;
}
.officeColumn_bonusTtl{
  background: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
}
.officeColumn_bonusTtlimg{
  width: 9.5%;
  margin-right: 25px;
}
.officeColumn_bonusTtl p{
  font-size: 3.6rem;
  font-family: noto sans jp,sans-serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: .05em;
}
.officeColumn_bonusRead{
  font-size: 2.5rem;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 45px;
  letter-spacing: 0.08em;
  background: url(bonus_bg.png) no-repeat center bottom;
}
.officeColumn_bonusBox{
  width: 75%;
  margin: 10px 0 0 auto;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
.officeColumn_bonusList li{
  list-style: disc;
  margin-left: 20px;
}
.officeColumn_bonusList li + li{
  margin-top: 3px;
}
.officeColumn_note{
  margin-top: 15px;
  font-size: 1.4rem;
}

.officeColumn_bnr{
  text-align: center;
  margin-top: 50px;
}
.officeColumn_bnr a:hover{
  opacity: 0.7;
}



@media screen and (max-width: 767px) {
/*----------------[Base]----------------*/
.lineupContents{
  margin-top: 3px;
}
.specialContents {
  margin-top: 3px;
}

/*----------------[Layout]----------------*/
.l_lineupMv{
  height: auto;
}

/*----------------[Module]----------------*/
/*-----lineup-----*/
.m_lineupMv_inner {
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
.m_lineupMv_ttl {
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  position: static;
  padding: 10px 0;
}
.m_lineupMv_ttl_sub {
  font-size: 1.5rem;
}
.m_lineupMv_img {
  max-width: 100%;
  max-height: 250px;
}

/*-----special-----*/
.m_specialMv_inner {
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
.m_specialMv_date{
  padding: 5px 0 7px;
  font-size: 1.4rem;
}

/*-----anchor-----*/
.m_anchor_inner {
  padding: 0 5px;
  width: 100%;
}
.m_anchor_item {
  width: calc(50% - 10px);
margin: 0 5px 10px;
}
.m_anchor_item a {
  height: 40px;
  font-size: 1.2rem;
}
.m_anchor_item a:after {
  right: 5px;
}
.m_anchor_text span {
  font-size: 1.2rem;
}

/*-----section-----*/
.m_section_inner01 {
  width: 100%;
  padding: 30px 10px;
}
.m_section_inner02 {
  width: 100%;
  padding: 25px 10px;
}
.m_section_ttl01 {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
}
.m_section_ttl02 {
  font-size: 2.4rem;
  line-height: 1.3;
  padding: 0;
}
.m_section_ttl02:before {
  /*! left: calc(50% - 20px); */
  width: 40px;
}
.m_ttl_icon{
  width: 35px;
  height: 35px;
}
.m_ttl_icon img{
  max-height: 30px;
}
.m_ttl_txt{
  /*! margin-left: 10px; */
}
.m_section_box{
  margin-top: 30px;
}
.m_section_txt {
  font-size: 1.5rem;
}
.m_sectionTxt + .m_sectionTxt {
  margin-top: 10px;
}

/*-----button-----*/
.m_button01 {
  margin-top: 5px;
  font-size: 1.4rem;
}

/*-----pcitemBox-----*/
.m_pcitemBox {
  display: block;
}
.m_pcitemBox li {
  width: 100%;
}
.m_pcitemBox li + li{
  margin-top: 15px;
}

.m_pcitemLink {
  font-size: 1.4rem;
}

/*-----deta-----*/
.m_section_deta dl{
  display: block;
  margin: 20px 0;
}
.m_section_deta dl + dl{
  padding-top: 0;
  border-top: none;
}
.m_section_deta dt{
  font-size: 1.6rem;
  width: 100%;
}
.m_section_deta dd{
  width: 100%;
  margin-top: 20px;
}
.m_icon_cap{
  max-width: 220px;
}
.m_section_detalist{
  font-size: 1.4rem;
}

/*----------------[original]----------------*/
.officeColumnMv .m_specialMv_inner{
  margin: 0 auto;
  min-height: auto;
  background: url(mv_bg_sp.png) no-repeat;
  background-position: bottom;
  background-size: 96%;
  padding-bottom: 50%;
}
.m_specialMv_ttl{
  width: 100%;
  text-align: center;
}
.m_specialMv_ttl_sub{
  font-size: 1.8rem;
  margin-top: 20px;
}
.m_specialMv_ttl_main{
  font-size: 2.8rem;
  padding-top: 30px;
}

/*officeColumn01*/
.m_section_ttl02{
  padding-left: 25px;
}
.m_section_ttl02:before{
  width: 9px;
}
.officeItem_box{
	margin-top: 30px;
  display: block;
}
.officeItem_list{
  width: 98%;
  margin-left: 2%;
  padding: 50px 10px 25px;
}
.officeItem_list:nth-of-type(n+2){
  margin-top: 25px;
}
.officeItem{
  top: -7%;
  left: -2%;
  font-size: 1.8rem;
}
.officeItem span{
  padding: 12px 30px 15px 50px;
}
.officeItem span:before{
  width: 25px;
  height: 25px;
  left: 5%;
  top: 20%;
}

.officeItem03 span:before{
  top: 23%;
}
.officeItem04 span:before{
  top: 23%;
}


/*officeColumn02*/
  .officeTable{
    overflow-x: auto;
    overflow-x:scroll;
    padding-bottom: 10px;
    margin: 0px auto 20px;
    padding: 0px 0 15px;
    width: 100%;
    white-space: nowrap;
}
.officeTable::-webkit-scrollbar {
  background: #fff;
}
.officeTable::-webkit-scrollbar-thumb {
  background-color: #b0b0b0;
  border: 2px solid #fff;
}

.officeTable_box{
  margin: 30px auto 0;
  width: 210%;
  font-size: 1.4rem;
}
.officeTable_headline th:nth-of-type(-n+2){
  font-size: 1.8rem;
}
.officeTable_contents td{
  padding: 10px;
}
.officeTable_contents td:nth-of-type(n+3){
  font-size: 1.8rem;
}

.officeTable_ex{
  margin-top: 30px;
  padding: 25px 15px;
  background: #fff;
  border: 2px solid #01b196;
}


/*officeColumn03*/
.officeColumn_bonus{
  padding: 10px;
  background-position: left 3% bottom 70px;
  background-size: 27%;
}
.officeColumn_bonusTtl{
  border-radius: 10px;
  display: block;
}
.officeColumn_bonusTtlimg{
  width: 20%;
  margin: 0 auto;
}
.officeColumn_bonusTtl p{
  font-size: 1.8rem;
  text-align: center;
  margin-top: 15px;
}
.officeColumn_bonusRead{
  font-size: 1.6rem;
  text-align: left;
  margin-top: 20px;
  padding-bottom: 30px;
  background: url(bonus_bg_sp.png) no-repeat center bottom;
  background-size: contain;
}
.officeColumn_bonusBox{
  font-size: 1.4rem;
}
.officeColumn_note{
  font-size: 1.2rem;
}


.officeColumn_bnr{
  margin-top: 25px;
}

}