@charset "UTF-8";
@import url("https://use.typekit.net/trc4hjw.css");

@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }

  75% {
    height: 40px;
    top: 50px;
  }

  100% {
    height: 40px;
    top: 50px;
  }
}

@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }

  75% {
    height: 40px;
    top: 40px;
  }

  100% {
    height: 40px;
    top: 40px;
  }
}

@keyframes moveleft {
  0% {
    left: 100vw;
  }

  100% {
    left: -200vw;
  }
}

@keyframes moveright {
  0% {
    left: -200vw;
  }

  100% {
    left: 100vw;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------ */
html,
body {
  width: 100%;
  height: auto;
  font-size: 13px;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  text-align: left;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}


body.looking {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active,
a.active {
  color: #7e7e7e;
  text-decoration: underline;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form,
section,
p,
div,
ul,
li,
dl,
dt,
dd,
a,
span,
input,
textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

.item-d-none p a {
  display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* setting 右*/
.inner{
  padding-top: 15px;
  font-family: "din-condensed", sans-serif;
font-weight: 400;
font-style: normal;
}

.inner .category{
  width:90%;
  margin: 0 auto 100px;
}


.inner .category .look{
  margin-bottom: 50px;
  position: relative;
}

/*credit*/
.inner p{
  font-size: 11px;
  line-height: 2;
}

.inner .category .style-box .look .imagearea {
  position: relative;
}

.inner .category .style-box .look .textarea {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: none;
}

.inner .category .style-box .look .textarea .text-inner {
  position: relative;
  display: flex;
  height: 90%;
  align-items: flex-end;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}

.inner .category .style-box .look .textarea .text-inner .credit {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.inner .category .style-box .look .textarea .text-inner .credit .cre-posi {
  margin-bottom: 15px;
}

.inner .category .style-box .look .textarea .text-inner .credit p {
  width: 100%;
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 2.3;
}

.inner .category .style-box .look .textarea .text-inner .credit p a {
  color: #fff;
  margin-left: 10px;
  padding:1px 6px;
  border: #fff 1px solid;
}

.inner .category .style-box .look .textarea .text-inner .credit p a:hover {
  background-color:#0009FF;
}



.details-content a,
.main-item .credit p a,
.other-item .credit p a{
  color: #000;
  margin-left: 10px;
  padding:3px 8px;
  border: #000 1px solid;
}

.details-content a:hover,
.main-item .credit p a:hover,
.other-item .credit p a:hover{
  background-color:#0009FF;
}

.inner #c-3 .trend-box .flex .others .credit p a{
  color: #fff;
  margin-left: 10px;
  padding:3px 8px;
  border: #fff 1px solid;
}

.inner #c-3 .trend-box .flex .others .credit p a:hover {
  background-color:#0009FF;
}

.inner .category .style-box .look .textarea .text-inner .credit p span a:hover {
  text-decoration: underline;
}

.inner .category .style-box .look .credit-toggle {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.inner .category .style-box .look .credit-toggle a {
  display: block;
  padding: 20px;
}

.inner .category .style-box .look .credit-toggle a i {
  display: block;
  width: 35px;
  aspect-ratio: 1;
  position: relative;
}

.inner .category .style-box .look .credit-toggle a i::before,
.inner .category .style-box .look .credit-toggle a i::after {
  display: block;
  content: "";
  position: absolute;
  background: #fff;
  transition: top 0.4s ease 0s, left 0.4s ease 0s, transform 0.4s ease 0s, background 0.4s ease 0s;
}

.inner .category .style-box .look .credit-toggle a i::before {
  width: 2px;
  height: 100%;
  left: calc((100% - 2px) / 2);
  top: 0;
}

.inner .category .style-box .look .credit-toggle a i::after {
  width: 100%;
  height: 2px;
  left: 0;
  top: calc((100% - 2px) / 2);
}

.inner .category .style-box .look .credit-toggle.is-open a i::before,
.inner .category .style-box .look .credit-toggle.is-open a i::after {
  left: 50%;
  top: 50%;
  background: #fff;
}

.inner .category .style-box .look .credit-toggle.is-open a i::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.inner .category .style-box .look .credit-toggle.is-open a i::after {
  transform: translate(-50%, -50%) rotate(315deg);
}

/*credit end*/

/*あしらい*/
.nav-box p a:hover{
  color:#0009FF;
  text-decoration: none;
}
.inner .category .style-box .look .style-no {
  position: absolute;
  top:0;
  left:3%;
}

.inner .category .style-box .look .style-no p{
  color:#fff;
  font-family: "zuume", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 28px;
}

.inner .category .style-box .sec-ttl {
  margin-bottom: 15px;
  width:80%;
}

.inner .category .style-box .sec-lead {
  font-size:13px;
}

.inner .category .style-box .look .item-icon {
  width:22px;
  position: absolute;
  top:78%;
  left:5%;
}

.inner .category .ttl-box{
  margin-bottom: 30px;
}

.inner .category .ttl-box .sec-ttl {
  margin-bottom: 30px;
  width:50%;
}

/*goods*/
.inner .category .style-box .goods-box {
  position: relative;
  height:550px;
}

.inner .category .style-box .goods-box .goods{
  position: absolute;
}

/*goods1*/
.inner .category .style-box .box1 .g1{
  width:45%;
  top:0%;
  left:0%;
}

.inner .category .style-box .box1 .g2{
  width:38%;
  top:50%;
  left:0%;
}

.inner .category .style-box .box1 .g3{
  width:50%;
  top:7%;
  right:0%;
}

.inner .category .style-box .box1 .g4{
  width:25%;
  top:0%;
  left:40%;
}

.inner .category .style-box .box1 .g5{
  width:30%;
  top:60%;
  left:40%;
}

.inner .category .style-box .box1 .g6{
  width:38%;
  top:80%;
  left:20%;
}
/*goods1-end*/

/*goods2*/
.inner .category .style-box .box2 .g1{
  width:35%;
  top:52%;
  right:0%;
}

.inner .category .style-box .box2 .g2{
  width:55%;
  top:30%;
  left:8%;
}

.inner .category .style-box .box2 .g3{
  width:45%;
  top:83%;
  left:0%;
}

.inner .category .style-box .box2 .g4{
  width:28%;
  top:0%;
  left:3%;
}

.inner .category .style-box .box2 .g5{
  width:30%;
  top:0%;
  left:35%;
}

.inner .category .style-box .box2 .g6{
  width:32%;
  top:8%;
  left:65%;
}

/*goods3*/
.inner .category .style-box .box3 .g1{
  width:40%;
  top:35%;
  right:0%;
}

.inner .category .style-box .box3 .g2{
  width:5%;
  top:20%;
  left:40%;
}

.inner .category .style-box .box3 .g3{
  width:35%;
  top:10%;
  left:0%;
}

.inner .category .style-box .box3 .g4{
  width:40%;
  top:65%;
  left:3%;
}

.inner .category .style-box .box3 .g5{
  width:50%;
  top:0%;
  right:0%;
}

.inner .category .style-box .box3 .g6{
  width:28%;
  top:60%;
  left:45%;
}

.inner .category .style-box .box3 .g7{
  width:20%;
  top:0%;
  left:40%;
}
/*goods3-end*/

/*goods4*/
.inner .category .style-box .box4 .g1{
  width:35%;
  top:55%;
  right:13%;
}

.inner .category .style-box .box4 .g2{
  width:48%;
  top:8%;
  left:3%;
}

.inner .category .style-box .box4 .g3{
  width:40%;
  top:60%;
  left:0%;
}

.inner .category .style-box .box4 .g4{
  width:28%;
  top:0%;
  left:45%;
}

.inner .category .style-box .box4 .g5{
  width:40%;
  top:85%;
  left:10%;
}

.inner .category .style-box .box4 .g6{
  width:42%;
  top:5%;
  right:0%;
}
/*goods4-end*/


/*アコーディオン*/
.price-box{
  width:60%;
  margin:100px auto 50px;
  position: relative;
}
.price-box .details .ttl h2{
  font-family: "dico-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  padding: 5px;
}
.price-box .details .ttl-btn{
  padding: 4px 8px;
  border: 1px solid #000;
  border-radius: 50%;
  line-height: 1;
  margin-bottom: 5px;
}

.price-box .details .ttl-btn .dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.details {
	transition: .3s;
	overflow: hidden;
	margin-top: -10px;
	padding-bottom: 20px;
	&:last-of-type {
		margin-bottom: 0;
	}
}
.details[open] {
	margin-top: 0;
	padding-bottom: 10px;
} 
.details-summary {
	display:flex;
  justify-content: space-between;
  border-bottom:2px solid #000;
    transition: .3s;
	transform: translateY(10px);
	&:hover {
		cursor: pointer;
	}
}
.details-summary::-webkit-details-marker {
	display: none;
}
.details[open] .details-summary {
	transform: translateY(0);
}
.price-box .details-content {
	padding: 10px;
	border-bottom: 2px solid #EBEBEB;
}

/* items*/
.inner .category .items-box .main-item{
  margin-bottom: 30px;
}

.inner .category .items-box .main-item .photo{
  margin-bottom: 10px;
}

.inner .category .items-box .other-item{
  margin-bottom: 30px;
}

.inner .category .items-box .other-item .photo{
  margin-bottom: 10px;
}

.inner .category .items-box .other-item .slider .items{
  padding-right: 10px;
}

/*goods trend*/
.inner #c-3{
  background-color:#EFEFEF;
  padding-top: 30px;
  padding-bottom: 30px;
  width:100%;
  margin-bottom: 0px;
}

.wd90{
  width:90%;
  margin: 0 auto;
}

.inner #c-3 .trend-box .main-item{
  position: relative;
  margin-bottom: 30px;
}

.inner #c-3 .trend1 .main-item{
  width:65%;
  margin-right: 14px;
  margin-left: auto;
}

.inner #c-3 .trend-box .credit{
  position: absolute;
}

.inner #c-3 .trend1 .credit{
  top:42%;
  left: -43%;
}

.inner #c-3 .trend-box .flex .others{
  position: relative;
  margin-bottom: 30px;
}

.inner #c-3 .trend-box .flex .others .credit{
  position: absolute;
  top:93%;
  left: 10px;
  color:#fff;
}

.inner #c-3 .trend-box .flex .others .cre2{
  position: absolute;
  top:87%;
  left: 10px;
  color:#fff;
}

.inner #c-3 .trend-box .flex .others .credit p{
  margin-bottom: 5px;
}

.inner #c-3 .trend2 .main-item{
  width:70%;
  left: 40px;
}

.inner #c-3 .trend2 .credit{
  top:13%;
  right: -50px;
  left: auto;
}

.inner #c-3 .trend2 .credit p{
  margin-bottom: 5px;
}

/*footer*/
.footer-wrapper {
  width: 90%;
  margin: 0 auto;
  font-family: "din-condensed", sans-serif;
font-weight: 400;
font-style: normal;
}

.footer-wrapper .navi-box {
  margin-top: 30px;
}

.footer-wrapper .back {
  text-align: right;
  font-size: 12px;
  margin: 100px auto 20px;
}

.footer-wrapper .copy {
  text-align: center;
  font-size: 10px;
  margin: 0px auto 20px;
}

.goods a:hover{
  opacity: 0.8;
}


/* setting 右ここまで*/

/* setting 左*/
.main_visual{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main_visual .kv-box{
  height:100vh;
  width:100%;
  max-width: 485px;
}

.main_visual .kv-box .svg-box{
  position: relative;
}

.main_visual .kv-box .svg-box .nav-box {
  position: absolute;
  top: 20%;
  left: 5px;
  font-size: 0.7em;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
}

.mb10{
  margin-bottom: 10px;
}




/* setting 左ここまで*/




/*set*/
.flex {
  display: flex;
  vertical-align: middle;
  align-content: space-between;
}

.re {
  flex-direction: row-reverse;
}

.posiR {
  position: relative;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.small {
  max-width: 640px;
  width: 70%;
}

.mid {
  max-width: 760px;
  width: 75%;
}

.large {
  max-width: 870px;
  width: 75%;
}

.max {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.left {
  margin-left: 0;
  margin-right: auto;
}

.right {
  margin-left: auto;
  margin-right: 0;
}

.slick-slide img {
  display: block;
}

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#loading {
  /*fixedで全面に固定*/
position: fixed;
width: 100%;
height: 100%;
z-index: 10000000;
background:#fff;
text-align:center;
color:#fff;
}

/* Loading画像中央配置　*/
#loading_logo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#loading_logo img {
width:180px;
}

/* LINE文字 */


/* fadeUpをするアイコンの動き */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
from {
  opacity: 0;
transform: translateY(30px);
}

to {
  opacity: 1;
transform: translateY(0);
}
}

/*animation*/
.inview-blur{
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.blur{
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}
@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
.start0 {
  animation: fade 1s ease-in 0.2s 1 normal backwards;
}
.start1 {
  animation: fade 1s ease-in 0.4s 1 normal backwards;
}
.start2 {
  animation: fade 1s ease-in 0.6s 1 normal backwards;
}
.start3 {
  animation: fade 1s ease-in 0.8s 1 normal backwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.start-top{
  animation-delay: 1.5s;
}

/*ループ*/

.loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 50px;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
  margin-bottom: 30px;
}
.loop-area {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.loop-area .content {
  width: 250px;
  font-family: "zuume", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 40px;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*スライダーの設定*/
/*------ スライダーの横幅 ------*/
.slider {
  width: 100%;
  margin: 0 auto;
}

/*------ スライダー画像 ------*/
.slider img {
  width: 100%;
  height: auto;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide {
  height: auto !important;
}

/*---------- 矢印 ----------*/
.slider .slick-next {
  right: 15px !important;
}

.slider .slick-prev {
  left: 15px !important;
}

.slider .slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}

.slider .slick-arrow:before {
  font-size: 36px !important;
}

.slick-next:before {
  display: block;
  content: '' !important;
  opacity: 1 !important;
  left: 5px;
  width: 0px;
	height: 0px;
	border-left: 16px solid black;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  
}

.slick-prev:before {
  display: block;
  content: '' !important;
  opacity: 1 !important;
  left: 5px;
	width: 0px;
	height: 0px;
	border-right: 16px solid black;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.slick-dots {
  display: none !important;
}
#container .item-wrapper .item-box .slider .slick-dots{
  display: block !important;
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    top:92%;
}

.slick-slide {
  height: auto !important;
}

#js-slider-7 img {
  width: calc(100vw / 3);
}

@media screen and (max-width: 768px) {
  #js-slider-7 img {
    width: 100vw;
  }
}

/*sp*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .font {
    font-size: 1.9em !important;
  }

  .flex {
    display: flex;
    vertical-align: center;
    align-items: center;
  }

  .posiR {
    position: relative;
  }

  .small {
    width: 80%;
  }

  .mid {
    width: 100%;
  }

  .large {
    width: 100%;
  }

  body {
    position: relative;
    overflow-x: hidden;
  }

  

/*----------sliderSp ----------*/
.slider .slick-arrow:before {
  font-size: 24px !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 10px!important;
}
.slider .slick-next {
  right: 8px !important;
}

.slider .slick-prev {
  left: 8px !important;
}

#container .item-wrapper .item-box .slider .slick-dots {
  top: 88%;
}
}

/*----------Sp ----------*/
@media screen and (max-width: 768px) {
/* sp */

.main_visual .kv-box {
  margin-bottom: 50px;
  max-width: 768px;
}

.main_visual .kv-box .svg-box .nav-box {
  position: absolute;
  top: 20%;
  left: 5px;
  font-size: 0.6em;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
}

.inner p{
  font-size: 12px;
}


.inner .look {
  margin-bottom: 80px;
}

.inner .category {
  width: 100%;
  margin: 0 auto 100px;
}

.inner .category .style-box .look .item-icon {
  width: 20px;
  top: 73%;
}

.inner .category .style-box .goods-box {
  height: 350px;
  width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.inner .category .style-box .box3 .g2 {
  width: 6%;
  top: 20%;
  left: 39%;
}
.inner .category .style-box .box3 .g7 {
  width: 23%;
  top: -5%;
  left: 37%;
}

.price-box {
  width: 90%;
  margin: 60px auto 50px;
}

.inner .category .ttl-box {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.inner .category .ttl-box .sec-ttl {
  width: 67%;
}

.inner .category .items-box .main-item {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.inner #c-3 .trend1 .main-item {
  width: 100%;
  margin-right: 0px;
  margin-left: auto;
}

.inner #c-3 .trend1 .main-item .photo{
  width: 72%;
  margin-right: 21px;
  margin-left: auto;
}



.inner #c-3 .trend1 .credit {
  top: -4%;
  left: 5%;
}

.inner #c-3 .trend-box .flex .others .credit {
  top: 91%;
}

.inner #c-3 .trend-box .flex .others .cre2 {
  top: 79%;
}

.inner #c-3 .trend2 .main-item {
  width: 100%;
  left: 0px;
}

.inner #c-3 .trend2 .main-item .photo{
  width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.inner #c-3 .trend2 .credit {
  top: 2%;
  right: 0px;
  left: 180px;
}


}

/* fixed設定 */
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.description > #container {
  overflow: visible;
}

#container {
  background-color: #fff;
  max-width: 100vw;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-right: calc(50% - 50vw + var(--scroll-bar-width) / 2);
  margin-left: calc(50% - 50vw + var(--scroll-bar-width) / 2);
}
@media screen and (max-width: 1002px) {
  #container {
    margin: 0;
  }
}
#container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#container .l-articleLayout__wrap {
  margin: 0 auto;
  display: flow-root;
  max-width: 1280px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  #container .l-articleLayout__wrap {
    width: 100%;
  }
}
#container .l-articleLayout__article {
  float: right;
  max-width: 640px;
  width: 48%;
  transition: 0.85s ease;
  position: relative;
  top: 0;
}
@media screen and (max-width: 768px) {
  #container .l-articleLayout__article {
    float: none;
    left: 0;
    margin: 0 auto;
    width: auto;
  }
}
#container .l-articleLayout__title {
  background-color: #fff;
  position: sticky !important;
  float: left;
  width: 48%;
  max-width: 640px;
  height: 100vh;
}
#container .l-articleLayout__title > .wrap {
  height: calc(100vh - 120px);
  display: block;
  flex-wrap: wrap;
  align-items: center;
}
#container .d-fixed-area {
  position: relative;
}
#container .d-fixed-element {
  position: absolute;
  top: 0;
}
#container .d-fixed-element.is-fixed {
  position: fixed;
}
#container .l-articleLayout {
  background-attachment: fixed;
  background-position: top left;
  background-size: cover;
}
#container .main_visual {
  width:100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #container .main_visual {
    width:100%;
}
}

#container #contents {
  background-color: #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #container #contents {
    width: 100vw;
  }
}




