/*----------------------------------------------------------------------------------------------------------------------laoding----------*/
#loader {
  position: absolute;
  width: 130px;
  height: 500px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#loader img {
  width: 130%;
  height: auto;
  margin-top: 75%;
}
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #F6F6F6;
  z-index: 200;
}
.mainimage {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 63px;
}
.mainimage .slider_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
.mainimage .slider_logo img {
  width: 130%;
  height: auto;
}
.sample {
  background-color: rgba(0, 0, 0, 0.6);
  background: #000000;
  z-index: -1;
}
.sample li {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  -webkit-animation: anime 40s linear 0s infinite;
  animation: anime 40s linear 0s infinite;
}
.sample li:nth-child(1) {
  background-image: url("../images/top/top_bg02.jpg");
}
.sample li:nth-child(2) {
  background-image: url("../images/top/top_bg01.jpg");
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.sample li:nth-child(3) {
  background-image: url("../images/top/top_bg03.jpg");
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}
.sample li:nth-child(4) {
  background-image: url("../images/top/top_bg01.jpg");
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
.ice-concept {
  position: relative;
  padding-top: 216px;
  padding-bottom: 0;
  background-image: url("../images/top/japanese-paper_top_02.jpg")
}
.ice-concept-box h6 {
	display: none;
}
.ice-concept-text {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  margin: auto;
  width: 315px;
}
.ice-pc-bg {
  margin-top: 200px;
  text-align: center;
  width: 100%;
}
.ice-sp-bg {
  display: none;
}
a.btn_ice {
  display: flex;
  align-items: center;
  padding: 13px;
  border: 1px solid #333;
  width: 20px;
  text-decoration: none;
  transition: 0.3s;
  mix-blend-mode: multiply;
  line-height: 1.7rem;
}
a.btn_ice:hover {
  background-color: #F7F7F7;
}
a.btn_ice .ice__text {
  display: block;
  flex-grow: 1;
  color: #333;
  text-align: center;
  position: relative;
  font-size: 1.4rem;
}
a.btn_ice .ice__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
}
.suzukien_concept {
  background-image: url("../images/top/japanese-paper_00334.jpg");
  padding: 100px 0 180px 0;
  position: relative;
}
.suzukien_concept-box {
  position: relative;
  margin: 0 auto;
  width: 800px;
}
.suzukien_concept-box h6{
	display: none;
}
.suzukien_concept-img1 {
  text-align: left;
  width: 45%;
  margin-top: 0px;
}
.suzukien_concept-img2 {
  text-align: right;
  width: 45%;
}
.suzukien_concept-text {
  position: relative;
  font-weight: 600;
}
.suzukien_concept-title {
  position: absolute;
  width: 147px;
  top: 50px;
  right: 185px;
}
.suzukien_concept-text {
  position: absolute;
  bottom: 20px;
  left: 50px;
  width: 270px;
}
.concept-btn {
  position: absolute;
  bottom: 0;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  color: #fff;
}
.concept-btn span {
  color: #fff;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
}
.btn_c {
  max-width: 300px;
  display: block;
  position: absolute;
  bottom: 0;
  flex-grow: 1;
  color: #fff;
  text-align: center;
  border: 1px solid #FFF;
  padding-right: 15px;
  font-size: 1.4rem;
  margin-bottom: 57px;
  padding: 1.3rem 2rem;
  align-items: center;
}
.btn_c::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
}
.concept-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@keyframes anime {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  10% {
    transform: scale(1.1);
    opacity: 1;
  }
  40% {
    transform: scale(1.2);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    opacity: 0
  }
}
.no_br_sp {
  display: none;
}
/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 760px) {
  #loader {
    width: 100px;
    height: 588px;
  }
  header {
    display: flex;
  }
  .mainimage {
    padding: 0;
  }
  .mainimage .slider_logo {
    width: 103px;
    height: 436px;
  }
  section {
    padding: 110px 0;
  }
  section h2 {
    font-size: 2.4rem;
  }
  .tate {
    text-align: left;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    text-orientation: upright;
    font-weight: 400;
  }
  .onlineshop {
    position: relative;
    width: 100%;
  }
  .onlineshop-img {
    width: 100%;
    position: relative;
  }
  .onlineshop-img2 {
    display: none;
    width: 100%;
    position: relative;
  }
	.onlineshop h6{
		display: none;
	}
  .btn_online {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    width: 300px;
    height: 80px;
    color: #fff;
    padding: 1.3rem 2rem;
    border: 1px solid #fff;
    text-decoration: none;
    transition: 0.3s;
  }
  a.btn_online:hover {
    background-color: #333;
    opacity: 0.5;
  }
  a.btn_online .b__text {
    display: block;
    flex-grow: 1;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 2.0rem;
  }
  .outlink {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
  }
  .sp_onlineshop {
    display: none;
  }
}
.product-list {
  text-align: center;
  padding-bottom: 18px;
}
.product-list h2 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 15px;
}
.product-list h3 {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 30px;
}
.product-list ul {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.product-list li {
  padding-left: 55px;
}
.product-list img{
	width: 100px;
}
.gift {
  position: relative;
  padding-top: 90px;
  max-width: 1080px;
  margin: 0 auto;
}
.suzukien_logo {
  width: 70px;
  position: absolute;
  top: 0px;
  right: 30px;
}
.suzukien_logo2 {
  width: 70px;
  position: absolute;
  top: 0;
  left: 50px;
}
.gift h2 {
  position: absolute;
  top: 90px;
  right: 52px;
}
.gift h3 {
  position: absolute;
  top: 90px;
  right: 39px;
}
.gift-h2 {
  font-size: 2.4rem;
  position: absolute;
  top: 90px;
  left: 67px;
}
.gift-h3 {
  font-size: 1rem;
  position: absolute;
  top: 93px;
  left: 56px;
}
.gift-flex {
  display: flex;
  justify-content: center;
	align-items: flex-end;
}
.gift-flex-bottom {
  position: relative;
  width: 200px;
}
.gift-flex-bottom02 {
  position: relative;
  width: 200px;
  margin-right: 40px;
}
.gift-img {
  margin-right: 40px;
  width: 550px;
}
.gift-img02 {
  margin-left: 40px;
  width: 550px;
}
.gift-flex-bottom p {
  width: 250px;
  text-align: left;
  position: absolute;
  bottom: 0;
}
.gift-flex-bottom02 h6 {
  width: 250px;
  text-align: right;
  position: absolute;
  bottom: 0;
	font-size: 1.3rem;
 line-height: 2.3;
	font-weight: 400;
	
}
.gift-link {
  margin-top: 20px;
}
.sp-gift {
  display: none;
}
.instagram {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 50px 0 0;
}
.instagram h2 {
  font-size: 2.6rem;
  text-align: center;
  font-family: hightower-text, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
}
.instagram-flex {
  padding: 2px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.instagram-img-img {
  width: 13.8%;
  position: relative;
  padding: 3px;
}
.instagram-img {
  width: 100%;
}
.instagram-link {
  width: 11%;
  position: absolute;
  top: 5%;
  right: 7%;
  z-index: 10;
}
.instagram-img:hover {
  opacity: 0.8;
  filter: brightness(110%);
}
.sp-news {
  display: none;
}
.news {
  padding: 125px 0 140px 0;
  background-color: #F6F6F6;
}
.news-list {
  position: relative;
  max-width: 1070px;
  margin: 0 auto;
}
.news-list-link {
  font-size: 1.4rem;
  position: absolute;
  top: -40px;
  right: 0;
  border-bottom: 1px solid #6C6C6C;
}
.news-list-link:hover {
  border-bottom: none;
}
.news-list-link a {
  color: #333;
}
.news .news-inner {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.news .news-inner h2 {
  width: 50px;
  font-size: 13px;
  font-weight: 400;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding-right: 50px;
}
.news .news-inner h2 span {
  font-size: 24px;
  padding-right: 10px;
  letter-spacing: 0.3em;
}
.news ul {
  width: 990px;
  padding: 0;
  display: flex;
}
.news ul li {
  margin-bottom: 0;
  max-width: 310px;
  width: 31.4%;
  margin-right: 2.9%;
}
.news ul li:last-child {
  margin-right: 0;
}
.news ul li a {
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.news ul li a:hover {
  opacity: .8;
}
.news ul li a div {
  position: relative;
}
.news ul li a div span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: #FFF;
  font-size: 12px;
  padding: 0 20px;
}
.news ul li a div img {
  width: 100%;
  height: auto;
}
.news ul li a h3 {
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  padding-top: 12px;
  line-height: 25px;
}
.scale-image {
  width: 300px;
  margin: 0 auto;
  overflow: hidden;
}
.scale-image img {
  transition: 1s all;
}
.scale-image img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
.no_br_sp {
  display: inline;
}
@media screen and (max-width: 1024px) {
  .news {
    padding: 125px 0 140px 0;
  }
  .news ul {
    width: 880px;
    padding: 0;
    display: flex;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1010px) {
  .product-list li {
    padding-left: 20px;
  }
  .news ul {
    max-width: 700px;
  }
  .news ul li a div img {
    width: 200px;
  }
  .scale-image {
    width: 200px;
  }
  .gift-img {
    width: 300px;
  }
  .gift-img02 {
    width: 300px;
  }
  a.btn_a {
    max-width: 100px;
  }
  .gift-flex-bottom02 {
    width: 100px;
  }
  .gift-flex-bottom02 h6 {
    width: 150px;
  }
  .gift-flex-bottom02 br {
    display: none;
  }
  .suzukien_concept {
    text-align: center;
    position: relative;
  }
  .suzukien_concept-img2 {
    width: 300px;
  }
  .suzukien_concept-img1 {
    width: 300px;
  }
  .suzukien_concept-box {
    width: 700px;
  }
  .news .all a {
    right: 20px;
  }
  .ice-concept {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .pc span {
    display: none;
  }
  header h1 img {
    width: 80px;
  }
  header nav ul li a {
    font-size: 1rem;
    margin-right: 16px;
  }
  header nav ul li.ec_shop a {
    padding: 20px;
  }
  .ice-concept-text {
    width: 250px;
    top: 70px;
  }
  .onlineshop-img {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .suzukien_concept-text {
    left: 20%;
  }
  .suzukien_concept-box {
    width: 100%;
  }
  .product-list ul li img {
    width: 80%;
  }
  .product-list ul li:nth-last-child(-n+3) {
    display: none;
  }
  .onlineshop {
    display: none;
  }
  .sp_onlineshop {
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
    background-image: url("../images/top/onlineshop.jpg");
    background-size: cover;
    margin: 100px auto 60px;
  }
  .sp_onlineshop h2 {
    padding-top: 70px;
    line-height: 3rem;
    text-align: center;
    font-weight: 400;
    color: #FFF;
    font-size: 2.4rem;
  }
  .sp_onlineshop span {
    font-size: 1.4rem;
    color: #FFF;
  }
}
@media screen and (max-width: 760px) {
  .btn_c {
    margin: 0 auto 57px;
  }
  #loader {
    position: absolute;
    top: -2%;
    right: 7%;
    width: 80px;
  }
  .gift {
    display: none;
  }
  .sp-gift {
    display: block;
    padding: 0 20px;
  }
  .product-list {
    padding-top: 80px;
  }
  .mainimage .slider_logo img {
    width: 28%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
  }
  .news {
    display: none;
  }
  .sp-news {
    display: block;
    background: #F6F6F6;
    padding: 60px 20px;
  }
  .sp-news ul {
    padding: 0 30px;
  }
  .sp-news h3 {
    font-weight: 400;
    font-size: 1.5rem;
    font-family: source-han-serif-japanese, serif;
    padding-bottom: 30px;
  }
  .sp-news ul li a div img {
    width: 100%;
    height: auto;
  }
  .sp-news ul li a div {
    position: relative;
    margin-bottom: 15px;
  }
  .scale-image {
    width: auto;
  }
  .sp-news h2 {
    font-weight: 400;
    font-size: 2.6rem;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center;
  }
  .sp-news h2 span {
    font-size: 1.4rem;
  }
  .sp-news ul li a div span {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #FFF;
    font-size: 13px;
    padding: 0 10px;
  }
  .sp-news .all {
    text-align: right;
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
  .sp-news .all a {
    text-decoration: underline;
    color: #333;
  }
  .ice-pc-bg {
    display: none;
  }
  .ice-concept-box {
    width: 100%;
    height: 100%;
  }
  .ice-concept-text img {
    width: 100%;
  }
  .ice-sp-bg {
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 225px;
  }
  .suzukien_concept {
    padding-top: 200px;
    padding-bottom: 420px;
    position: relative;
  }
  .suzukien_concept-img2 {
    width: 45%;
    position: static;
  }
  .suzukien_concept-img1 {
    width: 45%;
    position: static;
  }
  .suzukien_concept-box {
    position: static;
  }
  .suzukien_concept-title {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .suzukien_concept-text {
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .tate {
    text-align: left;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    text-orientation: upright;
    font-weight: 400;
  }
  .sp-gift {}
  .gift-flex-bottom {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .sp-gift h2 {
    font-size: 2rem;
    position: absolute;
    top: 40px;
    right: 42px;
  }
  .sp-gift h3 {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    position: absolute;
    top: 40px;
    right: 28px;
  }
  .sp-suzukien_logo {
    display: block;
    width: 44px;
    position: absolute;
    top: -20px;
    right: 30px;
  }

  .gift-flex-bottom p {
    position: static;
    padding: 10px 20px 60px;
    width: 60%;
  }
  .enjoy-img {
		position: relative;
    width: 335px;
    margin: 0 auto 70px;
		text-align: center;
  }
  .enjoy-img img {
    width: 100%;
		margin: 0 auto
  }
  .sp-gift h4 {
    font-size: 2.2rem;
    position: absolute;
    top: 50px;
    right: 110px;
		text-align: left;
		border-left: 1px solid #333;
		border-right: 1px solid #333;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    text-orientation: upright;
    font-weight: 400;
		padding: 0 15px;
  }
  .sp-gift h5 {
    font-size: 1rem;
    letter-spacing: 0.3rem;
    position: absolute;
    top: 60%;
    left: -10%;
    transform: rotateZ(90deg);
  }
  .instagram {
    width: 100%;
  }
  .instagram-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  .instagram-img-img {
    width: 100%;
    padding: 3px 0;
  }
  .instagram-link {
    width: 8%;
  }
  .instagram-img-img:nth-child(n+4) {
    display: none
  }
}