@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background: url("../img/bg.png") repeat center;
  color: #333;
}

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

a {
  color: #F37052;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.global_head {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.wrap {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .wrap {
    padding: 0 0 60px;
  }
}

@media only screen and (min-width: 768px) {
  .wrap {
    padding: 0 0 100px;
  }
}

@media only screen and (max-width: 767px) {
  .section {
    margin: 0 13px;
  }
}

@media only screen and (min-width: 768px) {
  .section {
    max-width: 950px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

h2 {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  h2 {
    margin: 0 0 40px;
  }
}

@media only screen and (min-width: 768px) {
  h2 {
    margin: 0 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  h2 img {
    width: 300px;
  }
}

.hero {
  background: #000;
}

@media only screen and (max-width: 767px) {
  .hero {
    padding: 20px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .hero {
    padding: 50px 0 0;
  }
}

.hero__inner {
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .hero__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.hero .date__content {
  position: absolute;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .hero .date__content {
    top: 5px;
    right: 22px;
  }
}

@media only screen and (min-width: 768px) {
  .hero .date__content {
    top: 145px;
    right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .hero .date__content img {
    width: 66px;
  }
}

@media only screen and (min-width: 768px) {
  .hero .date__content img {
    width: 125px;
  }
}

.hero .date__bg {
  position: absolute;
  -webkit-animation: circle 12s infinite linear;
          animation: circle 12s infinite linear;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .hero .date__bg {
    top: -25px;
    right: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .hero .date__bg {
    top: 81px;
    right: -31px;
  }
}

@media only screen and (max-width: 767px) {
  .hero .date__bg img {
    width: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .hero .date__bg img {
    width: 200px;
  }
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.intro {
  color: #000;
  font-weight: 600;
  text-align: center;
}

.intro::before {
  content: "";
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .intro::before {
    background: url("../img/ato-line-sp.png") repeat-x center;
    height: 50px;
    margin: 50px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .intro::before {
    background: url("../img/ato-line.png") repeat-x center;
    height: 70px;
    margin: 90px 0 0;
  }
}

.intro::after {
  content: "";
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .intro::after {
    background: url("../img/ato-line-sp.png") repeat-x center;
    height: 50px;
    margin: 0 0 50px;
  }
}

@media only screen and (min-width: 768px) {
  .intro::after {
    background: url("../img/ato-line.png") repeat-x center;
    height: 70px;
    margin: 0 0 90px;
  }
}

.intro p {
  text-align: center;
  letter-spacing: 0.2rem;
}

@media only screen and (max-width: 767px) {
  .intro p {
    font-size: 1.0rem;
    line-height: 2.6rem;
    margin: 0 20px;
    padding: 50px 0 45px;
  }
}

@media only screen and (min-width: 768px) {
  .intro p {
    padding: 100px 0 95px;
    max-width: 650px;
    margin: 0 auto;
    font-size: 1.3rem;
    line-height: 3.7rem;
  }
}

.pic {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .pic {
    margin: 0 0 60px;
  }
}

@media only screen and (min-width: 768px) {
  .pic {
    margin: 0 0 120px;
  }
}

.pic__slid {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .pic__item {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .pic__item {
    margin: 0 20px;
  }
}

.pic__item img {
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
  width: auto;
}

@media only screen and (max-width: 767px) {
  .pic__item img {
    height: 230px;
  }
}

@media only screen and (min-width: 768px) {
  .pic__item img {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .prod {
    margin: 0 0 75px;
  }
}

@media only screen and (min-width: 768px) {
  .prod {
    margin: 0 0 110px;
  }
}

.prod::before {
  content: "";
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .prod::before {
    background: url("../img/ato-line-sp.png") repeat-x center;
    height: 50px;
    margin: 0 0 50px;
  }
}

@media only screen and (min-width: 768px) {
  .prod::before {
    background: url("../img/ato-line.png") repeat-x center;
    height: 70px;
    margin: 0 0 80px;
  }
}

.prod__inner {
  background: #ecf3dd;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .prod__inner {
    padding: 35px 25px;
  }
}

@media only screen and (min-width: 768px) {
  .prod__inner {
    padding: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .prod__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .prod__pic {
    width: 70%;
    margin: 0 auto 50px;
  }
}

@media only screen and (min-width: 768px) {
  .prod__pic {
    width: 350px;
  }
}

@media only screen and (min-width: 768px) {
  .prod__text {
    width: calc(100% - 430px);
  }
}

.prod__name {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

@media only screen and (max-width: 767px) {
  .prod__name {
    font-size: 1.3rem;
    margin: 0 0 13px;
  }
}

@media only screen and (min-width: 768px) {
  .prod__name {
    font-size: 1.6rem;
    margin: 0 0 10px;
  }
}

.prod__detail {
  color: #000;
  margin: 0 0 10px;
}

.prod__detail:last-child {
  margin: 0;
}

.prod__detail span {
  font-weight: 700;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .prod__detail span {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 768px) {
  .prod__detail span {
    font-size: 1.7rem;
  }
}

.prod__note {
  margin: 20px 0 0;
}

.prod__last {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .prod__last {
    margin: 50px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .prod__last {
    margin: 40px 0 0;
  }
}

.prod__last_name {
  margin: 0 0 7px;
  font-size: 0.9rem;
}

.prod__last_name a {
  color: #000;
}

.prod__last_pic {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .prod__last_pic {
    width: 130px;
  }
}

@media only screen and (min-width: 768px) {
  .prod__last_pic {
    width: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .prod__last_pic:hover {
    opacity: 0.8;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

.prod__last_soldout {
  margin: 10px 0 0;
  font-weight: 700;
  color: #ff5b5b;
  font-family: 'Raleway';
  font-size: 1.3rem;
}

.prod .ato_01 {
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .prod .ato_01 {
    top: -29px;
    right: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .prod .ato_01 {
    top: -69px;
    right: 21px;
  }
}

@media only screen and (max-width: 767px) {
  .prod .ato_01 img {
    width: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .prod .ato_02 {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .prod .ato_02 {
    position: absolute;
    left: -22px;
    bottom: -26px;
  }
}

@media only screen and (max-width: 767px) {
  .sale {
    margin: 0 0 75px;
  }
}

@media only screen and (min-width: 768px) {
  .sale {
    margin: 0 0 110px;
  }
}

.sale__inner {
  background: #ecf3dd;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .sale__inner {
    padding: 30px 25px;
  }
}

@media only screen and (min-width: 768px) {
  .sale__inner {
    padding: 60px;
  }
}

.sale__item:first-of-type {
  margin: 0 0 30px;
}

.sale h3 {
  color: #000;
  line-height: 100%;
  letter-spacing: 0.05rem;
}

@media only screen and (max-width: 767px) {
  .sale h3 {
    margin: 0 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .sale h3 {
    margin: 0 0 15px;
    font-size: 1.3rem;
  }
}

.sale p {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .sale p {
    font-size: 1.05rem;
  }
}

@media only screen and (min-width: 768px) {
  .sale dl {
    padding: 10px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .sale dl:first-of-type {
    margin: 25px 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .sale dl:last-of-type {
    margin: 0;
  }
}

.sale dl dt {
  text-align: left;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .sale dl dt {
    margin: 0 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .sale dl dt {
    margin: 0 0 15px;
    width: 150px;
  }
}

.sale dl dt span {
  background: #e6d8bd;
  color: #000;
  font-weight: bold;
  border-radius: 20px;
  text-align: center;
  padding: 8px 20px;
}

.sale dl dd {
  margin: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sale dl dd {
    line-height: 1.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .sale dl dd {
    font-size: 1.05rem;
  }
}

@media only screen and (min-width: 768px) {
  .sale_place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sale_place_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .sale_place_item {
    width: calc(100% / 2);
  }
}

@media only screen and (max-width: 767px) {
  .sale_place_item:first-child {
    border-bottom: 1px solid #c3c0ba;
    padding: 0 0 25px;
  }
}

@media only screen and (min-width: 768px) {
  .sale_place_item:first-child {
    border-right: 1px solid #c3c0ba;
    padding: 0 30px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .sale_place_item:last-child {
    padding: 0 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .sale .sale-btn {
    margin: 30px 0 35px;
  }
}

@media only screen and (min-width: 768px) {
  .sale .sale-btn {
    width: 65%;
    margin: 30px auto;
  }
}

.sale .ato_03 {
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .sale .ato_03 {
    top: -20px;
    right: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .sale .ato_03 {
    top: -20px;
    right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .sale .ato_03 img {
    width: 80px;
  }
}

.sale-btn {
  background: #977e68;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .sale-btn {
    height: 53px;
    line-height: 53px;
  }
}

@media only screen and (min-width: 768px) {
  .sale-btn {
    margin: 25px 0 0;
    height: 60px;
    line-height: 60px;
  }
}

.sale-btn:hover {
  opacity: 0.8;
}

.sale-btn a {
  color: #fff;
  display: block;
  width: 100%;
  font-size: 1.0rem;
  letter-spacing: 0.05rem;
}

.sale-btn a:hover {
  text-decoration: none;
}

.sale-btn a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-size: 0.9em;
  font-weight: 900;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .sale-btn a::before {
    top: 0;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .sale-btn a::before {
    top: -0.6px;
    margin-right: 7px;
  }
}

.sns::after {
  content: "";
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sns::after {
    background: url("../img/ato-line-sp.png") repeat-x center;
    height: 50px;
    margin: 65px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .sns::after {
    background: url("../img/ato-line.png") repeat-x center;
    height: 70px;
    margin: 100px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .sns__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sns__item {
  background: #ecf3dd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .sns__item {
    width: 100%;
    margin: 0 0 40px;
    padding: 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .sns__item {
    width: 47%;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sns__item:last-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .sns__item_pic {
    width: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .sns__item_pic {
    width: 150px;
  }
}

.sns__item_pic img {
  border-radius: 50%;
}

.sns__item_text {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .sns__item_text {
    width: calc(100% - 170px);
  }
}

@media only screen and (min-width: 768px) {
  .sns__item_text {
    width: calc(100% - 200px);
    font-size: 1.2rem;
  }
}

.sns__item_ttl {
  font-weight: bold;
  margin: 0 0 15px;
  letter-spacing: 0.2rem;
}

@media only screen and (max-width: 767px) {
  .sns__item_ttl {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 768px) {
  .sns__item_ttl {
    font-size: 1.2rem;
  }
}

.sns__item_icon img {
  margin-right: 10px;
}

.sns__item_icon img:hover {
  opacity: 0.8;
}

.screen-change {
  background: #111;
  color: #fff;
}

.screen-change .prod__name, .screen-change .prod__detail {
  color: #fff;
}

.screen-change .slick-dots li button::before {
  color: white !important;
}

.screen-change .slick-dots li .slick-active button::before {
  color: white !important;
}
/*# sourceMappingURL=style.css.map */