@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans");
<meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/> 
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden;
  overflow-x: hidden;
}



.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/* bBootstrap v3.3.7の変数のみinclude */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.flash {
  -webkit-animation: flash 1.5s infinite linear;
          animation: flash 1.5s infinite linear;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes flash {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.fadeIn-Loop {
  -webkit-animation: fadeIn-Loop 16s 8s infinite linear;
          animation: fadeIn-Loop 16s 8s infinite linear;
}
@-webkit-keyframes fadeIn-Loop {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn-Loop {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.sd-btn {
  border: 0;
  color: #FFFFFF;
  background-color: #0B6CCF;
  border-radius: 4px;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.44;
}
.sd-btn a, .sd-btn:hover, .sd-btn:focus,
.sd-btn a:hover,
.sd-btn a:focus {
  color: #FFFFFF;
}
.zoom:hover {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  transition: all 0.5s ease 0s;
}
.ol--reset,
.ul--reset {
  padding: 0;
  list-style-type: none;
}

.content_wrap ul{
  margin: 16px !important;
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.content_wrap ul{
  margin: 6px !important;
}
}
.ol,
.ul {
  padding: 0;
  list-style-type: none;
}
.ol li,
.ul li {
  border-bottom: 1px dotted #cccccc;
}
.ol li:last-child,
.ul li:last-child {
  border-bottom: none;
}
.hr {
  clear: both;
  border: 0;
  height: 1px;
  border-bottom: 1px solid #000000;
}
.form textarea,
.form input {
  border: 1px solid #000000;
}
.form label {
  margin-right: 15px;
}
.form textarea,
.form input[type="text"] {
  padding: 5px;
  width: 100%;
  font-size: 1rem;
}
@media screen and (min-width: 1200px) {
  .form textarea,
  .form input[type="text"] {
    font-size: 1.6rem;
  }
}
.form textarea {
  min-height: 200px;
}
.form input[type="submit"] {
  padding: 5px;
  margin: 5px;
}
.sd-table {
  width: 100%;
  max-width: 100%;
  background: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-collapse: collapse;
}
.sd-table caption {
  font-weight: bold;
  font-size: 110%;
}
.sd-table > thead tr > th,
.sd-table > tbody tr > th,
.sd-table > tfoot tr > th {
  background: #f2f2f2;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.sd-table > thead tr > th, .sd-table > thead tr > td,
.sd-table > tbody tr > th,
.sd-table > tbody tr > td,
.sd-table > tfoot tr > th,
.sd-table > tfoot tr > td {
  vertical-align: middle;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 15px;
}
/*グラデーション*/
.gradation {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #FFFFFF 0%, rgba(250, 250, 250, 0.4) 100%);
}
/*テキストシャドウ*/
.text-shadow--gray {
  text-shadow: 0 1px 0 rgba(150, 150, 150, 0.6);
}
.text-shadow--white {
  text-shadow: 0 1px 0 #FFFFFF;
}
/*ボックスシャドウ*/
.box-shadow--gray {
  box-shadow: 0 0 10px 1px #CCCCCC;
}

.box-shadow--white {
  box-shadow: 0 0 15px #FFFFFF #CCCCCC;
}
.sd-label {
  padding: 5px;
  font-size: 85%;
  border-radius: 6px;
  color: #FFFFFF;
  background-color: #000000;
}
.sd-picture {
  border: 5px solid #FFFFFF;
}
/**
 * animation
 */
/*点滅設定*/
@-webkit-keyframes sdKeyframes--opacity-flashing {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes sdKeyframes--opacity-flashing {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}
/*点滅*/
.sd-flashing {
  -webkit-animation: sdKeyframes--opacity-flashing 1s infinite;
          animation: sdKeyframes--opacity-flashing 1s infinite;
}













div.content_wrap {
  width: auto!important;
  margin: 0 auto;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
div.content_wrap * {
  /* padding: 0; */
  /* box-sizing: border-box; */
  font-family: 'Work Sans','Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}
.content_wrap a {
  text-decoration: none;
  color: #000;
}
.content_wrap a:hover, .content_wrap a:focus {
  text-decoration: none;
  color: #000;
  opacity:1 !important;
}
.content_wrap img {
  margin:0 auto;
}
.content_wrap p.main_title{
  margin: 2% auto 4%;
  text-align:center;
  width: 35%;
  }
.content_wrap .main_title img{
}
.content_wrap .disabled {
  text-decoration: none !important;
  cursor: default;
}
div.content_wrap a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
      -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;
}
.content_wrap .container_looks{
 /* margin: 0 -10px;*/
}
.content_wrap .container_fluid{
  
}
.content_wrap ul.detail_looks{
  list-style-type:none;
  overflow: hidden;
  list-style: none;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  margin-bottom:0;
  padding: 0;
}
ul.detail_looks li{
  margin: 0 1%;
  vertical-align: -webkit-baseline-middle;
  display:inline;
  /*opacity: 0;*/
  padding-bottom: 0;
}
ul.detail_looks li.detail_looks_open{
  opacity: 0;
}
/*ul.detail_looks li.detail_looks_open img.detail_looks_open_img{
  opacity: 0;
}*/
ul.detail_looks li.colspan2{
  margin: 0 1%;
}
.content_wrap .link_to_btn{
  margin: 5% auto;
}
.content_wrap .link_to_btn .btn {+
  background-color: #fff;
  font-size: 18px;
  position: static;
  display: block;
  margin: 0 auto;
  width: 80%;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, .5);
  outline-offset: 0px;
  text-shadow: none;
  transition: 200ms ease all;
  cursor:pointer;
  outline:none;
  padding: 25px 0;
  border-radius: 5px;
  text-decoration: none;
  color: #000;
  border: #333 solid 1px;
}
.content_wrap .link_to_btn a{
  text-decoration:none;
  color:#000;
}
.content_wrap .link_to_btn p{
  margin:0 auto;
  text-decoration:none;
}
.content_wrap .link_to_btn .btn:hover {
  border: 1px solid #ffffff;
  color:#000;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px 
  rgba(255, 255, 255, 0.2); 
  outline-color: #bbd8ec; 
  outline-offset: 20px; 
  /*text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9); */
  background:#bbd8ec;
  text-decoration:none;
}
.content_wrap .link_to_btn .btn a:hover {
  color:#000;
  text-decoration:none;
}
.content_wrap .link_to_btn .btn p:hover {
  color:#000;
  text-decoration:none;
}







/*ChromeとOperaのみだけに適用されるCSSハック*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  ul.detail_looks li{
    padding-bottom: 10px;
  }
}
ul.detail_looks li:after{
  opacity: .6;
}
ul.detail_looks li.scale_on a img/*,
ul.detail_looks li.detail_looks_open_1st a img*/{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 0.2s;
}
ul.detail_looks li.scale_on a:hover img/*,
ul.detail_looks li.detail_looks_open_1st a:hover img*/ {
  transition: 0.5s;
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
ul.detail_looks li.scale_on a.disabled:hover img/*,
ul.detail_looks li.detail_looks_open_1st a.disabled:hover img*/ {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}


@media (min-width:1170px){
  ul.detail_looks li{
    padding-bottom: 8px;
  }
}

  /*ChromeとOperaのみだけに適用されるCSSハック*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  ul.detail_looks li{
    padding-bottom: 16px;
  }
}


@media (max-width: 980px) {
  .content_wrap .link_to_btn .btn{
    font-size: 16px;
    width: 95%;
    line-height: 1.8em;
    padding: 20px 0;
  }
}


@media (max-width: 767px) {
  div.content_wrap * {
    margin:0 auto;
  }
  .main_contents{
    width:100%;
  }
  .content_wrap p.main_title{
    margin: 10% auto 8% auto;
    width: 80%;
  }
  .content_wrap ul.detail_looks{
    list-style: none;
    margin: 0 auto -8px auto;
    padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin: 0px 6px!important;
  }
  ul.detail_looks li{
    list-style: none;
    width: 46%;
    margin:0 auto;
    float: left;
    text-align: center;
    padding-bottom: 0;
    margin: 0 auto 16px auto;
  }
  ul.detail_looks li.colspan2{
    width: 96%;
    margin: 0 auto 15px auto;
    padding-bottom: -10px;
  }
  ul.detail_looks li.scale_on a img{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 0.5s;
  }
  ul.detail_looks li.scale_on a:hover img {
    transition: 0.5s;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  ul.detail_looks li.scale_on a.disabled:hover img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  div.content_wrap {
  }
}



@media (max-width: 640px) {
}


@media(max-width: 415px){
  div.content_wrap {
    font-size: 12px;
  }
  .smp_view_smaller {
    display: inline;
  }
}






@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}












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

state

================================================================================*/
.is-fade-in {
  transition: opacity 0.2s linear;
  opacity: 1 !important;
}

.is-fade-out {
  transition: opacity 0.6s ease-in-out;
  opacity: 0 !important;
}

.is-fade-out--long {
  transition: opacity 1s ease-in-out;
  opacity: 0 !important;
}

.is-nav-on {
  display: table-cell !important;
  vertical-align: middle;
  height: 100vh;
  padding: 20vh 0;
}
