@charset "UTF-8";

html {
  font-size:  62.5%;
  }

body {
    max-width: 1000px;
    height: auto;
    margin: auto;
    background-image: linear-gradient(#fffac2,#fcc9ac);
    line-height: 2;
}

img {
  max-width: 100%;
  height: auto;
}

a{
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-size: 2.3rem;
}

a:hover{
  opacity: 0.8;
　color: white;
  text-decoration: underline;
}

p {
    font-family: "Noto Sans JP";
    color: black; font-size: 2rem;
}

h1{
    font-family: 'Caveat', cursive;
    font-size: 3rem;
    color: black;
    margin-top: 0;
    margin-bottom: 0;
}

h2{
    font-family: 'Caveat', cursive;
    font-size: 2.5rem;
    color: black;
}

h3{
    font-family: 'Caveat', cursive;
    font-size: 3rem;
    color: black;
    margin: 0% 3% 0%;
}

h4{
  font-family: 'Caveat', cursive;
  font-size: 5rem;
  color: black;
  margin-bottom: 0%;
  line-height: 0;
}

.story{
  text-align: center;
}

.strong{
  font-weight: bold;
  font-size: 2.2rem;
  background-color: #fff56c;
}
.strong2{
  font-weight: bold;
  font-size: 2.2rem;
}

.bg-photo1{
  background-image: url(images/top.bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.bg-photo2{
  background-image: url(images/story.bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.bg-photo3{
  background-image: url(images/item.bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.bg-photo4{
  background-image: url(images/payment.bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.bg-photo5{
  background-image: url(images/contact.bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.bg-photo-soldout{
  background-image: url(images/soldout.bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.comment{
    text-align: center;
    line-height: 1.8;
}

.container {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr) ;
  margin: 3% 5%;
 }

.item {
  text-align: center;
}

.containermenubar {
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(5, 1fr)
}

.itembox2 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin: 3% 13% 0%;
  justify-content: space-around;
}

.itembox3 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin: 3% 3% 0%;
}

.sheepcart{
  display: flex;
  justify-content: center;
}

.sheepitem{
  margin: 2%;
}

.form{
  margin: auto;
  text-align: center;
  display: block;
}

.sendbutton{
  font-family: 'Caveat', cursive;
  font-size: 2rem;
  color: white;
  background: #A96C1C;
  border-radius: 5px;
  border-color: transparent;
  padding: 10px 15px;
  margin-left: 100px;
  box-shadow: 0px 6px #7A4E14;
}

.sendbutton:active {
  position: relative;
  top: 6px;
  box-shadow: none;
}

.sentence{
  text-align: left;
  display: inline-block;
}

.button2{
  font-family:  "Noto Sans JP";
  font-size: 2rem;
  color: white;
  background: #A96C1C;
  border-radius: 5px;
  border-color: transparent;
  margin-bottom: 30px;
  padding: 10px 30px;
  box-shadow: 0px 6px #7A4E14;
}

.button2:active {
  position: relative;
  top: 6px;
  box-shadow: none;
}

.button2:hover{
  opacity: 0.8;
　color: white;
  text-decoration: none;
  cursor: pointer;
}

.button3{
  font-family:  "Noto Sans JP";
  font-size: 2rem;
  color: white;
  background: #A96C1C;
  border-radius: 5px;
  border-color: transparent;
  margin-top: 30px;
  padding: 10px 50px;
  box-shadow: 0px 6px #7A4E14;
}

.button3:active {
  position: relative;
  top: 6px;
  box-shadow: none;
}

.button3:hover{
  opacity: 0.8;
　color: white;
  text-decoration: none;
  cursor: pointer;
}

.caution{
  text-align: center;
  margin-top: 15%;
}

.itembutton{
  font-family: 'Caveat', cursive;
  font-size: 3rem;
  color: white;
  background: #A96C1C;
  border-radius: 5px;
  border-color: transparent;
  width: 15rem;
  margin: auto;
}

.so{
  font-family: 'Caveat', cursive;
  font-size: 1.8rem;
  text-align: center;
  color: black;
  margin-top: 3%;
  margin-bottom: 5%
}

.sns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}

.snsitem{
  text-align: center;
}

.footer{
  background-color: #A96C1C;
  text-align: center;
  padding: 0;
  color: white;
  font-family: "Noto Sans JP";
  font-size: 20px;
  margin-bottom: 3%;
}


*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_cssslider {
width: 75%;
height: auto;
padding-top: 60%; /* ??????? */
position: relative;
margin: 1em auto;
text-align: center;
}
.cp_cssslider > img {
position: absolute;
left: 0;
top: 0;
transition: all 0.5s;
border-radius: 3px;
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
}
.cp_cssslider input[name='cp_switch'] {
display: none;
}
/* ?T???l?C?? */
.cp_cssslider label {
margin: 0px 3px 0px 3px;
border: 2px solid #ffffff;
display: inline-block;
cursor: pointer;
transition: all 0.5s ease;
opacity: 0.6;
border-radius: 3px;
}
.cp_cssslider label:hover {
opacity: 0.9;
}
.cp_cssslider label img {
display: block;
width: 10vw;
border-radius: 2px;
}
.cp_cssslider input[name='cp_switch']:checked + label {
border: 2px solid #FF7043;
opacity: 1;
}
.cp_cssslider input[name='cp_switch'] ~ img {
opacity: 0;
}
.cp_cssslider input[name='cp_switch']:checked + label + img {
opacity: 1;
}



@media (max-width: 700px) {
  .container {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr) ;
    margin: 3%;
  }

  .sheepcart{
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .sheepitem{
    margin: auto;
  }

  .containermenubar {

  }

  .containermenubar700 {
    background-color: #A96C1C;
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(3, 1fr)
  }

}

/* トップ画像 */
.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-wrap:before,
.img-wrap:after {
  animation: 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

.img-wrap:before {
  animation-name: img-wrap-before;
  top: 0;
  bottom: 50%;
}

.img-wrap:after {
  animation-name: img-wrap-after;
  top: 50%;
  bottom: 0;
}

@keyframes img-wrap-before {
  100% {
    transform: translateX(100%);
  }
}

@keyframes img-wrap-after {
  100% {
    transform: translateX(-100%);
  }
}