@charset "Shift_JIS";
/* Common */
.sample-demo {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /*margin-top: -28%;
	/*padding-top: 0;
	height: 100vh;*/
}
.sample-demo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.content {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 200%;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
a.scroll_ {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  color: #ffffff;
}
a.scroll_ {
  padding-top: 70px;
}
a.scroll_ span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
 -webkit-transform: rotate(-45deg) translate(0, 0);
 opacity: 0;
  }
  50% {
 opacity: 1;
  }
  100% {
 -webkit-transform: rotate(-45deg) translate(-20px, 20px);
 opacity: 0;
  }
}
@keyframes sdb {
  0% {
 transform: rotate(-45deg) translate(0, 0);
 opacity: 0;
  }
  50% {
 opacity: 1;
  }
  100% {
 transform: rotate(-45deg) translate(-20px, 20px);
 opacity: 0;
  }
}
.l-footer {
  width: 100%;
  clear: both;
  border-top: 1px solid #cccccc;
  padding: 3% 0;
  text-align: center;
}
@media only print, only screen and (max-width: 767px){
.tab,
.pc,
.pc_tab{
  display:none !important;
}
.sp,
.tab_sp{
  display:block !important;
}
.visualHeader_{
  position: relative;
  background-image: url("/campaign/2019/shipsj_1004/sp/images/main.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.visualHeader_ svg {
   position: absolute;
   left: 50%;
   top: 45%;
   transform: translate(-50%, -50%);
   z-index: 9999;
}
path {
  fill: none;
  /*stroke: #ffffff;*/
  stroke-dasharray: 500;
  stroke-dashoffset: 0;
  stroke-width: 1;
  -webkit-animation: hello 3s ease-in forwards;
  animation: hello 3s ease-in forwards;
}
 @-webkit-keyframes hello {
 0% {
 stroke-dashoffset: 500;
 fill:transparent;
}
 50% {
 fill:transparent;
}
 100% {
 stroke-dashoffset: 0;
 fill:#ffffff;
}
}
@keyframes hello {
 0% {
 stroke-dashoffset: 500;
 fill:transparent;
}
 50% {
 fill:transparent;
}
 100% {
 stroke-dashoffset: 0;
 fill:#ffffff;
}
}
.inner_s_{
  width: 80%;
  margin: 100px auto;
  text-align: center;
}
.inner_{
  width: 90%;
  margin: 0 auto 50px;
  text-align: center;
  display: inline-block;
}
.mainTtl_{
  margin: 50px 0;
  font-style: italic;
  line-height: 1.5;
}
.mainTtl_::after{
  content: "";
  width: 63px;
  background: #000000;
  height: 2px;
  display: block;
  margin: 50px 0 0 0;
}
h2{
  margin: 5% auto 1%;
  display: inline-block;
}
h2 span{
  margin: 0 0 -10px 0;
}
h2 span::after{
  content: "";
  width: 18px;
  background: #000000;
  height: 2px;
  display: block;
  margin: 2px auto;
}
#ContentArea{
  background: #f4f3f2;
  padding: 50px 0 0 0;
}
.itemArea_{
  font-size: 0;
}
.fade {
  max-width: 100%;
  padding: 0 5%;
  height: auto;
}
.fade img{
  width: 100%;
}
#l_obi{
	position: fixed;
  bottom: 50%;
  left: -8%;
	transform: rotate(-90deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
  z-index: 100;
}
#r_obi{
  position: fixed;
  bottom: 50%;
  right: -10%;
  transform: rotate(-90deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  z-index: 100;
}
.colum_{
  width: 100%;
  float: left;
}
section{
  text-align: center;
}
.btn_ a{
    border: 2px solid #000000;
    display: block;
    margin: 6% 0;
    padding: 3% 10%;
    text-align: center;
    width: 24%;
}
figure{
  margin: 10% 10% 0 10%;
}
.spec_{
   margin: 5% 0 0 0;
}
#ShopArea a:hover{
  text-decoration: underline;
  color: #000000;
}
.area_{
  margin: 8% 0;
}
.areaName_{
  width: 100%;
  display: block;
  vertical-align: top;
  text-align: center;
}
.shop_{
  width: 84%;
  display: block;
  margin: 0 auto;
}
.shopName_{
  width: 100%;
  display: block;
  margin: 5% 0 0 0;
}
.shopDetail_{
  display: block;
  width: 100%;
  vertical-align: top;
  font-size: 12px;
  margin: 2% 0 15%;
  line-height: 1.8;
}
}
@media only print, only screen and (min-width: 768px){
.sp,
.tab,
.tab_sp,
.pc{
  display:none !important;
}
.pc_tab,
.tab_pc{
  display:block !important;
}
.inner_s_{
  width: 80%;
  margin: 10% auto;
  text-align: center;
}
.inner_{
  width: 90%;
  margin: 0 auto 100px;
  text-align: center;
  display: inline-block;
}
.mainTtl_{
  margin: 50px 0;
  font-style: italic;
}
.mainTtl_::after{
  content: "";
  width: 63px;
  background: #000000;
  height: 2px;
  display: block;
  margin: 50px 0 0 0;
}
h2{
  margin: 5% auto 1%;
  display: inline-block;
}
h2 span{
  margin: 0 0 -10px 0;
}
h2 span::after{
  content: "";
  width: 18px;
  background: #000000;
  height: 2px;
  display: block;
  margin: 2px auto;
}
#ContentArea{
  background: #f4f3f2;
  padding: 50px 0;
}
.itemArea_{
  font-size: 0;
}
.fade {
  max-width: 48%;
  padding: 0;
  height: auto;
}
.fade img{
  width: 100%;
}
#l_obi{
	position: fixed;
  bottom: 50%;
	left:0;
	transform: rotate(-90deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
  z-index: 100;
}
#r_obi{
 position: fixed;
bottom: 50%;
 right: 0;
 transform: rotate(-90deg);
 backface-visibility: hidden;
 -webkit-backface-visibility: hidden;
 -webkit-font-smoothing: antialiased;
  z-index: 100;
}
.colum_{
  width: 48%;
  float: left;
}
.item_ {
  position: relative;
  margin: 0;
  min-width: 310px -60px;
  max-width: 550px;
  width: 100%;
  color: #f4f3f2;
  text-align: left;
  background-color: #000000;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
}
.item_ * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.item_ img {
  position: relative;
  max-width: 100%;
  vertical-align: top;
}
.item_ figcaption {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  padding: 20px 30px;
}
.item_ figcaption:before,
.item_ figcaption:after {
  width: 1px;
  height: 0;
}
.item_ figcaption:before {
  right: 0;
  top: 0;
}
.item_ figcaption:after {
  left: 0;
  bottom: 0;
}
.item_ p {
  font-size: 15px;
  margin: 0 0 10% 0;
}
.item_ a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.item_:before,
.item_:after,
.item_ figcaption:before,
.item_ figcaption:after {
  position: absolute;
  content: '';
  background-color: #f4f3f2;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}
.item_:before,
.item_:after {
  height: 1px;
  width: 0%;
}
.item_:before {
  top: 0;
  left: 0;
}
.item_:after {
  bottom: 0;
  right: 0;
}
.item_:hover img,
.item_.hover img {
  opacity: 0.4;
}
.item_:hover figcaption,
.item_.hover figcaption {
  opacity: 1;
}
.item_:hover figcaption:before,
.item_.hover figcaption:before,
.item_:hover figcaption:after,
.item_.hover figcaption:after {
  height: 100%;
}
.item_:hover:before,
.item_.hover:before,
.item_:hover:after,
.item_.hover:after {
  width: 100%;
}
.item_:hover:before,
.item_.hover:before,
.item_:hover:after,
.item_.hover:after,
.item_:hover figcaption:before,
.item_.hover figcaption:before,
.item_:hover figcaption:after,
.item_.hover figcaption:after {
  opacity: 0.1;
}
.spec_{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  text-align: center;
}
section{
  text-align: center;
}
.btn_{
  border-bottom: 2px solid #ffffff;
  display: inline-block;
  margin: 2% 0;
}

#ShopArea a:hover{
  text-decoration: underline;
  color: #000000;
}
.area_{
  margin: 8% 0;
}
.areaName_{
  width: 20%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.shop_{
  width: 78%;
  display: inline-block;
}
.shopName_{
  width: 45%;
  display: inline-block;
}
.shopDetail_{
  display: inline-block;
  width: 43%;
  vertical-align: top;
  font-size: 12px;
  margin: 0 0 0 4%;
}
}

@media only print, only screen and (min-width: 1100px){
.sp,
.tab,
.tab_sp,
.pc_tab{
  display:none !important;
}
.pc,
.tab_pc{
  display:block !important;
}
.inner_s_{
  width: 940px;
  margin: 10% auto;
  text-align: center;
}
.inner_{
  width: 1100px;
  margin: 0 auto 100px;
  text-align: center;
  display: inline-block;
}
.mainTtl_{
  margin: 50px 0;
  font-style: italic;
}
.mainTtl_::after{
  content: "";
  width: 63px;
  background: #000000;
  height: 2px;
  display: block;
  margin: 50px 0 0 0;
}
h2{
  margin: 5% auto 1%;
  display: inline-block;
}
h2 span{
  margin: 0 0 -10px 0;
}
h2 span::after{
  content: "";
  width: 18px;
  background: #000000;
  height: 2px;
  display: block;
  margin: 2px auto;
}
#ContentArea{
  background: #f4f3f2;
  padding: 50px 0;
}
.itemArea_{
  font-size: 0;
}
.fade {
  max-width: 550px;
  padding: 0;
  height: auto;
}
.fade img{
  width: 100%;
}
#l_obi{
	position: fixed;
  bottom: 50%;
	left: 5%;
	transform: rotate(-90deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
  z-index: 100;
}
#r_obi{
 position: fixed;
bottom: 50%;
 right: 5%;
 transform: rotate(-90deg);
 backface-visibility: hidden;
 -webkit-backface-visibility: hidden;
 -webkit-font-smoothing: antialiased;
  z-index: 100;
}
.colum_{
  width: 550px;
  float: left;
}
.item_ {
  position: relative;
  margin: 0;
  min-width: 310px -60px;
  max-width: 550px;
  width: 100%;
  color: #f4f3f2;
  text-align: left;
  background-color: #000000;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
}
.item_ * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.item_ img {
  position: relative;
  max-width: 100%;
  vertical-align: top;
}
.item_ figcaption {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  padding: 20px 30px;
}
.item_ figcaption:before,
.item_ figcaption:after {
  width: 1px;
  height: 0;
}
.item_ figcaption:before {
  right: 0;
  top: 0;
}
.item_ figcaption:after {
  left: 0;
  bottom: 0;
}
.item_ p {
  font-size: 15px;
  margin: 0 0 10% 0;
}
.item_ a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.item_:before,
.item_:after,
.item_ figcaption:before,
.item_ figcaption:after {
  position: absolute;
  content: '';
  background-color: #f4f3f2;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}
.item_:before,
.item_:after {
  height: 1px;
  width: 0%;
}
.item_:before {
  top: 0;
  left: 0;
}
.item_:after {
  bottom: 0;
  right: 0;
}
.item_:hover img,
.item_.hover img {
  opacity: 0.4;
}
.item_:hover figcaption,
.item_.hover figcaption {
  opacity: 1;
}
.item_:hover figcaption:before,
.item_.hover figcaption:before,
.item_:hover figcaption:after,
.item_.hover figcaption:after {
  height: 100%;
}
.item_:hover:before,
.item_.hover:before,
.item_:hover:after,
.item_.hover:after {
  width: 100%;
}
.item_:hover:before,
.item_.hover:before,
.item_:hover:after,
.item_.hover:after,
.item_:hover figcaption:before,
.item_.hover figcaption:before,
.item_:hover figcaption:after,
.item_.hover figcaption:after {
  opacity: 0.1;
}
.spec_{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  text-align: center;
  width: 100%;
}
section{
  text-align: center;
}
.btn_{
  border-bottom: 2px solid #ffffff;
  display: inline-block;
  margin: 2% 0;
}

#ShopArea a:hover{
  text-decoration: underline;
  color: #000000;
}
.area_{
  margin: 8% 0;
}
.areaName_{
  width: 20%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.shop_{
  width: 78%;
  display: inline-block;
}
.shopName_{
  width: 45%;
  display: inline-block;
}
.shopDetail_{
  display: inline-block;
  width: 52%;
  vertical-align: top;
  font-size: 12px;
  margin: 0;
}

}