@charset "UTF-8";

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

p {
  font-size: 18px;
  line-height: 1.5;
}

.note {
  font-size: 14px;
}

article.top {
  padding: 10px 5px!important;
}

.main_visual img {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

article.contents {
  width: 85%;
  max-width: 1120px;
  margin: 20px auto;
  padding: 20px;
}

.contents .cont_ttl h2 {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  padding: 20px 0 5px;
  max-width: 1120px;
}

.contents .cont_ttl h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  padding: 15px 0 15px 5px;
  max-width: 1120px;
  text-align: center;
}

.read_text {
  width: 85%;
  max-width: 865px;
  margin: 30px auto 0;
  text-align: left;
}
.read_text p span {
  font-size: 120%;
  color: #d42828;
  font-weight: bold;
}

.contents p img {
  margin: 10px auto;
}

.contents ul{
  width: 85%;
  max-width: 865px;
  margin: 10px auto 0;
}

.contents ul li {
  text-indent:-1em;
  padding-left:1em;
}

.contents.coupon {
  margin: 30px auto;
}

.contents.coupon p {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.contents.coupon .code {
  width: 80%;
  max-width: 865px;
  margin: 50px auto 10px;
  padding: 20px 20px 10px;
  background-color: #f1ede4;
}

.contents.coupon .code p {
  font-size: 22px;
  margin-bottom: 20px;
}

.contents.coupon .code p.code_n {
  font-size: 22px;
  width: 75%;
  max-width: 400px;
  margin: 10px auto;
  padding: 20px;
  background-color: #fff;
}

.contents.coupon ul li {
  color: #d42828;
}

.order_area {
  width: 90%;
  max-width: 816px;
  margin: 50px auto 10px;
  display: flex;
  justify-content: space-between;
}

.order {
  text-align: center;
  width: 49%;
}

.order p {
  width: 95%;
  max-width: 350px;
  line-height: 1.5;
  margin: 0 auto;
  background-color: #00A273;
  border-radius: 50px;
}

.order span.icon {
  padding: 0 0 0 35px;
  background: url(../../pack/img/campaign/icon_cart.svg?$staticlink$) no-repeat left;
  background-size: 28px auto;
  display: inline-block;
  position: inherit;
  top: inherit;
}

.order p a {
  display: block;
  padding: 10px;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.more {
  text-align: center;
  width: 49%;
}

.more p {
  width: 95%;
  max-width: 350px;
  line-height: 1.5;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #00A273;
  border-radius: 50px;
}

.more p a {
  display: block;
  padding: 10px;;
  font-size: 24px;
  color: #00A273;
  text-decoration: none;
  font-weight: bold;
}





/* SP_only */
@media screen and (max-width: 559px) {
  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }

  p {
    font-size: 14px;
    line-height: 1.5;
  }

  article.contents {
    width: 97%;
    margin: 10px auto;
    padding: 0;
  }
  .contents .cont_ttl {
    margin: 20px 0 10px;
  }

  .contents .cont_ttl h2 {
    font-size: 5.5vw;
    line-height: 1.5;
    font-weight: bold;
    padding: 12px 5px 0;
  }

  .contents .cont_ttl h3 {
    font-size: 24px;
    line-height: 1.5;
    padding: 0;
    padding-top: 30px;
  }

  .contents.coupon p {
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
  }

  .contents.coupon .code {
    margin-top: 20px;
  }

  .contents.coupon .code p {
    font-size: 18px;
  }

  .contents.coupon .code p.code_n {
    font-size: 18px;
  }

  .contents.coupon ul li {
    font-size: 12px;
  }

  .order_area {
    width: auto;
    margin: 30px auto 0;
    display: block;
  }

  .order, .more {
    margin: 20px auto;
    width: 80%;
    max-width: 300px;
  }

  .order p a, .more p a {
    font-size: 20px;
  }

  .order p a {
    padding: 10px;
  }

}




/* add printdays */


article.pd {
  padding: 100px 0 0!important;
}


#PD_movie {
  background-color: #E7FCF6;
  text-align: center;
  padding: 60px 10px;
}

#PD_movie .movie {
  width: 98%;
  max-width: 600px;
  margin: 0 auto;
}

#PD_movie .movie_inner {
  /* position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px; */
  width: 100%;
  aspect-ratio: 16 / 9;
}

#PD_movie .movie_inner iframe {
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
  width: 100%;
  height: 100%;
}
@media screen and (max-width:767px) {
  #PD_movie .movie_inner iframe {
    min-height: auto;
  }
}


.pd .read_text {
  margin-bottom: 40px;
}

.pd .read_text h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .pd .read_text h3 {
    font-size: 22px;
  }
}

.pd .read_text p {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .pd .read_text p {
    text-align: left;
  }
}


.hai4h2 {
  font-size: 30px;
  --x-gradient: linear-gradient(90deg, #01916D 0 0.5em, transparent 0 calc(100% - 0.5em), #01916D calc(100% - 0.5em));
  --y-gradient: linear-gradient(#01916D 0 0.5em, transparent 0 calc(100% - 0.5em), #01916D calc(100% - 0.5em));
  padding: 0.5em 1.5em;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-position: top, right, bottom, left;
  display: table;
  margin: auto;
  line-height: 1.2;
  font-weight: bolder;
  text-align: center;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  /* font-family: "Noto Sans JP" !important; */
  margin: 60px auto 30px;
}

.hai4h2_2 {
    position: relative;
    min-height: 2.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.5em;
    padding: 0;
}

.hai4lead1 {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-top: 2.4em;
  margin-bottom: 2.8em;
  /* font-family: "Noto Sans JP" !important; */
}


.hai4lead2 {
  font-size: 16px;
  line-height: 1.66;
  text-align: center;
  margin-bottom: 30px;
  /* font-family: "Noto Sans JP" !important; */
}
.hai4lead2 span {
  display: inline-block;
  font: inherit;
  font-weight: bolder;
  margin-right: 0.5em;
}
.hai4lead2 br {
  display: none;
}

@media screen and (max-width:767px) {
  .hai4h2 {
    font-size: 25px;
    padding: 0.5em 0.8em;
  }
  .hai4lead1 {
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    width: 86%;
    margin: 1.6em auto 1.8em;
  }
  .hai4lead1 br {
    display: none;
  }
  .hai4lead2 {
    font-size: 16px;
    text-align: justify;
    width: 86%;
    margin: 1.6em auto 6.2em;
  }
  .hai4lead2 br {
    display: block;
  }
}

/* アコーディオンメニュー */
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer
}
.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.8em 0.625em 0.625em 1.3em;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background: #FB0020;
  cursor: pointer;
  height: 50px;
  /* font-family: "Noto Sans JP" !important; */
  text-align: left;
}
.accordion-container .accordion-title:hover i:before, .accordion-container .accordion-title:hover i:active, .accordion-container .content-entry.open i {
  color: white;
}
.accordion-title {
  position: relative;
}
.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 29%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 40%;
}
.accordion-content {
  display: none;
  background-color: #fff;
    padding: 3% 3% 0;
}
.accordion-content ul {
  text-align: center;
  padding-bottom: 15px;
}
/* CSS for CodePen */
.accordion-container {
  width: 80%;
    min-width: 275px;
    max-width: 600px;
  margin: 0 auto;
    padding-top: 30px;
}
.accordion-container ul {
  font-size: 18px;
}
.accordion-container ul .tai {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
  font-family: "Noto Sans JP" !important;
}
.pd_gray {
  color: #A3A3A3;
}
.kome p {
  text-align: initial;
  padding-bottom: 15px;
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
}

/*2023年6月追加*/
.imagebox {
  width: 100%;
  margin-top: 50px;
}
.auto-slide-container {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  overflow: hidden;
}
.auto-slide-wrapper {
  display: flex;
  flex-flow: row nowrap;
  width: 1850px;
  flex: none;
}
.imagebox .auto-slide-container.anime .auto-slide-wrapper {
  -webkit-animation: loop 120s -60s linear infinite;
  animation: loop 120s -60s linear infinite;
}
.imagebox .auto-slide-container.anime .auto-slide-wrapper + .auto-slide-wrapper {
  -webkit-animation: loop2 120s linear infinite;
  animation: loop2 120s linear infinite;
}
.imagebox .auto-slide-wrapper .auto-slide img {
  display: block;
  width: 100%;
  padding-right: 20px;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

/** pointImgText **************************/
/*.contents table ul {
  width: inherit;
  max-width: inherit;
  margin: 0;
}*/
.pointImgText {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 30px;
}
.pointImgText > .img {
  width: 42%;
  vertical-align: top;
  text-align: left;
}
.pointImgText > .text {
  padding-right: 40px;
  vertical-align: middle;
  text-align: left;
}
.pointImgText > .img + .text {
  padding-right: 0;
  padding-left: 40px;
}
.pointImgText > .text .pointSubTTL {
  /*font-size: 18px;*/
  font-weight: 700;
  margin-bottom: 20px;
}
.pointImgText > .text > p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: left;
  font-weight: normal;
}
.pointImgText > .text > p:nth-last-child(1) {
  margin-bottom: 0;
}
.item-info-table {
  width: 100%;
}
.item-info-table col:first-child {
    width: 20.28986%;
}
.item-info-table th, .item-info-table td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e0e0e0;
  line-height: 1.78571;
  text-align: left;
  vertical-align: top;
  font-size: 1.6rem;
}
.contents ul.item-info-color-list {
  margin-left: -15px;
  margin-bottom: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (min-width: 768px), print {
  .contents table ul.item-info-color-list {
    margin-left: -16px;
    margin-bottom: -16px;
  }
}
.contents ul li.item-info-color-list__item {
  margin-left: 15px;
  margin-bottom: 15px;
  padding-left: 0;
  text-indent: 0;
}
@media all and (min-width: 768px), print {
  .item-info-color-list__item {
    margin-left: 16px;
    margin-bottom: 16px;
  }
}
.icon-color {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: block;
}
.icon-color-white {
  border: solid 1px #e0e0e0;
  background-color: #fff;
}
.icon-color-navy {
  background-color: #17254c;
}
.icon-color-black {
  background-color: #000;
}
.icon-color-gray {
  background-color: #88888f;
}
.contents ul.item-info-list {
  line-height: 1.78571;
  margin: 0;
  font-size: 1.6rem;
}
.item-info-guide {
  padding: 15px 18px 11px;
  border: solid 1px #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-info-guide__image {
  margin-top: 3px;
  width: 40%;
}
.contents ul.item-info-guide__list {
  margin-left: 20px;
  width: 60%;
  max-width: inherit;
  line-height: 1.57143;
}
.contents ul li.item-info-guide__list-item {
  text-indent: 0;
}
.item-info-guide__list-item:not(:last-child) {
  margin-bottom: 2px;
}
.item-info-guide__num {
  width: 1.25em;
  height: 1.25em;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  top: -0.125em;
  background-color: #222;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.25;
  text-align: center;
}
/* T-shirt Size */
.item-info-printsize_flex {
  display: flex;
  justify-content: space-between;
  text-align: center !important;
  padding-top: 10px;
  width: 100%;
  max-width: 600px;
}
.item-info-printsize_flex .flex_inner {
  width: 33%;
  max-width: 260px;
}
.item-info-printsize_flex p {
  font-weight: bold;
  display: block;
  width: 80%;
  margin: 0 auto 10px;
  padding: 5px 10px;
  background-color: #efefef;
  font-size: 1.6rem;
}
.item-info-printsize_flex span {
  font-size: 1.5rem;
}
.item-info-printsize_flex img {
  width: 95%;
  margin: 20px 0 0;
}
.item-info-table__color th, .item-info-table__color td {
  vertical-align: middle;
}
.item-info-sozai th, .item-info-sozai td {
  padding-top: 10px !important;
  padding-bottom: 10px;
  border-top: solid 1px #e0e0e0;
  line-height: 1.78571;
  text-align: left;
  vertical-align: top;
}
.item-info-data {
  border-bottom: solid 1px #e0e0e0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item-info-data:last-child {
  border-bottom: none;
}
.item-info-table tr:only-child th, .item-info-table tr:only-child td {
  padding-top: 0;
  padding-bottom: 0;
}
.item-info-table tr:last-child th, .item-info-table tr:last-child td {
  border-bottom: none;
}

/*スワイパー*/
.swiper-custom-parent{
  position: relative;
}
.pointImgText .swiper-container{
  padding: 0;
}

/* vismo */
.vsm-wrap {
  max-width: 1120px;
  margin: 60px auto 60px;
}
.vsm-wrap .ecbn-selection-wrapper .ecbn-selection-title,
.vsm-wrap .ecbn-selection-page-wrapper .ecbn-selection-title {
  margin-top: 10px;
}
.ecbn-selection-wrapper .ecbn-selection-title, .ecbn-selection-page-wrapper .ecbn-selection-title {
  margin-top: 10px;
}
.ecbn-selection-wrapper .ecbn-selection-slide-wrapper .ecbn-selection-snap {
  max-width: none;
}
.ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a {
  display: none !important;
  z-index: 999;
}

/****************************************************
SP Parts
****************************************************/

@media screen and ( max-width:768px) {

.pointImgText {
  display: block;
  width: 100%;
  margin-bottom: calc(20 * (100vw / 320));
}
.pointImgText > .img {
  display: block;
  margin-bottom: calc(10 * (100vw / 320));
  width: 100%;
}
.pointImgText > .img > img {
  display: block;
  width: 100%;
  height: auto;
}
.pointImgText > .text + .img {
  margin-bottom: 0;
}
.pointImgText > .text {
  display: block;
  text-align: left;
  margin-bottom: calc(10 * (100vw / 320));
}
.pointImgText > .img + .text {
  margin-bottom: 0;
  padding-left: 0;
}
.pointImgText > .text .pointSubTTL {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: calc(10 * (100vw / 320));
}
.pointImgText > .text .pointSubTTL.taCenter {
  text-align: center;
}
.pointImgText > .text > p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: calc(5 * (100vw / 320));
}
.pointImgText > .text > p:nth-last-child(1) {
  margin-bottom: 0;
}
.item-info-guide {
  display: block;
}
.item-info-guide__image {
  text-align: center;
  width: 80%;
  margin: 0 auto 10px;
}
.contents ul.item-info-guide__list {
  width: 95%;
  margin: 0 auto;
  font-size: 1.4rem;
}
.contents ul li.item-info-guide__list-item{
  padding-left: 0;  
}
.item-info-printsize_flex{
  display: block;
}
.item-info-printsize_flex .flex_inner {
  margin-bottom: 15px;
  width: 100%;
  max-width: 600px;
}
.contents ul.item-info-list{
  width: 100%;  
}
/*スワイパー*/
.swiper-custom-parent{
  width: 100%;
  font-size: 1.2rem;
}
}