@charset "euc-jp";


/*
 * header
 */
#header {
    position: absolute;
    top: 0;
    z-index: 99;
}

@media only screen and (max-width: 768px) {

#header {
    position: fixed;
    z-index: 7;
}

}


/*
 * mv
 */
#mv {
    width: 100%;
    min-height: 500px;
    margin-bottom: 60px;
    border-bottom: 50px solid #000;
    background: url("https://img21.shop-pro.jp/PA01423/612/etc/mv_bg_pc.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}
#mv .container1 {
    min-height: 500px;
    padding-top: 200px;
    padding-left: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#mv .mv_copy {
    width: 426px;
    margin-bottom: 30px;
}
#mv .logo {
    width: 250px;
    margin-left: 90px;
    padding: 15px 0;
    border-top: 1px solid #202020;
    border-bottom: 1px solid #202020;
}
#mv .logo a {
    display: block;
    width: 200px;
    margin: 0 auto;
}
#mv .container1:after {
    content: "";
    display: block;
    width: 75px;
    height: 50px;
    background: url("https://img21.shop-pro.jp/PA01423/612/etc/mv_obj_pc.png") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 100px;
    bottom: -50px;
}
#mv:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -25px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@media (max-width: 980px) {

#mv .flex_box {
    padding-left: 30px;
}

}

@media only screen and (max-width: 768px) {

#mv {
    min-height: 600px;
    background: url("https://img21.shop-pro.jp/PA01423/612/etc/mv_bg_sp.jpg?cmsp_timestamp=20181218194049") no-repeat center bottom;
    background-size: cover;
}
#mv .container1 {
    padding: 20% 0 0;
    min-height: 600px;
}
#mv .container1:after {
    background: url("https://img21.shop-pro.jp/PA01423/612/etc/mv_obj_sp.png") no-repeat center;
    background-size: contain;
    left: 10%;
}
#mv .mv_copy {
    width: 76.071428%;
    margin: 0 auto 30px;
}
#mv .logo {
    width: 53%;
    margin: 0 auto;
}
#mv .logo a {
    width: 80%;
}

}

@media (max-width: 480px) {

#mv {
    min-height: 500px;
}
#mv .container1 {
    padding: 40% 0 0;
    min-height: 500px;
}

}


/*
 * stamp_container
 */
.stamp_container {
    align-items: center;
}
#geometry {
    margin-bottom: 30px;
}
#symbol {
    margin-bottom: 60px;
}
.stamp_container .stamp_name {
    width: 23.333%;
    padding: 48px 0;
    text-align: center;
    border-bottom: 1px solid #202020;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 3px 0 3px 0 rgba(32,32,32,0.35);
    box-shadow: 3px 0 3px 0 rgba(32,32,32,0.35);
    background-color: #ebebeb;
    position: relative;
}
.stamp_container .stamp_tit {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 200%;
    line-height: 1;
    letter-spacing: normal;
    position: relative;
}
.stamp_container .big_character {
    font-weight: 900;
    font-size: 165%;
}
.stamp_container .stamp_tit_ja {
    display: block;
    font-size: 45%;
    font-family: '¥Ò¥é¥®¥Î³Ñ¥´ Pro', 'Hiragino Kaku Gothic Pro', 'Þâ¥´¥·¥Ã¥¯ÂÎ', 'Yu Gothic', YuGothic, '¥á¥¤¥ê¥ª', Meiryo, sans-serif;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}
.stamp_container .stamp_description {
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    font-size: 85%;
    background-color: #202020;
}
.stamp_container .stamp_name:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #202020 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
}
.stamp_container .stamp_list_con {
    width: 76.667%;
    height: 170px;
    border-right: 3px solid #dcdcdc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    z-index: -1;
}
.stamp_container .stamp_list_con .stamp_list {
    height: 130px;
    float: left;
    margin-top: 20px;
    display: inline;
    overflow: hidden;
}
.stamp_container .stamp_list_con .stamp_item {
    width: 100px;
    height: 130px;
    float: left;
    display: inline;
    margin-right: 30px;
    text-align: center;
    overflow: hidden;
}
.stamp_container .stamp_list_con .stamp_item .surface_name {
    display: inline-block;
    margin-top: 5px;
}

@media only screen and (max-width: 768px) {

.stamp_container.flex_box {
    width: 100%;
}
.stamp_container .stamp_name {
    width: 87.5%;
    margin: 0 auto;
    padding: 30px 0;
    -webkit-box-shadow: 0 3px 3px 0 rgba(32,32,32,0.35);
    box-shadow: 0 3px 3px 0 rgba(32,32,32,0.35);
}
.stamp_container .stamp_description {
    display: block;
    width: 70%;
    margin: 0 auto;
    padding: 2px 0;
}
.stamp_container .stamp_list_con {
    width: 100%;
    border-right: none;
}

}


/*
 * recommend-unit
 */
.recommend-unit {
    max-width: 300px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.recommend-detail {
    text-align: center;
}
.recommend-name {
    padding: 5px 0;
    font-weight: 600;
    background-color: #f5f5f5;
}
.recommend-price {
    padding: 5px 0;
    color: #fff;
    font-size: 85%;
    background-color: #202020;
}
.recommend-unit a:hover {
    text-decoration: none;
}
.recommend-unit a:hover img {
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

@media only screen and (max-width: 768px) {

.recommend-unit {
    max-width: none;
    margin: 0;
}
.recommend-detail:nth-child(even) {
    border-left: 1px solid #dcdcdc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

}