@charset "UTF-8";
.bread2024_content {
  overflow: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
html[data-browse-mode="S"] .bread2024_content {
  font-size: 16px;
}
.bread2024_content a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .bread2024_content a:hover {
    color: inherit;
    opacity: 0.8;
  }
}
.bread2024_content .inner {
  max-width: 1212px;
  margin: auto;
  padding: 0 16px;
}
html[data-browse-mode="S"] .bread2024_content .inner {
  max-width: 450px;
}
.bread2024_content .link_btn a {
  width: 308px;
  height: 60px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #4e2201;
  border-radius: 8px;
  border: 1px solid #707070;
}
html[data-browse-mode="S"] .bread2024_content .link_btn a {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  font-size: 14px;
}
.bread2024_content .icon {
  display: -ms-inline-grid;
  display: inline-grid;
  place-content: center;
  color: #fff;
  border-radius: 13px;
  font-size: 16px;
  padding: 4px 12px 1px;
}
html[data-browse-mode="S"] .bread2024_content .icon {
  font-size: 16px;
}
html[data-browse-mode="S"] .bread2024_content .is_Pc {
  display: none;
}
html[data-browse-mode="P"] .bread2024_content .is_Sp {
  display: none;
}
html[data-browse-mode="S"] .bread2024_content .is_Sp {
  display: block;
}
.bread2024_content .mv_content img {
  width: 100%;
  height: auto;
}
.bread2024_content .intro_content {
  background: url("/img/usr/freepage/bread/bg01.png") repeat-y center/cover;
  background-size: 100% 36px;
  padding: 112px 0 10px;
}
html[data-browse-mode="S"] .bread2024_content .intro_content {
  background: url("/img/usr/freepage/bread/sp/bg01.png") repeat-y center/cover;
  background-size: 100% 36px;
  padding: 80px 0 70px;
}
.bread2024_content .intro_content .title {
  text-align: center;
}
.bread2024_content .intro_content .title img {
  max-width: 892px;
}
html[data-browse-mode="S"] .bread2024_content .intro_content .title img {
  max-width: 343px;
  margin: auto;
}
.bread2024_content .intro_content .grid_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 486px 400px;
  grid-template-columns: 486px 400px;
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  place-content: center;
  gap: 28px 80px;
  margin-top: 40px;
}
html[data-browse-mode="S"] .bread2024_content .intro_content .grid_wrap {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 282px 55px;
  grid-template-rows: 1fr 282px 55px;
  margin-top: 44px;
  gap: 23px;
}
.bread2024_content .intro_content .grid_wrap .text {
  text-align: center;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  margin-top: 65px;
}
.bread2024_content .intro_content .grid_wrap .text > p {
  margin-bottom: 10px;
  line-height: 30px;
}
html[data-browse-mode="S"] .bread2024_content .intro_content .grid_wrap .text {
  margin-top: 0;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.bread2024_content .intro_content .grid_wrap .name {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
  text-align: center;
}
html[data-browse-mode="S"] .bread2024_content .intro_content .grid_wrap .name {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
}
.bread2024_content .intro_content .grid_wrap .name span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
}
.bread2024_content .intro_content .grid_wrap .name span:before,
.bread2024_content .intro_content .grid_wrap .name span:after {
  content: "";
  display: block;
  width: 47px;
  height: 3px;
  background-image: linear-gradient(to right, #4e2201 6px, transparent 6px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
html[data-browse-mode="S"] .bread2024_content .intro_content .grid_wrap .name span {
  font-size: 16px;
  gap: 8px;
}
.bread2024_content .intro_content .grid_wrap .name > p {
  color: #4e2201;
  font-size: 24px;
  font-weight: bold;
  margin-top: 8px;
}
html[data-browse-mode="S"] .bread2024_content .intro_content .grid_wrap .name > p {
  font-size: 20px;
  margin-top: 0px;
}
.bread2024_content .intro_content .grid_wrap .img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
}
html[data-browse-mode="S"] .bread2024_content .intro_content .grid_wrap .img {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
.bread2024_content .intro_content .grid_wrap .img img {
  max-width: 400px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 48px;
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.051);
          box-shadow: 0px 0px 5px rgba(0,0,0,0.051);
  margin: auto;
}
html[data-browse-mode="S"] .bread2024_content .intro_content .grid_wrap .img img {
  max-width: 282px;
  border-radius: 32px;
}
.bread2024_content .making_content {
  position: relative;
  background: url("/img/usr/freepage/bread/bg02.jpg") repeat top/contain;
}
html[data-browse-mode="S"] .bread2024_content .making_content {
  background: url("/img/usr/freepage/bread/sp/bg02.jpg") repeat top/contain;
}
.bread2024_content .making_content:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #4e2201 8px, transparent 8px);
  background-size: 16px 2px;
  background-repeat: repeat-x;
  background-position: left top;
}
.bread2024_content .making_content > .title {
  text-align: center;
  padding-top: 155px;
}
.bread2024_content .making_content > .title img {
  max-width: 1054px;
}
html[data-browse-mode="S"] .bread2024_content .making_content > .title {
  padding-top: 80px;
}
html[data-browse-mode="S"] .bread2024_content .making_content > .title img {
  max-width: 328px;
  margin: auto;
}
.bread2024_content .making_content .video_wrap {
  position: relative;
  background: #fff;
  border-radius: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 65px;
  padding: 64px 64px 55px;
  margin-top: 67px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .video_wrap {
  border-radius: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 32px 16px 41px;
  margin-top: 56px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .video_wrap iframe {
  min-width: 310px !important;
}
.bread2024_content .making_content .video_wrap:before,
.bread2024_content .making_content .video_wrap:after {
  position: absolute;
  content: "";
  display: block;
  width: 13px;
  height: 152px;
  background: url("/img/usr/freepage/bread/stetch.png") no-repeat center/contain;
}
html[data-browse-mode="S"] .bread2024_content .making_content .video_wrap:before,
html[data-browse-mode="S"] .bread2024_content .making_content .video_wrap:after {
  width: 70px;
  height: 12px;
  background: url("/img/usr/freepage/bread/sp/stetch.png") no-repeat center/contain;
}
.bread2024_content .making_content .video_wrap:before {
  left: 0;
  top: 65px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .video_wrap:before {
  left: 30px;
  top: 0;
}
.bread2024_content .making_content .video_wrap:after {
  right: 0;
  bottom: 65px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .video_wrap:after {
  right: 30px;
  bottom: 0;
}
.bread2024_content .making_content .video_wrap .text {
  width: 100%;
  text-align: center;
}
.bread2024_content .making_content .video_wrap .text .title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2.4px;
  background-image: linear-gradient(to right, #4e2201 8px, transparent 8px);
  background-size: 16px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .video_wrap .text .title {
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}
.bread2024_content .making_content .video_wrap .text > p {
  margin-top: 20px;
  line-height: 31px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .video_wrap .text > p {
  line-height: 27px;
}
.bread2024_content .making_content .item_wrap {
  background: #f7f0e2;
  border-radius: 24px;
  padding: 32px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 35px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .item_wrap {
  border-radius: 20px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 18px;
  margin: 30px 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bread2024_content .making_content .item_wrap .name {
  margin: 15px 0 24px;
}
.bread2024_content .making_content .item_wrap .name span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
}
.bread2024_content .making_content .item_wrap .name span:before,
.bread2024_content .making_content .item_wrap .name span:after {
  content: "";
  display: block;
  width: 47px;
  height: 3px;
  background-image: linear-gradient(to right, #4e2201 6px, transparent 6px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
html[data-browse-mode="S"] .bread2024_content .making_content .item_wrap .name {
  margin: 0 0 12px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .item_wrap .name span {
  gap: 8px;
  font-size: 16px;
}
.bread2024_content .making_content .item_wrap .name p {
  color: #4e2201;
  font-size: 18px;
  font-weight: bold;
}
html[data-browse-mode="S"] .bread2024_content .making_content .item_wrap .name p {
  font-size: 16px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .item_wrap .link_btn a {
  width: 100%;
  max-width: 500px;
  font-size: 16px;
}
.bread2024_content .making_content .item_wrap .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bread2024_content .making_content .item_wrap .img img {
  max-width: 180px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.051);
          box-shadow: 0px 0px 5px rgba(0,0,0,0.051);
  border-radius: 24px;
}
.bread2024_content .making_content .point_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 67px;
  padding: 40px 0px 25px;
  margin-top: 100px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .point_wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  padding: 40px 8px 35px;
  margin-top: 54px;
}
.bread2024_content .making_content .point_wrap:before,
.bread2024_content .making_content .point_wrap:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #4e2201 6px, transparent 6px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
html[data-browse-mode="S"] .bread2024_content .making_content .point_wrap:before,
html[data-browse-mode="S"] .bread2024_content .making_content .point_wrap:after {
  background-image: linear-gradient(to right, #4e2201 8px, transparent 8px);
  background-size: 16px 2px;
}
.bread2024_content .making_content .point_wrap:before {
  top: 0;
  left: 0;
  height: 4px;
}
.bread2024_content .making_content .point_wrap:after {
  bottom: 0;
  left: 0;
}
.bread2024_content .making_content .point_wrap .left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bread2024_content .making_content .point_wrap .block01 .title {
  background: #b95643;
  letter-spacing: -0.8px;
}
.bread2024_content .making_content .point_wrap .block01 .img {
  text-align: right;
  margin-top: 23px;
}
.bread2024_content .making_content .point_wrap .block01 ul {
  display: -ms-grid;
  display: grid;
  gap: 7px;
  margin-top: 12px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .point_wrap .block01 ul {
  gap: 4px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .point_wrap .block01 li {
  line-height: 27px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .point_wrap .block01 .img {
  margin-top: -23px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .point_wrap .block01 .img img {
  margin-left: auto;
}
.bread2024_content .making_content .point_wrap .block02 .title {
  background: #4e2201;
  letter-spacing: 1px;
  padding: 4px 16px 1px;
}
.bread2024_content .making_content .point_wrap .block02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 0;
  margin-top: 12px;
  max-height: 93px;
}
.bread2024_content .making_content .point_wrap .block02 li {
  display: inline-block;
  line-height: 24px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .point_wrap .block02 {
  margin-top: -25px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .point_wrap .block02 ul {
  gap: 4px 0px;
  max-height: 120px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .point_wrap .block02 li {
  min-width: 125px;
}
.bread2024_content .making_content .point_wrap .block03 {
  margin-top: 20px;
}
.bread2024_content .making_content .point_wrap .block03 .title {
  background: #4e2201;
  letter-spacing: 1px;
  padding: 4px 16px 1px;
}
.bread2024_content .making_content .point_wrap .block03 p {
  margin-top: 6px;
  line-height: 31px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .point_wrap .block03 p {
  line-height: 27px;
}
.bread2024_content .making_content .making_howTo {
  padding: 120px 0 70px;
}
.bread2024_content .making_content .making_howTo > .title {
  text-align: center;
}
.bread2024_content .making_content .making_howTo > .title img {
  max-width: 244px;
  margin: auto;
}
html[data-browse-mode="S"] .bread2024_content .making_content .making_howTo {
  padding: 80px 0 70px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .making_howTo > .title {
  text-align: center;
}
html[data-browse-mode="S"] .bread2024_content .making_content .making_howTo > .title img {
  max-width: 224px;
  margin: auto;
}
.bread2024_content .making_content .making_howTo .procedure_wrap {
  margin-top: 50px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .making_howTo .procedure_wrap {
  padding: 0 16px;
  margin-top: 25px;
}
.bread2024_content .making_content .making_howTo .procedure_wrap .block_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 32px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .making_howTo .procedure_wrap .block_list {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .making_howTo .procedure_wrap .block_list li img {
  max-width: 311px;
  margin: auto;
}
.bread2024_content .making_content .making_howTo .procedure_wrap .procedure_list {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  margin-top: 8px;
}
.bread2024_content .making_content .making_howTo .procedure_wrap .procedure_list li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.bread2024_content .making_content .making_howTo .procedure_wrap .procedure_list span {
  color: #b95643;
  font-weight: 600;
  padding-right: 5px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .making_howTo .procedure_wrap .procedure_list {
  gap: 8px;
  margin-top: 14px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .making_howTo .procedure_wrap .procedure_list li {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
}
.bread2024_content .making_content .making_howTo .finish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 93px;
  margin-top: 50px;
  padding-left: 55px;
}
.bread2024_content .making_content .making_howTo .finish .block {
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.bread2024_content .making_content .making_howTo .finish .block:nth-child(1) {
  margin-bottom: 45px;
}
.bread2024_content .making_content .making_howTo .finish .block:nth-child(2) {
  padding-bottom: 90px;
}
.bread2024_content .making_content .making_howTo .finish .block:nth-child(2) img {
  border-radius: 48px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .making_howTo .finish {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  padding-left: 0;
}
html[data-browse-mode="S"] .bread2024_content .making_content .making_howTo .finish .block:nth-child(1) {
  margin: 0;
}
html[data-browse-mode="S"] .bread2024_content .making_content .making_howTo .finish .block:nth-child(1) img {
  max-width: 187px;
}
html[data-browse-mode="S"] .bread2024_content .making_content .making_howTo .finish .block:nth-child(2) {
  padding: 0;
}
html[data-browse-mode="S"] .bread2024_content .making_content .making_howTo .finish .block:nth-child(2) img {
  border-radius: 24px;
}
.bread2024_content .arrange_wrap {
  background: url("/img/usr/freepage/bread/bg01.png") repeat-y center/cover;
  background-size: 100% 36px;
  padding: 120px 0 100px;
}
html[data-browse-mode="S"] .bread2024_content .arrange_wrap {
  background: url("/img/usr/freepage/bread/sp/bg01.png") repeat-y center/cover;
  background-size: 100% 36px;
  padding: 80px 0 35px;
}
.bread2024_content .arrange_wrap >.title {
  text-align: center;
}
html[data-browse-mode="S"] .bread2024_content .arrange_wrap >.title {
  margin-bottom: 50px;
}
.bread2024_content .arrange_wrap >.title img {
  max-width: 522px;
}
html[data-browse-mode="S"] .bread2024_content .arrange_wrap >.title img {
  max-width: 310px;
  margin: auto;
}
.bread2024_content .arrange_wrap .block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  background: #f7f0e2;
  border-radius: 40px;
  padding: 64px 64px 55px;
  margin: 55px auto;
}
html[data-browse-mode="S"] .bread2024_content .arrange_wrap .block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  border-radius: 32px;
  padding: 36px 24px;
  margin: 40px auto;
}
.bread2024_content .arrange_wrap .block:nth-child(1) .text .material {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bread2024_content .arrange_wrap .block:nth-child(1) .text .material p {
  letter-spacing: 1.6px;
}
.bread2024_content .arrange_wrap .block:nth-child(1) .text > p {
  margin-top: 20px;
}
.bread2024_content .arrange_wrap .block:nth-child(2) {
  margin: 45px 0 50px;
}
.bread2024_content .arrange_wrap .block:nth-child(2) .text > .title:before {
  background: url("/img/usr/freepage/bread/02.png") no-repeat center/contain;
}
.bread2024_content .arrange_wrap .block:nth-child(2) .text > p {
  margin-top: 8px !important;
}
.bread2024_content .arrange_wrap .block:nth-child(3) .text > .title:before {
  background: url("/img/usr/freepage/bread/03.png") no-repeat center/contain;
}
.bread2024_content .arrange_wrap .block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 65px 64px 64px;
}
.bread2024_content .arrange_wrap .block:before,
.bread2024_content .arrange_wrap .block:after {
  position: absolute;
  content: "";
  display: block;
  width: 13px;
  height: 152px;
  background: url("/img/usr/freepage/bread/stetch.png") no-repeat center/contain;
}
html[data-browse-mode="S"] .bread2024_content .arrange_wrap .block:before,
html[data-browse-mode="S"] .bread2024_content .arrange_wrap .block:after {
  width: 70px;
  height: 12px;
  background: url("/img/usr/freepage/bread/sp/stetch.png") no-repeat center/contain;
}
.bread2024_content .arrange_wrap .block:before {
  left: 0;
  top: 63px;
}
html[data-browse-mode="S"] .bread2024_content .arrange_wrap .block:before {
  left: 30px;
  top: 3px;
}
.bread2024_content .arrange_wrap .block:after {
  right: 0;
  bottom: 72px;
}
html[data-browse-mode="S"] .bread2024_content .arrange_wrap .block:after {
  right: 30px;
  bottom: 6px;
}
.bread2024_content .arrange_wrap .block .text > .title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2.4px;
  padding-bottom: 20px;
  width: 100%;
  background-image: linear-gradient(to right, #b95643 8px, transparent 8px);
  background-size: 16px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.bread2024_content .arrange_wrap .block .text > .title:before {
  content: "";
  display: block;
  width: 30px;
  height: 24px;
  background: url("/img/usr/freepage/bread/01.png") no-repeat center/contain;
  margin-bottom: 8px;
}
.bread2024_content .arrange_wrap .block .text > .title:after {
  position: absolute;
  bottom: 15px;
  right: 0;
  content: "";
  width: 105px;
  height: 104px;
  display: block;
  background: url("/img/usr/freepage/bread/arrange_icon.png") no-repeat center/contain;
}
html[data-browse-mode="S"] .bread2024_content .arrange_wrap .block .text > .title {
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 5px;
  background-image: linear-gradient(to right, #b95643 6px, transparent 6px);
  background-size: 12px 2px;
}
html[data-browse-mode="S"] .bread2024_content .arrange_wrap .block .text > .title:before {
  width: 25px;
  height: 20px;
}
html[data-browse-mode="S"] .bread2024_content .arrange_wrap .block .text > .title:after {
  bottom: 17px;
  right: -13px;
  width: 72px;
  height: 71px;
  background: url("/img/usr/freepage/bread/sp/arrange_icon.png") no-repeat center/contain;
}
.bread2024_content .arrange_wrap .block .text .material {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  letter-spacing: 0px;
  background: #fff;
  border-radius: 8px;
  padding: 16px 24px;
  margin-top: 24px;
}
html[data-browse-mode="S"] .bread2024_content .arrange_wrap .block .text .material {
  gap: 8px;
  font-size: 14px;
  border-radius: 6px;
  padding: 8px 12px 6px;
  margin-top: 16px;
}
.bread2024_content .arrange_wrap .block .text .material > .icon {
  background: #4e2201;
  height: 26px;
}
html[data-browse-mode="S"] .bread2024_content .arrange_wrap .block .text .material > .icon {
  height: 20px;
  font-size: 12px;
  padding: 0 12px 0;
  letter-spacing: -0.6px;
}
.bread2024_content .arrange_wrap .block .text .material p {
  line-height: 26px;
}
html[data-browse-mode="S"] .bread2024_content .arrange_wrap .block .text .material p {
  line-height: 21px;
}
.bread2024_content .arrange_wrap .block .text > .icon {
  background: #b95643;
  margin-top: 20px;
}
html[data-browse-mode="S"] .bread2024_content .arrange_wrap .block .text > .icon {
  margin-top: 16px;
  font-size: 12px;
  padding: 2px 12px 1px;
}
.bread2024_content .arrange_wrap .block .text > p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 9px;
}
html[data-browse-mode="S"] .bread2024_content .arrange_wrap .block .text > p {
  font-size: 14px;
  line-height: 21px;
  margin-top: 12px;
}
.bread2024_content .arrange_wrap .block .text ul {
  display: -ms-grid;
  display: grid;
  gap: 1px;
  margin-top: 4px;
}
html[data-browse-mode="S"] .bread2024_content .arrange_wrap .block .text ul {
  gap: 5px;
  margin-top: 6px;
}
.bread2024_content .arrange_wrap .block .text ul li {
  font-size: 16px;
  line-height: 27px;
}
html[data-browse-mode="S"] .bread2024_content .arrange_wrap .block .text ul li {
  font-size: 14px;
  line-height: 21px;
}
.bread2024_content .arrange_wrap .block .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bread2024_content .arrange_wrap .block .img img {
  border-radius: 40px;
  max-width: 500px;
}
html[data-browse-mode="S"] .bread2024_content .arrange_wrap .block .img img {
  border-radius: 24px;
  max-width: 100%;
}
.bread2024_content .item_content {
  position: relative;
  background: url("/img/usr/freepage/bread/bg03.jpg") repeat top;
  background-size: 633px 389px;
  padding: 155px 0 150px;
}
html[data-browse-mode="S"] .bread2024_content .item_content {
  background: url("/img/usr/freepage/bread/sp/bg03.jpg") repeat top;
  background-size: 309px 194px;
  padding: 90px 0 85px;
}
.bread2024_content .item_content:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #4e2201 8px, transparent 8px);
  background-size: 16px 2px;
  background-repeat: repeat-x;
  background-position: left top;
}
.bread2024_content .item_content >.title {
  text-align: center;
}
.bread2024_content .item_content >.title img {
  max-width: 610px;
  margin: auto;
}
html[data-browse-mode="S"] .bread2024_content .item_content >.title img {
  max-width: 272px;
}
.bread2024_content .item_content .item_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 45px;
}
.bread2024_content .item_content .item_grid .block .img {
  max-width: 308px;
  height: auto;
  aspect-ratio: 1/1;
}
html[data-browse-mode="S"] .bread2024_content .item_content .item_grid {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 17px;
  margin-top: 27px;
}
html[data-browse-mode="S"] .bread2024_content .item_content .item_grid .block .img {
  max-width: 139px;
  margin: auto;
}
.bread2024_content .item_content .block {
  background: #fff;
  border-radius: 24px;
  padding: 24px 32px 32px;
}
html[data-browse-mode="S"] .bread2024_content .item_content .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 16px;
  padding: 10px 12px 20px;
}
.bread2024_content .item_content .block .name {
  font-weight: bold;
}
html[data-browse-mode="S"] .bread2024_content .item_content .block .name {
  font-size: 14px;
  min-height: 40px;
  margin-top: 10px;
}
.bread2024_content .item_content .block .price {
  font-weight: bold;
}
.bread2024_content .item_content .block .price span {
  font-size: 14px;
  font-weight: 500;
}
html[data-browse-mode="S"] .bread2024_content .item_content .block .price {
  font-size: 14px;
  margin: 5px 0;
}
html[data-browse-mode="S"] .bread2024_content .item_content .block .price span {
  font-size: 12px;
}
.bread2024_content .item_content .block .link_btn {
  margin-top: 15px;
}
html[data-browse-mode="S"] .bread2024_content .item_content .block .link_btn {
  margin-top: 0;
}
.bread2024_content .item_content .item_coffee {
  margin-top: 125px;
}
html[data-browse-mode="S"] .bread2024_content .item_content .item_coffee {
  margin-top: 90px;
}
.bread2024_content .item_content .item_coffee > .title {
  text-align: center;
}
.bread2024_content .item_content .item_coffee > .title img {
  max-width: 566px;
  margin: auto;
}
html[data-browse-mode="S"] .bread2024_content .item_content .item_coffee > .title img {
  max-width: 243px;
}
.bread2024_content .item_content .item_coffee .flex_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 50px;
}
html[data-browse-mode="S"] .bread2024_content .item_content .item_coffee .flex_wrap {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 17px;
  margin-top: 32px;
}
.bread2024_content .item_content .item_coffee .flex_wrap .block {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}
html[data-browse-mode="S"] .bread2024_content .item_content .item_coffee .flex_wrap .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 12px 20px;
}
html[data-browse-mode="S"] .bread2024_content .item_content .item_coffee .flex_wrap .block .name {
  margin-top: 15px;
}
html[data-browse-mode="S"] .bread2024_content .item_content .item_coffee .flex_wrap .block .price {
  margin: auto 0 12px;
}
.bread2024_content .item_content .item_coffee .flex_wrap .block .img {
  text-align: center;
}
.bread2024_content .item_content .item_coffee .flex_wrap .block .img img {
  max-width: 207px;
  height: auto;
  aspect-ratio: 1/1;
}
html[data-browse-mode="S"] .bread2024_content .item_content .item_coffee .flex_wrap .block .img img {
  max-width: 139px;
  margin: auto;
}
.bread2024_content .item_content .item_coffee .flex_wrap .block .link_btn a {
  width: 100%;
  height: 47px;
  font-size: 16px;
}
html[data-browse-mode="S"] .bread2024_content .item_content .item_coffee .flex_wrap .block .link_btn a {
  height: 40px;
  font-size: 14px;
}
.bread2024_content .item_content .item_coffee .text_link {
  margin-top: 18px;
}
.bread2024_content .item_content .item_coffee .text_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: bold;
}
.bread2024_content .item_content .item_coffee .text_link a:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
html[data-browse-mode="S"] .bread2024_content .item_content .item_coffee .text_link {
  margin-top: 15px;
}
html[data-browse-mode="S"] .bread2024_content .item_content .item_coffee .text_link a {
  font-size: 14px;
}
html[data-browse-mode="S"] .bread2024_content .item_content .item_coffee .text_link a:after {
  width: 10px;
  height: 10px;
}
.bread2024_content .modal_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  background: rgba(0,0,0,0.5);
  z-index: 999999;
  display: none;
}
.bread2024_content .modal_container.is_active {
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.bread2024_content .modal_container .modal_content {
  background: #fff;
  padding: 10px;
  margin-top: 10px;
  border-radius: 10px;
}
.bread2024_content .modal_container .modal_content iframe {
  aspect-ratio: 9/16;
  width: auto;
  height: 70vh;
  border-radius: 5px;
}
.bread2024_content .modal_container .close_btn {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 999px;
  font-size: 40px;
  font-weight: bold;
  margin-left: auto;
}
.bread2024_content .vsm-tile {
  margin-top: 180px;
  padding-bottom: 60px;
}
html[data-browse-mode="S"] .bread2024_content .vsm-tile {
  margin-top: 0;
  padding-bottom: 0;
}
html[data-browse-mode="S"] .bread2024_content .vsm-selection-description{
  font-size: 14px;
  padding: 0 25px;
  text-align: left;
  margin-bottom: 18px;
}
html[data-browse-mode="S"] .bread2024_content .vsm-selection-title{
  margin: 90px 0 24px;
}
html[data-browse-mode="S"] .bread2024_content .ecbn-selection-widget{
  margin: 5px auto 120px;
}