@charset "UTF-8";
/*-------------------------
common
visual
content-ico
btn_online__area
remodal-area
-------------------------*/
/*-----------------------
common
------------------------*/

.outerlink.onlinestore {
  margin: 0 !important;
}

.onlinestore img {
  width: auto !important;
}

.line-online {
  width: 50px;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}

p {
  line-height: 19px;
}

/* div {
  line-height: 19px;
}
.ttl_area span,.rising_main span{
  line-height: 19px;
} */

.sp-br {
  display: block;
}

.rising_main a {
  text-decoration: none;
}

.rising_main a:hover {
  text-decoration: underline;
}

.container {
  margin-bottom: 50px;
}

.rmain2 {
  max-width: 950px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .pc-br {
    display: block;
  }

  .sp-br {
    display: none;
  }

  .rmain2 {
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 779px) {
  .ttl {
    padding-top: 35px;
  }
}
@media screen and (min-width: 980px) {
  .rmain2 {
    padding: 0px 80px 20px;
  }
}
/*--fade style-----------------------*/
.is-already {
  opacity: 1;
}

.is-visible {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*--ttl_list-----------------------*/
.ttl {
  padding: 15px 12px 30px;
  text-align: center;
  font-size: 20px;
  font-family: brown-bold;
  color: #323232;
  letter-spacing: 2px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .ttl {
    padding: 40px 0 35px;
    font-size: 33px;
    letter-spacing: 4.5px;
    line-height: 1.35;
  }
}
/*--ttl_text-----------------------*/
.ttl_text {
  box-sizing: border-box;
  font-weight: 300;
  line-height: 19px;
  max-width: 950px;
}

.ttl_text {
  font-weight: bold;
  line-height: 19px;
  margin: 0 auto;
  padding-bottom: 0;
}

/*--item-----------------------*/
.item {
  /* margin-bottom: 20px; */
  opacity: 0;
}

.item_first .item-ttl-inner {
  padding: 35px 0 10px;
}
.item_second {
  /* margin-top: 49px; */
}

.item-content img {
  width: 100%;
  max-width: 950px;
}

.item-ttl-inner {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #323232;
  padding: 35px 0 10px;
  line-height: 1.3;
}

.item-about {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .item {
    margin-bottom: 20px;
    opacity: 0;
  }

  .item-about {
    margin-top: 15px;
  }

  .item_second {
    margin-top: 0;
  }

  .ttl_text {
    padding-bottom: 35px;
  }

  .item_first .item-ttl-inner {
    padding: 50px 0px 10px 0px;
  }
}
/*item-main-ttl-------*/
.item-main-ttl {
  margin-top: 25px;
}
.item-main-ttl a {
  color: #585858;
}

.item-main-ttl {
  font-weight: 600;
  color: #585858;
  font-size: 12px;
}

.item-main-ttl img {
  margin-top: -4px;
  vertical-align: baseline;
}

.item-xo {
  display: inline-block;
  margin: 0 4px;
  width: 15px;
  height: 15px;
  vertical-align: bottom;
  position: relative;
  top: -1px;
}
.item-xo img {
  width: 100%;
  vertical-align: baseline;
  position: absolute;
  top: 3px;
}

.item-name:before {
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .item-name {
    margin-left: 5px;
  }

  .item {
    margin-bottom: 0;
  }

  .item-ttl {
    text-align: center;
    font-size: 22px;
    padding-top: 0;
  }

  .item-ttl-inner {
    display: inline-block;
    padding: 50px 0px 10px 0px;
    margin-bottom: 0;
  }

  .item-ttl-inner:before {
    top: 52px;
    margin: 0;
    right: auto;
  }

  .item-name:before {
    display: none;
  }

  .item-main-ttl {
    vertical-align: top;
  }
}
/*--item-list-----------------------*/
.item-list {
  font-weight: 600;
  color: #585858;
  margin-top: 10px;
}

.item-list a {
  color: #585858;
}

.item-list li {
  position: relative;
  border-bottom: 1px solid #ddd;
  display: table;
  width: 100%;
}

.item-list li a {
  display: table-cell;
  padding: 20px 0 20px 30px;
}

.item-list li:before {
  display: table-cell;
  width: 20px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.item-cover {
  display: inline-block;
}
.item-cover:nth-child(1) {
  margin-right: 10px;
}
.item-blanck {
  margin-right: 5px;
}

.item-list li:nth-child(1):before {
  content: "";
  background: url(../images/white/num_01.png) no-repeat center left;
  background-size: contain;
}

.item-list li:nth-child(2):before {
  content: "";
  background: url(../images/white/num_02.png) no-repeat center left;
  background-size: contain;
}

.item-list li:nth-child(3):before {
  content: "";
  background: url(../images/white/num_03.png) no-repeat center left;
  background-size: contain;
  width: 22px;
}

.item-list li:nth-child(4):before {
  content: "";
  background: url(../images/white/num_04.png) no-repeat center left;
  background-size: contain;
  width: 22px;
}

.item-list-inner {
  line-height: 19px;
}

.item-list-line {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

.item-list-line img {
  width: 22px;
}

.item-list-line:before {
  content: "";
  display: block;
  position: absolute;
  background: #323232;
  height: 1px;
  width: calc((100% - 50px) / 2);
  left: 0;
  top: 11px;
}

.item-list-line:after {
  content: "";
  display: block;
  position: absolute;
  background: #323232;
  height: 1px;
  width: calc((100% - 50px) / 2);
  right: 0;
  top: 11px;
}

@media screen and (min-width: 768px) {
  .item-list {
    margin-top: 15px;
    margin-bottom: 60px;
    display: table;
    width: 100%;
  }

  .item-list-line:before {
    width: calc((100% - 70px) / 2);
  }

  .item-list-line:after {
    width: calc((100% - 70px) / 2);
  }

  .item-list li {
    margin-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    display: table-cell;
    padding-left: 10px;
    width: 25%;
    vertical-align: middle;
  }

  .item-list > li:last-child {
    border-right: none;
  }

  .item-list li a {
    margin-bottom: 0;
    height: 100%;
    display: block;
    padding-right: 10px;
    padding-bottom: 0;
    padding-top: 0;
  }

  .item-list li:before {
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
    display: block;
  }

  .item-list .item-list1 {
    width: 23%;
  }

  .item-list .item-list2 {
    width: 27%;
  }

  .item-list .item-list3 {
    width: 25%;
  }

  .item-list .item-list4 a {
    padding-right: 0;
  }
  .item-cover {
    display: block;
  }
  .item-cover:nth-child(1) {
    margin-right: 0;
  }
}
/*-----------------------
visual
------------------------*/
.visual {
  /* margin-bottom: 20px; */
}

.visual img {
  width: 100%;
  max-width: 950px;
}

.visual .visual-img {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .visual {
    margin-bottom: 0;
  }
}
/*-----------------------
content-ico
------------------------*/
.content-ico {
  margin: 50px 0;
  padding: 12px;
  border: 1px solid #000;
}
.content-ico {
  margin-top: 100px;
}

.content-ico .line-store {
  width: 46px;
  vertical-align: middle;
  padding: 0 3px;
}

.content-ico .line-online {
  width: 13px;
  vertical-align: middle;
  padding: 0 3px;
}

.content-ico {
  box-sizing: border-box;
  width: 45%;
  margin: 110px auto 20px;
  padding: 8px 0 17px 14px;
  border: 1px solid #000;
}

.content-ico li {
  float: left;
  line-height: 19px;
}

.content-ico li:nth-child(2) {
  padding: 0 8% 0 7%;
}

.content-ico .line-online {
  width: 13px;
  vertical-align: middle;
  padding: 0 5px;
}

.content-ico p {
  margin-top: 4px;
}

.ico-store {
  width: 20px !important;
  display: inline-block;
  padding: 0 1.5px;
}

.ico-online {
  width: 50px !important;
  display: inline-block;
  padding: 0 1.5px;
}

.content-ico .line-online {
  width: 13px;
  vertical-align: middle;
  padding: 0 5px;
}

@media (max-width: 767px) {
  .content-ico {
    width: 100%;
    padding: 2%;
  }

  .content-ico li:nth-child(2) {
    padding: 0 2.5%;
  }
  .content-ico {
    margin-top: 70px;
  }
}
/*-----------------------
btn_online__area
------------------------*/
.btn_online__area {
  margin: 45px 0 10px;
  text-align: center;
}

.btn_online {
  padding: 5px 0;
  border: 2px solid #000;
}

.btn_online a {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "brown-bold";
  text-decoration: none;
}
.btn_online a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .btn_online {
    display: inline-block;
    text-align: center;
    width: 57%;
    padding: 10px 0;
    border: 3px solid #000;
  }

  .btn_online a {
    display: block;
    font-size: 23px;
    font-weight: 700;
    color: #000;
    letter-spacing: 3px;
    vertical-align: middle;
  }
}
/*-----------------------
remodal-area
------------------------*/
.remodal {
  padding: 0 !important;
  max-width: 900px !important;
}

.remodal-wrap {
  margin: 12px 10px;
  padding: 10px 10px 25px;
  border: 2.5px solid #000;
  position: relative;
}
.remodal-wrap:before {
  content: "";
  background: url(../images/white/ribbon_sp.png) no-repeat top right;
  background-size: contain;
  width: 105px;
  height: 67.5px;
  position: absolute;
  top: -2.5px;
  right: -2.5px;
}

.remodal-img {
  text-align: center;
  width: 100%;
}

.remodal-ttl-box {
  text-align: left;
}

.remodal-ttl {
  font-family: brown-bold;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.2em;
}

.remodal-content {
  text-align: left;
}

.remodal-item {
  font-size: 13px;
  margin-top: 10px;
  font-weight: 600;
  display: inline-block;
}
.remodal-item .item-xo {
  position: relative;
  top: -2px;
}

.remodal-money {
  font-size: 12px;
  margin-top: 10px;
  font-weight: 600;
  display: inline-block;
}

.remodal-txt {
  margin-top: 25px;
  line-height: 19px;
}

.remodal-store {
  margin-top: 10px;
  margin-right: -10px;
  text-align: left;
  clear: both;
}
.remodal-store li {
  float: left;
}
.remodal-store img {
  height: 15px;
}

@media screen and (min-width: 440px) {
  .remodal-wrap {
    border: 3.5px solid #000;
  }
  .remodal-wrap:before {
    content: "";
    background: url(../images/white/ribbon_sp.png) no-repeat top right;
    background-size: contain;
    width: 160px;
    height: 85px;
    position: absolute;
    top: -3.5px;
    right: -3.5px;
  }
}
@media screen and (min-width: 570px) {
  .remodal-wrap {
    border: 5px solid #000;
  }
  .remodal-wrap:before {
    content: url(../images/white/ribbon_sp.png);
    background: none;
    width: 210px;
    height: 135px;
    position: absolute;
    top: -5px;
    right: -5px;
  }
}
@media screen and (min-width: 768px) {
  .remodal-wrap:before {
    content: "";
    background: url(../images/white/ribbon_pc.png);
    background-size: contain;
    width: 210px;
    height: 135px;
    position: absolute;
    top: -5px;
    right: -5px;
  }
  .remodal-wrap:after {
    content: "";
    display: block;
    clear: both;
  }

  .remodal-img {
    width: 50%;
    float: left;
  }
  .remodal-img img {
    width: 100%;
  }

  .remodal-content {
    width: 45%;
    float: right;
    margin-top: 62.5px;
  }

  .remodal-item {
    letter-spacing: 1px;
  }

  .remodal-txt {
    margin-top: 35px;
  }

  .remodal-money {
    margin-top: 10px;
    letter-spacing: 1px;
  }

  .remodal-store {
    margin-top: 10px;
  }
}
/*--close-btn----------------------*/
.remodal .close-btn {
  display: block !important;
  position: relative !important;
  margin-top: 80px !important;
  left: 50% !important;
  right: 50% !important;
  width: 20px !important;
  height: 20px !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 60px 0px 0px 25px !important;
  z-index: 10;
}
.remodal .close-btn:before {
  content: "CLOSE";
  font-family: brown-bold;
  font-weight: 600;
  letter-spacing: 1px;
  color: #a0a0a0;
  position: absolute;
  left: -50px;
  top: 4px;
}
.remodal .close-btn span {
  display: block;
  background: #575757;
  top: -10px;
  height: 1px;
}

.remodal .close-btn span:nth-of-type(2) {
  top: 30px !important;
}

.remodal .close_btn {
  display: none;
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-left: -15px;
}

.remodal .close_btn > span {
  position: relative;
  display: inline-block;
  vertical-align: 1;
  padding-right: 30px;
  cursor: pointer;
}

.remodal .close_btn > span > span {
  padding: 4px 0;
  font-size: 11px;
  letter-spacing: 1px;
  color: #2b2e38;
}

.remodal .close_btn > span ::before {
  position: absolute;
  width: 18px;
  height: 18px;
  content: "";
  background: url(../images/artisan/btn_close.png) no-repeat;
  background-size: contain;
  top: 2px;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.remodal .close-btn,
.remodal .close-btn span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.remodal .close-btn {
  position: absolute;
  right: 2%;
  width: 40px;
  height: 40px;
  margin: 1.5rem 0px 0px 1.5rem;
}

.remodal .close-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #404040;
}

.remodal .close-btn span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}

.remodal .close-btn span:nth-of-type(2) {
  top: 40px;
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media screen and (min-width: 768px) {
  .remodal .close-btn {
    margin-top: 80px;
  }

  .remodal-content {
    margin-top: 48px;
  }
}
/*--外枠----------------------*/
.remodal-overlay {
  background: #fff !important;
}

@media screen and (min-width: 768px) {
  .remodal-overlay {
    background: rgba(43, 46, 56, 0.9) !important;
  }
}

li.remodal-store-sup {
  margin: 0 3px 0 0;
}

span.remodal-store-sup-txt,
span.remodal-store-sup-price {
  position: relative;
  top: 2px;
}
span.remodal-store-sup-price {
  font-weight: bold;
}

.remodal-wrapper {
  padding: 0 !important;
}
