@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");

:root {
  --color-red: #b7193f;
  --color-gray: #f1f1f4;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;

  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0 !important;
  text-decoration: none !important;
}
html,
body {
  margin: 0 !important;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
input,
textarea {
  max-width: 100%;
  font-size: inherit;
  font-family: inherit;
}
caption,
th,
td {
  text-align: left;
  padding: 5px 10px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: none;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
time {
  display: block;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:active {
  color: var(--color-red);
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
span {
  margin: 0px;
  padding: 0px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}
figure {
  max-width: 100%;
}
/*page
----------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  line-height: 1.7;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.bold {
  font-weight: bold;
}
.mobile {
  display: none !important;
}
.pc{
  display: block !important;
}
.relative {
  position: relative;
}
table td,
table th {
  border: 1px solid #d8d8d8;
  padding: 10px;
  vertical-align: middle;
  width: auto !important;
}

a:hover img {
  opacity: 0.8;
}
.container {
  max-width: 830px;
  padding: 0 15px;
  margin: 0 auto;
}

.color-red {
  color: var(--color-red);
}
.bg-white {
  background: #fff;
}
.text-center {
  text-align: center;
}
.error {
  font-size: 12px;
  color: var(--color-red);
}


.how-made {
    background: #F4D5B0;
    padding: 80px 0 160px 0;
}
.logo-sec{
    max-width: 160px;
    margin: auto;
}
.how-made .intro {
    margin: 40px 0 60px 0;
}

/*l step*/
.l-step {
  display: flex;
  flex-direction: column;
  gap: 60px; 
  margin-bottom: 90px;
  background-image: url('https://www.ace-group.co.jp/itami-bake-shop/img/bg-ine-zigzag.png');
  background-repeat: no-repeat;
  background-position: 77px center;
  background-size: contain;
  margin-top: 280px;
}

.step-item {
  display: flex;
  width: 100%;
  margin-top: -160px;
  position: relative;
}
.step-item:nth-child(1){
  top: -60px;
}
.step-item:nth-child(3){
  top: -85px;
}
.step-item:nth-child(5){
  top: -60px;
}
.step-item:nth-child(9){
  top: 100px;
}
.step-item:nth-child(11){
  top: 150px;
}

.step-item.left {
  justify-content: flex-start;
}

.step-item.right {
  justify-content: flex-end;
  
}

.step-item .content {
  max-width: 350px; 
  width: 100%;
  text-align: center;
}

.step-item.left .content {
  margin-right: 50px;
}

.step-item.right .content {
  margin-left: 50px;
}

.step-item img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
/*end l step*/
.box-tit-step {
    text-align: left;
    background: #fff;
    padding: 16px 20px 14px 20px;
    border-radius: 7px;
    margin-bottom: 10px;
}
.step-item:last-child .box-tit-step{
  background: #EA957F;
  padding: 25px 10px;
}
.tit-step {
    font-weight: bold;
    color: #BF6655;
    font-size: 18px;
    line-height: 1;
}
.step-item:last-child .tit-step{
  font-size: 27px;
  text-align: center;
  color: #fff;
}
.box-tit-step p{
  font-size: 22px;
}
.box-staff-comment .thumb{
  max-width: 630px;
  margin: auto auto 30px;
}
.box-staff-comment {
    margin-top: 200px;
}


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

@media screen and (max-width: 767px) {
  .mobile{
    display: block !important;
  }
  .pc{
    display: none !important;
  }
  .tit-step{
    font-size: 16px;
  }
  .box-tit-step p {
    font-size: 20px;
  }
  .step-item:last-child .tit-step{
    font-size: 25px;
  }
  .l-step{
    margin-top: 0;
    align-items: center;
    background-image: unset;
    gap: 0;
  }
  .step-item{
    margin: 0;
    display: block;
    width: unset;
  }
  .step-item.right .content {
    margin-left: 0;
  }
  .step-item.left .content {
    margin-right: 0;
  }
  .step-item:nth-child(1),
  .step-item:nth-child(3),
  .step-item:nth-child(5),
  .step-item:nth-child(9),
  .step-item:nth-child(11) {
    top: 0;
  }
  .box-staff-comment {
    margin-top: 50px;
  }
  .icon-step img{
    max-width: 26px;
    display: block;
  }
  .how-made{
    padding: 80px 0;
  }
  .logo-sec {
    max-width: 110px;
  }
}
@media screen and (max-width: 575px) {
}

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

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