@charset "utf-8";

/*---------------------------------------------------------
  Reset
---------------------------------------------------------*/
/* margin */
#view h1,
#view h2,
#view h3,
#view h4,
#view p {
  margin: 0;
}
/* line-height */
#view h2,
#view h3,
#view h4 {
  line-height: 1.5;
}
/* list-style */
#view ul,
#view ol,
#view dl {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* img */
#view img,
#view table img {
  width: 100%;
}

/*---------------------------------------------------------
  Base
---------------------------------------------------------*/
#view {
  font-size: 15px;
  line-height: 1.8;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #view {
    font-size: 16px;
    padding-bottom: 45px;
  }
  #view a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
  }
}

/*---------------------------------------------------------
  Layout
---------------------------------------------------------*/
/*---------------------------------------------
  Hero
---------------------------------------------*/
#view .l_viewHeros {
  overflow: hidden;
}
#view .l_viewHeros_nav {
  position: relative;
  padding: 17px 15px 5px;
}
#view .l_viewHeros_nav_logo {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
#view .l_viewHeros_nav_logo__pc {
  display: none;
}
#view .l_viewHeros_nav_link {
  color: #000;
  font-size: 13px;
  line-height: 1.5;
  padding-left: 22px;
  background: url(../img/common/arrow-header-sp.png) left center no-repeat;
  background-size: 9px 15px;
}
#view .l_viewHeros_anchor {
  padding: 0 15px;
  margin-top: 10px;
}
#view .l_viewHeros_anchor > a {
  display: block;
  float: left;
  width: 31%;
}
#view .l_viewHeros_anchor > a + a {
  margin-left: 3.5%;
}
#view .l_viewHeros_pickup > a {
  display: block;
}
#view .l_viewHeros_txt {
  padding: 1em;
  margin: 15px 15px 0;
  border: 1px solid #333;
}
#view .l_viewHeros_txt > p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  #view .l_viewHeros_nav_logo {
    font-size: 18px;
  }
}
@media only screen and (min-width: 818px) {
  #view .l_viewHeros {
    padding: 17px 15px 0;
    margin: 0 auto;
  }
  #view .l_viewHeros_nav {
    padding: 0 0 5px;
  }
  #view .l_viewHeros_nav_link {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 14px;
    text-align: right;
    padding-left: 0;
    background: none;
  }
  #view .l_viewHeros_nav_logo__pc {
    display: inline-block;
  }
  #view .l_viewHeros_nav_link {
    right: 0;
    margin-top: -18px;
  }
  #view .l_viewHeros_img {
    position: relative;
  }
  #view .l_viewHeros_anchor {
    padding: 0;
    margin-top: 0;
  }
  #view .l_viewHeros_anchor > a {
    position: absolute;
    float: none;
    bottom: 5.3%;
    width: 31%;
    z-index: 1;
  }
  #view .l_viewHeros_anchor > a + a {
    margin-left: 0;
  }
  #view .l_viewHeros_anchor__review1 {
    left: 2.8%;
  }
  #view .l_viewHeros_anchor__review2 {
    left: 35.2%;
  }
  #view .l_viewHeros_anchor__review3 {
    left: 67.6%;
  }
  #view .l_viewHeros_pickup > ul {
    font-size: 0;
  }
  #view .l_viewHeros_pickup > ul > li {
    display: inline-block;
    width: 50%;
  }
  #view .l_viewHeros_txt {
    margin: 15px 0 0;
  }
  #view .l_viewHeros_txt > p {
    font-size: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 990px) {
  #view .l_viewHeros {
    width: 1230px;
    max-width: 100%;
  }
}

/*---------------------------------------------
  Container
---------------------------------------------*/
#view .l_viewContainer {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
}

/*---------------------------------------------------------
  Module
---------------------------------------------------------*/
/*  Campaign
---------------------------------------------*/
#view .m_campaign {
  margin-top: 40px;
}
#view .m_campaign > h2 {
  position: relative;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
#view .m_campaign > h2::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 130px;
  height: 4px;
  margin: auto;
  background-color: #000;
}
#view .m_campaign > ul > li {
  margin-top: 25px;
}
#view .m_campaign > ul > li > a {
  display: block;
}
@media only screen and (min-width: 768px) {
  #view .m_campaign {
    max-width: 1180px;
    margin: 85px auto 0;
    overflow: hidden;
  }
  #view .m_campaign > h2 {
    font-size: 24px;
  }
  #view .m_campaign > ul {
    font-size: 0;
    text-align: center;
    margin: 10px -1.595% 0;
  }
  #view .m_campaign > ul > li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 25px 1.595% 0;
    margin-top: 0;
  }
}
/*  View
---------------------------------------------*/
#view .m_view {
  padding-top: 35px;
  margin-top: 50px;
  border-top: 1px solid #878787;
}
#view .m_view > h3 {
  font-size: 18px;
  text-align: center;
}
#view .m_view_content {
  width: 100%;
  max-width: 815px;
  font-size: 0;
  margin: 30px auto 0;
}
#view .m_view_content > p {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
#view .m_view_img {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
}
#view .m_view_img > img {
  display: block;
  max-width: 231px;
  margin: 0 auto;
}
#view .m_view_logo {
  display: inline-block;
  width: 60%;
  vertical-align: middle;
  padding-left: 4%;
}
#view .m_view_logo > img {
  display: block;
  max-width: 229px;
}
#view .m_view_logo > span {
  display: block;
  width: 41px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 19px;
  margin-top: 10px;
  background-color: #ef9932;
}
#view .m_view_logo > p {
  font-size: 14px;
  margin-top: 10px;
}
#view .m_view_txt {
  margin-top: 20px;
}
#view .m_view_txt > p {
  font-size: 15px;
}
#view .m_view_txt > p + p {
  margin-top: 15px;
}
#view .m_view_txt > a {
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 20px auto 0;
}
#view .m_view_btn > ul > li {
  margin-top: 10px;
}
#view .m_view_btn > ul > li > * {
  display: block;
  max-width: 260px;
  margin: 0 auto;
}
#view .m_view_note {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #view .m_view {
    margin-top: 120px;
  }
  #view .m_view > h3 {
    font-size: 20px;
    font-weight: bold;
  }
  #view .m_view_content {
    margin-top: 50px;
  }
  #view .m_view_img {
    display: block;
    float: left;
    width: 30%;
  }
  #view .m_view_img > p {
    font-size: 12px;
    text-align: center;
    text-indent: -1em;
    margin: 15px 0 0 1em;
  }
  #view .m_view_logo {
    display: block;
    width: auto;
    padding-left: 0;
    margin-left: 34%;
  }
  #view .m_view_logo > img,
  #view .m_view_logo > span,
  #view .m_view_logo > p {
    display: inline-block;
    vertical-align: middle;
  }
  #view .m_view_logo > span,
  #view .m_view_logo > p {
    margin: 0 0 0 20px;
  }
  #view .m_view_txt {
    margin-left: 34%;
  }
  #view .m_view_txt > p {
    font-size: 16px;
  }
  #view .m_view_txt > a {
    margin: 20px 0 0;
  }
  #view .m_view_btn {
    width: 100%;
    max-width: 849px;
    margin: 35px auto 0;
    overflow: hidden;
  }
  #view .m_view_btn > ul {
    font-size: 0;
    text-align: center;
    margin: 0 -1.9%;
  }
  #view .m_view_btn > ul > li {
    display: inline-block;
    width: 33.3333%;
    vertical-align: top;
    padding: 0 1.9%;
    margin-top: 0;
  }
}
/*  Xperia
---------------------------------------------*/
#view .m_xperia {
  padding-top: 35px;
  margin-top: 45px;
  border-top: 1px solid #878787;
}
#view .m_xperia > h3 {
  font-size: 18px;
  text-align: center;
}
#view .m_xperia_content {
  margin-top: 40px;
}
#view .m_xperia_item + .m_xperia_item {
  margin-top: 75px;
}
#view .m_xperia_img {
  float: left;
  width: 35%;
}
#view .m_xperia_img > img {
  display: block;
  max-width: 148px;
  margin: 0 auto;
}
#view .m_xperia_logo {
  margin-left: 40%;
}
#view .m_xperia_logo > img {
  display: block;
  max-width: 178px;
}
#view .m_xperia_logo > span {
  display: block;
  width: 41px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 19px;
  margin-top: 10px;
  background-color: #ef9932;
}
#view .m_xperia_txt {
  margin: 10px 0 0 40%;
}
#view .m_xperia_txt > p {
  font-size: 15px;
}
#view .m_xperia_txt > p > small {
  display: block;
  font-size: 13px;
  margin-top: 10px;
}
#view .m_xperia_link {
  clear: both;
  padding-top: 20px;
}
#view .m_xperia_link > a {
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}
#view .m_xperia_btn {
  width: 100%;
}
#view .m_xperia_btn > ul > li {
  margin-top: 10px;
}
#view .m_xperia_btn > ul > li > a {
  display: block;
  max-width: 260px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #view .m_xperia {
    margin-top: 65px;
    overflow: hidden;
  }
  #view .m_xperia > h3 {
    font-size: 20px;
    font-weight: bold;
  }
  #view .m_xperia_content {
    font-size: 0;
    /* margin: 55px -2.98% 0; 2列用*/
    margin: 55px -1.2% 0;
  }
  #view .m_xperia_item {
    display: inline-block;
    /* width: 50%; 2列用*/
    width: 33.3333%;
    vertical-align: top;
    /* padding: 0 2.98%; 2列用*/
    padding: 0 1.2%;
  }
  #view .m_xperia_item + .m_xperia_item {
    margin-top: 0;
  }
  #view .m_xperia_img {
    width: 46.832%;
    text-align: right;
  }
  #view .m_xperia_img > img {
    display: inline-block;
  }
  #view .m_xperia_logo,
  #view .m_xperia_txt,
  #view .m_xperia_link {
    margin-left: 53.1%;
  }
  #view .m_xperia_logo > span {
    margin-top: 9px;
  }
  #view .m_xperia_txt > p {
    font-size: 16px;
  }
  #view .m_xperia_link {
    /* clear: inherit;
    padding-top: 0;
    margin-left: 53.1%; 2列用*/
    margin: 0 auto;
  }
  /* #view .m_xperia_link > a {
    margin-top: 10px;
  }
  #view .m_xperia_btn {
    margin-top: 25px;
    overflow: hidden;
  }
  #view .m_xperia_btn > ul {
    font-size: 0;
    text-align: center;
    margin: -15px -3.168% 0;
  }
  #view .m_xperia_btn > ul > li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 15px 3.168% 0;
    margin-top: 0;
  } 2列用*/
}
/*  backBtn
---------------------------------------------*/
#view .m_backBtn {
  margin-top: 45px;
}
#view .m_backBtn > a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  color: #000;
  text-align: center;
  line-height: 58px;
  padding-right: 15px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 10px;
}
#view .m_backBtn > a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  width: 7px;
  height: 13px;
  margin: auto;
  background: url(../img/common/arrow-back.gif) left center no-repeat;
  background-size: 7px 13px;
}
@media only screen and (min-width: 768px) {
  #view .m_backBtn {
    margin-top: 75px;
  }
  #view .m_backBtn > a {
    line-height: 68px;
  }
}
/*  Note
---------------------------------------------*/
#view .m_note {
  margin-top: 45px;
}
#view .m_note > p {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  #view .m_note {
    margin-top: 75px;
  }
}
/*  Shop
---------------------------------------------*/
#view .m_shop {
  margin-top: 50px;
}
#view .m_shop > p {
  font-size: 12px;
  margin-top: 20px;
}
#view .m_shop_heading > h2 {
  position: relative;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
#view .m_shop_heading > h2::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 130px;
  height: 4px;
  margin: auto;
  background-color: #000;
}
#view .m_shop_heading > p {
  text-align: center;
  margin-top: 20px;
}
#view .m_shop_content {
  width: 100%;
  max-width: 800px;
  margin: 20px auto 0;
}
#view .m_shop_tabs {
  background-color: #fff;
}
#view .m_shop_tabs label {
  margin-bottom: 0;
}
#view .m_shop_tab_item {
  display: block;
  float: left;
  width: 50%;
  height: 50px;
  color: #ccc;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
#view .m_shop_tab_item:hover {
  cursor: pointer;
}
#view input[name="m_shop_tab_item"] {
  display: none;
}
#view .m_shop_tabs input:checked + .m_shop_tab_item {
  color: #333;
  background-color: #f1f1f1;
  border-top: 3px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: none;
}
#view .m_shop_tab_content {
  display: none;
  padding: 10px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-top: none;
  overflow: hidden;
}
#view .m_shop_tab_inner {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
}
#area:checked ~ #area_content,
#channel:checked ~ #channel_content {
  display: block;
}
#view .m_shop_acd > dl > dt {
  position: relative;
  padding: 10px;
  border-top: 1px solid #ccc;
  cursor: pointer;
}
#view .m_shop_acd > dl > dt > img {
  width: auto;
  height: 20px;
}
#view .m_shop_acd > dl > dt:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 10px;
  border: 8px solid transparent;
  border-top: 8px solid #ccc;
}
#view .m_shop_acd > dl > dt.is-active:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  border: 8px solid transparent;
  border-bottom: 8px solid #ccc;
}
#view .m_shop_acd > dl > dd {
  display: none;
  padding: 0 20px 10px;
}
#view .m_shop_acd > dl > dd > ul > li {
  font-size: 15px;
  padding: 8px 0;
  border-top: 1px solid #f1f1f1;
}
#view .m_shop_acd > dl > dd > ul > li:first-child {
  border-top: none;
}
@media only screen and (min-width: 768px) {
  #view .m_shop {
    margin-top: 85px;
  }
  #view .m_shop > p {
    text-align: center;
  }
  #view .m_shop_heading > h2 {
    font-size: 24px;
  }
  #view .m_shop_tab_content {
    padding: 30px 40px;
  }
  #view .m_shop_acd > dl > dt {
    padding: 10px 15px;
  }
  #view .m_shop_acd > dl > dd {
    padding: 0 30px 10px;
  }
}

/*---------------------------------------------------------
  Top
---------------------------------------------------------*/
/*  Top / Common
---------------------------------------------*/
#view .topTitle {
  position: relative;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
#view .topTitle::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 130px;
  height: 4px;
  margin: auto;
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  #view .topTitle {
    font-size: 24px;
  }
}
/*  Top / Product
---------------------------------------------*/
#view .topProduct {
  margin: 40px -15px 0;
  overflow: hidden;
}
#view .topProduct_img {
  margin-top: 20px;
}
#view .topProduct_list {
  padding: 0 5% 35px;
  background: #000 url(../img/top/bg-product-sp.jpg) center top no-repeat;
  background-size: cover;
}
#view .topProduct_list > ul > li {
  padding-top: 20px;
}
#view .topProduct_list > ul > li + li {
  margin-top: 20px;
  border-top: 1px solid #676767;
}
#view .topProduct_list > ul > li > h3 {
  color: #d0c24d;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#view .topProduct_list > ul > li > p {
  color: #d1d1d1;
  font-size: 15px;
  margin-top: 10px;
}
#view .topProduct_list > ul > li > p > small {
  font-size: 12px;
}
#view .topProduct_list > a {
  display: block;
  position: relative;
  width: 90%;
  max-width: 439px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  margin: 35px auto 0;
  background-color: #3c4048;
  border-radius: 6px;
}
#view .topProduct_list > a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 4%;
  bottom: 0;
  width: 8px;
  height: 15px;
  margin: auto;
  background: url(../img/common/arrow-btn-white.png) left center no-repeat;
  background-size: 8px 15px;
}
@media only screen and (min-width: 768px) {
  #view .topProduct {
    margin: 40px 0 0;
  }
  #view .topProduct_img {
    margin-top: 35px;
  }
  #view .topProduct_list {
    padding: 25px 0 45px;
    background: #000 url(../img/top/bg-product.jpg) center top no-repeat;
    background-size: 100% auto;
  }
  #view .topProduct_list > ul {
    font-size: 0;
  }
  #view .topProduct_list > ul > li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 0 2%;
  }
  #view .topProduct_list > ul > li + li {
    margin-top: 0;
    border-top: none;
    border-left: 1px solid #676767;
  }
  #view .topProduct_list > ul > li > p {
    font-size: 16px;
    margin-top: 15px;
  }
  #view .topProduct_list > a {
    width: 100%;
    max-width: 544px;
    font-size: 18px;
    margin: 40px auto 0;
  }
  #view .topProduct_list > a::after {
    right: 3%;
    width: 11px;
    height: 20px;
    background: url(../img/common/arrow-btn-white.png) left center no-repeat;
    background-size: 11px 20px;
  }
}
/*  Top / Review
---------------------------------------------*/
#view .topService {
  padding: 25px 15px 30px;
  margin-top: 20px;
  border: 1px solid #000;
}
#view .topService > h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#view .topService_read {
  text-align: center;
  margin-top: 15px;
}
#view .topService_note {
  font-size: 13px;
  margin-top: 25px;
}
#view .topService > p > small {
  font-size: 13px;
}
#view .topService > ul {
  max-width: 260px;
  margin: 0 auto;
}
#view .topService > ul > li {
  margin-top: 25px;
}
#view .topService > ul > li + li {
  margin-top: 40px;
}
#view .topService > ul > li > img {
  display: block;
  max-width: 240px;
  margin: 0 auto;
}
#view .topService > ul > li > p {
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}
#view .topService > ul > li > a,
#view .topService > ul > li > span {
  display: block;
  position: relative;
  max-width: 260px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
  background-color: #000;
}
#view .topService > ul > li > a::after,
#view .topService > ul > li > span::after {
  content: '';
  position: absolute;
  top: 0;
  right: 4%;
  bottom: 0;
  width: 10px;
  height: 9px;
  margin: auto;
  background: url(../img/common/arrow-blank.png) left center no-repeat;
  background-size: 10px 9px;
}
@media only screen and (min-width: 768px) {
  #view .topService {
    padding: 30px 15px 35px;
    margin-top: 60px;
  }
  #view .topService > h3 {
    font-size: 24px;
  }
  #view .topService_note {
    text-align: center;
    margin-top: 45px;
  }
  #view .topService > ul {
    max-width: 100%;
    font-size: 0;
    text-align: center;
  }
  #view .topService > ul > li {
    display: inline-block;
    max-width: 260px;
    vertical-align: top;
    margin-top: 35px;
  }
  #view .topService > ul > li + li {
    margin: 35px 0 0 60px;
  }
  #view .topService > ul > li > a,
  #view .topService > ul > li > span {
    font-size: 16px;
    margin-top: 35px;
  }
}
/*  Top / Review
---------------------------------------------*/
#view .topReview {
  margin-top: 50px;
}
#view .topReview_heading > p {
  text-align: center;
  margin-top: 20px;
}
#view .topReview_bnr > * {
  display: block;
  max-width: 472px;
  margin: 20px auto 0;
}
@media only screen and (min-width: 768px) {
  #view .topReview {
    margin-top: 85px;
  }
  #view .topReview_bnr > * {
    max-width: 800px;
  }
}
/*  Top / Experience
---------------------------------------------*/
#view .topExperience {
  margin-top: 50px;
  overflow: hidden;
}
#view .topExperience > p {
  font-size: 12px;
  margin-top: 20px;
}
#view .topExperience_heading > p {
  text-align: center;
  margin-top: 20px;
}
#view .topExperience > ul {
  font-size: 0;
  margin: 0 -1.8%;
}
#view .topExperience > ul > li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 20px 1.8% 0;
}
#view .topExperience > ul > li > a {
  display: block;
}
#view .topExperience > ul > li > a > p {
  position: relative;
  color: #333;
  font-size: 14px;
  padding-left: 10px;
  margin-top: 5px;
}
#view .topExperience > ul > li > a > p::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border: 5px solid transparent;
  border-left: 7px solid #333;
}
#view .topExperience_shop_career {
  padding-top: 20px;
}
#view .topExperience_shop_career > img {
  display: block;
  width: auto;
  height: 20px;
}
#view .topExperience_shop_career > ul {
  margin-top: 10px;
}
#view .topExperience_shop_career > ul > li {
  font-size: 14px;
  text-indent: -1em;
  margin-left: 1em;
}
@media only screen and (min-width: 768px) {
  #view .topExperience {
    margin-top: 85px;
  }
  #view .topExperience > p {
    text-align: center;
  }
  #view .topExperience > ul {
    margin: 0 -1.361%;
  }
  #view .topExperience > ul > li {
    width: 20%;
    padding: 20px 1.361% 0;
  }
  #view .topExperience > ul > li > a > p {
    font-size: 16px;
  }
  #view .topExperience_shop {
    font-size: 0;
    margin: 0 -1.361%;
  }
  #view .topExperience_shop_career {
    display: inline-block;
    width: 33.3333%;
    vertical-align: top;
    padding: 40px 1.361% 0;
  }
  #view .topExperience_shop_career > ul {
    margin-top: 15px;
  }
  #view .topExperience_shop_career > ul > li {
    font-size: 16px;
  }
}

/*---------------------------------------------------------
  Nogizaka46
---------------------------------------------------------*/
/*  Nogizaka / Sns
---------------------------------------------*/
#view .nogizaka46Sns {
  width: 90%;
  margin: 25px auto 0;
}
#view .nogizaka46Sns > a {
  display: block;
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Sns {
    width: 100%;
    margin-top: 50px;
  }
}
/*  Nogizaka / Main
---------------------------------------------*/
#view .nogizaka46Main {
  padding: 1em;
  margin-top: 15px;
  border: 1px solid #333;
}
#view .nogizaka46Main_ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
#view .nogizaka46Main_txt {
  line-height: 1.5;
  margin-top: 10px;
}
#view .nogizaka46Main_link {
  font-weight: normal;
  line-height: 1.5;
  word-break: break-all;
  margin-top: 10px;
}
#view .nogizaka46Main_link > a {
  color: #00a8b5;;
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Main {
    text-align: center;
    margin-top: 30px;
  }
  #view .nogizaka46Main_link {
    margin-top: 20px;
  }
}
/*  Nogizaka / Main / Movie
-----------------------------------*/
#view .nogizaka46Main_movie_video {
  width: 90%;
  margin: 25px auto 0;
}
#view .nogizaka46Main_movie_video > small {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
#view .nogizaka46Main_movie_video > p {
  text-align: center;
  margin-top: 10px;
}
#view .nogizaka46Main_movie_img {
  width: 90%;
  margin: 10px auto 0;
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Main_movie {
    display: table;
    width: 100%;
    margin-top: 50px;
  }
  #view .nogizaka46Main_movie > * {
    display: table-cell;
    vertical-align: top;
  }
  #view .nogizaka46Main_movie_video {
    width: 48.334%;
    margin: 0;
  }
  #view .nogizaka46Main_movie_img {
    width: 51.666%;
    text-align: center;
    margin: 0;
  }
  #view .nogizaka46Main_movie_img > img {
    max-width: 495px;
  }
}
/*  Nogizaka / Main / Read
-----------------------------------*/
#view .nogizaka46Main_read {
  margin-top: 15px;
}
#view .nogizaka46Main_read > h1 {
  color: #1299d7;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
#view .nogizaka46Main_read > p {
  text-align: center;
  margin-top: 20px;
}
#view .nogizaka46Main_read > p + p {
  margin-top: 10px;
}
#view .nogizaka46Main_read > p > b {
  color: #1299d7;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Main_read {
    text-align: center;
    margin-top: 30px;
  }
  #view .nogizaka46Main_read > h1 {
    font-size: 28px;
  }
  #view .nogizaka46Main_read > p {
    font-size: 20px;
  }
  #view .nogizaka46Main_read > p + p {
    margin-top: 15px;
  }
}
/*  Nogizaka / Main / Video
-----------------------------------*/
#view .nogizaka46Main_video {
  width: 100%;
  max-width: 800px;
  margin: 15px auto 0;
}
#view .nogizaka46Main_video > p {
  font-size: 12px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Main_video {
    margin-top: 30px;
  }
}
/*  Nogizaka / Main / synopsis
-----------------------------------*/
#view .nogizaka46Main_synopsis {
  margin-top: 50px;
}
#view .nogizaka46Main_synopsis > h2 {
  color: #1299d7;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: -15px;
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Main_synopsis {
    margin-top: 80px;
  }
  #view .nogizaka46Main_synopsis > h2 {
    font-size: 28px;
  }
}
/*  Nogizaka / Main / Caption
-----------------------------------*/
#view .nogizaka46Main_cap {
  position: relative;
  font-size: 0;
  padding: 20px 15px;
  margin-top: 25px;
  background-color: #eff5f8;
}
#view .nogizaka46Main_cap + .nogizaka46Main_cap {
  margin-top: 15px;
}
#view .nogizaka46Main_cap-new {
  background-color: #f9f8ed;
}
#view .nogizaka46Main_cap > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  max-width: 190px;
}
#view .nogizaka46Main_cap_heading > h2 {
  color: #1299d7;
  font-size: 18px;
  font-weight: bold;
}
#view .nogizaka46Main_cap_heading > h2 > span {
  display: block;
  color: #e58759;
  font-size: 18px;
  font-weight: bold;
}
#view .nogizaka46Main_cap_heading > p {
  font-size: 13px;
  font-weight: normal;
  margin-top: 5px;
}
#view .nogizaka46Main_cap-soon .nogizaka46Main_cap_heading > p {
  padding-right: 8%;
}
#view .nogizaka46Main_cap_img,
#view .nogizaka46Main_cap_txt {
  margin-top: 10px;
}
#view .nogizaka46Main_cap_txt > p {
  font-size: 13px;
}
#view .nogizaka46Main_cap_txt > p > small {
  font-size: 12px;
}
#view .nogizaka46Main_cap_data {
  width: 110px;
  color: #1a93c1;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  margin-top: 10px;
  border: 1px solid #1a93c1;
}
#view .nogizaka46Main_cap_data-soon {
  color: #fff;
  line-height: 20px;
  background-color: #e58759;
  border: none;
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Main {
    margin-top: 40px;
  }
  #view .nogizaka46Main_cap {
    padding: 25px 25px 20px;
    max-width: 970px;
    margin: 35px auto 0;
  }
  #view .nogizaka46Main_cap + .nogizaka46Main_cap {
    margin-top: 20px;
  }
  #view .nogizaka46Main_cap > img {
    width: 20%;
  }
  #view .nogizaka46Main_cap_heading {
    float: right;
    width: 71.847%;
    padding-left: 3%;
  }
  #view .nogizaka46Main_cap-soon .nogizaka46Main_cap_heading {
    padding-right: 15%;
  }
  #view .nogizaka46Main_cap_heading > h2 {
    font-size: 20px;
  }
  #view .nogizaka46Main_cap_heading > p {
    font-size: 14px;
    margin-top: 10px;
  }
  #view .nogizaka46Main_cap-soon .nogizaka46Main_cap_heading > p {
    padding-right: 0;
  }
  #view .nogizaka46Main_cap_img {
    float: left;
    width: 28.153%;
    margin-top: 0;
  }
  #view .nogizaka46Main_cap_txt {
    float: right;
    width: 71.847%;
    padding-left: 3%;
  }
  #view .nogizaka46Main_cap_txt > p {
    font-size: 16px;
  }
  #view .nogizaka46Main_cap_data {
    width: 142px;
    line-height: 28px;
    margin: 10px auto 0;
  }
  #view .nogizaka46Main_cap_data-soon {
    line-height: 30px;
  }
}
/*  Nogizaka / Main / Episode
-----------------------------------*/
#view .nogizaka46Main_episode {
  padding: 0 15px 30px;
  background-color: #eff5f8;
}
#view .nogizaka46Main_episode-new {
  background-color: #f9f8ed;
}
#view .nogizaka46Main_episode_ac > dl > dt {
  padding: 10px;
  background-color: #fff;
  background: #fff url(../img/nogizaka46/ic-ac-open.jpg) right 15px center no-repeat;
  background-size: 22px 12px;
  cursor: pointer;
}
#view .nogizaka46Main_episode_ac > dl > dt.is-active {
  background: #fff url(../img/nogizaka46/ic-ac-close.jpg) right 15px center no-repeat;
  background-size: 22px 12px;
}
#view .nogizaka46Main_episode_ac.js-none-ac > dl > dt {
  background: #fff;
  cursor: default;
}
#view .nogizaka46Main_episode_ac > dl > dd {
  display: none;
  padding: 0 10px 10px;
  background-color: #fff;
}
#view .nogizaka46Main_episode_ac.js-none-ac > dl > dd {
  display: block;
}
#view .nogizaka46Main_episode_ac > dl > dd + dt {
  margin-top: 6px;
}
#view .nogizaka46Main_episode_data-soon {
  width: 110px;
  color: #e58759;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #e58759;
}
#view .nogizaka46Main_episode_data-release2 {
  width: 180px;
  color: #1a93c1;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #1a93c1;
}
#view .nogizaka46Main_episode_data-release {
  width: 110px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  background-color: #e58759;
}
#view .nogizaka46Main_episode_ttl {
  color: #0099cc;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}
#view .nogizaka46Main_episode_member,
#view .nogizaka46Main_episode_txt {
  font-size: 13px;
  font-weight: normal;
}
/* #view .nogizaka46Main_episode_member {
  padding-bottom: 10px;
} */
#view .nogizaka46Main_episode_ac > dl > dt .nogizaka46Main_episode_member {
  padding: 10px 0 0;
}
#view .nogizaka46Main_episode_txt {
  line-height: 1.8;
}
#view .nogizaka46Main_episode_txt > small {
  display: block;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Main_episode {
    padding: 0 25px 25px;
    max-width: 970px;
    margin: 0 auto;
  }
  #view .nogizaka46Main_episode_ac {
    padding-top: 10px;
  }
  #view .nogizaka46Main_episode_ac > dl > dt {
    background-size: 30px 17px;
  }
  #view .nogizaka46Main_episode_ac > dl > dt.is-active {
    background-size: 30px 17px;
  }
  #view .nogizaka46Main_episode_ac > dl > dt > * {
    display: inline-block;
  }
  #view .nogizaka46Main_episode_ac > dl > dd {
    padding: 0 30px 10px 190px;
  }
  #view .nogizaka46Main_episode_data-soon {
    width: 142px;
    line-height: 28px;
  }
  #view .nogizaka46Main_episode_data-release2 {
    width: 192px;
    line-height: 28px;
  }
  #view .nogizaka46Main_episode_data-release {
    width: 142px;
    line-height: 30px;
  }
  #view .nogizaka46Main_episode_ttl {
    font-size: 20px;
    margin: 0 0 0 20px;
  }
  #view .nogizaka46Main_episode_member {
    font-size: 14px;
  }
  #view .nogizaka46Main_episode_ac > dl > dt .nogizaka46Main_episode_member {
    display: block !important;
    margin-left: 180px;
  }
  #view .nogizaka46Main_episode_txt {
    font-size: 16px;
  }
}

/*  Nogizaka / Campaign
---------------------------------------------*/
#view .nogizaka46Campaign {
  margin: 20px -15px 0;
  overflow: hidden;
}
#view .nogizaka46Campaign > * {
  display: block;
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Campaign {
    margin: 55px 0 0;
  }
}
/*  Nogizaka / Method
---------------------------------------------*/
#view .nogizaka46Method {
  padding: 20px 15px;
  margin: 0 -15px;
  background-color: #f9f9f9;
  overflow: hidden;
}
#view .nogizaka46Method > h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Method {
    margin: 0;
  }
  #view .nogizaka46Method > h3 {
    font-size: 24px;
  }
}
/*  Nogizaka / Method / Step
-----------------------------------*/
#view .nogizaka46Method_step {
  margin-top: 30px;
}
#view .nogizaka46Method_step > ol > li {
  position: relative;
  margin-top: 10px;
}
#view .nogizaka46Method_step > ol > li + li {
  margin-top: 15px;
}
#view .nogizaka46Method_step > ol > li > p {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 60px;
  height: 24px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 24px;
  margin: auto;
  background-color: #1299d7;
}
#view .nogizaka46Method_step_txt {
  padding: 30px 15px 15px;
  background-color: #fff;
}
#view .nogizaka46Method_step_note {
  font-size: 13px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Method_step {
    max-width: 1146px;
    margin: 20px auto 0;
  }
  #view .nogizaka46Method_step > ol > li {
    float: left;
    width: 23.05%;
    margin-top: 0;
  }
  #view .nogizaka46Method_step > ol > li + li {
    margin: 0 0 0 2.6%;
  }
  #view .nogizaka46Method_step > ol > li + li::before {
    content: '';
    position: absolute;
    top: 0;
    left: -9%;
    right: auto;
    bottom: 0;
    width: 18px;
    height: 37px;
    margin: auto;
    background: url(../img/nogizaka46/arrow-method.gif) center center no-repeat;
    background-size: 18px 37px;
  }
  #view .nogizaka46Method_step > ol > li > p {
    top: 10px;
  }
  #view .nogizaka46Method_step_txt {
    padding: 50px 10px 15px;
  }
  #view .nogizaka46Method_step_note {
    text-align: center;
  }
}
/*  Nogizaka / Method / Dl
-----------------------------------*/
#view .nogizaka46Method_dl {
  margin-top: 20px;
}
#view .nogizaka46Method_dl > a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 460px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 58px;
  padding-right: 8%;
  margin: 0 auto;
  background-color: #f77219;
}
#view .nogizaka46Method_dl > a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  width: 23px;
  height: 21px;
  margin: auto;
  background: url(../img/nogizaka46/ic-dl.png) center center no-repeat;
  background-size: 23px 21px;
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Method_dl {
    margin-top: 30px;
  }
  #view .nogizaka46Method_dl > a {
    font-size: 20px;
    padding-right: 0;
  }
}
/*  Nogizaka / Method / Notes
-----------------------------------*/
#view .nogizaka46Method_notes {
  margin-top: 30px;
}
#view .nogizaka46Method_notes > p {
  text-align: center;
}
#view .nogizaka46Method_notes > h4 {
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
}
#view .nogizaka46Method_notes_list {
  margin-top: 10px;
}
#view .nogizaka46Method_notes_list > ul > li {
  position: relative;
  font-size: 13px;
  line-height: 1.8;
  padding-left: 1em;
}
#view .nogizaka46Method_notes_list > ul > li::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Method_notes {
    max-width: 1040px;
    margin: 30px auto 0;
    overflow: hidden;
  }
  #view .nogizaka46Method_notes > h4 {
    font-size: 16px;
  }
  #view .nogizaka46Method_notes_list {
    font-size: 0;
    margin: 10px -1% 0;
  }
  #view .nogizaka46Method_notes_list > ul {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 1%;
  }
  #view .nogizaka46Method_notes_list > ul > li {
    font-size: 14px;
  }
}
/*  Nogizaka / Vr
---------------------------------------------*/
#view .nogizaka46Vr {
  margin: 20px -15px 0;
  background-color: #eff5f8;
  overflow: hidden;
}
#view .nogizaka46Vr_heading {
  padding: 20px 0;
  background-color: #e1f0f7;
}
#view * + .nogizaka46Vr_heading {
  margin-top: 20px;
}
#view .nogizaka46Vr_heading > h2 {
  color: #1299d7;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Vr {
    padding: 5% 3.75% 6%;
    margin: 55px 0 0;
  }
  #view .nogizaka46Vr_heading {
    padding: 0;
    background-color: #eff5f8;
  }
  #view * + .nogizaka46Vr_heading {
    margin-top: 65px;
  }
  #view .nogizaka46Vr_heading > h2 {
    position: relative;
    font-size: 32px;
    font-weight: normal;
  }
  #view .nogizaka46Vr_heading > h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #1289c7;
    z-index: 0;
  }
  #view .nogizaka46Vr_heading > h2 > span {
    position: relative;
    display: inline-block;
    padding: 0 4%;
    background-color: #eff5f8;
    z-index: 1;
  }
}
/*  Nogizaka / Vr / Movie
-----------------------------------*/
#view .nogizaka46Vr_movie {
  padding: 0 15px;
}
#view .nogizaka46Vr_movie > img {
  display: block;
  width: 100%;
  max-width: 718px;
  margin: 20px auto 0;
}
#view .nogizaka46Vr_movie_heading {
  margin-top: 10px;
}
#view .nogizaka46Vr_movie_heading > h3 {
  color: #1299d7;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Vr_movie {
    padding: 0;
    margin: 0 -.586%;
  }
  /* #view .nogizaka46Vr_movie_heading {
    margin-top: -4%;
  } */
  #view .nogizaka46Vr_movie_heading > h3 {
    font-size: 20px;
  }
}
/*  Nogizaka / Vr / Movie
-----------------------------------*/
#view .nogizaka46Vr_movie_video {
  margin-top: 15px;
}
#view .nogizaka46Vr_movie_video > a {
  display: block;
  width: 90%;
  margin: 0 auto;
}
#view .nogizaka46Vr_movie_video > p {
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Vr_movie_video > a {
    width: 100%;
    max-width: 450px;
  }
  #view .nogizaka46Vr_movie_video > p {
    font-size: 16px;
    margin-top: 15px;
  }
}
/*  Nogizaka / Vr / Comment
-----------------------------------*/
#view .nogizaka46Vr_comment {
  padding: 0 15px;
}
#view .nogizaka46Vr_comment > ul > li {
  margin-top: 40px;
}
#view .nogizaka46Vr_comment > ul > li + li {
  margin-top: 25px;
}
#view .nogizaka46Vr_comment > ul > li > img {
  float: left;
  width: 40%;
}
#view .nogizaka46Vr_comment > ul > li > h3 {
  font-size: 15px;
  font-weight: bold;
  margin-left: 45%;
}
#view .nogizaka46Vr_comment > ul > li > p {
  font-size: 15px;
  margin: 10px 0 0 45%;
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Vr_comment {
    padding: 0;
    margin: 55px 2% 0;
    overflow: hidden;
  }
  #view .nogizaka46Vr_comment > ul {
    font-size: 0;
    margin: -40px 0 0;
  }
  #view .nogizaka46Vr_comment > ul > li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 40px 2% 0;
    margin-top: 0;
  }
  #view .nogizaka46Vr_comment > ul > li + li {
    margin-top: 0;
  }
  #view .nogizaka46Vr_comment > ul > li > img {
    width: 32.641%;
  }
  #view .nogizaka46Vr_comment > ul > li > h3 {
    font-size: 18px;
    margin-left: 38%;
  }
  #view .nogizaka46Vr_comment > ul > li > p {
    font-size: 16px;
    margin-left: 38%;
  }
}
/*  Nogizaka / Vr / Item
-----------------------------------*/
#view .nogizaka46Vr_item {
  padding: 0 15px;
  margin-top: 30px;
}
#view .nogizaka46Vr_item > ul > li + li {
  margin-top: 30px;
}
#view .nogizaka46Vr_item > ul > li > h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
#view .nogizaka46Vr_item > ul > li > p {
  font-size: 16px;
  margin-top: 10px;
}
#view .nogizaka46Vr_item_img {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Vr_item {
    padding: 0;
    margin-top: 40px;
    overflow: hidden;
  }
  #view .nogizaka46Vr_item > ul {
    font-size: 0;
    margin: 0 -4.2%;
  }
  #view .nogizaka46Vr_item > ul > li {
    display: inline-block;
    width: 33.3333%;
    vertical-align: top;
    padding: 0 4.2%;
  }
  #view .nogizaka46Vr_item > ul > li + li {
    margin-top: 0;
  }
  #view .nogizaka46Vr_item > ul > li > h3 {
    font-size: 24px;
  }
  #view .nogizaka46Vr_item > ul > li > p {
    margin-top: 15px;
  }
  #view .nogizaka46Vr_item_img {
    display: table;
    width: 100%;
  }
  #view .nogizaka46Vr_item_img > p {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
}
/*  Nogizaka / Vr / Btn
-----------------------------------*/
#view .nogizaka46Vr_btn {
  padding: 0 15px 30px;
  margin-top: 40px;
}
#view .nogizaka46Vr_btn > a {
  display: block;
  position: relative;
  width: 90%;
  max-width: 434px;
  color: #1299d7;
  font-size: 15px;
  text-align: center;
  line-height: 58px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #1299d7;
  border-radius: 5px;
}
#view .nogizaka46Vr_btn > a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  width: 7px;
  height: 14px;
  margin: auto;
  background: url(../img/common/arrow-btn-blue.gif) left center no-repeat;
  background-size: 7px 14px;
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Vr_btn {
    padding: 0;
    margin-top: 60px;
  }
  #view .nogizaka46Vr_btn > a {
    width: 100%;
    font-size: 16px;
  }
}
/*  Nogizaka / Gallery
---------------------------------------------*/
#view .nogizaka46Gallery {
  margin-top: 35px;
  overflow: hidden;
}
#view .nogizaka46Gallery_heading > h2 {
  color: #1299d7;
  font-size: 16px;
  text-align: center;
}
#view .nogizaka46Gallery_heading > h2 > span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Gallery {
    margin-top: 60px;
  }
  #view .nogizaka46Gallery_heading > h2 {
    font-size: 18px;
  }
  #view .nogizaka46Gallery_heading > h2 > span {
    font-size: 28px;
    margin-top: 10px;
  }
}
/*  Nogizaka / Gallery / Slider
-----------------------------------*/
#view .nogizaka46Gallery_slider {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Gallery_slider {
    max-width: 920px;
    margin: 30px auto 0;
  }
}
/*  Nogizaka / Gallery / nav
-----------------------------------*/
#view .nogizaka46Gallery_item .slick-prev {
  left: 5px;
  z-index: 1;
}
#view .nogizaka46Gallery_item_nav .slick-prev {
  left: 15px;
  z-index: 1;
}
#view .nogizaka46Gallery_item .slick-next,
#view .nogizaka46Gallery_item_nav .slick-next {
  right: 5px;
  z-index: 1;
}
#view .nogizaka46Gallery_item .slick-prev,
#view .nogizaka46Gallery_item .slick-next {
  width: 22px;
  height: 35px;
}
#view .nogizaka46Gallery_item_nav .slick-prev,
#view .nogizaka46Gallery_item_nav .slick-next {
  width: 14px;
  height: 23px;
}
#view .nogizaka46Gallery_item .slick-prev:before,
#view .nogizaka46Gallery_item_nav .slick-prev:before,
#view .nogizaka46Gallery_item .slick-next:before,
#view .nogizaka46Gallery_item_nav .slick-next:before {
  content: '';
  display: block;
  opacity: 1;
}
#view .nogizaka46Gallery_item .slick-prev:before,
#view .nogizaka46Gallery_item_nav .slick-prev:before {
  background: url(../img/nogizaka46/arrow-slider-prev.png) center center no-repeat;
}
#view .nogizaka46Gallery_item .slick-next:before,
#view .nogizaka46Gallery_item_nav .slick-next:before {
  background: url(../img/nogizaka46/arrow-slider-next.png) center center no-repeat;
}
#view .nogizaka46Gallery_item .slick-prev:before,
#view .nogizaka46Gallery_item .slick-next:before {
  width: 22px;
  height: 35px;
  background-size: 22px 35px;
}
#view .nogizaka46Gallery_item_nav .slick-prev:before,
#view .nogizaka46Gallery_item_nav .slick-next:before {
  width: 14px;
  height: 23px;
  background-size: 14px 23px;
}
#view .nogizaka46Gallery_item_nav {
  overflow: hidden;
}
#view .nogizaka46Gallery_item_nav ul {
  font-size: 0;
  margin: 10px 0 0 -10px;
}
#view .nogizaka46Gallery_item_nav li {
  position: relative;
  width: 25%;
  height: 50px;
  vertical-align: top;
  margin-left: 10px;
  outline: none !important;
  overflow: hidden;
  cursor: pointer;
}
#view .nogizaka46Gallery_item_nav li.slick-current::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 2px solid #1299d7;
}
#view .nogizaka46Gallery_item_nav li > img {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@supports ( object-fit: cover ) {
  #view .nogizaka46Gallery_item_nav li > img {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@media only screen and (min-width: 768px) {
  #view .nogizaka46Gallery_item .slick-prev {
    left: 10px;
  }
  #view .nogizaka46Gallery_item_nav .slick-prev {
    left: 20px;
  }
  #view .nogizaka46Gallery_item .slick-next,
  #view .nogizaka46Gallery_item_nav .slick-next {
    right: 10px;
  }
  #view .nogizaka46Gallery_item_nav ul {
    margin-top: 45px;
  }
  #view .nogizaka46Gallery_item_nav li {
    width: 16.6666%;
    height: 100px;
  }
  #view .nogizaka46Gallery_item_nav li.slick-current::after {
    border: 4px solid #1299d7;
  }
}

/*---------------------------------------------------------
  Myreview
---------------------------------------------------------*/
/*  Myreview / Vr
---------------------------------------------*/
#view .reviewVr {
  padding: 25px 0 40px;
  margin: 15px -15px 0;
  overflow: hidden;
}
#view .reviewVr__review1 {
  background: #f1f6f9 url(../img/myreview/bg-review1.jpg) center top no-repeat;
  background-size: 100% auto;
}
#view .reviewVr__review2 {
  background: #f1f6f9 url(../img/myreview/bg-review2.jpg) center top no-repeat;
  background-size: 100% auto;
}
#view .reviewVr__review3 {
  background: #f1f6f9 url(../img/myreview/bg-review3.jpg) center top no-repeat;
  background-size: 100% auto;
}
#view .reviewVr + .reviewVr {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  #view .reviewVr {
    padding: 50px 6.25%;
    margin: 40px 0 0;
  }
  #view .reviewVr + .reviewVr {
    margin-top: 45px;
  }
}
/*  Myreview / Vr / Comment
-----------------------------------*/
#view .reviewVr_comment {
  overflow: hidden;
}
#view .reviewVr_comment > h1 {
  color: #00346d;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 15px 0 80px;
}
#view .reviewVr_comment > h1 > span {
  display: inline;
  background: linear-gradient(transparent 80%, #fffa68 0%);
  background-position: 0 0;
}
#view .reviewVr_comment > p {
  font-size: 13px;
  padding: 15px;
  background: linear-gradient(to left, transparent 10%, #fff 60%);
}
#view .reviewVr_comment_txt {
  position: relative;
  padding: 15px 15px 0;
  margin-top: 20px;
  background: linear-gradient(to left, transparent 10%, #fff 60%);
}
#view .reviewVr_comment_txt > h2 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 110px;
}
#view .reviewVr_comment_txt > h2 > span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
#view .reviewVr_comment_txt > img {
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 120px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #view .reviewVr_comment > h1 {
    font-size: 36px;
    text-align: center;
    padding: 0;
  }
  #view .reviewVr_comment > h1 > span {
    background: linear-gradient(transparent 85%, #fffa68 0%);
    background-position: 0 -8px;
  }
  #view .reviewVr_comment_txt {
    padding: 15px;
    margin-left: 15%;
  }
  #view .reviewVr_comment_txt > h2 {
    font-size: 24px;
    padding-left: 13%;
  }
  #view .reviewVr_comment_txt > img {
    left: -15%;
    width: 27%;
    max-width: 236px;
  }
  #view .reviewVr_comment_txt > p {
    font-size: 14px;
    padding-left: 13%;
    margin-top: 15px;
  }
}
/*  Myreview / Vr / Movie
-----------------------------------*/
#view .reviewVr_movie {
  padding: 0 15px;
  margin-top: 20px;
}
#view .reviewVr_movie_img > a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 12px 20px 12px 45px;
  margin-top: 10px;
  background-color: #1c63b1;
  border-radius: 6px;
}
#view .reviewVr_movie_img > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  width: 28px;
  height: 20px;
  margin: auto;
  background: url(../img/myreview/ic-youtube.png) center center no-repeat;
  background-size: 28px 20px;
}
#view .reviewVr_movie_img > a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 7px;
  height: 11px;
  margin: auto;
  background: url(../img/myreview/ic-arrow.png) center center no-repeat;
  background-size: 7px 11px;
}
#view .reviewVr_movie_img > a > span {
  position: relative;
  padding-right: 25px;
}
#view .reviewVr_movie_img > a > span::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 11px;
  height: 9px;
  margin: auto;
  background: url(../img/myreview/ic-blank.png) center center no-repeat;
  background-size: 11px 9px;
}
#view .reviewVr_movie_txt {
  margin-top: 20px;
}
#view .reviewVr_movie_txt > p {
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  #view .reviewVr_movie {
    display: table;
    padding: 0;
    margin-top: 35px;
  }
  #view .reviewVr_movie > * {
    display: table-cell;
    vertical-align: top;
  }
  #view .reviewVr_movie_img {
    width: 36.572%;
  }
  #view .reviewVr_movie_txt {
    padding-left: 4%;
    margin-top: 0;
  }
  #view .reviewVr_movie_txt > p {
    font-size: 16px;
  }
  #view .reviewVr_movie_txt > a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 14px 20px 14px 45px;
    margin-top: 20px;
    background-color: #1c63b1;
    border-radius: 6px;
  }
  #view .reviewVr_movie_txt > a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    width: 28px;
    height: 20px;
    margin: auto;
    background: url(../img/myreview/ic-youtube.png) center center no-repeat;
    background-size: 28px 20px;
  }
  #view .reviewVr_movie_txt > a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 7px;
    height: 11px;
    margin: auto;
    background: url(../img/myreview/ic-arrow.png) center center no-repeat;
    background-size: 7px 11px;
  }
  #view .reviewVr_movie_txt > a > span {
    position: relative;
    padding-right: 25px;
  }
  #view .reviewVr_movie_txt > a > span::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 11px;
    height: 9px;
    margin: auto;
    background: url(../img/myreview/ic-blank.png) center center no-repeat;
    background-size: 11px 9px;
  }
}
/*  Myreview / Vr / Check
-----------------------------------*/
#view .reviewVr_check {
  padding: 0 15px;
}
#view .reviewVr_check > ol > li {
  margin-top: 20px;
}
#view .reviewVr_check_box {
  position: relative;
  padding: 20px 15px;
  background-color: #fff;
}
#view .reviewVr_check_box > h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
#view .reviewVr_check_box > p {
  font-size: 15px;
  margin-top: 15px;
}
#view .reviewVr_check_ic {
  position: absolute;
  top: 0;
  left: 0;
  width: 24%;
}
@media only screen and (min-width: 768px) {
  #view .reviewVr_check {
    padding: 0 2%;
    margin-top: 40px;
    overflow: hidden;
  }
  #view .reviewVr_check > ol {
    font-size: 0;
    margin: 0 -3.128%;
  }
  #view .reviewVr_check > ol > li {
    display: inline-block;
    width: 33.3333%;
    vertical-align: top;
    padding: 0 3.128%;
    margin-top: 0;
  }
  #view .reviewVr_check_box {
    padding: 30px 25px 20px;
  }
  #view .reviewVr_check_box > h3 {
    font-size: 16px;
  }
  #view .reviewVr_check_box > p {
    font-size: 13px;
  }
  #view .reviewVr_check_ic {
    width: 31.035%;
  }
}

/*---------------------------------------------------------
  Modal
---------------------------------------------------------*/
.modal_open {
  cursor: pointer;
}
.modal_box .modal_link {
  position: absolute;
  top: -37px;
  right: 2px;
  width: 35px;
  height: 35px;
  z-index: 100000;
}
.modal_box .modal_link .modal_close {
  display: block;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.modal_box .modal_link .modal_close .modal-closeBar1 {
  position: absolute;
  width: 40px;
  height: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10000;
}
.modal_box .modal_link .modal_close .modal-closeBar2 {
  position: absolute;
  width: 40px;
  height: 5px;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal_box .btn_link .modal_switch {
  cursor: pointer;
}
.modal_box .btn_link .prev {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 50%;
  height: 40px;
}
.modal_box .btn_link .prev::before,
.modal_box .btn_link .prev::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}
.modal_box .btn_link .prev::before {
  content: "";
  top: 0;
  left: 10px;
  width: 16px;
  height: 16px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal_box .btn_link .next {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 50%;
  height: 40px;
}
.modal_box .btn_link .next::before,
.modal_box .btn_link .next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
.modal_box .btn_link .next::before {
  content: "";
  top: 0;
  right: 10px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal_box {
  display: none;
  position: fixed;
  width: 98%;
  max-width: 930px;
  margin: 0 auto;
  background-color: #000;
  z-index: 10001;
}
.modal_box .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  padding-top: 42.85%;
}
.modal_box .embed-responsive iframe,
.modal_box .embed-responsive img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.modal_box .movie-link {
  cursor: pointer;
}
.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 120%;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .modal_box .modal_content {
    display: table;
    width: 100%;
  }
  .modal_box .btn_link .prev {
    position: absolute;
    top: 50%;
    bottom: inherit;
    left: -40px;
  }
  .modal_box .btn_link .next {
    position: absolute;
    top: 50%;
    bottom: inherit;
    right: -40px;
  }
}

/*---------------------------------------------------------
  Utility
---------------------------------------------------------*/
/* Display */
#view .u_sm_pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  #view .u_sm_pc {
    display: block !important;
  }
  #view .u_sm_sp {
    display: none !important;
  }
}
/* Clear */
#view .u_clearFix:after {
  content: '';
  display: block;
  height: 0px;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
/* Margin */
@media only screen and (min-width: 768px) {
  .u_pc_mt_0 {
    margin-top: 0 !important;
  }
}