@charset "UTF-8";
/* 左上 8e7e6f */
/* 右下 6b5c49 */
:root {
  --main-gradation-color: linear-gradient(90deg, rgba(103, 88, 55 , 1) 0%, rgba(88, 74, 54, 1) 50%);
  --main-color: #71634f;
  --sub-color: #ffffff;
  --text-color: #595757;
  --main-font: tbudgothic-std, sans-serif;
}

html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

/* Body */
body {
  background-color: var(--sub-color);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-weight: 400;
font-style: normal;
  font-size: 16px;
  font-family: var(--main-font);
  color: var(--main-color);
}

/* BaseTag */
h1 {
  height: 95vh;
  margin: 0;
  padding: 40px;
  display: block;
  text-align: center;
  font-size: 4rem;
  background: rgba(255, 255, 255, 0.85);
  color: var(--main-gradation-color);
  display: inline-block;
  z-index: 1000;
  /* box-shadow */
  box-shadow: -15px -8px 30px -21px #000000;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  h1 {
    height: 90vh;
    padding: 15px;
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  h1 {
    height: 85vh;
    padding: 15px;
    font-size: 2rem;
    /* box-shadow */
    box-shadow: -15px -8px 30px -21px #000000;
  }
}

h2 {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
font-weight: 600;
font-style: normal;
  width: 100%;
  font-size: 2.2rem;
  text-align: center;
  margin-top: 100px;
}
p{
	color: var(--text-color);
}
@media (max-width: 768px) {
  h2 {
    margin-top: 80px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 1.8rem;
    margin-top: 80px;
  }
}
h3 {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
  	font-size:1.8rem;
}
@media (max-width: 480px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 1.6rem;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: rgb(255, 255, 255);
}
@media (max-width: 480px) {
  h4 {
    font-size: 1.2rem;
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: rgb(255, 255, 255);
  }
}

p {
  font-size: 1.2rem;
}

.space {
  height: 150px;
}

/* header */
header {
  position: relative;
}
.mainlogo{
	position: absolute;
	top: 85%;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
.mainlogo img{
	width:25%;
	max-width: 500px;
}


article, section {
  overflow-x: hidden;
}

#mainvisual {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background-image: url("../img/main_visual.png");
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 15px 5px #777777;
}


@media (max-width: 768px) {
  #mainvisual {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background-position: 50% 50%;
  }
}
@media (max-width: 480px) {
  #mainvisual {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background-position: 55% 50%;
  }
}

#fixed-header {
  position: fixed;
  top: -70px;  
  width: 100%;
  text-align: center;
  background: var(--main-gradation-color);
	z-index: 1000;
  transition: .5s; /* アニメーションタイミング */
}
#fixed-header.scroll {
  top: 0;
	opacity: 0.85;
}
#fixed-header img {
  width:12%;
	max-width: 300px;
	margin:1.5em auto 1em;
	opacity: 1;
}

.mainvisual_wrapper {
  position: relative;
}

.main_tansu {
	width: 90%;
	max-width: 1366px;
  display: flex;
  justify-content:space-between;

  align-items:flex-end;
	margin: 10em auto 0 auto;
}
.main_tansu img{
	width: 100%;
}
.gc {
  width: 27%;
}
.wc {
  width: 34.2%;
}
.hc {
  width: 27%;
}
@media (max-width: 768px) {
  .main_tansu {
    margin-top: 0;
  }
}

.main_text_wrapper {
  color: var(--text-color);
  margin: 0 auto;
	width: 90%;
	max-width: 1366px;
}
@media (max-width: 768px) {
  .main_text_wrapper {
    margin: 0 2rem;
  }
}

.main_header_text_pc {
  color: var(--main-color);
  text-align: left;
  font-weight: 300;
 font-size: 1.6rem;
}
@media (max-width: 768px) {
  .main_header_text_pc {
    display: none;
    font-size: 1.9em;
  }
}
@media (max-width: 480px) {
  .main_header_text_pc {
    font-size: 1.1em;
  }
}

.main_header_text_sp {
  display: none;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 768px) {
  .main_header_text_sp {
    display: block;
    font-size: 1.9em;
  }
}
@media (max-width: 480px) {
  .main_header_text_sp {
    font-size: 1.1em;
  }
}

.main_text {
    font-size: 1.2em;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
font-weight: 300;
font-style: normal;
  }

@media (max-width: 768px) {
  .main_text {
    font-size: 1.1em;
  }
}
@media (max-width: 480px) {
  .main_text {
    font-size: 0.8em;
  }
}

.main_title {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  text-align: left;
  color: rgb(255, 255, 255);
  position: absolute;
  line-height: 1.4em;
  bottom: 1%;
  left: 15%;
  width: auto;
  display: block;
  text-shadow: 0px 8px 20px #000000;
}
@media (max-width: 768px) {
  .main_title {
    font-size: 2.5rem;
    left: 17%;
  }
}
@media (max-width: 480px) {
  .main_title {
    font-size: 1.5rem;
    line-height: 1.4em;
    bottom: 1%;
    left: 25%;
  }
}

/* Navigation */
.title {
  width: 80%;
  max-width: 1200px;
  display: flex;
  align-items: flex-end;
  margin: 5% auto;
}
.title img {
  justify-content: center;
}

article section {
  width: 100%;
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 130px;
}

.detail_wrapper {
  display: block;
  padding-left:0 !important;
}
@media (max-width: 480px) {
  .detail_wrapper li {
    font-size: 12px;
  }
}
.detail_wrapper div {
  width: 100%;
  display: block;
  text-align: center;
}



.detail_image {
  margin-top: 4em;
}
.detail_image img{
	width:100%;
}
@media (max-width: 1024px) {
  .detail_image {
    margin-top: 3em;
  }
}

.kana_label {
  font-size: 0.8rem;
	font-family: tbudgothic-std, sans-serif;
font-weight: 400;
font-style: normal;
}

.price {
  font-size: 1.2rem;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
font-weight: 600;
font-style: normal;
}

.line_up p {
  color: var(--text-color);
  font-size: 1rem;
}
.line_up h2 {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
  text-align: left;
	font-size: 2rem;
  width: 90%;
	max-width: 1366px;
  color: var(--main-gradation-color);
  margin-bottom: 50px;
  margin: 0 auto;
}


.line_up section {
  margin-top: 2em;
	width: 90%;
	max-width: 1366px;
}
@media (max-width: 480px) {
	.line_up section {
  margin-top: 2em;
	width: 100%;
}
}

@media (max-width: 768px) {
  .linu_up_h2_wrapper {
    padding-right: 3%;
  }
}

.linu_up_h2 {
  display: flex;
  align-items: center;
}
.linu_up_h2:after {
  content: "";
  height: 3px;
  flex-grow: 1;
  background-color: var(--main-color);
  margin-left: 1rem;
}

.line_up_r {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: auto;
  text-align: right;
  overflow: hidden;
	padding: 0;
	margin-bottom: 7em;
}
@media (max-width: 1024px) {
  .line_up_r {
    position: initial;
  }
}
.line_up_r h3 {
  position: absolute;
  width: 40%;
  border-bottom: var(--main-gradation-color) solid 10px;
  color: var(--main-gradation-color);
  margin: 0 auto;
  top: 0em;
  left: 0;
  text-align: left;
  z-index: 10000;
}
@media (max-width: 1024px) {
  .line_up_r h3 {
    width: 100%;
    position: initial;
  }
}
.line_up_r ul {
  position: absolute;
  width: 30%;
  padding-left:0;
  bottom: 0;
  text-align: left;
  color: var(--text-color);
}
@media (max-width: 1024px) {
  .line_up_r ul {
    width: 100%;
    position: initial;
  }
}
.line_up_r li {
  display: flex;
}
.line_up_r li span {
  width: 5em;
  margin-right: 1em;
  vertical-align: top;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

.r_side {
  width: 65%;
  top: 0;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .r_side {
    width: 100%;
  }
}

.line_up_l {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: auto;
  text-align: left;
  overflow: hidden;
	padding: 0;
	margin-bottom: 7em;
}
@media (max-width: 1024px) {
  .line_up_l {
    position: initial;
  }
}
.line_up_l h3 {
  position: absolute;
  width: 30%;
  text-align: left;
  border-bottom: var(--main-gradation-color) solid 10px;
  color: var(--main-gradation-color);
  padding-left: 0;
  top: 0;
  right: 0;
  z-index: 10000;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .line_up_l h3 {
    width: 100%;
   
    position: initial;
  }
}
.line_up_l ul {
  position: absolute;
	width: 30%;
 bottom: 0;
  right: 0;
  text-align: right;
 color: var(--text-color);
}
@media (max-width: 1024px) {
  .line_up_l ul {
    position: initial;
    padding-left: 5%;
    width: 100%;
  }
}
.line_up_l li {
  display: flex;
  justify-content: space-between;
  color: var(--text-color);
}
.line_up_l li span {
  vertical-align: top;
}

.l_side {
  width: 65%;
  top: 0;
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 1024px) {
  .l_side {
    width: 100%;
  }
}

.l_sp_l {
  width: 18%;
  vertical-align: top;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

.l_sp_r {
  width: 72%;
  text-align: left;
}

.images_wrapper {
  position: relative;
  height: 600px;
	margin-bottom: 8em;

}
@media (max-width: 1024px) {
  .images_wrapper {
    height: 950px;
  }
}

/* 配置画像 */
.image_1 {
  position: absolute;
}
@media (max-width: 1024px) {
  .image_1 {
    top: 5%;
    width: 25%;
  }
}
@media (max-width: 768px) {
  .image_1 {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .image_1 {
    width: 40%;
  }
}

.image_2 {
  position: absolute;
  top: -5%;
  left: 25%;
}
@media (max-width: 1024px) {
  .image_2 {
    left: 30%;
    width: 25%;
  }
}
@media (max-width: 768px) {
  .image_2 {
    left: 55%;
    width: 30%;
  }
}
@media (max-width: 480px) {
  .image_2 {
    width: 40%;
  }
}

.image_3 {
  position: absolute;
  top: 15%;
  left: 45%;
}
@media (max-width: 1024px) {
  .image_3 {
    left: 60%;
    width: 30%;
  }
}
@media (max-width: 768px) {
  .image_3 {
    top: 50%;
    left: 10%;
    width: 40%;
  }
}
@media (max-width: 480px) {
  .image_3 {
    width: 40%;
  }
}

.image_4 {
  position: absolute;
  top: 50%;
  left: 5%;
}
@media (max-width: 1024px) {
  .image_4 {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .image_4 {
    top: 20%;
    left: 45%;
    width: 40%;
  }
}
@media (max-width: 480px) {
  .image_4 {
    width: 40%;
  }
}

.image_5 {
  position: absolute;
  top: 75%;
  left: 50%;
}
@media (max-width: 1024px) {
  .image_5 {
    left: 50%;
    width: 20%;
  }
}
@media (max-width: 768px) {
  .image_5 {
    top: 80%;
    left: 15%;
    width: 30%;
  }
}
@media (max-width: 480px) {
  .image_5 {
    width: 40%;
  }
}

.image_6 {
  position: absolute;
  top: 65%;
  left: 75%;
}
@media (max-width: 768px) {
  .image_6 {
    left: 60%;
    width: 30%;
  }
}
@media (max-width: 480px) {
  .image_6 {
    width: 40%;
  }
}

.images {
  position: relative;
  width: 100%;
  height: 1050px;
}
@media (max-width: 768px) {
  .images {
    height: 850px;
  }
}
@media screen and (max-width: 480px) {
  .images {
    height: 750px;
  }
}

.image_right img {
  position: absolute;
  max-width: 360px;
  transform: translateX(-100%);
  top: 0%;
}
@media (max-width: 768px) {
  .image_right img {
    max-width: 260px;
  }
}
@media screen and (max-width: 480px) {
  .image_right img {
    max-width: 175px;
  }
}

.image_left img {
  position: absolute;
  max-width: 360px;
  top: 20%;
}
@media (max-width: 768px) {
  .image_left img {
    max-width: 260px;
  }
}
@media screen and (max-width: 480px) {
  .image_left img {
    top: 35%;
    max-width: 175px;
  }
}

.image_center img {
  position: absolute;
  max-width: 560px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%;
}
@media (max-width: 768px) {
  .image_center img {
    bottom: 10%;
    width: 55%;
    max-width: 460px;
  }
}
@media screen and (max-width: 480px) {
  .image_center img {
    bottom: 5%;
    width: 55%;
    max-width: 325px;
  }
}

/* More info */
/* footer */
footer {
  width: 100%;
  margin: 0 auto;
  padding-top: 8em;
  padding-bottom: 20px;
  background: var(--main-gradation-color);
  text-align: left;
  /* box-shadow */
  box-shadow: 0px 15px 30px -21px #000000 inset;
}
footer h4 {
  color: rgb(255, 255, 255);
  text-align: center;
}
footer h5 {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 1.6rem;
}
footer p {
  width: 60%;
  margin: 0 auto 4em;
  color: rgb(255, 255, 255);
}
footer hr {
  width: 100%;
  margin: 15px auto;
  color: rgb(255, 255, 255);
}
footer div {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  margin: auto;
  align-items: center;
}
footer div address {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-size: 0.85rem;
  line-height: 1.8em;
  white-space: nowrap;
}
footer div address :link {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
footer div address :visited {
  color: rgb(255, 255, 255);
}
footer div address span {
  margin: 0 0.5em;
}
footer div p {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-size: 0.85rem;
}
footer div img {
  width: 10%;
  margin: 0 15px 0 5px;
}

.footer_hr {
  width: 90%;
	max-width: 1366px;
}
@media (max-width: 768px) {
  .footer_hr {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .footer_hr {
    width: 85%;
  }
}

.footer_h5 {
  margin: initial;
  font-size: 1.1em;
}
@media (max-width: 768px) {
  .footer_h5 {
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .footer_h5 {
    font-size: 0.9em;
  }
}

.footer_address {
  text-align: center;
}

.footer_copy {
  text-align: center;
  margin-bottom: 1.4rem;
}

/* ethical area */
.ethicalfurniture_wrapper {
  position: relative;
  border: var(--main-color) 3px solid;
  border-radius: 10px;
  text-align: center;
  margin: 3em auto 7em auto;
   width: 90%;
	padding-bottom: 4em;
	max-width: 1366px;
}

.ethical_title {
  background-color: #fff;
  border: var(--main-color) 3px solid;
  border-radius: 10px;
  text-align: center;
  position: absolute;
	padding: 0.25em 0.5em;
  top: -2.1em;
  left: 50%;
  transform: translateX(-50%);
	font-family: proxima-nova, sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 2rem;
}

.ethical_text {
  color: var(--text-color);
  margin: 5em 0;
  width: 100%;
}
.ethical_arrow {
  margin-bottom: 100px;
}

/* 春日部桐たんす組合説明 */
.kasukabe_kiritansu_kumiai_header {
  font-family: fot-klee-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  .kasukabe_kiritansu_kumiai_header {
    text-align: center;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .kasukabe_kiritansu_kumiai_header {
    text-align: center;
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .kasukabe_kiritansu_kumiai_header {
    font-size: 1.3rem;
    padding: 0 2rem;
    min-width: 320px;
    margin-right: 0;
  }
}

.kasukabe_kiritansu_kumiai_text {
  padding: 2em;
	text-align: justify;
}
@media (max-width: 768px) {
  .kasukabe_kiritansu_kumiai_text {
    text-align: left;
    font-size: 1.7rem;
  }
}
@media (max-width: 480px) {
  .kasukabe_kiritansu_kumiai_text {
    margin-right: 0;
    padding: 0 2rem;
    font-size: 0.9rem;
  }
}

.kasukabe_kiritansu_kumiai_content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: var(--text-color);
}
.kasukabe_kiritansu_kumiai_content div {
  flex: 1 1;
}
@media (max-width: 768px) {
  .kasukabe_kiritansu_kumiai_content div {
    flex-basis: 100%;
  }
}
.kasukabe_kiritansu_kumiai_content div img {
  width: 100%;
  text-align: center;
}

.kasukabe_background {
  background-image: url("../img/kasukabekk/kasukabe_kiritansu_kumiai.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .kasukabe_background {
    padding-top: 62.5%;
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 480px) {
  .kasukabe_background {
    height: 100px;
  }
}

.kasukabe_kiritansu_kumiai_right {
  background-color: #fafafa;
  flex-basis: 50%;
	min-height: 600px;
}
.kasukabe_kiritansu_kumiai_right div{
  width: 75%;
margin: auto;
}
.kasukabe_kiritansu_kumiai_right div .kasukabe_icon {
  flex-basis: 48px;
  max-width: 48px;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 2em;
}


/* Contactページ*/
.cont_zone {
  text-align: left;
  width: 60%;
  margin: auto;
}
.cont_zone h5 {
  font-size: 110%;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  /* ウェイト  DB =600  M=500*/
  margin: 10px 0;
  line-height: 100%;
}
.cont_zone h5 small {
  font-size: 70%;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
}
.cont_zone p {
  margin: 0 0 50px 0;
}
.cont_zone ol {
  margin: 0;
  padding: 15px 0 0 30px;
}
.cont_zone ol li {
  margin: 10px 0;
  padding: 0;
}
.cont_zone input[type=text] {
  width: 96%;
  padding: 2%;
  height: 20px;
  font-size: 110%;
  margin-bottom: 20px;
  border-radius: 5px;
  border: solid 1px var(--main-gradation-color);
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
}
.cont_zone input:focus {
  border: solid 1px #ffffff;
}
.cont_zone textarea {
  width: 96%;
  height: 300px;
  padding: 2%;
  margin-bottom: 50px;
  font-size: 110%;
  border-radius: 5px;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
}
.cont_zone textarea:focus {
  border: solid 1px #ffffff;
}

.red_sq {
  padding: 4px 8px;
  background: #DC0003;
  color: #ffffff;
  border-radius: 5px;
}

/* 個人情報保護方針*/
.policy {
  text-align: left;
  border: rgb(255, 255, 255) solid 1px;
  padding: 3%;
  border-radius: 5px;
  margin-bottom: 30px;
}
.policy h5 {
  font-size: 1rem;
  color: rgb(255, 255, 255);
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  /* ウェイト  DB =600  M=500*/
  margin: 10px 0 30px 0;
  line-height: 100%;
}
.policy h5 small {
  font-size: 0.6rem;
  margin-left: 6px;
}
.policy h6 {
  font-size: 0.9rem;
  color: rgb(255, 255, 255);
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  /* ウェイト  DB =600  M=500*/
  margin: 10px 0;
  line-height: 100%;
}
.policy p {
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 0.9rem;
}
.policy ul {
  margin: 0 0 40px 0;
  padding: 0 0 0 30px;
  font-size: 0.9rem;
  color: rgb(255, 255, 255);
}
.policy ul li {
  margin: 5px 0;
  padding: 0;
}

.fbtn {
  border-top: 1px solid #ccc;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #ccc;
  padding: 25px 50px;
  width: 50%;
  margin: 100px auto 100px auto;
  cursor: pointer;
  color: rgb(100, 100, 100);
  font-size: 1.4rem;
  border-radius: 5px;
  display: block;
}
.fbtn:hover {
  background: rgb(200, 200, 200);
}
.fbtn:active {
  background: rgb(200, 200, 200);
}

/* アコーディオン */
.accordion-box {
  position: relative;
  top: 50px;
  margin-bottom: 60px;
}
.accordion-box label {
  display: block;
  height: 50px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  font-size: 90%;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* 以下グラデーションは「背景が白」に併せて設定しています */
}
.accordion-box label:after {
  content: "個人情報保護方針を表示";
  /* ラベルの文字 */
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: translate(0%, 0);
  color: #333333;
  padding: 3px 15px;
  background: #fff;
  border-radius: 20px;
  transition: all 2s;
}

.accordion-box input:checked + label {
  background: inherit;
  /* 開いた時には背景グラデーションを消す */
}

.accordion-box input {
  display: none;
}

.accordion-box .accordion-container {
  overflow: hidden;
  height: 0px;
  /* 開く前に見えている部分の高さ */
  transition: all 1s;
}

.accordion-box input:checked + label {
  /* display: none ; 閉じるボタンは要らないとき */
}

.accordion-box input:checked + label:after {
  content: "閉じる";
}

.accordion-box input:checked ~ .accordion-container {
  height: auto;
  padding-bottom: 30px;
  /* 閉じるボタンのbottomからの位置 */
  transition: all 1s;
}

.sp_br {
  display: none;
}

/*******************************************/
/* tablet                                  */
/*******************************************/
@media (max-width: 768px) {

  article section {
    padding-bottom: 65px;
  }

  .line_up p {
    font-size: 1rem;
  }

  /* More info */
  footer {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background: var(--main-gradation-color);
    text-align: left;
    /* box-shadow */
    box-shadow: 0px 15px 30px -21px #000000 inset;
  }
  footer h5 {
    font-size: 1.2rem;
  }
  footer p {
    width: 80%;
    margin: 0 auto;
    font-size: 1rem;
  }
  footer hr {
    width: 95%;
    margin: 15px auto;
  }
  footer div {
    width: 100%;
    max-width: 1200px;
    display: block;
    justify-content: center;
    margin: auto;
    align-items: center;
    text-align: center;
  }
  footer div address {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-size: 0.85rem;
    line-height: 1.8em;
    flex-wrap: wrap;
    white-space: nowrap;
    margin: 15px 0;
  }
  footer div address span {
    margin: 0 0.5em;
    display: block;
  }
  footer div p {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-size: 0.85rem;
    display: block;
  }
  footer div img {
    width: 20%;
    margin: 15px auto 0 auto;
  }

  /* Contactページ*/
  .cont_zone {
    width: 80%;
  }

  .fbtn {
    padding: 10px 0;
    width: 80%;
    margin: 100px auto 100px auto;
  }

  .sp_br {
    display: block;
  }
}
/********************************************************/
/* Mobile */
/********************************************************/
@media (max-width: 480px) {
#fixed-header {
  top: -60px;  
}
#fixed-header img {
  width:40%;
}
  #storelink {
    left: 0;
    right: 0;
    font-size: 1rem;
    border-radius: 0px;
    width: 100%;
  }
  #storelink a {
    color: #fff;
    width: auto;
    height: auto;
    padding: 20px 2% 25px 2%;
    border-radius: 0px;
  }
  #storelink a p {
    padding: 0 0 0 15px;
    width: 90%;
    margin: 0 auto 0 30px;
    background-position: 15% center;
  }
  #storelink a img {
    width: 35px;
  }

.mainlogo{
	top: 73%;
}
.mainlogo img{
	width:50%;
}

.main_tansu {
	width: 90%;
  flex-wrap: wrap;
	margin: 3em auto 0 auto;
}
.main_tansu img{
	width: 100%;
}
.gc {
  width: 65%;
	text-align: center;
	margin: 0 auto 2em;
}
.wc {
  width: 80%;
	text-align: center;
	margin: 0 auto 2em;
}
.hc {
  width: 65%;
	text-align: center;
	margin: 0 auto 2em;
}
	
.linu_up_h2_wrapper {
    padding-right: 0;
  }
	
.line_up h2 {
	font-size: 1.6rem;

}
.line_up_r h3 {
  width:80%;
  margin:1em auto 0.25em;
}
.line_up_r ul {
  display: block;
  width:80%;
  margin: auto;
}
	
.line_up_l h3 {
  width:80%;
  margin:1em auto 0.25em;
}
.line_up_l ul {
  display: block;
  width:80%;
  margin: auto;
}
	
.ethical_title {
  top: -2.9em;
  left: 50%;
	font-size: 1.6rem;
}
	
@media (max-width: 480px) {
  .ethical_text {
    font-size: 0.9rem;
	  margin-bottom: 1em;
	  padding: 0;
  }
}

.ethical_images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: row;
	width: 80%;
	margin: auto;
}
.ethical_images img.ethical_image {
    width: 50%;
  }
  .ethical_images img.ethical_image:last-child {
    margin-bottom: 0.25em;
  }
.ethical_arrow {
    width: 15%;
	margin: 0 30%;
    padding: 2rem 0;
	transform: rotate(90deg);
  }
	
.kasukabe_kiritansu_kumiai_right {
	min-height:100px;
	padding-bottom: 4em
}
.kasukabe_kiritansu_kumiai_right div{
  width:90%;
margin: auto;
}
	.kasukabe_kiritansu_kumiai_right div h3 {
  text-align: left;
}
.kasukabe_kiritansu_kumiai_right div .kasukabe_icon {
  max-width: 35px;
  margin-left: 0em;
}
.kasukabe_kiritansu_kumiai_right div p {
  text-align:justify;
}
	
	
  article section {
    padding-bottom: 50px;
  }

  /* More info */
  footer {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background: var(--main-gradation-color);
    text-align: left;
    /* box-shadow */
    box-shadow: 0px 15px 30px -21px #000000 inset;
  }
  footer h5 {
    font-size: 1.2rem;
  }
  footer p {
    width: 80%;
    margin: 0 auto 3em;
    font-size: 1rem;
  }
  footer hr {
    width: 95%;
    margin: 15px auto;
  }
  footer div {
    width: 100%;
    max-width: 1200px;
    display: block;
    justify-content: center;
    margin: auto;
    align-items: center;
    text-align: center;
  }
  footer div address {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-size: 0.85rem;
    line-height: 1.8em;
    flex-wrap: wrap;
    white-space: nowrap;
    margin: 15px 0;
  }
  footer div address span {
    margin: 0 0.5em;
    display: block;
  }
  footer div p {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-size: 0.85rem;
    display: block;
  }
  footer div img {
    width: 40%;
    margin: 15px auto 0 auto;
  }

  /* Contactページ*/
  .cont_zone {
    width: 80%;
  }

  .fbtn {
    padding: 10px 0;
    width: 80%;
    margin: 100px auto 100px auto;
  }

  .sp_br {
    display: block;
  }
}/*# sourceMappingURL=main.css.map */