@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
}

.all_wrapper,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
     # General elements
     # ================================================================= */
.all_wrapper hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

.small {
  font-size: 0.8rem;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
}

.all_wrapper a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

.all_wrapper a:active,
.all_wrapper a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  outline-offset: -2px;
  /* Correct the outline style in Safari */
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */
select {
  -webkit-appearance: none;
  /* Chrome 41+ */
  -moz-appearance: none;
  /* Firefox 36+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}







@media screen and (max-width: 768px) {
  .icon-hamburger hr {
    margin: 7px auto 0;
  }
}


.gradation {
  background: linear-gradient(90deg, rgba(253, 177, 170, 1), rgba(244, 145, 145, 1));
  background: -webkit-linear-gradient(90deg, rgba(253, 177, 170, 1), rgba(244, 145, 145, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wrapper {
  max-width: 1000px;
  padding: 50px;
  margin: 0 auto;
}

.all_wrapper {
  background-color: #fff;
  max-width: 1000px;
  padding: 10px 50px 50px;
  margin: 30px auto 0;
}

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

  .wrapper {
    padding: 10px;
  }
  .all_wrapper {
    background-color: transparent;
    padding: 5px 10px 25px;
    margin: 10px auto 0;
  }
}

.all_wrapper a {
  text-decoration: none;
}

.all_wrapper .mv {
  width: 100%;
}

.all_wrapper .mv img, .wrapper .mv img{
  width: 100%;
}

.all_wrapper .mv_text {
  margin: 10px auto;
  color: #e60013;
  font-weight: bold;
  paint-order: stroke;
  text-align: center;
}

p.big_sendai {
  margin: 15px auto;
  font-size: clamp(18px, 2vw, 3em);
  color: #e60013;
  font-weight: bold;
  paint-order: stroke;
  text-align: center;

}


.all_wrapper .top_index {
  margin: 50px auto;
  text-align: center;
}

.all_wrapper .top_index a {
  display: inline-block;
  margin: 8px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.all_wrapper .top_index a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.all_wrapper .top_index a img {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .all_wrapper .mv_text {
    -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
    paint-order: stroke;
  text-align: center;

  }
  

  .all_wrapper .top_index {
    text-align: center;
  }
}

.all_wrapper .ttl {
  background-color: #e60013;
  /*background: linear-gradient(90deg, #8c7537 0%, #dbb00b 45%, #fde79d 70%, #dbb10c 85%, #bc7f04 90% 100%);
  background: -webkit-linear-gradient(0deg,  #8c7537 0%, #dbb00b 45%, #fde79d 70%, #dbb10c 85%, #bc7f04 90% 100%);*/
  color: #fff;
  padding: 10px;
  margin-top: 50px;
}

.all_wrapper .ttl_gpc {
  background: linear-gradient(90deg, rgba(253, 177, 170, 1), rgba(244, 145, 145, 1));
  background: -webkit-linear-gradient(90deg, rgba(253, 177, 170, 1), rgba(244, 145, 145, 1));
  color: #fff;
  position: relative;
  padding: 25px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.sub_title_line {
  border-left: 7px solid;
  border-bottom: 4px solid;
  border-image: linear-gradient(90deg, rgba(253, 177, 170, 1), rgba(244, 145, 145, 1));
  border-image-slice: 1;
  font-size: 1.3em;
  font-weight: bold;
  margin: 45px 0 15px 0;
  padding: 0 0 0 5px;
}

img.img  {
  width: 70px;
  z-index: 1;
  top: -10px;
  position: absolute;
}

.ttl_pick {
  position: absolute;
  left: 100px;
  line-height: 0.3;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  img.img  {
    left: -1px;
  }

  .ttl_pick {
    font-size: 0.8rem;
    line-height: 0.5;
    left: 70px;
  }
}


.all_wrapper .item_list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.all_wrapper .item_list1 .item_box img {
  width: 100%;
}

.all_wrapper .item_list1 .item_box a {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}



.all_wrapper .item_list1 .item_box {
  width: 23%;
  margin: 20px 10px;
}


.all_wrapper .item_list1 .base_price {
  text-decoration:line-through ;
}

.all_wrapper .item_list1 .price {
  color: #dbb00b;
  margin: 5px auto;
}

.all_wrapper .item_list1 .price span {
  font-size: 1.2rem;
  font-weight: bold;
}

.all_wrapper .item_list1 .item_box .point {
  background: linear-gradient(90deg, rgba(253, 177, 170, 1), rgba(244, 145, 145, 1));
  background: -webkit-linear-gradient(90deg, rgba(253, 177, 170, 1), rgba(244, 145, 145, 1));
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 20px;
}

.all_wrapper .item_list1 .item_box .point1 {
  background: linear-gradient(90deg, rgba(253, 177, 170, 1), rgba(244, 145, 145, 1));
  background: -webkit-linear-gradient(90deg, rgba(253, 177, 170, 1), rgba(244, 145, 145, 1));
  color: #000;
  padding: 5px 10px;
  font-weight: bold;
}

.center {
  text-align: center;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}


.osusume img {
  width: 100%;
}

.osusume {
  width: 30%;
  margin: 0 auto;
}

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

  .all_wrapper .item_list1 .item_box {
    width: 40%;
    margin: 5px 5px;
    padding: 20px 10px;
  }

  .osusume {
    width: 50%;
  }

  .all_wrapper .ttl, .all_wrapper .ttl_gpc {
    font-size: 1rem;
  }

  .all_wrapper .mv_text {
    padding: 10px;
    text-align: left;
  }

  .gpc p {
    padding: 0 10px;
  } 


}

.all_wrapper .btn a {
  display: block;
  border: 2px solid #dbb00b;
  text-align: center;
  width: 300px;
  margin: 30px auto;
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}

.all_wrapper .btn a:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.staff_box01{
  width: 500px;
  margin: 30px auto;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  padding: 30px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: linear-gradient(90deg, rgba(253, 177, 170, 1), rgba(244, 145, 145, 1));
  background: -webkit-linear-gradient(90deg, rgba(253, 177, 170, 1), rgba(244, 145, 145, 1));
  z-index: 2;
}

.shop_deta {
  padding: 10px 0 0 ;
  border-radius: 10px;
  font-weight: bold;
  text-align: left;
}

.shop_deta p.price {
  line-height: 1.2;
  font-size: 1.2rem;
}

.shop_deta span.otoku {
  display: inline-block;
  line-height: 1.2;
  font-size: 1rem;
  padding: 2px 4px 0;
  color: #dbb00b;
  background-color: #fff;
}

.shop_deta .shop_name {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
}

.brand {
  font-weight: bold;

}

.bk_wh {
  background: #fff;
  padding: 20px;
  margin: 10px 0 30px;
  border-radius: 15px;
}
.container {
  width: 100%;
  max-width: 940px;
  margin: 40px auto;
  padding-inline: 20px;
}

.txt__red{
  font-size: 16px;
  font-weight: 800;
  order: 1;
  color: #e50012;
  text-align: center;
  padding: 0 0 8px 0;

}

/* カード型レイアウト */

.cards {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 0 auto;
  @media (max-width: 768px) {
    max-width: 400px;
    grid-template-columns: 1fr; /* 1列に変更 */
    gap: 40px;
  }
}

.card {
  border-radius: 10px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s;
  margin-top: 32px;
}

.card__img-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 360/240;
  padding: 16px;
}
.card__img {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.card__body {
  width: 100%;
  background-color: #fff;
  padding: 24px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.card__time {
  display: flex;
  align-items: right;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 15px;
  font-weight: bold;
  color: #b5b5b6;
  padding-bottom: 8px;
}

.card__title {
  display: flex;
    font-size: 1rem;
    font-weight: 800;
    order: 1;
    line-height: 28px;
}

.card__price {
  display:block;
  font-size: 16px;
  font-weight: 800;
  order: 1;
  color: #000;
}

.card__price_md {
  display:block;
  font-size: 16px;
  font-weight: 800;
  order: 1;
  color: #e50012;
}


.card__price2 {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  order: 1;
  color: #000;
}

.card__btn {
  display: inline-block;
  padding: 5px 35px;
  font-size: .75rem;
  background-color: #0085ca;
  color: #fff;
  border-radius: 10px;
  margin: 8px 16px 8px 0;
  margin-bottom: 8px;
}

.card__btn2 {
  display: inline-block;
  padding: 5px 35px;
  width: 100%;
  font-size: .75rem;
  text-align: center;
  background: linear-gradient(120deg, rgba(255, 180, 170, 1), rgba(244, 145, 145, 1));
  color: #fff;
  border-radius: 10px;
  margin: 8px 16px 8px 0;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.btn.__compact {
  padding: .5rem 1rem;
  border-radius: 10px;
  background-color: #e50012;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}

.btn.__compact2 {
  padding: .5rem 1rem;
  border-radius: 10px;
  background-color: #e50012;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}

.__line{
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1em;
  color: #fff;
  background: #0085ca;
  padding: 16px 16px;
  position: relative;
  margin-top: 24px;
}

/* 表示用 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
img {
  display: block;
}
a {
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 940px;
  margin: 40px auto;
  padding-inline: 20px;
}

/* カード型レイアウト */

.cards {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin: 0 auto;
  @media (max-width: 768px) {
  max-width:400px;
    grid-template-columns: 1fr; /* 1列に変更 */
  gap: 40px;
}
}
.card {
  border-radius: 10px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s;
  color: #000;
}

.card:hover {
  transform: translateY(-15px);
}
.card__img-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 360/240;
}
.card__img {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.card__body {
  width: 100%;
  background-color: #fff;
  padding: 24px ;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.card__text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}

.card__time {
  display: flex;
  align-items: right;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 15px;
  font-weight: bold;
  color: #b5b5b6;
}


.goods_sec {
  display: flex;
  flex-wrap: wrap;
 }

.goods_sec .goods_g {
  background: #6c81a3;
  padding: 1%;
  border-radius: 8px;
  }

  .goods_sec .goods_g a {
    color: #fff; 
  }

  .goods_sec .goods {
    width: 11%;
    margin: 10px 3px; 
  }

  @media screen and (max-width: 768px) {
    .goods_sec .goods {
      width: 22%; } 
    }

  .goods_sec .goods h5 {
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0;
    text-align: center;
    }

  .goods_sec .size_list {
    background: #808080;
    font-weight: bold;
    padding: 10px 1px;
    text-align: center;
   }
  .goods_sec .size_list a {
    color: #fff; 
  }




/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

/*----------------------------
scroll_up ｜下から出現
----------------------------*/
.scroll_up {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_up.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateY(0);
}




/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:94%;
  margin: 0 auto;
}

.slider .staff_box01 {
  max-width: 280px;/*スライダー内の画像を60vwにしてレスポンシブ化*/
  height:auto;
}

.slider .staff_box01 img {
  max-width: 80%;
  margin: 0 auto;
}


@media screen and (max-width: 768px) {
  .slider .staff_box01 {
    width: 50vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
  }

  .slider .staff_box01 img {
    max-width: 100%;
  }
}

.slider .slick-slide {
transform: scale(0.8);/*左右の画像のサイズを80%に*/
transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
opacity: 1;/*透過50%*/
}

.slider .slick-slide.slick-center{
transform: scale(1);/*中央の画像のサイズだけ等倍に*/
opacity: 1;/*透過なし*/
}

.slider img {
  width: 100%;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
  position: absolute;/*絶対配置にする*/
  top: 42%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;/*矢印の色*/
  border-right: 2px solid #666;/*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  text-align:center;
  margin:10px 0 0 0;
}

.slick-dots li {
  display:inline-block;
  margin:0 5px;
}

#slider .slick-dots button {
  color: transparent;
  outline: none;
  width:8px;/*ドットボタンのサイズ*/
  height:8px;/*ドットボタンのサイズ*/
  display:block;
  padding: 8px;/*ドットボタンのサイズ*/
  border-radius:50%;
  background:#ccc;/*ドットボタンの色*/
}

#slider .slick-dots .slick-active button{
  background:#333;/*ドットボタンの現在地表示の色*/
}

ul{
  margin:0;
  padding: 0;
  list-style: none;
}

.hd_img{
margin-bottom: 48px;
width: 100%;
}

.hd_txt{
  display: block;
  text-align: center;
  font-size: clamp(14px, 2vw, 1.6em);
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 48px;
}


/*# sourceMappingURL=style.css.map */