/* ブロック要素・レイアウト用 */
@charset "utf-8";

html {
  background-image: url(../img/bk.jpg);
}
/* FV-メインビジュアル（レスポンシブ・ブレイクポイント）
------------------------------------ */
#FV {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    background-color: #86827a;
    border-bottom: 2px solid #c0c0c0;
    margin: 0 auto;
}
.FV_img {
    width: 100%;
    background-color: #CDD7E0;
    position: relative;
}
#FV > .FV_img > .package {
    width: 54%;
    top: 52.5%;
    left: 2%;
    position: absolute;
    -webkit-animation: fuwafuwa 2s infinite linear alternate;
    animation: fuwafuwa 2s infinite linear alternate;
    transform: rotate(8deg);
}
@media (max-width: 750px) {
  #FV > .FV_img > .package {
    position: absolute;
        width: 68%;
        top: 47%;
        left: 3%;
        display: flex;
        flex-direction: column;
        text-align: left;
  }
}
@keyframes fuwafuwa {
    0% {
        transform: translate(0,0px);
    }
    100% {
        transform: translate(0,2%)
    }
}

/* コンテンツ（レスポンシブ・ブレイクポイント）
------------------------------------ */
#wrapper,#wrapper2 {
  max-width: 100%;
  text-align: center;
}

#wrapper > .inner,#wrapper2 > .inner {
  padding: 0vh 0vw 20vh 0vw;
  max-width: 950px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 950px) {
  #wrapper > .inner,#wrapper2 > .inner{
    padding: 0vh 3vw 7vh 3vw;
    max-width: 100%;
    text-align: left;
  }
}

/* figure（イメージ画像・その説明）
------------------------------------ */
figure {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

/* product（商品説明・アイテム）
------------------------------------ */
.productInfo {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item {
  width: 100%;
  text-align: center;
}
.item img {
  width: 100%;
}

/* 商品 */
.itemImg{
  background-image: linear-gradient(to top, #c0c0c0 0%, rgb(0 0 0 / 12%) 18%, #86827a47 10%, #e2cdb7 48%, #d9d9d9 75%, #bcbcbc 100%);
}
.itemImg2{
  background-image: linear-gradient(to top, #c0c0c0 0%, rgb(0 0 0 / 12%) 18%, #86827a47 10%, #c8d7da 48%, #d9d9d9 75%, #bcbcbc 100%)
}
.itemInfo {
  font-size: 1.6rem;
	margin: 20px 0 0 0;
	letter-spacing:0.01em;
	line-height: 1.5em;
  padding: 0;
  text-align: left;
}
.itemImg,.itemImg2 {
  position: relative;
}
.kaname {
  width: 60%;
}
.item_p {
  position: absolute;
  top: 120px;
  width: 46%;
  right: 15px;
  animation: fuwa 2s infinite linear alternate;
}
.kaname2 {
  width: 60%;
  margin-left: 40%;
}
.item_p2 {
  position: absolute;
  top: 120px;
  width: 46%;
  left: 0px;
  animation: fuwa 2s infinite linear alternate;
}
@keyframes fuwa {
    0% {
        transform: translate(0,0px);
    }
    100% {
        transform: rotate(2deg);
    }
}
@media (max-width: 750px) {
  .item_p {
    top: 15%;
    width: 46%;
    right: 0%;
  }
  .item_p2 {
    top: 15%;
    width: 46%;
    left: 0%;
  }
  .itemInfo {
    padding: 0 2vw 0vh 0vw;
    margin: 2vh 0 0 0;
  }
}
.itemInfo dt {
  font-size: 1.3rem;
	margin: 0 0 0 0;
	letter-spacing: -0.08em;
	line-height: 1.5em;
  font-weight: 900;
}
@media (max-width: 750px) {
  .itemInfo dt {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
.itemInfo > dt.onesup > strong {
  box-shadow: 0px -10px 5px -5px #f8bf00 inset, 0px 1px 4px -2px #f18d00;
  font-size: 25px;
  font-weight: 700;
  padding: 0 12px;
}
.itemInfo > dt.bayond > strong {
  box-shadow: 0px -10px 5px -5px #82d47d inset, 0px 1px 4px -2px #308a43;
  font-size: 25px;
  font-weight: 700;
  padding: 0 12px;
}
.itemInfo dd {
  font-size: 22px;
	margin: 0 0 0 12px;
	letter-spacing:0.01em;
	line-height: 1.5em;
  margin-top: 12px;
}
@media (max-width: 750px) {
  .itemInfo dd {
    font-size: 1.3rem;
    margin:  0 0 0 0;
    margin-top: 0.8vh;
  }
  .itemInfo > dt.bayond > strong,
  .itemInfo > dt.onesup > strong {
    font-size: 1.6rem;
    padding: 0 2vw;
  }
}

/* お知らせ
------------------------------------ */
.newslist {
  width: 100%;
}
.newslist li {
  background-color: rgb(0 0 0 / 7%);
  font-size: 1.2rem;
  margin-bottom: 2px;
  box-sizing: border-box;
  color: #000000;
  display: table;
  padding: 10px;
  width: 100%;
  line-height: 1.5em;
  letter-spacing:0.01em;
  display: flex;
}
@media (max-width: 750px) {
  .newslist li .day {
    display: block;
    vertical-align: middle;
    width: 25%;
  }
.newslist li .news {
    display: block;
    width: 75%;
  }
}
/* 日付 */
.newslist li time {
  color: #666;
  display: table-cell;
  vertical-align: top;
  width: 90px;
  font-size: 1.1rem;
  text-align: left;
}
/* カテゴリ アイコン */
.newslist li .cat01,
.newslist li .cat02 {
  background-color: #1B73BA;
  border-radius: 1px;
  color: #FFFFFF;
  font-size: 9px;
  padding: 0 2px;
  text-align: center;
  width: 50px;
}
.newslist li .cat02 {
  background-color: #ff6347;
}

/* テーブルレイアウト
------------------------------------ */
.col-head-type1 {
  border-collapse: collapse;
  width: 100%;
}
.col-head-type1 th,
.col-head-type1 td {
  border: 1px solid #c0c0c0;
  padding: 12px 8px;
  letter-spacing:0.01em;
  line-height: 1.5em;
  font-size: 1.2rem;
  background-color: #fffefe;
}
.col-head-type1 th {
  background: #f0f0f0;
  text-align: left;
  width: 200px;
}
@media only screen and (max-width: 750px) {
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
    font-size: 1.2rem;
  }
  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;
  }
  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }
  .col-head-type1 tr:first-child {
    border-top: 1px solid #c0c0c0;
  }
}

/* お問い合わせフォーム
------------------------------------ */
.form dl {
  font-size: 1.2rem;
}
.form dl {
  margin-bottom: 6vh;
}
.form dt {
  font-size: 1.4rem;
	letter-spacing: 0.01em;
	line-height: 1.5em;
  margin-bottom: 2vh;
}
.overview > dt {
  font-size: 1.2rem;
	letter-spacing:0.01em;
	line-height: 1.2em;
  margin-bottom: 2vh;
}
.product,.select,.namearea,.width-long,.textarea-matter_text,.overview {
  background-color: #eaeaea;
  padding: 1vh 0;
}
.product,.select {
  width: 100%;
}
.namearea,.width-long,.textarea-matter_text,.overview {
  width: 98%;
  padding: 1vh 1%;
  margin: 0 auto;
}
.textarea-matter_text {
  height: 120px;
}
.overview {
  overflow: scroll;
  height: 220px;
}
.formList > dl {
  margin-bottom: 1.2vh;
}
.formList > dt {
  margin-top: 1.1vh;
  margin-bottom: 1vh;
  font-size: 1.2rem;
  color: #606060;
}
.formList > dd {
  margin-bottom: 2vh;
  color: #606060;
}
.ol {
	list-style-type: decimal;
	padding-left: 35px;
}
.ol > li {
	margin-bottom: 0.8vh;
  letter-spacing:0.01em;
  line-height: 1.1em;
}
.form_btn {
  width: 400px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .form_btn {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  }
}
.btn_submit_form,.btn_submit_back {
	display: block;
	position: relative;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
  width: 180px;
}
@media (max-width: 750px) {
  .btn_submit_form,.btn_submit_back {
    width: 130px;
  }
}
.btn_submit_form {
	background: #0066cc;
  margin: 4vh auto 2vh auto;
}
.btn_submit_back {
	background: #999;
  margin: 4vh auto 2vh auto;
}
.btn_submit_form:hover,.btn_submit_back:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}
.req {
	padding: 0.2vh 0.5vw;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #ff6347;
  margin: 0 2vw;
  font-size: 1.2rem;
}

/* 商品紹介
------------------------------------ */
.product_item .pac {
  width: 28%;
  float: left;
}
.product_text {
  margin: 0;
  width: 68%;
  float: right;
}
.product_information {
  margin: 0;
  width: 67%;
  float: right;
}
@media (max-width: 750px) {
  .product_information {
    margin: 0;
    width: 100%;
  }
}
.product_text h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.6em;
}
@media (max-width: 750px) {
  .product_text h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.3em;
  }
}
.border_box {
  border : solid 2px #696969 ;
  margin-top: 3vh;
  padding: 1.7vh 1vw 1vh 1vw;
}
.border_box ul {
  list-style: square;
  padding-left: 20px;
}
.border_box ul li {
  letter-spacing:0.01em;
	line-height: 1.5em;
  font-size: 1.4rem;
  padding-bottom: 1vh;
  font-weight: 600;
}
@media (max-width: 750px) {
  .border_box ul li {
    font-size: 1.2rem;
  }
}
.product_price {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 3vh;
}
.product_price span {
  font-size: 1rem;
  font-weight: 100;
}

/* SNS アイコン
------------------------------------ */
.sns_icon {
	display: flex;
  align-items: flex-start;
}
.icon_f {
	width: 27px;
  margin: 0 10px 0 15px;
}
.icon_i {
	width: 20px;
}

/* サポート・お問い合わせ */
dl.dl_list {
  width : 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  border: 1px solid #e8e8e8;
  font-size: 1.3rem;
}

dl.dl_list dt {
  box-sizing: content-box;
  padding: 10px;
  width : 70%;
  background-color : #fdfdfd;
}
dl.dl_list dd {
  box-sizing: content-box;
  text-align: right;
  padding : 10px;
  flex: auto;
  background-color : #f4f9ff;
}
dl.dl_list dd a,dl.dl_list dd a:visited {
  text-decoration: none;
  color: #0033cc;
}