@charset "utf-8";@charset "UTF-8";
.image {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.image img {
	display: block;
	width: 100%;
	height: auto;
}

.box2 {
    padding-top: 5%;
}

.box3 {
    padding-bottom: 10%;
    padding-top: 5%;
}


/* テキスト */

.text01 {
    font-size: 0.9em;
    font-weight: nomal;
    line-height: 25px;
    width: 90%;
    margin: 0% auto;
    text-align: left;
}


section {
  max-width: 310px;
  margin: 0 auto;
}

a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 1.0em;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  font-family: "Playfair Display", serif;
}

a.btn_02:hover {
  background: #000;
  color: #fff;
}

a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

.container619 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 430px;
}

.image-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.look-image {
    width: 100%;
    max-width: 450px;
    height: auto;
    object-fit: contain;
    margin-top: 4vw;
}

.look2 {
  object-position: right;
}

.info-section {
    width: 100%;
    text-align: center;
    margin-top: 3vw;
}

.look-details {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  color: #222;
  font-family: "EB Garamond", serif;
}

.look-details li {
  margin-bottom: 0.5vw;
}

.buy {
  background: #111;
  color: #fff;
  font-size: 0.85em;
  padding: 0.1em 0.6em;
  border-radius: 2px;
  margin-left: 0.5em;
  letter-spacing: 0.1em;
}
}
/*===============================================
tablet
===============================================*/
@media (max-width: 768px) {
section {
  max-width: 300px;
  margin: 0 auto;
}
a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  font-family: "Playfair Display", serif;
}

a.btn_02:hover {
  background: #000;
  color: #fff;
}

a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}
}
/*===============================================
SMP
===============================================*/
@media (max-width: 430px) {
section {
  max-width: 310px;
  margin: 0 auto;
}

a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  font-family: "Playfair Display", serif;
}
a.btn_02:hover {
  background: #000;
  color: #fff;
}

a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

.box3 {
    padding-bottom: 20%;
    padding-top: 1%;
}

.container619 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    padding: 10vw 0vw;
    flex-wrap: wrap;
}
.look-details li {
  margin-bottom: 0.9vw;
}
}