@charset "UTF-8";

.main__wrapper {
  width: 100%;
  margin: 0 auto;
	padding: 0 45px;
}

section {
  width: 100%;
  margin: 120px auto;
  text-align: center;
}
section h2 {
	margin: 0 0 20px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif; 
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  word-break: normal;
}
section h2 a {
  color: #000;
}
section p {
  margin: 0 0 40px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif; 
  font-size: 18px;
  font-weight: normal;
  color: #000;
  word-break: normal;
}

.icon__online img {
  width: 100%;
  max-width: 100px;
}
.icon__buyee img {
  width: 100%;
  max-width: 86px;
  margin-bottom: 10px;
}
.icon__shoplist img {
  width: 100%;
  max-width: 100px;
  margin-bottom: 10px;
}
.icon__facefilter img {
  width: 100%;
  max-width: 80px;
  margin-bottom: 10px;
}

.sns__area {
	width: 100%;
	margin: 0 auto;
  display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.sns__area p {
  font-size: 16px;
  line-height: 1;
  margin: 0 !important;
}
.sns__area p a {
	text-decoration: none;
  color: #000;
}
.sns__area p span {
  font-size: 12px;
}
.sns__01, .sns__02, .sns__03, .sns__04, .sns__05, .sns__06, .sns__07 {
  width: 50%;
  padding: 20px;
}
.sns__01 img, .sns__02 img, .sns__03 img, .sns__04 img, .sns__05 img, .sns__06 img, .sns__07 img {
  width: 100%;
  max-width: 54px;
  margin-bottom: 10px;
}

.hover:hover { 
	opacity: 0.5;
	transition: 0.3s;
  cursor: pointer;
}

.modal__wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}

.modal__inner {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  overflow: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

/*Google Chrome、Safariへの対応*/
.modal__inner::-webkit-scrollbar{
  display: none;
}

.close_icon {
  position: relative;
  cursor: pointer;
}

.close_icon svg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}

.link__list h3 {
	margin: 20px 0 40px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif; 
  font-size: 20px;
  font-weight: bold;
  color: #000;
  word-break: normal;
}
.link__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.link__list li {
  margin: 0 0 20px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif; 
  font-size: 16px;
  font-weight: normal;
  color: #000;
  word-break: normal;
}
.link__list li a {
	text-decoration: underline;
  color: #000;
}


@media screen and (min-width: 600px) {
.sns__01, .sns__02, .sns__03, .sns__04, .sns__05, .sns__06, .sns__07 {
  width: 33.3333%;
}
.modal__inner {
  width: 400px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
}
}


@media screen and (min-width: 1025px) {
.sns__area {
	max-width: 1025px;
}
.sns__01, .sns__02, .sns__03, .sns__04, .sns__05, .sns__06, .sns__07 {
  width: 16.6666%;
}
}