@charset "UTF-8";
@font-face {
  font-family: UntitledSans;
  src: url("../fonts/untitled-sans/UntitledSans-Regular.woff") format("woff");
}
@font-face {
  font-family: 'NewhouseDTCond-Bold';
  src: url("../fonts/newhouse-dt/newhouse-dt.eot");
  src: url("../fonts/newhouse-dt/newhouse-dt.woff2") format("woff2"), url("../fonts/newhouse-dt/newhouse-dt.woff") format("woff"), url("../fonts/newhouse-dt/newhouse-dt.ttf") format("truetype");
}
.title-section {
  text-align: center;
}
@media (max-width: 768px) {
  .title-section .title-style--page {
    font-size: 2rem;
  }
  .title-section .small-text {
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  .title-section {
    margin-top: 40px;
  }
  .title-section .title-style--page {
    font-size: 50px;
    margin-bottom: 50px;
  }
  .title-section .small-text {
    font-size: 18px;
  }
}

.movie-title {
  color: white;
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
  background: #363636;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
@media (max-width: 768px) {
  .movie-title {
    font-size: 1.2rem;
    padding: 12px 13px;
    margin-top: 3px;
  }
}

.contents {
  margin-bottom: 35px;
}

.contents--detail {
  max-width: 1400px;
  margin: auto;
  margin-bottom: 35px;
}

.movie-box__list {
  margin-bottom: 13px;
  text-align: center;
}
@media (min-width: 769px) {
  .movie-box__list {
    margin-bottom: 16px;
  }
}
.movie-box__list img {
  min-width: 100%;
}
@media (max-width: 768px) {
  .movie-box__list .movie-box {
    margin-bottom: 13px;
  }
}
@media (min-width: 769px) {
  .movie-box__list .movie-box:nth-child(odd) .link--open {
    margin-right: 10px;
  }
  .movie-box__list .movie-box:nth-child(odd) .panel:before {
    left: 25%;
  }
  .movie-box__list .movie-box:nth-child(even) .link--open {
    margin-left: 10px;
  }
  .movie-box__list .movie-box:nth-child(even) .panel {
    left: -100%;
  }
  .movie-box__list .movie-box:nth-child(even) .panel:before {
    right: 25%;
  }
}

@media (min-width: 769px) {
  .movie-box__list {
    width: 100%;
    overflow: hidden;
  }
  .movie-box__list img {
    min-width: 100%;
  }

  .movie-box {
    width: 49%;
    margin-bottom: 16px;
    display: inline-block;
    vertical-align: top;
  }
  .movie-box a {
    display: block;
  }

  .movie-title {
    margin-top: 3px;
    font-size: 20px;
    padding: 20px 25px;
  }
}
/*----------------------------------------------------------------------------
　() STUDIOS エントランスページ
----------------------------------------------------------------------------*/
#studios_entrance {
  width: 1164px;
  height: 416px;
  background: url(//sc3.locondo.jp/contents/img-allsaints/common/studios/studios_pc_top_bg.jpg) no-repeat center 0;
  position: relative;
  left: -82px;
  padding-top: 184px;
}

/*  -- Xスクロール非表示対応 -- */
body {
  overflow-x: hidden;
}

#studios_entrance p, #studios_entrance ul {
  width: 420px;
  color: #000;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
  letter-spacing: 0.2em;
}

#studios_entrance p {
  font-size: 17px;
  line-height: 180%;
  height: 70px;
  padding-top: 40px;
  background: rgba(234, 234, 234, 0.6);
}

#studios_entrance ul li {
  float: left;
  width: 50%;
  font-size: 24px;
  text-align: center;
}

#studios_entrance ul li a {
  color: #000;
  display: block;
  height: 62px;
  padding-top: 48px;
  background: rgba(234, 234, 234, 0.6);
}

#studios_entrance ul li a span {
  background: url(//sc3.locondo.jp/contents/img-allsaints/common/studios/studios_pc_arr.png) no-repeat right 0;
  padding-right: 23px;
}

#studios_entrance ul li a:hover {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

#studios_entrance ul li a:hover span {
  background: url(//sc3.locondo.jp/contents/img-allsaints/common/studios/studios_pc_arr.png) no-repeat right -25px;
  padding-right: 23px;
}

/*----------------------------------------------------------------------------
　() STUDIOS プロジェクトリストページ
----------------------------------------------------------------------------*/
@media (min-width: 769px) {
  .studios_list h2 {
    font-size: 30px;
  }

  #studios_projects_list {
    width: 1048px;
    overflow: hidden;
  }

  #studios_projects_list li {
    width: 500px;
    float: left;
    margin: 0 24px 40px 0;
    font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
    letter-spacing: 0.1em;
    overflow: hidden;
    min-height: 505px;
  }

  #studios_projects_list li a, #studios_projects_list li img {
    display: block;
  }

  #studios_projects_list li h3 {
    margin: 2px 0 24px;
    background: #2d2d2d;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-transform: uppercase;
  }

  #studios_projects_list li h3 span {
    display: block;
    float: right;
    font-family: 'FuturaLTPro-Medium';
    font-size: 12px;
    font-weight: normal;
    color: #999;
    text-transform: lowercase;
  }

  #studios_projects_list li a:hover h3 {
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    opacity: 0.8;
  }

  #studios_projects_list li p {
    clear: both;
    padding: 0 16px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }

  /* footer link */
  #studios_footer_link {
    padding: 20px 0;
  }

  #studios_footer_link ul {
    overflow: hidden;
    height: 40px;
  }

  #studios_footer_link ul li {
    position: relative;
    margin: 0 10px;
  }

  #studios_footer_link ul li a {
    display: block;
    background: url(../img/allsaintsstudios/studios_pc_bg_arr.png) no-repeat;
  }

  #studios_footer_link ul li span {
    display: block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #2b2b2b;
  }

  #studios_footer_link ul li#back-to-studios-home a {
    /*
    	  left: 230px;
    	  padding-left: 20px;
    */
  }

  #studios_footer_link ul li#back-to-studios-home a {
    padding-left: 20px;
    background-position: left 0;
  }

  #studios_footer_link ul li#go-to-next a {
    padding-right: 20px;
    background-position: right 0;
  }

  #studios_footer_link ul li a:hover {
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    opacity: 0.8;
  }
}
/*----------------------------------------------------------------------------
STUDIOS 詳細ページ
----------------------------------------------------------------------------*/
@media (min-width: 769px) {
  .page_studios_detail .static_contents_title {
    position: relative;
    padding: 0 15em 0 0;
    font-size: 24px;
    text-align: left;
    border-bottom: 1px solid #000;
  }

  .page_studios_detail .static_contents_title span {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 14em;
    color: #999;
    text-align: right;
  }

  .block_studios_detail {
    margin: 0 auto 30px;
  }

  .block_studios_detail .unit_movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto 20px;
  }

  .featured_products_detail .unit_movie {
    padding-top: 56.24%;
    margin: 0 auto 0;
  }

  .block_studios_detail .unit_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .block_studios_detail .unit_movie #mute {
    position: absolute;
    z-index: 100;
    width: 50px;
    height: 50px;
    cursor: pointer;
    top: 20px;
    right: 20px;
    background: url(../img/allsaintsstudios/icon-audio.png) no-repeat 50% 50%;
    background-size: 30px auto;
  }

  .block_studios_detail .unit_movie #mute.volumeOn {
    background: url(../img/allsaintsstudios/icon-audio2.png) no-repeat 50% 50%;
    background-size: 30px auto;
  }

  .block_studios_detail .unit_information {
    word-break: break-all;
    word-wrap: break-word;
  }

  .block_studios_detail .list_tabs:after {
    display: block;
    content: "";
    clear: both;
  }

  .block_studios_detail .list_tabs li {
    display: block;
    float: left;
    width: 50%;
    height: 50px;
    font-size: 16px;
    background: #eee;
    font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 1px;
  }

  .block_studios_detail .list_tabs li a {
    display: block;
    height: 50px;
    padding: 0 20px;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 55px;
  }

  .block_studios_detail .list_tabs .active {
    background: #ddd;
    border-top: 1px solid #000;
  }

  .block_studios_detail .tabs_content {
    padding: 30px;
    background: #ddd;
    line-height: 1.6;
    border-bottom: 1px solid #000;
  }

  .block_studios_detail .tabs_content .title {
    margin: 0 auto 8px;
    font-size: 16px;
    font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
    line-height: 1.2;
    letter-spacing: 1px;
  }

  .block_studios_detail .tabs_content .txt {
    margin: 0 auto 1em;
    line-height: 1.7;
  }

  .block_studios_detail .tabs_content .txt a:link,
  .block_studios_detail .tabs_content .txt a:visited {
    text-decoration: underline;
  }

  .block_studios_detail .tabs_content .txt a:hover,
  .block_studios_detail .tabs_content .txt a:active {
    text-decoration: none;
  }

  .block_studios_detail .tabs_content .list_social_btn {
    margin: 30px auto 0;
  }

  .block_studios_detail .tabs_content .list_social_btn li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
  }

  .block_studios_detail .list_prev {
    width: 994px;
    margin: 0 -30px -30px 0;
  }

  .block_studios_detail .list_prev:after {
    display: block;
    content: "";
    clear: both;
  }

  .block_studios_detail .list_prev .box_prev {
    width: 467px;
    margin: 0 30px 30px 0;
    float: left;
    background: #FFF;
    box-sizing: border-box;
  }

  .block_studios_detail .list_prev .box_prev a {
    display: table;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .block_studios_detail .list_prev .box_prev .thumbnail {
    display: table-cell;
    width: 190px;
    vertical-align: top;
  }

  .block_studios_detail .list_prev .box_prev .thumb {
    position: relative;
    width: 190px;
  }

  .block_studios_detail .list_prev .box_prev .thumb img {
    width: 100%;
    height: auto;
  }

  .block_studios_detail .list_prev .box_prev .times {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
    background: rgba(255, 255, 255, 0.4);
  }

  .block_studios_detail .list_prev .box_prev .detail {
    position: relative;
    display: table-cell;
    padding: 5px 0 50px 20px;
    vertical-align: top;
    letter-spacing: 1px;
  }

  .block_studios_detail .list_prev .box_prev .detail .btn_play {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 38px;
    padding-right: 45px;
    font-family: "FuturaLTPro-Medium", sans-serif;
    font-weight: bold;
    line-height: 38px;
    background: url(../img/allsaintsstudios/ico_play_01.png) no-repeat 100% 50%;
    text-align: right;
  }
}
@media (max-width: 768px) {
  #studios_footer_link li {
    width: 48.84058%;
    max-width: 337px;
    line-height: 30px;
  }
  #studios_footer_link li a {
    display: block;
    color: white;
    font-size: 1rem;
    text-align: center;
    height: 30px;
    line-height: 30px;
  }
  #studios_footer_link li a span {
    transform: scale(0.8);
    display: inline-block;
  }
  #studios_footer_link li:first-child {
    margin-right: 8px;
  }
  #studios_footer_link li:last-child {
    margin-left: 8px;
  }
  #studios_footer_link #back-to-studios-home {
    background: url(../img/allsaintsstudios/back-btn-bg.png) no-repeat;
    background-size: 100% 100%;
  }
  #studios_footer_link #go-to-next {
    background: url(../img/allsaintsstudios/go-btn-bg.png) no-repeat;
    background-size: 100% 100%;
  }

  .page_studios_detail .static_contents_title {
    font-size: 14px;
  }

  .page_studios_detail .static_contents_title span {
    display: block;
    font-size: 20px;
    margin: 10px auto 0;
  }

  .block_studios_detail {
    margin: 0 auto 10px;
  }

  .block_studios_detail .unit_movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto 20px;
  }

  .block_studios_detail .unit_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .block_studios_detail .unit_movie #mute {
    position: absolute;
    z-index: 100;
    width: 50px;
    height: 50px;
    cursor: pointer;
    top: 10px;
    right: 10px;
    background: url(../img/allsaintsstudios//icon-audio.png) no-repeat 50% 50%;
    background-size: 25px auto;
  }

  .block_studios_detail .unit_movie #mute.volumeOn {
    background: url(../img/allsaintsstudios//icon-audio2.png) no-repeat 50% 50%;
    background-size: 25px auto;
  }

  .block_studios_detail .unit_information {
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
  }

  .block_studios_detail .list_tabs {
    display: table;
    width: 100%;
  }

  .block_studios_detail .list_tabs li {
    display: table-cell;
    width: 50%;
    font-size: 14px;
    background: #eee;
    font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
    text-align: center;
    box-sizing: border-box;
  }

  .block_studios_detail .list_tabs li a {
    display: block;
    padding: 20px 10px;
    word-wrap: break-word;
    word-break: break-word;
  }

  .block_studios_detail .list_tabs .active {
    background: #ddd;
    border-top: 1px solid #000;
  }

  .block_studios_detail .tabs_content {
    padding: 7.815% 4.678% 7.815%;
    background: #ddd;
    line-height: 1.6;
    border-bottom: 1px solid #000;
  }

  .block_studios_detail .tabs_content .title {
    margin: 0 auto 8px;
    padding: 0;
    font-size: 16px;
    font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
    line-height: 1.2;
    background: none;
    color: inherit;
    letter-spacing: 1px;
  }

  .block_studios_detail .tabs_content .txt {
    margin: 0 auto 1em;
    line-height: 1.7;
  }

  .block_studios_detail .tabs_content .txt a:link,
  .block_studios_detail .tabs_content .txt a:visited {
    text-decoration: underline;
  }

  .block_studios_detail .tabs_content .list_social_btn {
    margin: 30px auto 0;
  }

  .block_studios_detail .tabs_content .list_social_btn li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
  }

  .block_studios_detail .list_prev {
    width: 100%;
    margin: 0 auto;
  }

  .block_studios_detail .list_prev .box_prev {
    width: 100%;
    margin: 0 auto 10px;
    background: #FFF;
    box-sizing: border-box;
  }

  .block_studios_detail .list_prev .box_prev a {
    display: table;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .block_studios_detail .list_prev .box_prev .thumbnail {
    display: table-cell;
    width: 40%;
    vertical-align: top;
  }

  .block_studios_detail .list_prev .box_prev .thumb {
    position: relative;
  }

  .block_studios_detail .list_prev .box_prev .thumb img {
    width: 100%;
    height: auto;
  }

  .block_studios_detail .list_prev .box_prev .times {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
    background: rgba(255, 255, 255, 0.4);
  }

  .block_studios_detail .list_prev .box_prev .detail {
    position: relative;
    display: table-cell;
    width: 60%;
    padding: 5px 0 20px 10px;
    vertical-align: top;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.2;
    word-wrap: break-word;
    word-break: break-all;
  }

  .block_studios_detail .list_prev .box_prev .detail .title {
    margin: 0 auto 3px;
    font-size: 14px;
  }

  .block_studios_detail .list_prev .box_prev .detail .btn_play {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    right: 0;
    width: 19px;
    height: 19px;
    background: url(../img/allsaintsstudios//studios/ico_play_01.png) no-repeat 0 0;
    background-size: 19px auto;
    text-indent: -1000px;
  }
}
/*Panel*/
.panel {
  background: #e6e6e6;
  margin-top: 20px;
  padding-top: 66px;
  padding-bottom: 36px;
  position: relative;
  display: none;
}
@media (min-width: 769px) {
  .panel {
    width: 200%;
  }
}
.panel .icon-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 1.8rem;
}
@media (min-width: 769px) {
  .panel .icon-close {
    font-size: 24px;
  }
}
.panel .panel__info {
  text-align: center;
}
@media (max-width: 768px) {
  .panel .panel__info {
    padding: 0 30px;
  }
}
.panel .panel__info a {
  display: block;
}
.panel .panel__info p {
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .panel .panel__info p {
    margin-bottom: 20px;
  }
}
.panel .panel__info p:last-child {
  margin: 0;
}
.panel .panel__info .panel-title {
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
  font-size: 14px;
}
@media (max-width: 768px) {
  .panel .panel__info .panel-title {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
@media (min-width: 769px) {
  .panel .panel__info {
    width: 410px;
    margin: auto;
  }
}
.panel .panel__info .panel-play {
  font-size: 28px;
}

.panel:before {
  content: "";
  display: block;
  background: url(../img/allsaintsstudios/panel-bg.png);
  position: absolute;
  top: -32px;
  width: 65px;
  height: 32px;
}
@media (min-width: 769px) {
  .panel:before {
    width: 65px;
    height: 32px;
  }
}
@media (max-width: 768px) {
  .panel:before {
    left: 50%;
    margin-left: -32px;
  }
}

.block_studios_detail #studios_video_featured_products {
  background-color: #444;
  color: #fff;
  padding: 1em 2em;
  min-height: 70px;
  text-align: left;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .block_studios_detail #studios_video_featured_products {
    display: none;
  }
}
.block_studios_detail #studios_video_featured_products p {
  margin: 0 0 1em 0;
}
.block_studios_detail #studios_video_featured_products a {
  color: white;
  text-decoration: underline;
}

.current-carousel__social {
  padding: 25px 0;
}

.inline-list {
  display: flex;
  display: -webkit-flex;
  font-size: 12px;
}
.inline-list li {
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
}

.header-area {
  position: relative;
}

#wrapper .contents-page--style1 {
  position: relative;
}
@media (min-width: 1024px) {
  #wrapper .contents-page--style1 .header-area:not(.menu--on) {
    /*
    			position: absolute;
    			top: 0;
    			left: 0;
    			width: 100%;
    */
  }
  #wrapper .contents-page--style1 .header-area:not(.menu--on) .header-style:not(.header--scroll) {
    background: none;
    border: none;
  }
  #wrapper .contents-page--style1 .header-area:not(.menu--on) .header-style:not(.header--scroll) .site-logo a {
    background: url(../img/logo-white.svg) no-repeat;
    background-size: 100% 100%;
    width: 250px;
    height: 25px;
    display: inline-block;
  }
  #wrapper .contents-page--style1 .header-area:not(.menu--on) .header-style:not(.header--scroll) .site-logo a img {
    opacity: 0;
  }
  #wrapper .contents-page--style1 .header-area:not(.menu--on) .header-style:not(.header--scroll) a {
    color: white;
  }
  #wrapper .contents-page--style1 .header-area:not(.menu--on) .header-style:not(.header--scroll) input[type=text] {
    background: none;
    color: white;
    border-bottom: solid 1px white;
  }
  #wrapper .contents-page--style1 .header-area:not(.menu--on) .header-style:not(.header--scroll) .searchbutton {
    background: url(../img/search-icon_white.png) no-repeat;
    background-size: 100% 100%;
  }
  #wrapper .contents-page--style1 .header-area:not(.menu--on) .header-style:not(.header--scroll) input:placeholder-shown {
    color: white;
  }
  #wrapper .contents-page--style1 .header-area:not(.menu--on) .header-style:not(.header--scroll) input::-webkit-input-placeholder {
    color: white;
  }
}

.video-player--big {
  width: 100%;
}
@media (min-width: 769px) {
  .video-player--big {
    /*
        position: fixed;
        top: 0;
        left: 0;
    */
  }
}

.video-scroll-wrapper {
  position: relative;
  background: white;
}

@media (min-width: 769px) {
  .section-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-1 {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
  }
  .section-1 .video-player--big {
    order: 1;
  }
}
@media (max-width: 768px) {
  .section-1 .info {
    width: 322.5px;
    margin-top: 42px;
    margin-bottom: 60px;
    text-align: left;
  }
}
@media (min-width: 769px) {
  .section-1 .info {
    width: auto;
    position: absolute;
    left: 80px;
    bottom: 100px;
    margin: 0;
    color: #fff;
  }
}
.section-1 .info h1 {
  font-family: UntitledSans Medium;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 0 auto;
  text-transform: uppercase;
}
.section-1 .info h2 {
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
  font-size: 56px;
  letter-spacing: 1.25px;
  font-weight: 400;
  margin: 24px auto 28px;
  line-height: 60px;
}
@media (max-width: 1024px) {
  .section-1 .info h2 {
    font-size: 40px;
    margin: 12px auto 14px;
    letter-spacing: 1px;
    line-height: 44px;
  }
}

.section-2 .info {
  padding-top: 84px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .section-2 .info {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 6%;
    padding-top: 66px;
    /*
          h3
          {
            text-indent: -.5em;
          }
    */
  }
}
.section-2 .info h3 {
  margin-top: 0;
  font-family: UntitledSans, Arial, Verdana, helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif, clean;
  font-size: 23px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.4px;
  color: #000;
}
@media (min-width: 769px) {
  .section-2 .info h3 {
    font-size: 24px;
  }
}
.section-2 .info h4 {
  margin: 50px 0 0 0;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
}

.section-4 .slider-title {
  margin-left: 6%;
  margin-top: 73px;
  margin-bottom: 16px;
  font-size: 24px;
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
}
@media (min-width: 769px) {
  .section-4 .slider-title {
    margin-top: 86px;
    font-size: 30px;
    margin-bottom: 35px;
  }
}

@media (min-width: 769px) {
  .products-carousel {
    display: flex;
    display: -webkit-flex;
    margin: 0 6%;
  }
  .products-carousel .products-carousel__item {
    flex: 1 0 33.3333333%;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .products-carousel .products-carousel__item {
    flex: 1 0 33.3333333%;
    min-width: 95%;
  }
}

@media (max-width: 768px) {
  .products-carousel {
    /*-----------------------------------------
    Slider
    -------------------------------------------*/
  }
  .products-carousel .products-carousel__item-info {
    margin: 0 6%;
  }
  .products-carousel .slick-arrow {
    font-size: 0;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    position: absolute;
    top: 40%;
    z-index: 3;
    color: black;
    margin-top: -1.1rem;
    z-index: 1;
  }
  .products-carousel .slick-prev:before, .products-carousel .slick-next:before {
    font-size: 2.2rem;
  }
  .products-carousel .slick-prev {
    left: 10px;
  }
  .products-carousel .slick-next {
    right: 10px;
  }
  .products-carousel .slick-prev:before {
    font-family: 'icomoon';
    content: "\e904";
  }
  .products-carousel .slick-next:before {
    font-family: 'icomoon';
    content: "\e905";
  }
}

.products-carousel__item-title {
  margin-bottom: 14px;
  margin-top: 27px;
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  color: #000;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .products-carousel__item-title {
    font-size: 21px;
  }
}

.products-carousel__item-price {
  font-family: UntitledSans, Arial, Verdana, helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif, clean;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #000;
  text-align: left;
}

.section-5 {
  margin-top: 99px;
}
@media (min-width: 769px) {
  .section-5 {
    padding-bottom: 99px;
  }
}
.section-5 img {
  width: 100%;
}

.footer {
  background: white;
  position: relative;
}

#allsaintsstudios_contents {
  overflow: hidden;
}

.products-carousel--animate {
  transition: .3s linear all;
}

@media (min-width: 769px) {
  .contents {
    padding-bottom: 35px;
    margin-bottom: 0;
  }

  .footer {
    padding-top: 0;
    margin-top: 0px;
  }
}
.two-image-row {
  position: relative;
  width: 100%;
  padding-top: 80px;
}
.two-image-row .two-image-column {
  width: 50%;
}
@media (min-width: 769px) {
  .two-image-row {
    display: flex;
    display: -webkit-flex;
  }
  .two-image-row .two-image-column:nth-child(1) {
    padding-left: 6%;
    padding-right: 3%;
  }
  .two-image-row .two-image-column:nth-child(2) {
    padding-right: 6%;
    padding-left: 3%;
  }
}
@media (max-width: 768px) {
  .two-image-row {
    padding-top: 30px;
  }
  .two-image-row .two-image-column {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.prod-text-links {
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
  position: relative;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 18px;
  color: #555;
  margin-top: 10px;
}
.prod-text-links .cat-link {
  position: relative;
  padding-bottom: 4px;
}
.prod-text-links .cat-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  margin-left: 0;
  transform: scale(1);
  transition: 250ms transform ease-out;
  transform-origin: 0 0;
}
.prod-text-links .cat-link:hover:after {
  transform: scale(0);
  transform-origin: 0 0;
}

.prev-next {
  margin-top: 60px;
}
.prev-next .prev-next__title {
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: 1.3px;
  color: #000000;
}
.prev-next p {
  line-height: 45px;
}
@media (max-width: 768px) {
  .prev-next {
    padding: 0 20px;
  }
  .prev-next .col:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (min-width: 769px) {
  .prev-next {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin: 0 6%;
    padding-bottom: 60px;
  }
  .prev-next p {
    line-height: 48px;
  }
  .prev-next .col {
    max-width: 50%;
  }
  .prev-next .prev-next__title {
    font-size: 42px;
    letter-spacing: 1.3px;
  }
}

.section-5 .prod-text-links {
  margin-top: 24px;
}
@media (min-width: 769px) {
  .section-5 .prod-text-links {
    margin-top: 100px;
  }
}

@media (min-width: 1025px) {
  .display-mobile {
    display: none !important;
  }
}
.section-1 .font-styles h2 {
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
  font-size: 56px;
  letter-spacing: 1.25px;
  font-weight: 400;
  margin: 24px auto 28px;
  line-height: 60px;
}

@media (max-width: 1024px) {
  .display-desktop {
    display: none !important;
  }

  .section-1 .font-styles h2 {
    font-size: 40px;
    margin: 12px auto 14px;
    letter-spacing: 1px;
    line-height: 44px;
  }
}
.two-image-column .cat-link:after {
  transform: scale(0);
}
.two-image-column .cat-link:hover:after {
  transform: scale(1);
}

@media (max-width: 1023px) {
  .bottom-cta .prod-text-links {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  .bottom-cta .prod-text-links .cat-link {
    margin: 0 auto 11px auto;
  }
}
@media (min-width: 1024px) {
  /*
  		.bottom-cta {
  		    padding: 77px 0 77px 0;
  		    flex-direction: row;
  		}
  */
  .bottom-cta a {
    margin: 0 15px;
  }
}
