@charset "utf-8";

img {
  max-width: 100%;
}


.catalog {
  background: #F4F8F7;
  margin-top: 80px;
  padding: 80px 0;
}

.catalog-heading {
  color: #485A72;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.catalog-heading span {
  color: #DF5C3A;
}

.catalog-lead {
  position: relative;
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  z-index: 1;
}

.catalog-inner {
  position: relative;
  background: #fff;
  max-width: 970px;
  margin: 70px auto 0;
  padding: 60px 15px;
}

.catalog-inner::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: #F4F8F7;
  border-radius: 50%;
}

.catalog-inner::after {
  content: "";
  background: url(/voices/focus/assets/img/icon_catalog.png) no-repeat center center/cover;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 41px;
  height: 30px;
}

.catalog-top {
  position: relative;
  cursor: pointer;
}

.catalog-top.is-active::before {
  content: "選択中";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  background: #DE8606;
  border-radius: 0 0 0 5px;
  padding: 7px 9px 7px 0;
  color: #fff;
  font-size: 15px;
  text-align: right;
  line-height: 1;
  z-index: 21;
}

.catalog-top.is-active::after {
  content: "";
  background: url(/voices/focus/assets/img/icon_check.png) no-repeat center center / cover;
  display: block;
  position: absolute;
  top: 11px;
  right: 58px;
  width: 15px;
  height: 10px;
  z-index: 21;
}

@media screen and (min-width: 601px) {
  .catalog-top:hover .catalog-top-inner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 7px #DE8606 inset;
    z-index: 20;
  }
}

.catalog-top.is-active .catalog-top-inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 7px #DE8606 inset;
  z-index: 20;
}


.catalog-top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 0;
  background: #EEEEEE;
}

.catalog-top-thumb {
  position: relative;
  width: 270px;
}

.catalog-top-content {
  width: 390px;
}

.catalog-top-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

.catalog-top-text {
  margin-top: 10px;
}

.catalog-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.catalog-item {
  position: relative;
  width: calc(25% -  60px / 4);
}

.catalog-item-thumb {
  position: relative;
  cursor: pointer;
}

.catalog-item-thumb.is-active::before {
  content: "選択中";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  background-color: #DE8606;
  background-image: url(/voices/focus/assets/img/icon_check.png);
  background-size: 15px 10px;
  background-position: 7px 11px;
  background-repeat: no-repeat;
  border-radius: 0 0 0 5px;
  padding: 7px 9px 7px 0;
  color: #fff;
  font-size: 15px;
  text-align: right;
  line-height: 1;
  z-index: 21;
}


@media screen and (min-width: 601px) {
  .catalog-item-thumb:hover::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 7px #DE8606 inset;
    z-index: 20;
  }
}

.catalog-item-thumb.is-active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 7px #DE8606 inset;
  z-index: 20;
}


.catalog-item-title {
  pointer-events: none;
  margin-top: 13px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}

.catalog-item-text {
  pointer-events: none;
  margin-top: 11px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 600px) {
  .catalog {
    margin-top: 0;
    padding: 40px 15px;
  }

  .catalog-heading {
    font-size: 20px;
  }

  .catalog-lead {
    margin-top: 10px;
    font-size: 15px;
  }

  .catalog-inner {
    margin: 40px auto 0;
  }

  .catalog-inner::after {
    top: -20px;
  }

  .catalog-top-inner {
    display: block;
    padding: 20px 15px;
  }

  .catalog-top-thumb {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: auto;
  }

  .catalog-top-thumb img {
    width: 100%;
  }

  .catalog-top-content {
    margin-top: 20px;
    width: 100%;
  }

  .catalog-top-title {
    font-size: 16px;
  }

  .catalog-top-text {
    font-size: 12px;
  }

  .catalog-list {
    margin-top: 30px;
    gap: 30px 10px;
  }

  .catalog-item {
    width: calc(50% - 5px);
  }

  .catalog-item-title {
    margin-top: 13px;
    font-size: 16px;
  }

  .catalog-item-text {
    margin-top: 11px;
    font-size: 12px;
  }
}

.fixed-catalog {
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

.fixed-catalog.show{
  opacity: 1;
  pointer-events: auto;
}

.fixed-catalog {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 970px;
  padding-bottom: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 100;
}
.fixed-catalog::after {
  content: "";
  background: rgba(105, 105, 105, 0.8);
  border-radius: 10px 10px 0 0;
  height: 100px;
  width: 100%;
  max-width: 1000px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.fixed-catalog-list {
  display: flex;
  gap: 15px;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .fixed-catalog-list {
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .fixed-catalog-list {
    gap: 7px;
  }
}

.fixed-catalog-item {
  position: relative;
}

.fixed-catalog-item.has-image .fixed-catalog-item-bg {
  height: auto;
  border: none;
  background: transparent;
}

.fixed-catalog-item.has-image .remove-catalog-button {
  display: block;
}

.fixed-catalog-item-bg {
  background: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 110px;
  height: 156px;
  box-shadow: 2px 4px 4px rgba(0,0,0,0.4);
}

@media screen and (max-width: 960px) {
  .fixed-catalog-item-bg {
    width: 90px;
    height: 140px;
  }
}

@media screen and (max-width: 600px) {
  .fixed-catalog-item-bg {
    width: 70px;
    height: 100px;
  }
}

.fixed-catalog-item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fixed-catalog-item-text {
    padding: 0 5px;
    font-size: 12px;
  }
}

.fixed-catalog-item-text .fixed-catalog-item-text-bold {
  display: block;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .fixed-catalog-item-text .fixed-catalog-item-text-bold {
    font-size: 15px;
  }
}

.fixed-catalog-button {
  cursor: pointer;
  position: relative;
  display: block;
  width: 260px;
  max-width: 100%;
  margin-left: 20px;
  padding: 17px 20px 17px 0;
  background: #FFC75A;
  border-radius: 5px;
  color: #333;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 960px) {
  .fixed-catalog-button {
    width: 280px;
    padding: 20px 15px 20px 0;
    margin-left: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .fixed-catalog-button {
    margin-left: 10px;
    padding: 7px 0px 7px 8px;
    width: 105px;
    font-size: 13px;
    text-align: left;
    line-height: 1.3;
  }
}
.fixed-catalog-button::after {
  content: "";
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 21px;
  right: 20px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
@media screen and (max-width: 960px) {
  .fixed-catalog-button::after {
    top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .fixed-catalog-button::after {
    top: 20px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .fixed-catalog-button span {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .fixed-catalog-button:hover {
    opacity: 0.7;
  }
}
.remove-catalog-button {
  cursor: pointer;
  display: none;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 30px;
  height: 30px;
  background: url(/voices/focus/assets/img/icon_close.png) no-repeat 5px 5px / 20px 20px;
}

.fixed-dialog {
  display: none;
	height: 100vh;
  height: 100dvh;
  left: 0%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}

.fixed-dialog-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  height: 100dvh;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.fixed-dialog-content {
  background: #fff;
  border-radius: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 270px;
  z-index: 10;
  text-align: center;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}

.fixed-dialog-content p {
  padding: 17px 0;
  font-size: 16px;
  text-align: center;
}

.fixed-dialog-content button {
  display: block;
  width: 100%;
  border-top: 1px solid #b9b9b9;
  padding: 10px 0;
  color: #32A7EA;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .icj-pagetop {
    bottom: 110px;
  }
}

.catalog-form {
  padding: 80px 20px;
  background: #f6f5f2;
}
@media screen and (max-width: 768px) {
  .catalog-form {
    padding: 40px 20px;
  }
}

.catalog-form form {
  max-width: 960px;
  margin: auto;

}
