@charset "UTF-8";

:root {
  --color-shockingPink: #e4006e;
  --color-lightPink: #ffe8fb;
  --color-normalPink: #ef66a8;
  --color-link: #0091ff;
  --innerWidth: 1100px;
  --transitionDelay: 0.2s;
}

html,
body {
  height: 100%;
}

body>#container {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
}

body {
  color: #000000;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  line-height: 1;
  font-size: 16px;
  word-wrap: break-word;
}

a:link {
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: all var(--transitionDelay) ease;
}

a:hover {
  opacity: 0.6;
  transition: all var(--transitionDelay) ease;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

a[href*="tel:"] {
  cursor: default;
}

p:not(:last-child) {
  margin-bottom: 1em;
}

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

/*----------------------------------------
■レイアウト
----------------------------------------*/
#container {
  position: relative;
}

#container header {
  background-color: var(--color-shockingPink);
}

header>.inner {
  max-width: var(--innerWidth);
  padding-inline: 10px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  height: 84px;
}

header .logo:link,
header .logo:visited {
  text-indent: -9999px;
  width: 125px;
  height: 22px;
  mask-image: url(/wp/wp-content/themes/everyyou/img/common/logo.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #fff;
  margin-right: 40px;
}

.sp_menu_img,
.sp_menu_sw {
  display: none;
}

.globalNav ul {
  display: flex;
  gap: 40px;
}

.globalNav ul li a:link,
.globalNav ul li a:visited {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

#breadList {
  grid-area: breadList;
}

#breadList ul {
  padding: 40px 10px;
  display: flex;
  max-width: var(--innerWidth);
  width: 100%;
  margin-inline: auto;
  color: #a3a3a3;
}

#breadList ul li:not(:last-child):after {
  content: ">";
  margin-inline: 10px;
}

#breadList ul li:last-child {
  flex: 1;
}

#breadList ul li a:link,
#breadList ul li a:visited {
  color: #a3a3a3;
}

.contentWrapper {
  max-width: var(--innerWidth);
  padding: 0 10px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: calc(80 / 1080 * 100%);
}

main {
  flex: 1;
}

aside {
  max-width: 265px;
  width: calc(265 / 1080 * 100%);
}

.sideMenu {
  margin-bottom: 30px;
}

.sideMenu>.title {
  display: block;
  width: 100%;
}

.sideMenu .menuList li a:link,
.sideMenu .menuList li a:visited {
  display: block;
  text-align: center;
  background-color: #fff8fe;
  padding: 15px;
  border-bottom: 1px solid var(--color-lightPink);
}

section>.inner {
  max-width: var(--innerWidth);
  width: 100%;
  margin-inline: auto;
  padding: 50px 10px;
}

footer {
  background-color: #fff;
  margin-top: auto;
}

footer .content>.inner {
  max-width: var(--innerWidth);
  width: 100%;
  text-align: center;
  margin-inline: auto;
  padding-top: 100px;
}


footer .content>.inner .logo a:link,
footer .content>.inner .logo a:visited {
  text-indent: -9999px;
  display: block;
  margin-inline: auto;
  width: 120px;
  aspect-ratio: 125 / 22;
  mask-image: url(/wp/wp-content/themes/everyyou/img/common/logo.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: var(--color-shockingPink);
  margin-bottom: 20px;
}

footer .content>.inner .instagram {
  margin-inline: auto;
  aspect-ratio: 1;
  width: 50px;
  display: block;
}


footer .content>.inner nav {
  margin-top: 60px;
  border-top: 1px solid #a1a1a1;
  padding-block: 35px;
}

footer .content>.inner nav ul {
  display: flex;
  justify-content: center;
  gap: 80px;
  font-size: 14px;
}

footer .content>.inner nav ul a:link,
footer .content>.inner nav ul a:visited {
  color: #a1a1a1;
}

footer .copyrights {
  text-align: center;
  background-color: var(--color-shockingPink);
  color: #fff;
  font-size: 12px;
  padding-block: 40px;
}

/*----------------------------------------
■汎用クラス
----------------------------------------*/
.pc_hide {
  display: none;
}

.title_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}

.title_1 .main {
  font-size: 34px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.title_1 .main:after {
  content: "";
  display: block;
  width: 66px;
  height: 1px;
  background-color: var(--color-normalPink);
  margin-block: 10px;
}

.title_1 .sub {
  text-align: center;
}

.title_2 {
  background-color: var(--color-normalPink);
  color: #fff;
  text-align: center;
  padding: 10px;
}

.btn_1:link,
.btn_1:visited {
  border: 1px solid var(--color-normalPink);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  width: 350px;
  margin-inline: auto;
}

.btn_1:before {
  content: "";
  width: 5px;
  height: 9px;
  background-color: #000;
  mask-image: url(/wp/wp-content/themes/everyyou/img/common/arrow_1.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  margin-right: 5px;
}

.btn_1:hover {
  background-color: var(--color-normalPink);
  color: #fff;
  opacity: 1;

}

.btn_1:hover:before {
  background-color: #fff;
}

.titleHeader {
  font-size: 28px;
  padding: 50px;
  text-align: center;
  background-color: var(--color-lightPink);
  grid-area: titleHeader;
}

.categoryLink {
  z-index: 1;
  display: inline-block;
}

.categoryName {
  font-size: 12px;
  padding: 3px 10px;
  min-width: 100px;
  text-align: center;
  display: block;
}

/*ページャー*/
.pagenation {
  margin-top: 50px;
}

.pagenation ul {
  display: flex;
  justify-content: center;
  font-size: 14px;
}

.pagenation ul li {
  display: flex;

  justify-content: center;

  margin-left: 5px;

  margin-right: 5px;
}

.pagenation ul li a:link,
.pagenation ul li a:visited {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  text-decoration: none;
}

.pagenation ul li.active,
.pagenation ul li.active {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #5f5f5f;
  color: #fff;
  background-color: #5f5f5f;
  text-decoration: none;
}

.pagenation ul li.prev a:link,
.pagenation ul li.prev a:visited,
.pagenation ul li.next a:link,
.pagenation ul li.next a:visited {
  width: 3em;
  border-radius: unset;
  border: none;
  background-color: transparent;
}

/*----------------------------------------
■home
----------------------------------------*/
/* --home ビジュアル------------------------- */
.homeVisual {}

.homeVisual>.inner {
  max-width: calc(var(--innerWidth) - 20px);
  width: 100%;
  margin-inline: auto;
  text-align: center;
}

.homeVisual>.inner .slick-list {
  padding-bottom: 20px;
}

.homeVisual>.inner .slick-dots {
  position: relative;
  bottom: 0;
}



/* --home ブランド------------------------- */
#homeBrand {
  background-color: var(--color-lightPink);
}

#homeBrand .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

#homeBrand .content .img {
  max-width: 520px;
  flex: 1;
}


#homeBrand .content .body {
  flex: 1;
  line-height: 28px;
}

/* --home ニュース------------------------- */
#homeNews .newsBoxes {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

#homeNews .newsBoxes:has(.box:nth-child(3):last-child) {
  justify-content: space-between;
  gap: 10px;
}

#homeNews .newsBoxes:has(.box:nth-child(2):last-child) {
  justify-content: center;
  gap: calc((1080px - 305px * 3) / 2);
}

#homeNews .newsBoxes .box {
  width: 305px;
  position: relative;
}

#homeNews .newsBoxes .box:has(.cardLink:hover) time,
#homeNews .newsBoxes .box:has(.cardLink:hover) .title {
  opacity: 0.6;
  transition: all var(--transitionDelay) ease;
}

#homeNews .newsBoxes .box .category {
  z-index: 1;
  position: relative;
}

#homeNews .newsBoxes .box .categoryName {
  font-size: 16px;
  display: block;
  background-color: var(--color-normalPink);
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
}

#homeNews .newsBoxes .box time {
  margin-bottom: 5px;
  display: block;
  opacity: 1;
  transition: all var(--transitionDelay) ease;
}

#homeNews .newsBoxes .box .title {
  margin-bottom: 15px;
  line-height: 28px;
  opacity: 1;
  transition: all var(--transitionDelay) ease;
}


#homeNews .newsBoxes .box .cardLink:link,
#homeNews .newsBoxes .box .cardLink:visited {
  text-indent: -9999px;
  position: absolute;
  inset: 0;
}



/* --home 商品カテゴリー------------------------- */
#homeProductCategory .categoryBoxes {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 305px));
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}

#homeProductCategory .categoryBoxes .box {
  text-align: center;
}

#homeProductCategory .categoryBoxes .box .img {
  margin-bottom: 10px;
  max-width: 305px;
}

#homeProductCategory .categoryBoxes .box .img img {
  object-fit: cover;
  aspect-ratio: 305 / 225;
}

/* --home 品質への取り組み------------------------- */
#homeQuality {
  background-color: var(--color-lightPink);
}

#homeQuality .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

#homeQuality .content .img {
  flex: 1;
  max-width: 520px;
}

#homeQuality .content .body {
  flex: 1;
  line-height: 28px;
}


/*----------------------------------------
■商品
----------------------------------------*/
.itemListBoxes {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: space-between;

}

.itemListBoxes .box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 200px;
}

.itemListBoxes .box .img {
  max-width: 200px;
  aspect-ratio: 1/1;
  border: 1px solid #a1a1a1;
  margin-bottom: 15px;
  position: relative;
}

.itemListBoxes .box .img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.itemListBoxes .box .img .discontinued {
  position: absolute;
  inset: 0;
  background-color: rgb(0, 0, 0, 0.6);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.itemListBoxes .box .detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.itemListBoxes .box .title {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 130%;

}

.itemListBoxes .box .cardLink {
  position: absolute;
  inset: 0;
  text-indent: -9999px;
  z-index: 0;
}

.termLists {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.termLists li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;

}

.termLists li time {
  font-size: 12px;
  padding: 5px;
}

.termLists li .categoryName {
  background-color: var(--color-normalPink);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.termLists li .title {
  line-height: 130%;
}

.termLists li .link:link,
.termLists li .link:visited {
  text-indent: -9999px;
  position: absolute;
  inset: 0;
}

#item {
  display: grid;
  grid-template-areas:
    "img category"
    "img title"
    "img thumbnail"
    "img price"
    "tag tag";
  grid-template-columns: minmax(100px, 370px) minmax(100px, 330px);
  grid-template-rows: auto auto auto auto auto;
  column-gap: 25px;
  margin-bottom: 40px;
}

#item .imgArea {
  grid-area: img;
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #a1a1a1;
}

#item .imgArea img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}



#item .categoryArea {
  grid-area: category;
  margin-bottom: 15px;
}

#item .titleArea {
  grid-area: title;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 60px;
}

#item .titleArea .sub {
  font-size: 12px;
  color: #a1a1a1;
  line-height: 1;
}

#item .thumbnailArea {
  grid-area: thumbnail;
  margin-bottom: 35px;
}

#item .thumbnailArea .itemThumbnailsBoxes {
  width: 100%;
  display: inline-flex;
  overflow-x: auto;
}

#item .thumbnailArea .itemThumbnailsBoxes .box {
  min-width: 25%;
  width: 25%;
  margin-right: 15px;
  border: 1px solid #a1a1a1;
  cursor: pointer;
}

#item .thumbnailArea .itemThumbnailsBoxes .box.active {
  border: 2px solid #a1a1a1;
}

#item .thumbnailArea .itemThumbnailsBoxes .box img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

#item .priceArea {
  grid-area: price;
}

#item .priceArea .title {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
}

#item .priceArea .detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#item .priceArea .detail .volume {
  font-size: 14px;
  margin-bottom: 5px;
}

#item .priceArea .detail .price {
  font-size: 20px;
  font-weight: 500;
}

#item .priceArea .detail .taxin {
  font-size: 14px;
  font-weight: 300;
  margin-left: 5px;
}

#item .tagArea {
  grid-area: tag;
}

#item .tagArea .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  margin-top: 15px;
}

#item .tagArea .tags li {
  padding: 3px 10px;
  background-color: #b4b4b4;
  color: #fff;
  line-height: 1;
}

.optionalBoxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.optionalBoxes .box>.title {
  background-color: var(--color-lightPink);
  color: var(--color-shockingPink);
  display: flex;
}

.optionalBoxes .box>.title .toggle {
  display: none;
}

.optionalBoxes .box>.title label {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 15px;
}

.optionalBoxes .box>.title label:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/wp/wp-content/themes/everyyou/img/common/boldline.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  transition: var(--transitionDelay);
  transform: rotate(90deg);
}

.optionalBoxes .box>.title label:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/wp/wp-content/themes/everyyou/img/common/boldline.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
}

.optionalBoxes .box:has(.toggle:checked) label:after {
  content: "";
  transform: rotate(0deg);
}



.optionalBoxes .box .content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  overflow: hidden;
  line-height: 150%;
}

.optionalBoxes .box .content .detail {
  margin-top: 10px;
}

.optionalBoxes .box:has(.toggle:checked) .content {
  max-height: none;
  opacity: 1;
  visibility: visible;
  margin-bottom: 40px;
}

.optionalBoxes .box .detail a:link,
.optionalBoxes .box .detail a:visited {
  color: var(--color-link);
}

.optionalBoxes .box.qa .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.optionalBoxes .box.qa .content .qa_list {
  margin-top: 10px;
}


.optionalBoxes .box.qa .content .qa_list>.title {
  font-weight: bold;
  display: flex;
  gap: 10px;
}

.optionalBoxes .box.qa .content .qa_list>.title:before {
  content: "Q";
  color: #0056ad;
  font-size: 1.3em;
  width: 20px;
  text-align: center;
}

.optionalBoxes .box.qa .content .qa_list>.detail {
  display: flex;
  gap: 10px;

}

.optionalBoxes .box.qa .content .qa_list>.detail .body {
  flex: 1;
}

.optionalBoxes .box.qa .content .qa_list>.detail:before {
  content: "A";
  font-weight: bold;
  color: #f6a097;
  font-size: 1.3em;
  width: 20px;
  text-align: center;
}



/*----------------------------------------
■お知らせ
----------------------------------------*/
#news .newsLists {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#news .newsLists li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;

}

#news .newsLists li time {
  font-size: 12px;
  padding: 5px;
}

#news .newsLists li .categoryName {
  background-color: var(--color-normalPink);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

#news .newsLists li .title {
  line-height: 130%;
}

#news .newsLists li .link:link,
#news .newsLists li .link:visited {
  text-indent: -9999px;
  position: absolute;
  inset: 0;
}

#news article {
  display: grid;
  grid-template-areas:
    "title title"
    "category time"
    "body body";
}

#news article .title {
  grid-area: title;
  font-size: 24px;
  padding-bottom: 35px;
  margin-bottom: 25px;
  border-bottom: 1px solid #a1a1a1;
}

#news article .category {
  grid-area: category;
}

#news article .category .categoryName {
  font-size: 16px;
  color: #b4b4b4;
  text-align: left;
  padding: 0;
}

#news article .time {
  grid-area: time;
  justify-self: flex-end;
}

#news article .time time {
  font-size: 16px;
  color: #b4b4b4;
  text-align: right;
}

#news article .body {
  grid-area: body;
  margin-top: 30px;
  line-height: 150%;
}

#news article .body a:link,
#news article .body a:visited {
  color: var(--color-link);
}

#news .prev-nextLink {
  border-top: 1px solid #a1a1a1;
  padding-top: 40px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  line-height: 150%;
}

#news .prev-nextLink .prev,
#news .prev-nextLink .next {
  width: 48%;
}

#news .prev-nextLink .navTitle {
  margin-bottom: 10px;
  display: block;
}


@media (min-width: 641px) and (max-width: 1024px) {
  .contentWrapper {
    gap: calc(40 / 1080* 100%);
  }

  .termLists li,
  #news .newsLists li {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .termLists li .title,
  #news .newsLists li .title {
    width: 100%;
  }
}