@charset "UTF-8";

main {
  position: relative;
  overflow: hidden;
}


.theme-watashi_no_oshipan {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #fff;
}

.hidden {
  display: none;
}

.theme-watashi_no_oshipan a {
  transition: opacity 0.4s;
}
.theme-watashi_no_oshipan a:hover {
  opacity: 0.7;
}


.kv {
  width: 100%;
  background-color: #f6d0c2;
}
.h1 {
  margin: 0 auto;
  /* max-width: 1400px; */
}
.h1 img {
  /* max-width: 1400px; */
  width: 100%;
}

main section {
  margin-top: 100px;
}
.innner {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}

.h2_subtitle {
  font-weight: bold;
  border-bottom: 4px dotted #FCB43C;
  display: inline-block;
  font-size: 24px;
}
h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 20px;
  white-space: nowrap;
}
h2 span {
  color: #FF846B;
  font-weight: bold;
vertical-align: baseline;
}

p {
  margin-top: 30px;
}

p.price {
  font-size: 28px;
  font-weight: bold;
  color: #ff846b;
  margin-top: -5px;
}

p.price.-off {
  font-size: 24px;
  margin-top: 20px;
}

.w-400 {
  width: 400px;
}
.mt-20 {
  margin-top: 20px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.Button {
  display: grid;
  place-content: center;
  width: 100%;
  height: 60px;
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
  cursor: pointer;
}
@media (any-hover: hover) {
.Button {
  transition: opacity 0.4s, background-color 0.4s, color 0.4s;
}
}
@media (any-hover: hover) {
  .Button.-next:hover svg {
      transform: translate3d(5px, 0, 0);
  }
  }
@media (any-hover: hover){
.Button svg {
    transition: fill 0.4s, transform 0.4s;
}
}
.Button.-secondary {
  color: #fff;
  background-color: #FF846B;
  border-radius: 99px;
}
.Button.-next svg {
  width: 8px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
.Button.-secondary svg {
  right: 25px;
  fill: #fff;
}

.Button.-next svg {
  width: 8px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
.Button.-secondary svg {
  right: 25px;
  fill: #fff;
}


.color *,
.color *::after,
.color *::before {
  box-sizing: border-box;
}

.color-category__float.is-active {
  display: none;
}
input.color-category-button.is-active {
  border: 5px solid #ff846b;
  border-radius: 50px;
}
.color-category-tab {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 20px;
  align-items: center;
  height: 55px;
}
.color-category-content {
  display: none;
  justify-content: space-between;
  margin: 0 auto;
}
.color-category-content.is-active {
  display: flex;
}



.sec_03_box {
  display: flex;
  gap: 50px;
}
.sec_03_box_left {
  width: 50%;
}
.sec_03_box_left_innner {
  display: flex;
  justify-content: space-between;
  gap: 10px
}
.h3_subtitle {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 4px dotted #FCB43C;
  display: inline-block;
  margin-bottom: 10px;
}
h3 span {
  font-size: 28px;
  font-weight: bold;
  color: #ff846b;
  line-height: 1.4;
}
h3 sup {
  font-size: 0.5em;
}
p.caution {
  text-align: left;
  font-size: 13px;
}
span.color_01 {
  color: #ff846b;
}
span.color_02 {
  color: #cccccc;
}

.sec_03_box_right {
  width: 48%;
  display: flex;
  background-color: #FFE6E1;
  padding: 20px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-around;
}
sapn.small {
  font-size: 24px;
  font-weight: bold;
}
span.p_dot {
  font-weight: bold;
  border-bottom: 4px dotted #FCB43C;
}
p.box_right {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}


.sec_04_box {
  display: flex;
  gap: 30px;
  margin-top: 50px;
  justify-content: space-between;
}
.sec_04_box_title {
  font-size: 24px;
  font-weight: bold;
  background-color: #ffe6e1;
  padding: 12px 0 8px 20px;
  text-align: left;
}
.sec_04_box_left, .sec_04_box_right {
  width: 48%;
}
.sec_04_box_point {
  text-align: left;
  margin-top: 20px;
}
.sec_04_box_point {
  text-align: left;
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
.sec_04_box_point p {
  margin-top: 7px;
}
.sec_04_box2 {
  margin-top: 80px;
}
.sec_04_box2_title {
  font-size: 24px;
  font-weight: bold;
  background-color: #ffe6e1;
  padding: 12px 0 8px 20px;
  text-align: center;
}
.sec_04_box2_inner {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
.sec_04_box2_txt {
  text-align: left;
  background-color: #EDEDED;
  padding: 20px 30px;
  border-radius: 10px;
  width: 280px;
}
.triangle {
  background: #EDEDED;
  height: calc(tan(60deg) * 40px / 2);
  width: 40px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  margin: 0 auto -15px;
}


.sec_05_box {
  margin-top: 80px;
}
#sec_05 h4 {
  position: relative;
  display: inline-block;
  padding: 0 395px;
}
#sec_05 h4:before, #sec_05 h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 380px;
  height: 1px;
  background-color: #8b6833;
}
#sec_05 h4:before {
  left:0;
}
#sec_05 h4:after {
  right: 0;
}

.sec_05_box_inner {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  align-items: flex-start;
}
.sec_05_box_left, .sec_05_box_right {
  width: 48%;
}
.sec_05_box_left {
  width: 48%;
  text-align: left;
}
.sec_05_box_right {
  width: 48%;
  background-color: #ffe6e1;
  padding: 30px;
  box-sizing: border-box;
}
.sec_05_box_right_inner {
  background-color: #fff;
  text-align: center;
  padding: 30px;
}
.sec_05_box_right p {
  background-color: #fff;
  text-align: left;
}
.sec_05_box_left dl {
  display: flex;
  flex-wrap: wrap;
}
.sec_05_box_left dl dt {
  width: 33%;
  margin-bottom: 20px;
}
.sec_05_box_left dl dd {
  width: 66%;
  margin-top: 5px;
}
.sec_05_box_left ul {
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.bestsize {
  background-color: #ffe6e1;
  margin-top: 30px;
  padding: 10px;
}


#sec_06_purple {
  background-color: #DECFE6;
  padding: 40px 0;
}
#sec_06_purple .box_photo {
  position: relative;
}
a.sec_06_purple_btn {
  position: absolute;
  bottom: 100px;
  left: 111px;
  z-index: 900;
}

#sec_06_purple .innner, #sec_06_white .innner , #sec_06_green .innner {
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
}
.sec_06_box {
  display: flex;
  gap: 30px;
  align-items: center;
}
.sec_06_box p {
  text-align: left;
}
.lineup {
  background-color: #EDEDED;
  text-align: left;
  padding: 22px 30px 30px;
  margin-top: 30px;
}
.lineup dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

#sec_06_white {
  background-color: #F2EDDF;
  padding: 40px 0;
  margin-top: 0;
}
#sec_06_white .box_photo {
  position: relative;
}
a.sec_06_white_btn {
  position: absolute;
  bottom: 40px;
  left: 160px;
  z-index: 900;
}
a.sec_06_white_btn2 {
  position: absolute;
  bottom: 155px;
  left: 64px;
  z-index: 900;
}

#sec_06_green {
  background-color: #90A8A5;
  padding: 40px 0;
  margin-top: 0;
}
#sec_06_green .box_photo {
  position: relative;
}
a.sec_06_green_btn {
  position: absolute;
  bottom: 40px;
  left: 265px;
  z-index: 900;
}
a.sec_06_green_btn2 {
  position: absolute;
  bottom: 191px;
  left: 42px;
  z-index: 900;
}

.bnr_box {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding-bottom: 80px;
}

.sticky_button {
    position: fixed;
    width: 130px;
    bottom: 70px;
    right: 14px;
    height: 130px;
    z-index: 900;
}


/*クイック購入用モーダル start 2017.2.10*/
.modal_wrap{
	position: fixed;
	z-index: 100000000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	display: none;
}
.modal_regist_finish{
	position: absolute;
	top: 43%;
	left: 52%;
	margin-left: -260px;
	margin-top: -50px;
	background: #fff;
	border-radius: 6px;
	padding: 26px 20px 14px;
	width: 440px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.regist_finish_text1{
	font-size: 1.3rem;
	color: #000;
	margin-bottom: 10px;
}
.regist_finish_text2 {
    font-size: 1.3rem;
    color: #000;
    margin-bottom: 26px;
}

.modal_btn_arr{
    display: block;
    width: 50%;
    padding: 4px;
    margin: 0 auto;
}
.modal_btn_cart{
    font-size: 1.3rem;
    color: #004990;
    cursor: pointer;
    border: solid 1px #004990;
    border-radius: 3px;
}


.product_colmn.product_nomal {
  margin-top: 60px;
}
.product_list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
img.ProductsData_img {
  width: 100%;
  height: auto;
}
.product_item {
  width: 220px;
}
.ProductsData_body {
  margin-top: -20px;
}
.ProductsData_col {
    margin-bottom: 10px;
}
.ProductsData_col select {
  width: 100%;
  padding: 7px 19px;
  border-radius: 7px;
  margin-bottom: 7px;
}
button.Button.-cart {
  background-color: #ff846b;
  color: #fff;
  height: 40px;
  border-radius: 7px;
}
a.Button.-detail.w-full {
  color: #ff846b;
  border: 2px solid #ff846b;
  border-radius: 7px;
  height: 40px;
  box-sizing: border-box;
}

a.Button.-detail.w-full svg {
  width: 10px;
  height: 16px;
  right: 15px;
  fill: #ff846b
}
.Button.-detail svg {
  width: 8px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}

@media (any-hover: hover) {
  .Button.-cart:hover {
    background-color: #feb6a7;
  }
  .Button.-detail:hover svg {
      transform: translate3d(5px, 0, 0);
  }
  }
  

/* アニメーション */
.txt_bold {
  font-weight: bold;
}

.TrackingIn {
  opacity: 0;
  transition: 1s;
  letter-spacing: 0.8em;
}

.TrackingIn.-active {
  opacity: 1;
  letter-spacing: 4px;
}

.FadeSlideUp {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.FadeSlideUp.-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1.5s, transform 1.5s;
}

.FadeSlideUp_one {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.FadeSlideUp_one.-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1.5s, transform 1.5s;
  transition-duration : 1s;
  transition-delay : 0.5s;
}

.FadeSlideUp_second {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.FadeSlideUp_second.-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1.5s, transform 1.5s;
  transition-duration : 1s;
  transition-delay : 1s;
}

.FadeInLeft {
  opacity:0;
  transition: 1s;
  transform: translatex(-100px);
}
.FadeInLeft.-active {
  opacity:1;
  transform: translatex(0);
  animation-delay: 1s;
}
.FadeInRight {
  opacity:0;
  transition: 1s;
  transform: translatex(+100px);
}
.FadeInRight.-active {
  opacity:1;
  transform: translatex(0);
  animation-delay: 1s;
}

.ZoomOut {
  transform: scale(3.25);
}

.ZoomOut.-active {
  transform: scale(1);
  transition: transform 0.5s;
}

.ZoomIn {
  opacity: 0;
  transform: scale(0.5);
}

.ZoomIn.-active {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s, transform 0.5s;
}

.fade_type_slide {
  position: relative;
}
.fade_type_slide::after {
  content: '';
  display: block;
  width: 100%;
  transform: scaleX(1);
  transform-origin: 100% 0;
  height: 100%;
  background-color: #FF846B;
  position: absolute;
  top: 0;
  right: 0;
}
.fade_type_slide.-active::after {
  transition: .6s;
  transform: scaleX(0);
}
 

