@charset "utf-8";

/************************
01 reset
02 common
03 header
04 nav
05 present
06 category
07 care
08 christmas
09 sns
10 price
11 shop
12 pagetop
13 footer
************************/
/*****
01 reset
*****/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *:before, *:after {
    box-sizing: border-box;
}
/*****
02 common
*****/
body{
  font-family: 'Montserrat', sans-serif;
	color: #222;
	line-height: 1.6em;
	letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 560px) {
  body {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1000px) {
  body {
    font-size: 20px;
    font-weight: 300;
  }
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
.inner{
	background: rgba(255, 255, 255, 0.8);
}
a{
	text-decoration: none;
	transition: all 0.5s;
  color: #000;
  display: block;
}
a:hover {
  opacity: 0.7;
}
#international-shipping img{
width: -webkit-fill-available;
}
.la-btn{
  background-color: #1B5073;
  display: inline-block;
  padding: 10px;
  margin: 10px;
  width: 40%;
}
.la-btn a{
  color: #FFF;
}

/* animation */
.fadein,.fadein-sepa,.insta_fade_sepa {
    opacity : 0.0;
    transform : translate(0, 50px);
    transition : all 800ms;
}
.fadein.scrollin,.fadein-sepa.scrollin-sepa,.insta_fade_sepa.insta_scrollin_epa {
    opacity : 1;
    transform : translate(0, 0);
}
@media only screen and (min-width: 560px) {
  .fadein-sepa.scrollin-sepa {
    opacity : 0;
    transform : translate(0, 50px);
  }  
  .fadein-separate li {
    opacity : 0.0;
    transform : translate(0, 50px);
  }
  .fadein-separate.scrollin-separate li:nth-child(1) {
    -webkit-animation: turn_anime 0.8s ease 0s 1 forwards;
    animation: turn_anime 0.8s ease 0s 1 forwards;
  }
  .fadein-separate.scrollin-separate li:nth-child(2) {
    -webkit-animation: turn_anime 0.8s ease 0.4s 1 forwards;
    animation: turn_anime 0.8s ease 0.4s 1 forwards;
  }
  .fadein-separate.scrollin-separate li:nth-child(3) {
    -webkit-animation: turn_anime 0.8s ease 0.8s 1 forwards;
    animation: turn_anime 0.8s ease 0.8s 1 forwards;
  }
  .fadein-separate.scrollin-separate li:nth-child(4) {
    -webkit-animation: turn_anime 0.8s ease 1.2s 1 forwards;
    animation: turn_anime 0.8s ease 1.2s 1 forwards;
  }
  .fadein-separate.scrollin-separate li:nth-child(5) {
    -webkit-animation: turn_anime 0.8s ease 1.6s 1 forwards;
    animation: turn_anime 0.8s ease 1.6s 1 forwards;
  }  

}
@media only screen and (max-width: 768px) {
  .la-btn{
    width: 50%;
  }
}
/*insta fadein */

@media only screen and (min-width: 560px) {
  .insta_fade_sepa.insta_scrollin_epa {
    opacity : 0;
    transform : translate(0, 50px);
  }  
  .insta_fade_separate li {
    opacity : 0.0;
    transform : translate(0, 50px);
  }
  .insta_fade_separate.insta_scrollin_separate li:nth-child(1) {
    -webkit-animation: turn_anime 0.8s ease 0s 1 forwards;
    animation: turn_anime 0.8s ease 0s 1 forwards;
  }
  .insta_fade_separate.insta_scrollin_separate li:nth-child(2) {
    -webkit-animation: turn_anime 0.8s ease 0.2s 1 forwards;
    animation: turn_anime 0.8s ease 0.2s 1 forwards;
  }
  .insta_fade_separate.insta_scrollin_separate li:nth-child(3) {
    -webkit-animation: turn_anime 0.8s ease 0.4s 1 forwards;
    animation: turn_anime 0.8s ease 0.4s 1 forwards;
  }
  .insta_fade_separate.insta_scrollin_separate li:nth-child(4) {
    -webkit-animation: turn_anime 0.8s ease 0.6s 1 forwards;
    animation: turn_anime 0.8s ease 0.6s 1 forwards;
  }
  .insta_fade_separate.insta_scrollin_separate li:nth-child(5) {
    -webkit-animation: turn_anime 0.8s ease 0.8s 1 forwards;
    animation: turn_anime 0.8s ease 0.8s 1 forwards;
  }
  .insta_fade_separate.insta_scrollin_separate li:nth-child(6) {
    -webkit-animation: turn_anime 0.8s ease 1.0s 1 forwards;
    animation: turn_anime 0.8s ease 1.0s 1 forwards;
  }
  .insta_fade_separate.insta_scrollin_separate li:nth-child(7) {
    -webkit-animation: turn_anime 0.8s ease 1.2s 1 forwards;
    animation: turn_anime 0.8s ease 1.2s 1 forwards;
  }
  .insta_fade_separate.insta_scrollin_separate li:nth-child(8) {
    -webkit-animation: turn_anime 0.8s ease 1.4s 1 forwards;
    animation: turn_anime 0.8s ease 1.4s 1 forwards;
  }
  .insta_fade_separate.insta_scrollin_separate li:nth-child(9) {
    -webkit-animation: turn_anime 0.8s ease 1.6s 1 forwards;
    animation: turn_anime 0.8s ease 1.6s 1 forwards;
  }
  .insta_fade_separate.insta_scrollin_separate li:nth-child(10) {
    -webkit-animation: turn_anime 0.8s ease 1.8s 1 forwards;
    animation: turn_anime 0.8s ease 1.8s 1 forwards;
  }
}
@media only screen and (min-width: 1000px) {
}
@-webkit-keyframes turn_anime {
  100% {
    opacity : 1;
    transform : translate(0, 0);
  }
}
@keyframes turn_anime {
  100% {
    opacity : 1;
    transform : translate(0, 0);
  }
}

/* font color */
.text_bule {
  color: #2C4A9F;
}
/* sp_pc display */
.no_sp { display: none; }
.no_pc { display: block; }
/* tab: 560 px ～ */
@media only screen and (min-width: 560px) {
  .no_sp { display: block;}
}
/* pc: 1000 px ～ */
@media only screen and (min-width: 1000px) {
  .no_sp { display: block; }
  .no_pc { display: none; }
}
/* 注釈 */
.note {
  font-size: 0.9em;
}
.items .note {
  font-size: calc(0.8 * 0.9em);
}
/*****
03 header
*****/
.page_header {
  width: 100%;
  height: 50px;
  background-color: rgba(255,255,255,0.80);
  position: fixed;
  top: 0;
  z-index: 99;
}
.page_header .container {
  width: 90%;
  margin: 0 auto;
}
.page_header h1 {
  display: inline-block;
  height: 50px;
}
.page_header h1 img {
  height: 18px;
  width: auto;
  display: inline-block;
  margin-top: 16px;
  vertical-align: middle;
}
.page_header .taxfree {
  float: right;
  width: auto;
}
.page_header .taxfree img {
  float: left;
  width: auto;
  height: 44px;
  margin-top: 3px;
  display: block;
}
.page_header .taxfree img:nth-child(2) {
  margin-left: 10px;
  width: auto;
  height: 38px;
  margin-top: 5px;
  display: block;
}
@media only screen and (min-width: 560px) {
}
@media only screen and (min-width: 1000px) {
  .page_header {
    height: 60px;
  }  
  .page_header .container {
    width: 90%;
    max-width: 1000px;
  }
  .page_header h1 {
    display: inline-block;
    height: 60px;
  }
  .page_header h1 img {
    height: 24px;
    margin-top: 18px;
  }
  .page_header .taxfree img {
    height: 50px;
    margin-top: 5px;
  }
  .page_header .taxfree img:nth-child(2) {
    height: 42px;
    margin-top: 9px;
  }
}
/* main */
main {
  width: 100%;
  margin-top: 50px;
  font-size: 0.9em;
}
@media only screen and (min-width: 560px) {
}
@media only screen and (min-width: 1000px) {
  main {
    margin-top: 60px;
  }
}


/* main visual */

.main_visu_sp {
  width: 100%;
}
.main_visu_pc {
  display: none;
}
@media only screen and (min-width: 560px) {
}
/* pc: 1000 px ～ */
@media only screen and (min-width: 1000px) {
  .main_visu_sp {
    display: none;
  }
  .main_visu_pc {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    display: block;
  }
}




/* made in japan */
.made_in_japan {
  width: 94%;
  display: block;
  margin: 1em auto 0;
  text-align: center;
  position: relative;
}
.made_in_japan .title::before,
.made_in_japan .title::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 90px;
  position: absolute;
  transform: translateY(-1em);
  z-index: -1;
}
.made_in_japan .title::before {
  background-image: url("../images/nature_image_l.png");
  background-position: left;
  left: 0%;
}
.made_in_japan .title::after {
  background-image: url("../images/nature_image_r.png");
  background-position: right;
  right: 0%;
}
.made_in_japan .title p {
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.made_in_japan ul {
  display: flex;
  justify-content: space-between;
	align-items: center;
  width: 94%;
  margin: 0 auto;
}
.made_in_japan ul li {
  width: 15%;
}
.made_in_japan ul li:nth-child(2) {
  width: 12%;
}
.made_in_japan ul li:nth-child(5) {
  width: 12%;
  transform: translateY(-18%);
}
.made_in_japan ul li img {
  width: 100%;
}
@media only screen and (min-width: 560px) {
  .made_in_japan {
    margin-top: 1.5em;
  }
}
/* pc: 1000 px ～ */
@media only screen and (min-width: 1000px) {
  .made_in_japan {
    width: 100%;
    max-width: 1000px;
    margin-top: 2em;
  }
  .made_in_japan .title::before {
    left: 5%;
  }
  .made_in_japan .title::after {
    right: 5%;
  }
}

/****
main
****/


.main_section {
  margin-top: 1.6em;
  margin-left: auto;
  margin-right: auto;
}
.main_section.where {
  margin-top: 5em;
}
.main_section .container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.main_title_bg {
  width: 100%;
  /*padding-bottom: calc(360/1000 * 100%);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main_title_bg .container {
  position: relative;
  padding-bottom: calc(360/1000 * 100%);
}
.about .main_title_bg {
  background-image: url("../images/secbg01.jpg");
}
.where .main_title_bg {
  background-image: url("../images/secbg02.jpg");
}
.main_title_bg h2 {
  position: absolute;
  color: #FFF;
  font-size: 3.5vw;
  font-weight: 600;
}
.about .main_title_bg h2 {
  top: 34%;
  left: 20%;
}
.where .main_title_bg h2 {
  top: 55%;
  left: 18%;
}
@media only screen and (min-width: 560px) {
}
@media only screen and (min-width: 1000px) {
  .main_section .container {
    width: 100%;
    max-width: 1000px;
  }
  .main_title_bg {
    width: 100%;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .main_title_bg .container {
    position: relative;
    height: 360px;
    padding-bottom: 0;
  }
  .main_title_bg h2 {
    font-size: 1.6em;
  }
}

.about .container .title {
  padding: 3em 0 2em;
/*  margin-left: -4em;*/
}
.about .container .title h3 {
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  position: relative;  
}
.about .title h3::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}
.feature .title h3::before {
  width: calc(109/182 * 4.1em);
  height: 4.1em;
  background-image: url("../images/top_itemimage5.png");
  top: -0.3em;
  transform: rotate(35deg) translateX(-105%);
} 
.material .title h3::before {
  width: calc(131/85 * 2.8em);
  height: 2.8em;
  background-image: url("../images/top_itemimage7.png");
  top: -1.1em;
  transform: translateX(-110%);
} 
.items .title h3::before {
  width: calc(462/283 * 2.2em);
  height: 2.2em;
  background-image: url("../images/top_itemimage8.png");
  top: -2.8em;
  transform: rotate(-20deg) translateX(-100%);
}
.media .title h3::before {
  width: calc(498/239 * 4.4em);
  height: 4.4em;
  background-image: url("../images/mediaimage.png");
  background-position: right;
  top: -1.2em;
  transform: rotate(0deg) translateX(-10%);
}
.kimono .title h3::before {
  width: calc(479/373 * 3.5em);
  height: 3.5em;
  background-image: url("../images/top_itemimage9.png");
  top: 0.3em;
  transform: rotate(12deg) translateX(-110%);
}

/* 村上追加 */
.disc a:not(a:last-child){
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}

.oversea{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  line-height: 1.3;
  margin-top: 1em;
}

.margin_top{
  margin-top: 30px;
}

.drama_item{
  display: table;
  background-color: #D1C0A5;
  color: #FFF;
  padding: 5px 1em;
  margin: auto;
}

.drama_item::after{
  content: ">";
  margin-left: 1em;
}

@media screen and (min-width: 767px){
.drama_item{
  margin: 0;
}
}


/* point */
.point {
  width: 80%;
  margin: 2em auto 0;
}
.point h4 {
  width: 100%;
  font-size: 4.85vw;
  font-weight: 500;
  line-height: 1.5em;
  padding: 2.9em 0;
  background-image: url("../images/point_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  vertical-align: middle;
}
.point p {
  width: 80%;
  margin: auto;
}
.point .point_el {
  margin: 2em 0 0;
}
.point .point_el:first-child {
  margin: 0;
}
@media only screen and (min-width: 560px) {
  .point {
    width: 100%;
    margin: 2em auto 0;
  }
  .point ul {
    display: flex;
    justify-content: space-around;
  }
  .point .point_el {
    width: 30%;
    margin: 0;
  }
  .point h4 {
    width: 100%;
    font-size: 2.4vw;
  }
  .point p {
    width: 100%;
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 1000px) {
  .point h4 {
    font-size: 1.2em;
  }
  .point p {
    width: 92%;
    margin: 0 auto;
  }
}


/* gallery anime */
.about .photo_gallery {
  overflow: hidden;
  position: relative;
  margin-top: 1.6em;
}
.gallery_contents {
	position: relative;
	background: #FFF;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}
.gallery_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery_content img {
	max-width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	vertical-align: middle;
}
.gallery_contents .photo01 {
	position: relative;
}
.gallery_content {
	-webkit-animation: autoplay 15s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	animation: autoplay 15s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@-webkit-keyframes autoplay {
	0%, 16%, 100% { transform: none; }
	20% { transform: translateX(-100%); }
	20.001%, 96% { transform: translateX(100%); }
}
@keyframes autoplay {
	0%, 16%, 100% { transform: none; }
	20% { transform: translateX(-100%); }
	20.001%, 96% { transform: translateX(100%); }
}
.gallery_contents .photo01 { animation-delay: 0s; }
.gallery_contents .photo02 { animation-delay: -12s; }
.gallery_contents .photo03 { animation-delay: -9s; }
.gallery_contents .photo04 { animation-delay: -6s; }
.gallery_contents .photo05 { animation-delay: -3s; }
@media only screen and (min-width: 560px) {
  .photo_gallery .no_pc {
    display: none;
  }
  .photo_gallery .no_sp {
    display: block;
  }
  .gallery {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery_content_all {
    width: 100%;
  }  
}

/* items */
.items {
  margin-top: 1.6em;
}
.items_list {
  margin-top: 1.5em;
}
.items_list img {
  width: 100%;
  display: block;
}
.items_list li {
  margin-top: 2em;
}
.items_list .comment {
  width: 100%;
  margin-top: 0.8em;
  padding-bottom: calc(236/427 * 100%);
  background-image: url("../images/balloon_frog.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.items_list .balloon {
  font-size: 3.1vw;
  font-weight: 500;
  line-height: 1.8em;
  position: absolute;
  top: 2.2em;
  left: 6%;
  letter-spacing: -0.01em;
}
.items_list h3 {
  font-weight: 500;
  margin-top: 0.5em;
}
.items_list h4 {
  font-size: 0.9em;
  font-weight: 500;
}
.items_list p {
  margin-top: 0.5em;
}
.items .gallery {
  width: 100%;
  margin-top: 2.5em;
  display: flex;
  justify-content: space-between;
}
.items .gallery li {
  flex: 0 5 18%;
}
.items .gallery img {
  width: 100%;
}
@media only screen and (min-width: 560px) {
 .items_list {
    text-align: left;
    font-size: 0.9em;
    line-height: 1.55em;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .items_list .left_side {
    float: left;
    width: 48.5%;
  }
  .items_list .right_side {
    float: right;
    width: 48.5%;
  }
  .items_list .comment {
    margin-top: 0em;
  }
  .items_list .balloon {
    font-size: 1.65vw;
    top: 1.8em;
    left: 5%;
    text-align: center;
  }
  .items_list li {
    flex-grow: 1;
    width: 48%;
    margin-left: 2%;
  }
  .items_list li:nth-child(even) {
    margin-left: 0;
  }
  .items_list li:first-child {
    flex-grow: 1;
    width: 100%;
    margin-left: 0;
  }  
}
@media only screen and (min-width: 1000px) {
  .items_list .balloon {
    font-size: 1.1em;
    top: 1.8em;
    left: 7%;
  }
}
/* media */
.media {
  margin-top: 1.6em;
}
.media_list {
  margin-top: -2em;
}
.media_list li {
  width: 85%;
  margin: 0 auto;
  font-size: 0.95em;
  margin-top: 3em;
}
.media_list li img {
  width: 70%;
  margin: 0 auto;
}
.media_list li p {
}
.highlight {
  font-weight: 600;
}
.link{
  text-decoration: solid 1px #000;
}

@media only screen and (min-width: 560px) {
  .media_list li {
    width: 85%;
    font-size: 1em;
    display: flex;
    align-items: center;
  }
  .media_list li img {
    width: 40%;
  }
  .media_list li p {
    width: 52%;
    text-align: left;
  }
}
@media only screen and (min-width: 1000px) {
  .media_list li {
    width: 76%;
    font-size: 1em;
    display: flex;
    align-items: center;
  }
}
/*kimono */
.kimono {
  margin-top: 1.6em;
}
.kimono .gallery {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.kimono .gallery li {
  width: 47%;
  margin-left: 6%;
  margin-top: 6%;
}
.kimono .gallery li:nth-child(odd) {
  margin-left: 0;
}
.kimono .gallery li img {
  width: 100%;
}
@media only screen and (min-width: 560px) {
  .kimono .gallery li {
    width: 23%;
    margin-left: 2%;
    margin-top: 3%;
  }
  .kimono .gallery li:nth-child(odd) {
    margin-left: 2%;
  }
}

/* where */
.where img {
  width: 100%;
}
.where .mainimage {
  margin-top: 3em;
}
.where .point img {
  width: 70%;
}
/* google map */
.google_map {
  width: 100%;
  padding-bottom: 50%;
  margin-top: 2em;
  position: relative;
}
.google_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.check {
  text-align: center;
  margin-top: 1em;
}
.check .inner {

}
.check a {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.check a span {
  display: inline-block;
  margin-left: 4.5em;
}
.check a::before {
  content: "";
  height: 4em;
  width: 4em;
  background-image: url("../images/nikukyuu.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 560px) {
  .check a span {
    display: inline-block;
    margin-left: 3.5em;
  }
  .check a::before {
    height: 3em;
    width: 3em;
  }
}
@media only screen and (min-width: 1000px) {
}

/* information */
.information {
  margin-top: 3em;
}
.information section {
  margin-top: 3.8em;
}
.information h2 {
  font-size: 0.7em;
  padding: 0.2em 0.7em;
  display: inline-block;
  color: #FFF;
  margin-top: 2em;
}
.information .shop h2 {
  background-color: #1B5073;
}
.information .atelier h2 {
  background-color: #EB6C48;
}
.information h3 {
  font-size: 1.6em;
  font-weight: 700;
  margin-top: 0.4em;
}
.information dl {
  text-align: left;
  font-size: 0.8em;
  line-height: 2em;
}
.information dl .info_block {
  margin-top: 1.4em;
}
.information dt {
  width: 4%;
  float: left;
  transform: translateY(0.3em);
}
.information dd {
  width: 93%;
  margin-left: 7%;
}
.information .none {
  display: none;
}
.information .traffic_list li {
  border-bottom: 0.5px solid #222;
  padding: 0.3em 0;
}
.information .traffic_list li:last-child {
  border-bottom: none;
}

.credit {
  width: 93%;
  margin-left: 7%;
  margin-top: 0.8em;
}
.credit li {
  height: 2.3em;
  width: auto;
  float: left;
  margin-left: 0.4em;
  margin-top: 0.8em;
}
.credit li:first-child {
  margin-left: 0;
}
.credit li:nth-child(n+7) {
  height: 1.8em;
}
.credit li img {
  height: 2.3em;
  width: auto;
  text-align: left;
}
.credit li:nth-child(n+7) img {
  height: 1.8em;
}
@media only screen and (min-width: 560px) {
  .information h2 {
    margin-top: 0;
  }
  .flexbox {
    display: flex;
    text-align: left;
  }
  .flexbox .flexlist {
    width: 56%;
    margin-left: 4%;
  }
  .flexbox .flexlist:first-child {
    width: 40%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1000px) {
}

/* instagram */
.instagram h4 {
  font-weight: 600;
}
.instagram ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 1em;
}
.instagram ul li {
  flex-grow: 1;	
  width: 29%;
  margin: 0 2%;
}
.instagram ul li img {
  border: 1px solid #EEE;

}
.more {
  font-size: 0.8em;
  display: inline-block;
  padding: 0.4em 1em;
  border-radius: 0.3em;
  background-color: #333;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-top: 1.2em;
}
.more a {
  color: #FFF;
}
@media only screen and (min-width: 560px) {
  .instagram .no_sp {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .instagram .no_sp {
    display: block;
  }
  .instagram ul li {
    flex-grow: 1;	
    width: 17%;
    margin: 0 1%;  
  }
}

/* footer */
#footer {
  text-align: center;
  margin-top: 3em;
}
.sns_list {
}

.follow {
  font-size: 1.2em;
  font-weight: 600;
}
.follow::before {
  content: "＼";
  margin-right: 0.3em;
}
.follow::after {
  content: "／";
  margin-left: 0.3em;
}
.sns_list .buttons {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
  margin-top: 0.5em;
}
.sns_list .buttons li {
  width: 18%;
  margin: 0 2%;  
}
.sns_list .buttons li img {
  width: 100%;
}
.copy {
  font-size: 0.7em;
  margin-top: 5em;
}
@media only screen and (min-width: 560px) {
  .sns_list .buttons {
    width: 55%;
  }
}
@media only screen and (min-width: 1000px) {
  .sns_list .buttons {
    width: 300px;
  }
}

/*--------------- ページトップ ---------------*/
#page-top {
	position: fixed;
	bottom: 2em;
	z-index: 9991;
  height: 30px;
  width: 30px;
  right: 3%;
	background-color: rgba(62,58,57,0.70);
  margin-top: 0;
}
#page-top a {
  display: block;
	height: 30px;
	width: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
	z-index: 9992;
	position: relative;
	box-sizing: border-box;
}
#page-top a span {
  position: absolute;
	width: 6px;
  display: block;
  margin-left: auto;
  margin-right: auto;
	height: 2px;
	background-color: #E5E5E5;
	transition: all .5s ease-in-out;
	box-sizing: border-box;
	z-index: 9993;
}
#page-top a span:first-child {
	transform: translateY(2px) translateX(-2px) rotate(-45deg);
}
#page-top a span:last-child {
	transform: translateY(2px)  translateX(2px) rotate(45deg);
}
/*タブレットレイアウト : 600 px ～ 959 px */
@media only screen and (min-width: 600px) {
#page-top {
	bottom: 220px;
}
#page-top a {
	border: none;
}
}
/* デスクトップレイアウト : 960 px ～ */
@media only screen and (min-width: 960px) {
#page-top {
	bottom: 3em;
}
}