@charset "UTF-8";
/* ------------------------------------------------------
 * Override
------------------------------------------------------ */
.l-main {
  overflow-x: hidden;
}
.l-block > .l-inner.-top > .l-block {
  width: auto;
  margin: 0;
  padding: 0;
}
.l-block:last-child {
  padding-bottom: 23px;
}
.l-inner.-top {
  padding-top: 0;
}
.c-title__global {
  position: relative;
  margin-top: 60px;
  padding: 0 0 15px;
  text-align: center;
}
.c-title__global::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 55px;
  height: 2px;
  transform: translateX(-50%);
  background-color: #b20300;
  content: "";
}
.c-title__global + * {
  margin-top: 15px;
}
.c-title__global .-main {
  display: block;
  margin-right: 0;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: normal;
}
.c-title__global .-sub {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}

/* ------------------------------------------------------
 * PageComponent
------------------------------------------------------ */
/* ----- p-top-cv ----- */
.p-top-cv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 35px 0 30px;
  background-color: #fffceb;
}
.p-top-cv__inner {
  width: 100%;
  max-width: calc(980px + 22px * 2);
  margin: 0 auto;
  padding: 0 22px;
}
.p-top-cv__title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.p-top-cv__column {
  display: flex;
  flex-flow: row wrap;
  margin-top: 12px;
}
.p-top-cv__item {
  width: calc((100% - 30px) / 2);
}
.p-top-cv__item:nth-child(2n) {
  margin-left: 30px;
}
.p-top-cv__balloon__firstTimeInfo {
  display: none;
}
.p-top-cv__balloon__firstTimeBg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 10000;
  cursor: pointer;
}
.p-top-cv__balloon__firstTimeBoxWrap {
  position: relative;
}
.p-top-cv__balloon__firstTimeBox {
  position: absolute;
  top: 21px;
  right: 0;
  padding: 25px 20px 20px;
  width: 100%;
  z-index: 10002;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.p-top-cv__balloon__firstTimeBox::before {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%) rotate(45deg);
  content: '';
  z-index: 1;
}
.p-top-cv__balloon__firstTimeBox::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;
  content: "";
  z-index: 2;
}
.p-top-cv__balloon__firstTimeBox__inner {
  position: relative;
  z-index: 3;
}
.p-top-cv__balloon__firstTimeTitle {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.p-top-cv__balloon__firstTimeCol2 {
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
  margin-top: 13px;
  padding: 20px 30px;
  background-color: #fffceb;
}
.p-top-cv__balloon__firstTimeCol2 > li {
  position: relative;
  width: calc((100% - 20px) / 2);
  padding-left: 35px;
  font-size: 16px;
  font-weight: bold;
}
.p-top-cv__balloon__firstTimeCol2 > li + li {
  margin-left: 20px;
}
.p-top-cv__balloon__firstTimeCol2 > li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  background: url("/ECST0002/include/common/images/tsuhan/top_ic04_230828.png") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}
.p-top-cv__balloon__firstTimeCol {
  margin-top: 15px;
  padding: 15px;
  border-radius: 10px;
  background: #fffceb;
}
.p-top-cv__balloon__firstTimeColTitle {
  text-align: center;
}
.p-top-cv__balloon__firstTimeColTitle > span {
  display: inline-block;
  padding: 8px 0 8px 66px;
  background: url("/ECST0002/include/common/images/tsuhan/top_200826_ic02.png") 0 50% no-repeat;
  font-size: 16px;
  font-weight: bold;
}
.p-top-cv__balloon__firstTimePostage {
  text-align: center;
}
.p-top-cv__balloon__firstTimeDot {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
}
.p-top-cv__balloon__firstTimePrice01 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
}
.p-top-cv__balloon__firstTimePrice01 .p-top-cv__balloon__firstTimePrice {
  font-size: 24px;
}
.p-top-cv__balloon__firstTimePrice01 .p-top-cv__balloon__firstTimeUnit {
  font-size: 16px;
}
.p-top-cv__balloon__firstTimePrice02 {
  display: inline-block;
  vertical-align: middle;
  padding-left: 42px;
  background: url("/ECST0002/include/common/images/tsuhan/top_200826_ic03.png") 10px 50% no-repeat;
  color: #e10214;
  font-weight: bold;
}
.p-top-cv__balloon__firstTimePrice02 .p-top-cv__balloon__firstTimePrice {
  font-size: 34px;
}
.p-top-cv__balloon__firstTimePrice02 .p-top-cv__balloon__firstTimeUnit {
  font-size: 20px;
}
.p-top-cv__balloon__firstTimeNotes {
  margin-top: 8px;
  text-align: right;
}
.p-top-cv__balloon__firstTimeLink-wrap {
  margin-top: 10px;
}
.p-top-cv__balloon__firstTimeLink {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  color: #134bbc;
  font-size: 12px;
}
.p-top-cv__balloon__firstTimeLink::before {
  position: absolute;
  top: 5px;
  left: -5px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #b70000;
  border-right: 1px solid #b70000;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}
.p-top-cv__balloon__firstTimeLink:hover {
  text-decoration: underline;
}
.p-top-cv__balloon__firstTimeClose {
  margin-top: 22px;
  text-align: center;
}
.p-top-cv__balloon__firstTimeClose > p {
  display: inline-block;
  background: #666;
  cursor: pointer;
}
.p-top-cv__balloon__firstTimeClose > p:hover {
  opacity: 0.8;
}
.p-top-cv__balloon__firstTimeClose > p span {
  display: inline-block;
  padding: 15px 45px 12px 40px;
  background: url("/ECST0002/include/common/images/tsuhan/top_200826_ic04.png") 90% 50% no-repeat;
  color: #fff;
  font-size: 16px;
}
.p-top-cv .c-top-button-v2 {
  position: relative;
  z-index: 10001;
  background-color: #fff;
}

/* ----- p-top-cv-v2 ----- */
.p-top-cv-v2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 35px 0 30px;
  background-color: #f5f5f5;
}
.p-top-cv-v2__inner {
  width: 100%;
  max-width: calc(980px + 22px * 2);
  margin: 0 auto;
  padding: 0 22px;
}
.p-top-cv-v2__title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.p-top-cv-v2__column {
  display: flex;
  flex-flow: row wrap;
  margin-top: 12px;
}
.p-top-cv-v2__item {
  width: calc((100% - 30px) / 2);
}
.p-top-cv-v2__item:nth-child(2n) {
  margin-left: 30px;
}

/* ----- p-top-catalog-box ----- */
.p-top-catalog-box {
  background-color: #f2ebeb;
  padding: 30px;
}
.p-top-catalog-box__card-wrap {
  display: flex;
  flex-flow: row wrap;
}
.p-top-catalog-box__card {
  display: flex;
  width: calc((100% - 60px) / 3);
  margin-top: 30px;
  margin-left: 30px;
  border-bottom: 1px solid #ddd;
}
.p-top-catalog-box__card:nth-child(-n+3) {
  margin-top: 0;
}
.p-top-catalog-box__card:nth-child(3n+1) {
  margin-left: 0;
}
.p-top-catalog-box__card__link,
.p-top-catalog-box__card__nolink {
  display: flex;
  flex-flow: column;
}
.p-top-catalog-box__card__link:hover .p-top-catalog-box__card__image > img {
  opacity: 0.8;
}
.p-top-catalog-box__card__link:hover .p-top-catalog-box__card__title {
  text-decoration: underline;
}
.p-top-catalog-box__card__image > img {
  transition: opacity .25s ease, background-color .35s ease, opacity .35s ease, transform .15s ease-in-out;
}
.p-top-catalog-box__card__body {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
}
.p-top-catalog-box__card__title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 17px 35px 15px 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.p-top-catalog-box__card__nolink__title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 17px 10px 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.p-top-catalog-box__card__title::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("/ECST0002/include/common/images/tsuhan/top_ic05_230828.png") no-repeat;
  content: "";
}

/* ----- p-top-carousel ----- */
.p-top-carousel .bx-controls {
  display: none;
}
.p-top-carousel__item {
  text-align: center;
}
.p-top-carousel__link:hover {
  opacity: 0.8;
}
.p-top-carousel__link:hover img {
  opacity: 1;
}

/* ----- p-top-ad ----- */
.p-top-ad {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100vw;
  margin-top: 40px;
  margin-left: calc(50% - 50vw);
  padding: 45px 0;
  background-color: #f8f5f5;
}
.p-top-ad__inner {
  width: 100%;
  max-width: calc(980px + 22px * 2);
  margin: 0 auto;
  padding: 0 22px;
}
.p-top-ad__inner > *:first-child {
  margin-top: 0!important;
}
.p-top-ad__item + .p-top-ad__item {
  margin-top: 33px
}
[class*=p-top-ad__link__type]:hover li,
[class*=p-top-ad__link__type]:hover i {
  cursor: pointer;
}
[class*=p-top-ad__link__type]:hover .p-top-ad__image > img {
  opacity: 0.8;
}
[class*=p-top-ad__link__type]:hover .p-top-ad__link-list__label {
  text-decoration: underline;
}
.p-top-ad__image > img {
  transition: opacity .25s ease, background-color .35s ease, opacity .35s ease, transform .15s ease-in-out;
}
.p-top-ad__list-wrap {
  margin-top: 16px;
  text-align: center;
}
.p-top-ad__link-list > li {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  color: #3464cc;
}
.p-top-ad__link-list > li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #db525c;
  border-right: 1px solid #db525c;
  transform: rotate(45deg);
  content: "";
}
.p-top-ad__link__type--pdf .p-top-ad__link-list > li::after {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url("/ECST0002/include/common/images/tsuhan/top_ic06_230828.jpg") no-repeat;
  margin-left: 10px;
  content: "";
}
.p-top-ad__link-list__label {
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
}
.p-top-ad__link-list__filesize {
  display: inline;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 14px;
  font-weight: normal;
}

/* ----- p-top-box ----- */
.p-top-box {
  margin-top: 50px;
  padding: 35px 30px 28px;
  border: 1px solid #ddd;
}
.p-top-box > *:first-child {
  margin-top: 0!important;
}
.p-top-box__column {
  display: flex;
  flex-flow: row wrap;
  gap: 25px;
}
.p-top-box__item {
  width: calc(100% / 3 - 50px / 3);
}
.p-top-box__link {
  display: block;
  position: relative;
  height: 100%;
  overflow: initial!important;
}
.p-top-box__link:hover .p-top-box__image > img {
  opacity: 0.8;
}
.p-top-box__link:hover .p-top-box__balloon {
  opacity: 1;
  visibility: visible;
}
.p-top-box__image > img {
  transition: opacity .25s ease, background-color .35s ease, opacity .35s ease, transform .15s ease-in-out;
}
.p-top-box__balloon {
  display: inline-block;
  position: absolute;
  bottom: 210px;
  left: 0;
  padding: 0 0 12px 0;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease, background-color .35s ease, opacity .35s ease, transform .15s ease-in-out;
  cursor: default;
  width: 210px;
}
.p-top-box__balloon__inner {
  display: block;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 15px 15px 12px;
}
.p-top-box__balloon__inner::before {
  display: inline-block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 15px;
  height: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%) rotate(45deg);
  content: "";
  z-index: 1;
}
.p-top-box__balloon__inner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;
  content: "";
  z-index: 2;
}
.p-top-box__balloon__text {
  position: relative;
  font-size: 12px;
  line-height: 1.5;
  z-index: 3;
}

/* ----- p-top-box-v2 ----- */
.p-top-box-v2 {
  margin-top: 50px;
  background-color: #f5f5f5;
  padding: 20px;
}
.p-top-box-v2__card-wrap {
  display: flex;
  flex-flow: row wrap;
}
.p-top-box-v2__card {
  width: calc((100% - 30px) / 2);
  margin-top: 20px;
  margin-left: 30px;
}
.p-top-box-v2__card:nth-child(odd) {
  margin-left: 0;
}
.p-top-box-v2__card:nth-child(-n+2) {
  margin-top: 0;
}
[class*=p-top-box-v2__card__type] {
  display: flex;
  position: relative;
  flex-flow: row nowrap;
  width: 100%;
}
[class*=p-top-box-v2__card__type]:hover p {
  cursor: pointer;
}
[class*=p-top-box-v2__card__type]:hover .p-top-box-v2__card__image > img {
  opacity: 0.8;
}

[class*=p-top-box-v2__card__type]:hover .p-top-box-v2__card__title {
  text-decoration: underline;
}
.p-top-box-v2__card__head {
  flex-shrink: 0;
  width: 170px;
}
.p-top-box-v2__card__image > img {
  transition: opacity .25s ease, background-color .35s ease, opacity .35s ease, transform .15s ease-in-out;
}
.p-top-box-v2__card__body {
  padding-left: 20px;
}
.p-top-box-v2__card__title {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: #3464cc;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.p-top-box-v2__card__title::before {
  position: absolute;
  top: 8px;
  left: -2px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #db525c;
  border-right: 1px solid #db525c;
  transform: rotate(45deg);
  content: "";
}
.p-top-box-v2__card__type--blank .p-top-box-v2__card__title::after {
  display: inline-block;
  position: relative;
  background: url("/ECST0002/include/common/images/tsuhan/top_ic05_230828.png") no-repeat;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  content: "";
}
.p-top-box-v2__card__description {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
}

/* ----- c-top-button ----- */
.c-top-button {
  height: 100%;
  border-bottom: 1px solid #ccc;
}
.c-top-button__link {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  height: 100%;
  min-height: 80px;
  padding: 16px 40px 16px 14px;
  background-color: #a7931d;
}
.c-top-button__link::after {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}
.c-top-button__link:hover {
  opacity: 0.8;
}
.c-top-button__link:hover img {
  opacity: 1;
}
.c-top-button__image {
  flex-shrink: 0;
  width: 173px;
}
.c-top-button__image + .c-top-button__label {
  margin-left: 10px;
}
.c-top-button__label {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.c-top-button__label--small {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

/* ----- c-top-button-v2 ----- */
.c-top-button-v2 {
  height: 100%;
  border-bottom: 1px solid #ccc;
}
.c-top-button-v2__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 80px;
  position: relative;
  padding: 16px 40px 16px 70px;
  background-color: #b20300;
}
.c-top-button-v2__link::before {
  position: absolute;
  top: 50%;
  left: 20px;
  background: url("/ECST0002/include/common/images/tsuhan/top_ic01_230828.png") no-repeat;
  transform: translateY(-50%);
  width: 37px;
  height: 31px;
  content: "";
}
.c-top-button-v2__link::after {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}
.c-top-button-v2__link:hover {
  opacity: 0.8;
}
.c-top-button-v2__label {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

/* ----- c-top-button-v3 ----- */
.c-top-button-v3 {
  height: 100%;
  border-bottom: 1px solid #ccc;
}
.c-top-button-v3__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 80px;
  position: relative;
  padding: 16px 40px 16px 70px;
  background-color: #fff;
  border: 1px solid #b20300;
}
.c-top-button-v3__link::before {
  position: absolute;
  top: 50%;
  left: 22px;
  background: url("/ECST0002/include/common/images/tsuhan/top_ic02_230828.png") no-repeat;
  transform: translateY(-50%);
  width: 33px;
  height: 37px;
  margin-top: 4px;
  content: "";
}
.c-top-button-v3__link::after {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #b20300;
  border-right: 2px solid #b20300;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}
.c-top-button-v3__link:hover {
  background-color: #b20300;
}
.c-top-button-v3__link:hover::before {
  background: url("/ECST0002/include/common/images/tsuhan/top_ic02_230828_on.png") no-repeat;
}
.c-top-button-v3__link:hover::after {
  border-color: #fff;
}
.c-top-button-v3__link:hover .c-top-button-v3__label {
  color: #fff;
}
.c-top-button-v3__label {
  color: #b20300;
  font-size: 20px;
  font-weight: bold;
}

/* ----- c-top-button-v4 ----- */
.c-top-button-v4 {
  height: 100%;
  border-bottom: 1px solid #ccc;
}
.c-top-button-v4__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 80px;
  position: relative;
  padding: 16px 40px 16px 70px;
  background-color: #fff;
  border: 1px solid #b20300;
}
.c-top-button-v4__link::before {
  position: absolute;
  top: 50%;
  left: 20px;
  background: url("/ECST0002/include/common/images/tsuhan/top_ic03_230828.png") no-repeat;
  transform: translateY(-50%);
  width: 39px;
  height: 26px;
  content: "";
}
.c-top-button-v4__link::after {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #b20300;
  border-right: 2px solid #b20300;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}
.c-top-button-v4__link:hover {
  background-color: #b20300;
}
.c-top-button-v4__link:hover::before {
  background: url("/ECST0002/include/common/images/tsuhan/top_ic03_230828_on.png") no-repeat;
}
.c-top-button-v4__link:hover::after {
  border-color: #fff;
}
.c-top-button-v4__link:hover .c-top-button-v4__label {
  color: #fff;
}
.c-top-button-v4__label {
  color: #b20300;
  font-size: 20px;
  font-weight: bold;
}

/* ----- c-top-button-v5 ----- */
.c-top-button-v5 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
.c-top-button-v5__link {
  display: inline-block;
  position: relative;
  width: 380px;
  padding: 19px 35px 15px 35px;
  background-color: #333;
  text-align: center;
}
.c-top-button-v5__link::after {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}
.c-top-button-v5__link.type--blank::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: none;
  background: url(/ECST0002/include/common/images/tsuhan/top_ic07_250324.png) no-repeat;
  content: "";
}
.c-top-button-v5__link:hover {
  opacity: 0.8;
}
.c-top-button-v5__label {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

/* ----- c-top-list-wrap ----- */
.c-top-list-wrap {
  margin-top: 22px;
}

/* ----- c-top-note-list ----- */
.c-top-note-list > li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.4;
}
.c-top-note-list > li + li {
  margin-top: 8px;
}
.c-top-note-list__mark {
  position: absolute;
  top: 0;
  left: 0;
}

@media print, screen and (max-width: 1024px) {
  .p-top-cv,
  .p-top-cv-v2,
  .p-top-ad {
    width: calc(980px + 22px * 2);
    margin-left: -22px;
  }
}
