@charset "utf-8";

* {
  box-sizing: border-box;
}

#container #wrapper {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
}

#breadcrumbs a:hover {
  text-decoration: none;
}

@media screen and (max-width: 667px) {
  #wrapper img {
    width: 100%;
  }
}

@media screen and (min-width: 668px) {
  #container #wrapper {
    width: 100%;
    text-align: center;
  }
}

/* title */
.title_h2 {
  padding: 21px 0;
  background-color: #fc6e7a;
  font-size: 28px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 667px) {
  .title_h2 {
    padding: 14px 0;
    font-size: 24px;
  }
}

/* mv */
.mv>h1 {
  background: url(/item/otameshi_cross/images/bg_mv.png) repeat left top;
}

.mv img {
  margin: 0 auto;
}

@media screen and (max-width: 667px) {
  .mv {
    margin-bottom: 0;
  }
}

/* sec_products_list */
.sec_inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}

.products_list_contents {
  padding: 40px 0 80px;
  background: #FFF9D9;
}

.products_list_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item_recommend {
  width: 100%;
  max-width: 460px;
  padding: 30px;
  background-color: #FFFFFF;
  border: 1px solid #FFB54C;
}

.item_recommend:nth-child(n+3) {
  margin-top: 20px;
}

.item_details {
  display: flex;
  justify-content: space-between;
}

.item_img {
  display: flex;
  width: 100%;
  max-width: 130px;
  margin-right: 20px;
}

.item_img img {
  width: 100%;
}
.item_img.mod {
  border: 1px solid #333333;
}

.item_info {
  text-align: left;
}

.item_ttl {
  font-size: 18px;
  font-weight: bold;
}

.item_sub {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.item_detail_price {
  margin-top: 20px;
}

.item_label {
  display: inline;
  width: 100%;
  max-width: 155px;
  margin-right: 12px;
  padding: 3px 8px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #E5E5E5;
}

.item_label.yellow {
  background-color: #FFF3B9;
}

.item_price {
  color: #ff0004;
  font-size: 30px;
  font-weight: bold;
  vertical-align: middle;
}

.item_anchors {
  margin-top: 20px;
}

.item_anchors p:not(:first-child) {
  margin-top: 20px;
}

.orange_anc {
  display: block;
  width: 100%;
  padding: 18px 10px;
  font-size: 18px;
  color: #FFFFFF !important;
  font-weight: bold;
  background-color: #FE7120;
  border-radius: 5px;
  text-align: center;
}

.modal_anc {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 45px;
  font-size: 16px;
  border: 1px solid #333333;
  text-align: center;
  color: #333;
}

.modal_anc::after {
  position: absolute;
  display: block;
  content: '';
  background: url(../images/modal_icon.png) center center;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 25px;
  height: 30px;
}

.item_link {
  display: inline-block;
  width: 100%;
  text-align: right;
  text-decoration: underline !important;
}

.annotation {
  margin-top: 20px;
  text-align: left;
}

.annotation li {
  font-size: 13px;
  line-height: 1.7;
}

@media screen and (max-width: 667px) {
  .products_list_contents {
    padding: 20px 0 40px;
  }

  .item_recommend {
    max-width: 100%;
    padding: 20px 16px;
  }

  .item_img {
    max-width: 110px;
    margin-right: 18px;
  }

  .item_info {
    width: 100%;
  }

  .item_details {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }

  .item_img img {
    height: fit-content;
  }

  @supports (-webkit-touch-callout: none) {
    .item_img img {
      height: unset;
      max-height: 110px;
    }
  }

  .item_ttl {
    margin-top: 14px;
  }

  .item_detail_price {
    margin-top: 15px;
    text-align: center;
  }

  .item_recommend:nth-child(2) {
    margin-top: 20px;
  }

  .item_anchors p:not(:first-child) {
    margin-top: 15px;
  }

  .item_anchors p:last-child {
    margin-top: 10px;
  }

  .orange_anc {
    font-size: 16px;
  }

  .modal_anc {
    font-size: 13px;
  }

  .item_sub {
    margin-top: 13px;
    font-size: 16px;
  }

  .item_label {
    max-width: 120px;
    padding: 5px 8px;
    font-size: 12px;
  }

  .item_price {
    font-size: 26px;
  }

  .modal_anc::after {
    right: 15px;
  }
}

/*----------------
  flow 
--------------*/
.flow_order {
  margin: 80px auto 30px;
}

@media screen and (min-width: 668px) {
  .flow {
    padding-bottom: 115px;
    background-color: #fffbef;
  }

  .flow_description_inner {
    display: flex;
    width: 876px;
    margin: auto;
  }
}

.flow_description_item {
  width: 252px;
  margin-right: 60px;
}

.flow_description_item:last-child {
  margin-right: 0;
}

.flow_description_title {
  font-size: 20px;
  color: #fc6e7a;
  margin-bottom: 30px;
}

.flow_description_subtitle.pc_only {
  margin-bottom: 20px;
}

.flow_description_item:last-child .flow_description_title {
  letter-spacing: -1px;
}

.flow_description_comment {
  text-align: left;
  line-height: 1.65;
  font-size: 15px;
}

.flow_description_comment>a {
  color: #fc6e7a;
  text-decoration: underline;
}

.flow_description_comment>a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 667px) {
  .flow {
    margin-bottom: 55px;
  }

  .flow_description {
    padding: 20px 10px;
  }

  .flow_description_inner {
    padding: 40px 20px 0 67px;
    background-color: #fffbef;
  }

  .flow_description_item {
    position: relative;
    width: 100%;
    margin-right: 0;
    padding-bottom: 50px;
  }

  .flow_description_item:nth-of-type(3) {
    padding-bottom: 30px;
  }

  .flow_description_item::after {
    position: absolute;
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    left: -47px;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(/item/otameshi/images/2020/sp/flow_num1_sp.png);
    background-size: contain;
  }

  .flow_description_item:nth-of-type(2)::after {
    background-image: url(/item/otameshi/images/2020/sp/flow_num2_sp.png);
  }

  .flow_description_item:nth-of-type(3)::after {
    background-image: url(/item/otameshi/images/2020/sp/flow_num3_sp.png);
  }

  .flow_description_title {
    font-size: 24px;
    margin-bottom: 0.5em;
    padding-top: 4px;
  }

  .flow_description_subtitle {
    width: 94%;
  }

  .flow_description_subtitle img {
    width: auto;
    max-width: 100%;
  }

  .flow_description_comment {
    font-size: 15px;
    margin-bottom: 0.5em;
  }

  .flow_description_item::before {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    left: -32px;
    top: 0;
    background-color: #fc6e7a;
  }

  .flow_description_item:nth-of-type(3)::before {
    background: none;
  }
}

/* cart */
.cart {
  width: 100%;
  max-width: 620px;
  margin: 83px auto 0;
  padding: 0 10px;
}

.cart_btn a {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 17px 0 18px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #FE7120;
  border-radius: 10px;
  line-height: 1.4;
  text-align: center;
}

.cart_btn a::after {
  position: absolute;
  display: block;
  content: '';
  background: url(../images/arrow.png) center center;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 16px;
  height: 26px;
}

.about_trial {
  margin-top: 36px;
  font-size: 13px;
  text-align: left;
}

.about_trial p {
  font-weight: bold;
}

.dotted_list {
  margin-top: 5px;
}

.dotted_list li {
  position: relative;
  padding-left: 14px;
}

.dotted_list li::before {
  position: absolute;
  display: block;
  content: '・';
  left: 0;
}

@media screen and (max-width: 667px) {
  .cart {
    max-width: 100%;
    margin: 40px auto 0;
  }

  .cart_btn a {
    font-size: 16px;
    padding: 13px 42px 6px;
  }
}

/* modal */
/* Styling for overlay */

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100dvh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

body.modal-open {
  overflow: hidden;
}

/* Styling for modal */
.modal {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 960px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  z-index: 1001;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}
.close-button {
  position: fixed;
  top: 7%;
  left: 79.5%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1007;
  font-size: 20px;
  color: #fff !important;
}

.close-button:hover {
  text-decoration: none !important;
  color: #fff !important;
}

.modal h2 {
  padding: 15px;
  color: #FFFFFF;
  background-color: #FE7120;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.modal_inner {
  padding: 20px 30px 43px;
  text-align: left;
}

.modal h3 {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: bold;
}

.img_flex {
  display: flex;
  margin-top: 20px;
  flex-direction: row;
  font-size: 13px;
  text-align: center;
}

.modal_img img {
  border: 1px solid #333;
  margin-bottom: 6px;
}

.modal_img:not(:last-child) {
  margin-right: 15px;
}

.modal_tbl {
  margin-top: 30px;
  font-size: 13px
}

.modal table {
  margin-top: 5px;
  width: 100%;
}

.modal table.mt0 {
  margin-top: 0;
}

.modal table th,
.modal table td {
  padding: 11px 10px 12px;
}

.modal table th {
  width: 27.2%;
  background-color: #FFF7DF;
  font-weight: normal;
}

.modal table td {
  width: 72.8%;
  background-color: #EEEEEE;
}

.modal_annotation {
  margin-top: 33px;
}
.modal_annotation.mt20 {
  margin-top: 20px;
  text-align: left;
}
.modal_annotation li {
  position: relative;
  padding-left: 15px;
}

.modal_annotation li::before {
  position: absolute;
  display: block;
  content: '※';
  left: 0;
}

.modal h3.mt33 {
  margin-top: 33px;
  margin-bottom: 0;
}

.modal_dotted_list {
  margin-top: 13px;
}

.modal_dotted_list li {
  position: relative;
  padding-left: 18px;
}

.modal_dotted_list li::before {
  position: absolute;
  display: block;
  content: '○';
  left: 0;
}

.mt13 {
  margin-top: 13px;
}

.mt0 {
  margin-top: 0 !important;
}

@media screen and (max-width: 667px) {
  .modal {
    width: 86%;
    max-width: 100%;
    top: 55%;
    max-height: calc(76vh - 10px);
  }

  .modal_inner {
    padding: 20px;
  }

  .modal h3 {
    margin-bottom: 10px;
  }

  .modal table th {
    width: 38.2%;
  }

  .modal table td {
    width: 61.2;
  }

  .img_flex {
    margin-top: 17px;
  }

  .modal_tbl {
    margin-top: 30px;
  }
  .close-button {
    top: 15%;
    left: 90%;
    font-size: 30px;
  }
  @supports (-webkit-touch-callout: none) {
    .modal {
      max-height: calc(68vh - 10px);
    }
    .close-button {
      top: 17%;
    }
  }
}
@media only screen 
and (max-device-width: 640px), 
only screen and (max-device-width: 667px), 
only screen and (max-width: 480px)
{ 
  @supports (-webkit-touch-callout: none) {
    .modal {
      max-height: calc(66vh - 10px);
    }
    .close-button {
      top: 17%;
    }
  }
}

/* additional */
.dotted_list.left_align {
  margin: 0 0 20px;
  text-align: left;
}

/* 20240620_おためしバナー追記 */
.products_otameshi {
  padding-top: 80px;
}
.otameshi_caption {
  margin-bottom: 20px;
  font-size: 16px;
}
.otameshi_bnr {
  border: 1px solid #FFB54C;
}
.otameshi_bnr a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.otameshi_bnr img {
  max-width: 958px;
}
@media screen and (max-width: 667px) {
  .products_otameshi {
    padding-top: 40px;
  }
  .otameshi_caption {
    text-align: center;
  }
}

/* 20240723_特長画像追記 */
.item_features {
  margin-top: 20px;
}
.features_img img {
  width: 100%;
}

/* 20240912追記 */
.mv_inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.coin_present {
	padding-top: 20px;
	margin-bottom: -18px!important;
	margin-left: 110px!important;
}
.membership {
	position: relative;
    padding: 54px 0 0;
    background: #FAF6EC;
    background: url(/item/otameshi_cross/images/bg.png) no-repeat center top;
    background-size: cover;
}
.membership::before {
    position: absolute;
    top: 0;
    left: 0%;
    width: 234px;
    height: 519px;
    background: url(/item/otameshi_cross/images/banner_01.png) no-repeat left top;
    content: "";
}
.membership::after {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 239px;
    height: 519px;
    background: url(/item/otameshi_cross/images/banner_02.png) no-repeat right top;
    content: "";
}
.membership_img {
	max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px 54px;
}
.membership_img img {
    margin: 0 auto;
}
.membership_img, .membership_img_bottom {
	position: relative;
    z-index: 1;
}
.item_link {
    display: inline-block;
    margin-top: 16px;
    font-size: 13px;
    text-align: center;
    text-decoration: underline !important;
}
.membership_img .item_link {
	position: absolute;
    bottom: 19%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
}
.background_white {
	background-color: #FFF;
}
.marked_list {
	max-width: 920px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 24px 0;
}

@media screen and (max-width:667px) {
	.membership {
        background: url(/item/otameshi_cross/images/sp/bg_sp.png) no-repeat center top;
    }
    .membership::before {
        width: 127px;
        height: 437px;
        background: url(/item/otameshi_cross/images/sp/banner_01_sp.png) no-repeat left top;
        background-size: 70%;
    }
    .membership::after {
        width: 127px;
        height: 437px;
        background: url(/item/otameshi_cross/images/sp/banner_02_sp.png) no-repeat right top;
        background-size: 70%;
    }
    .membership .membership_img {
        padding: 0 0 54px;
    }
    .membership_img .item_link {
        bottom: 17%;
        left: 50%;
        font-size: 10px;
    }
    .background_white {
    	padding: 0 10px;
    }
}

/* 20250319追記 */
div#container #wrapper{
text-align:center;
}