@charset "UTF-8";
/* Scss Document */
/**********色設定**********/
/**********フォント設定**********/
/**********ブロックフェードイン設定**********/
.divfadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s; }

/**********文字アニメーション設定**********/
/*フェードイン*/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*右から左*/
@keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateX(100vw);
    /* X軸方向に50px */ }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateX(0);
    /* X軸方向に0px */ } }
/*上から下*/
@keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateY(-50px);
    /* Y軸方向に-50px */ }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateY(0);
    /* Y軸方向に0px */ } }
/*下から上*/
@keyframes SlideUp {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateY(50px);
    /* Y軸方向に50px */ }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateY(0);
    /* Y軸方向に0px */ } }
/**********アニメーション設定end**********/
body {
  position: relative; }

h1 {
  line-height: 100%;
  margin-bottom: 0;
  padding-bottom: 0; }

#top {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px;
  background: #000; }
  #top img {
    display: block;
    height: 30px;
    margin-left: 20px; }

@media screen and (max-width: 757px) {
  #top {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px;
    background: #000; }
    #top img {
      display: block;
      height: 25px;
      margin: 0 auto; } }
#NAVI .btn-dark {
  background-color: #69463A !important; }
  @media screen and (max-width: 374px) {
    #NAVI .btn-dark {
      font-size: 90%; } }

img.spic {
  width: 100%; }

.blandlist {
  text-align: center;
  width: 100%; }
  .blandlist a {
    display: inline-block;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    padding: 5px 5px;
    background: rgba(0, 0, 0, 0.05);
    color: #69463A;
    font-size: 0.7em;
    text-decoration: none;
    word-break: keep-all;
    text-align: center;
    width: 150px;
    position: relative;
    height: 50px;
    	/*	border: 1px solid #777;
    		border-radius:4px;
        	-webkit-border-radius:4px;
        	-moz-border-radius:4px; */ }
    .blandlist a img {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 130px;
      margin: auto auto;
      opacity: 0.6; }
  .blandlist a:hover img {
    opacity: 0.8; }

@media screen and (max-width: 575px) {
  .blandlist {
    text-align: center;
    padding-left: 1vw; }
    .blandlist a {
      width: 29vw;
      height: 10vw; }
      .blandlist a img {
        width: 25vw; } }
/*
@media screen and (max-width:575px) { 
	.blandlist{
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
		width: 2000px !important;
		overflow-x: scroll;
		white-space: nowrap;
		a{
			display: inline-block;
		}
	}
}
*/
.swaku {
  background: #fff;
  margin-top: 3em; }
  .swaku .stext {
    display: block;
    border-top: 1px solid #69463A;
    padding-top: 10px;
    position: relative;
    text-align: center; }
    .swaku .stext .logo {
      height: 2.3em;
      max-width: 100%;
      display: inline-block;
      margin-right: 0.1em;
      margin-top: 0.5em;
      margin-bottom: 0.5em; }
    .swaku .stext .names {
      word-break: keep-all;
      display: inline-block;
      line-height: 150%;
      font-size: 1.1em;
      color: #000;
      font-weight: 600;
      padding-bottom: 0.3em; }
      .swaku .stext .names strong {
        font-size: 105%;
        font-weight: 600;
        padding-right: 0.2em; }
    .swaku .stext .scaption {
      display: block;
      text-align: left;
      padding: 0.5em;
      border-top: dotted 1px #535353;
      border-bottom: dotted 1px #535353;
      color: #535353;
      font-size: 0.8em;
      line-height: 140%; }
    .swaku .stext .price {
      text-align: center;
      color: #92242A;
      white-space: nowrap; }
      .swaku .stext .price .offIcon {
        font-size: 0.8em;
        background: #92242A;
        height: 50px;
        width: 50px;
        padding: 8px 5px 3px 5px;
        color: #fff;
        margin-right: 0.4em; }
    .swaku .stext .price strong {
      font-family: 'Hind', sans-serif;
      font-size: 1.6em;
      font-weight: 700; }

@media (min-width: 768px) {
  .col-md-3.swaku {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%; } }

#CAMP {
  padding-top: 3em;
  padding-bottom: 3em;
  margin-bottom: 0;
  margin-top: 0 !important;
  background-image: url("../images/bg_aod.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; }
  #CAMP h1 img {
    display: block;
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 1000px;
    padding-bottom: 0; }

@media screen and (max-width: 575px) {
  #CAMP {
    background-image: url("../images/bg_aod_sp.jpg");
    background-repeat: repeat;
    background-size: auto; } }
#SKISB {
  padding-top: 5em;
  padding-bottom: 3em;
  margin-bottom: 0;
  margin-top: 0 !important;
  background-image: url("../images/bg_amt.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; }
  #SKISB h1 img {
    display: block;
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 1000px;
    padding-bottom: 0; }
  #SKISB .badge-light {
    font-size: 0.7em;
    color: #69463A !important;
    border: 1px solid #69463A !important; }

@media screen and (max-width: 575px) {
  #SKISB {
    background-image: url("../images/bg_amt_sp.jpg");
    background-repeat: repeat;
    background-size: auto; } }
#SHOPLIST {
  background: #fff;
  padding-bottom: 200px;
  padding-top: 5em;
  margin-top: 0 !important; }
  #SHOPLIST h1 img {
    display: block;
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 1000px;
    padding-bottom: 0; }
  #SHOPLIST h2 {
    display: block; }
    #SHOPLIST h2 img {
      width: 100%; }
  #SHOPLIST a {
    padding: 1em 0;
    margin-bottom: 1em;
    line-height: 1.2em;
    letter-spacing: 1px; }
    #SHOPLIST a small {
      letter-spacing: 0;
      display: block;
      margin-top: 0.5em;
      font-size: 0.7em; }

@media screen and (max-width: 757px) {
  #SHOPLIST h2 img {
    display: block;
    width: 80%;
    margin: 3em auto 1em auto; } }
#footer {
  height: 200px;
  margin-top: -100px;
  padding-top: 8em;
  text-align: center;
  background: url("../images/footer.png") repeat-x;
  background-position: top center;
  z-index: 200; }

#goTop {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  background-color: #69463A;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  position: fixed;
  bottom: 15px;
  right: 15px; }

@media screen and (max-width: 757px) {
  #goTop {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 40px;
    padding-top: 5px;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    position: fixed;
    bottom: 10px;
    right: 10px; } }
