@charset "UTF-8";
/*----------------------------------------------
	Foundation
---------------------------------------------*/
/* Font Family */
/* Color Pallete */
/* Font Sizes */
/* Breakpoint */
/* Mobile First */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  height: 100%;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  height: 100%;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,sup {
  font-size: 75% !important;
  position: static;
 /* line-height: 0;
  position: relative;
  vertical-align: baseline;*/
}

sub {
  bottom: -0.35em !important;
}

sup {
  margin-top: 0em !important;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
}

*:focus {
  outline: none;
}

/*----------------------------------------------
	html
---------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
}

ul {
  list-style: none;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------
	NEW body start
-------------------------------------------------------------------------------------------------------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.6px;
  text-rendering: optimizeLegibility;
  color: #666;
  background: url("../images/bg01.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
   
}

.page_wrapper {
    
background:url("../images/bg04.jpg") ;
    background-repeat: no-repeat;
    background-position:center bottom;
    background-size: 100%;    
}


.topinfo {
    margin-top: 7em !important;
    width: 900px;
    margin: 0 auto;
}

.topinfo p{font-size: 1.2em; line-height: 3em; text-align: center;}
.topinfo span { font-weight: bold; color: #000;}

.itembox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 8em;
}
.itemboxitem {width: 54%; display: contents;}
.itemboxitem2{width: 44%;}
.itemboxitem2 img {
    margin: 2em auto;
}
.itemboxitem img { margin: 0 auto;}
.itemboxitem p {font-size: 1.1em;}

h2.top {margin: 0 auto;
    text-align: center;
    padding: 5em 0;
}

.itemsec {margin-bottom: 5em;}
.sec01 {
    background: url("../images/bg02.png") ;
    background-position: right 30%;
    background-repeat: no-repeat;
}
.sec02 {margin-bottom: 6em;}
.sec04 {background: url("../images/bg04.png") no-repeat left bottom; }

.sec03 {
    background: url("../images/bg03.png") no-repeat left 10%;
}



.txtbox {display: flex; justify-content: space-between;}
.txtboxitem:first-child { width: 65%;}
.txtboxitem:last-child { width: 32%;}

h3.toph3 {width: 80%; margin: 0 auto;}


dl.kaiseki {
    width: 100%;
    font-size: 1.2em;
}

dl.kaiseki p{ font-size: 0.7em; padding-left: 3em; margin: -0.8em 0 1em 0}
dl.kaiseki div {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    padding: 5px 0;
}

dl.kaiseki dt {
    margin: 0;
    padding: 0 0.5em 0 0;
    background-color: #ffffff;
    z-index: 2;
    text-align: left;
}
dl.kaiseki dd {
    margin: 0;
    padding: 0 0 0 0.5em;
    background-color: #ffffff;
    z-index: 2;
    text-align: right;
}

dl.kaiseki div::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    border-bottom: dotted 1px #000;
}
.seibunbox { display: flex; max-width: 1000px; margin: 0 auto 8em; justify-content: space-around;}

.seibunboxitem:first-child { width: 38%;}
.seibunboxitem:last-child { width: 55%;}
.seibunboxitem h3 {font-size: 1.2em;}





@media screen and (max-width: 767px) {
    
    

body {
background: url(../images/bg01_sp.jpg);    
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
} 
    
    
    
    
    
    
.seibunboxitem h3 {
    font-size: 1.2em;
    text-align: center;
}
    
.topinfo { width: 100%; font-size: 1.0em; margin-top: 0em !important; padding: 5em 1em 0;}    
.topinfo p{ margin-top: 0em;
    font-size: 1.1em;
    line-height: 1.8em;
    text-align: left;
}
    
    
  .seibunbox {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    justify-content: space-around;
}  
    
.seibunboxitem:first-child{
    width: 100%;
    padding: 0 1em;}
    
    
     
.seibunboxitem:last-child{
      width: 92%;
        padding: 2em;
        background-color: #FFF;
        border: 1px solid #8a7a50;
        margin: 1em auto;
    }
    
    
.itembox {
   display: block;
    justify-content: normal;
    align-items: unset;
    margin-bottom: 4em;
    padding: 0 1em 1em;
}
    
  .itemboxitem {
    width: 100%;
    display: block;
}  
    
.itemboxitem2 {
    width: 100%;
}  

[data-aos] {
    opacity: 1 !important;
    visibility: visible !important;
}


body[data-aos-easing] [data-aos] {
    opacity: 0;
}
body[data-aos-easing] [data-aos].aos-animate {
    opacity: 1;
}   
    
.txtbox {
    display: block;
    }
    
.txtboxitem:first-child {
    width: 100%;
}
    
.txtboxitem:last-child {
    width: 80%;
    padding: 2em 0em 1em;
    margin: 0 auto;
}    
    
    
h2.top {
    margin: 0 auto;
    text-align: center;
    padding: 5em 0 2em;
}    
     
    
 .sec01 {
  
    padding-bottom: 5em;
       background: none;
     
  
}

  
    
 .fixed-glass {
 position: fixed;
        top: 40%;
        left: 45%;
        
        width: 190%;
        max-width: 800px;
        opacity: 0;
        pointer-events: none;
        transform: translate(-50%, 20px);
  transition: all 0.6s ease-out; 
        z-index: 0;
}


.sec01.active .fixed-glass {
  opacity: 1;
    transform: translate(-50%, 0);
}
.sec04 {
    background: url(../images/bg04.png) no-repeat 10% -10%;
        background-size: contain;}

    
.sec03 {
    background: url(../images/bg03.png) no-repeat 50% top;
    background-size: 150%;
}   
 
.table-wrap {
  position: relative;
  overflow-x: auto;
  padding-top: 3em;
}

/* 矢印 */
.table-wrap::after {
  content: "‹ Scroll"; 
  position: absolute;
  top: 0; 
  left: 40%;
  font-size: 1.5em;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation: arrowMove 4s ease-in-out infinite;
}

     
    

    
}

@keyframes arrowMove {
  0% {
    transform: translateX(0);
    opacity: 0.3;
  }
  30% {
    transform: translateX(15px);
    opacity: 1;
  }
  70% {
    transform: translateX(0);
    opacity: 0.3;
  }
  100% {
    transform: translateX(0);
    opacity: 0.3;
  }
}





/*--------------------------------------------------------------------------------------------------------------------------------------------------------------
	NEW body end
-------------------------------------------------------------------------------------------------------------------------------------------------------------*/






@media screen and (min-width: 641px) {
  body.p_tansa {
    min-width: 0 !important;
  }
}
/*----------------------------------------------
	a
---------------------------------------------*/
a {
  text-decoration: none;
  color: #91317D;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  opacity: 0.8;
}

/*----------------------------------------------
	table
---------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----------------------------------------------
	img
---------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

/*----------------------------------------------
	section
---------------------------------------------*/
.sp-only {
  display: none;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .page_wrapper {
    /*max-width: 500px;*/
    margin: 0 auto;
  }
  .container {
    max-width: 500px;
  }
}
/*----------------------------------------------
	Component
---------------------------------------------*/
/*----------------------------------------------
	common components
---------------------------------------------*/
.c_ttl {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  color: #FFF;
  line-height: 1.5;
  margin-bottom: 40px;
  letter-spacing: 0;
}

.c_ttl-b {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  color: #FFF;
  line-height: 1.5;
  margin-bottom: 40px;
  letter-spacing: 0;
}

.c_ttl-c {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  line-height: 2;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.c_ttl-d {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  color: #FFF;
  line-height: 2;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.c_highlight {
  font-weight: 700;
  color: #F3AE38;
}

.c_highlight2 {
  font-weight: 700;
  background: #91317D;
}

.c_highlight3 {
  font-weight: 700;
  border-bottom: 2px solid #91317D;
}

.c_contentwrap p {
  padding: 10px 0;
}

@media screen and (max-width: 991px) {
  .c_ttl {
    font-size: 30px;
  }
  .c_ttl-b {
    font-size: 26px;
  }
  .c_ttl-c {
    font-size: 20px;
  }
  .c_ttl-d {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 20px;
  }
  .c_ttl-b {
    font-size: 18px;
  }
  .c_ttl-c {
    font-size: 18px;
  }
  .c_ttl-d {
    font-size: 18px;
  }
}
/* Sticky header SP */
.sticky_header_sp {
  position: absolute;
  z-index: 999;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-size: clamp(1.25rem, -0.3056rem + 7.7778vw, 2.125rem);
  font-family: "Zen Old Mincho", serif;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 0 0 10px;
  display: none;
}

@media screen and (max-width: 767px) {
  .sticky_header_sp {
    display: block;
  }
}
/* Sticky Box */
.sticky_box {
  max-width: 836px;
  width: calc(100% - 40px);
  height: 76px;
  position: fixed;
  z-index: 99;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(250, 184, 51);
  background: linear-gradient(90deg, rgb(250, 184, 51) 0%, rgb(130, 95, 27) 100%);
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  padding: 5px 10px;
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0;
}
.sticky_box span {
  font-size: 34px;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
.sticky_box::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 991;
}

.salons__btn {
  background: transparent linear-gradient(90deg, #91317D 0%, #530944 100%);
  max-width: 450px;
  display: block;
  text-align: center;
  margin: 82px auto 0;
  font-size: 32px;
  font-family: "Zen Old Mincho", serif;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1490196078);
  padding: 7px 0;
  position: relative;
  color: #fff !important;
}
.salons__btn::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.5);
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 5px;
  z-index: 0;
}
.salons__btn::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  width: 80px;
  height: 90px;
  background-image: url("../img/sec06/p_sec06-btn-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .sticky_box {
    font-size: 20px;
    padding: 14px 10px;
    height: auto;
  }
  .sticky_box span {
    font-size: 26px;
    letter-spacing: 1px;
  }
  .salons__btn {
    max-width: 291px;
    font-size: 16px;
    padding: 16px 0;
    margin-top: 22px;
  }
  .salons__btn::before {
    width: 60px;
    height: 68px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sticky_box {
    max-width: 460px;
    width: calc(100% - 24px);
    font-size: 1em;
    padding: 3px 10px 7px;
    line-height: 1.5;
    bottom: 12px;
  }
    
  /*.sticky_box span {
    font-size: 16px;
  }*/
    
    
}
/*----------------------------------------------
	Project
---------------------------------------------*/
/*----------------------------------------------
	.p_banner
---------------------------------------------*/
.p_banner {
  width: 100%;
  height: 100vh;
  background: #181818;
  position: relative;
  z-index: 1;
}
.p_banner__box {
  max-width: 836px;
  width: calc(100% - 40px);
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(250, 184, 51);
  background: linear-gradient(90deg, rgb(250, 184, 51) 0%, rgb(130, 95, 27) 100%);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #FFF;
  text-align: center;
  padding: 15px;
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0;
}
.p_banner__box span {
  font-size: 32px;
}

.p_slide {
  overflow: hidden;
  height: 100%;
}
.p_slide__item {
  height: 100vh;
  display: block;
  overflow: hidden;
  position: relative;
}
.p_slide img {
  padding: 0;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.p_slide img.sp-only {
  display: none;
}

@media screen and (max-width: 991px) {
  .p_banner__box {
    font-size: 16px;
    padding: 5px 10px;
  }
  .p_banner__box span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p_banner {
    height: 100vh;
    /*height: calc(100vh - 34pt);
    height: calc(100vh - 48dp);
    height: 100svh;*/
  }
  .p_banner__box {
    max-width: 500px;
    font-size: 12px;
  }
  .p_banner__box span {
    font-size: 16px;
  }
  .p_slide img.sp-only {
    display: block;
  }
  .p_slide img.pc-only {
    display: none;
  }
  .p_slide img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100vh;
  }
}
/*----------------------------------------------
	sections
---------------------------------------------*/
.p_sec {
  padding: 80px 20px;
}

/* section 2 */
.p_sec02 {
  background: url(../img/sec02/bg_intro.png) no-repeat center top #fff;
  background-size: cover;
  color: #FFF;
  position: relative;
  z-index: 2;
}

.p_sec02 .c_ttl {
  max-width: 680px;
  text-align: left;
}

.p_sec02 .c_contentwrap {
  max-width: 600px;
}

.p_sec-vidframe {
  position: relative;
  padding-top: 0;
  padding-bottom: 120px;
}

.p_sec-vid {
  position: relative;
  width: 100%;
}

.p_sec-vid__media {
  display: block;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  height: 450px;
}

@media screen and (max-width: 767px) {
  .p_sec02 {
    background: url(../img/sec02/bg_intro_sp.png) no-repeat center top #fff;
    background-size: cover;
    padding-bottom: 40px;
  }
  .p_sec-vidframe {
    padding-bottom: 80px;
  }
  .p_sec-vid {
    padding-top: 56%;
  }
  .p_sec-vid__media {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
/* section 3 */
.p_sec03 {
  background: url(../img/sec03/bg.png) repeat left top #fff;
  position: relative;
  z-index: 3;
}
.p_sec03__graybox {
  background: #262626;
  border-radius: 5px;
  text-align: center;
  padding: 10px 20px;
  margin: 40px 0;
}
.p_sec03 .ttl_secret img {
  max-width: 100%;
}

.p_sec03 .container {
  border: 1px solid #FFBA00;
  background: #fff;
  padding: 80px;
  margin-top: -120px;
}

.p_sec03 .c_ttl em {
  position: relative;
  color: #F3AE38;
}

.p_sec03 .c_ttl em::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F3AE38;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.p_point__intro {
  text-align: center;
  margin-bottom: 80px;
}
.p_point__item {
  position: relative;
  margin-bottom: 80px;
}
.p_point__item:last-child {
  margin-bottom: 0;
}
.p_point__item .ttl_point {
  font-size: 24px;
  font-style: italic;
  letter-spacing: 2.4px;
  color: #F3AE38;
  font-family: "Libre Baskerville", serif;
  text-align: center;
  display: block;
  max-width: 187px;
  margin: 0 auto 10px;
  position: relative;
  z-index: 1;
}
.p_point__item .ttl_point::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #F3AE38;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.p_point__item .ttl_point span {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
}
.p_point__item .c_ttl-b {
  color: #F3AE38;
}
.p_point__item .c_ttl-c {
  margin-top: 20px;
}
.p_point__item .c_ttl-d {
  margin-top: 60px;
  margin-bottom: 0;
}
.p_point__figure {
  display: flex;
  gap: 20px 40px;
  margin-bottom: 40px;
}
.p_point__figure li {
  flex: 1;
  padding: 10px 30px;
  background: #242424;
}
.p_point__figure li img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 10px;
}
.p_point__figure li p {
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
}
.p_point__bacteria {
  margin-bottom: 30px;
}
.p_point__bacteria li {
  position: relative;
  padding-left: 25px;
}
.p_point__bacteria li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/sec03/img_bacteria01.png) no-repeat center center;
  background-size: 100% 100%;
  top: 10px;
  left: 0;
}
.p_point__bacteria li:nth-child(2)::before {
  background: url(../img/sec03/img_bacteria02.png) no-repeat center center;
  background-size: 100% 100%;
}
.p_point__bacteria li:nth-child(3)::before {
  background: url(../img/sec03/img_bacteria03.png) no-repeat center center;
  background-size: 100% 100%;
}
.p_point__img {
  max-width: 100%;
  margin: 40px auto 0;
}

@media screen and (max-width: 991px) {
  .p_sec03 .container {
    padding: 60px 40px;
  }
  .p_point__item .ttl_point {
    font-size: 20px;
  }
  .p_point__figure li p {
    font-size: 14px;
  }
  .p_point__bacteria li {
    font-size: 14px;
  }
  .p_point__bacteria li::before {
    top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .p_sec03 {
    padding: 80px 20px 40px;
  }
  .p_sec03 .container {
    padding: 30px 20px;
    margin-top: -100px;
  }
  .p_sec03__graybox {
    font-size: 12px;
    margin: 20px 0 40px;
  }
  .p_sec03 .c_ttl {
    margin-bottom: 20px;
  }
  .p_sec03 .c_ttl em::before {
    width: 3px;
    height: 3px;
  }
  .p_point__intro {
    text-align: left;
    margin-bottom: 40px;
  }
  .p_point__item {
    margin-bottom: 40px;
  }
  .p_point__item .ttl_point {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .p_point__item .c_ttl-d {
    margin-top: 30px;
  }
  .p_point__figure {
    flex-direction: column;
    gap: 20px;
    max-width: 340px;
    margin: 0 auto 20px;
  }
  .p_point__figure li {
    padding: 10px 40px;
  }
  .p_point__figure li p {
    font-size: 12px;
  }
  .p_point__bacteria {
    margin-bottom: 10px;
  }
  .p_point__bacteria li {
    font-size: 10px;
    padding-left: 20px;
  }
  .p_point__bacteria li::before {
    width: 12px;
    height: 12px;
  }
}
/* section 4 */
.p_sec04 {
  background: url(../img/sec04/bg_pleased.png) no-repeat center top;
  background-size: cover;
}
.p_sec04 .ttl_pleased {
  text-align: center;
}

.p_pleased {
  display: flex;
  justify-content: center;
  margin-top: 200px;
  gap: 30px;
}
.p_pleased li {
  background: rgba(255, 255, 255, 0.5);
}
.p_pleased li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.p_pleased li img.sp-only {
  display: none;
}

@media screen and (max-width: 991px) {
  .p_pleased {
    margin-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p_sec04 {
    background: url(../img/sec04/bg_pleased_sp.png) no-repeat center top;
    background-size: cover;
    padding: 40px 20px;
  }
  .p_pleased {
    margin-top: 100px;
    flex-direction: column;
    gap: 20px;
  }
  .p_pleased li img.sp-only {
    display: block;
  }
  .p_pleased li img.pc-only {
    display: none;
  }
}
/* section 5 */
.p_sec05 {
  background: #fff;
}

.p_sec__content {
  background: url(../img/sec05/bg_worry.png) no-repeat center top;
  background-size: auto 100%;
  padding: 0 80px 60px;
}

.p_worry {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin-top: 80px;
}
.p_worry li {
  width: 200px;
  height: 200px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3019607843);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.p_worry li span {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.p_worry__box {
  border: 1px solid #fff;
  padding: 40px 80px;
  text-align: center;
  background: #fff;
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

.p_solution .ttl_solution {
  text-align: center;
  margin: 80px 0 60px;
}
.p_solution .ttl_solution small {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1.6px;
  display: block;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  padding: 5px 0 20px;
}
.p_solution .ttl_solution small::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 90%;
  height: 100%;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(25, 25, 25) 0, rgb(250, 184, 51) 60%);
  bottom: 0;
  left: 5%;
  opacity: 0.5;
}
.p_solution__box {
  overflow: hidden;
  padding: 0 80px;
}
.p_solution__box img {
  margin: 40px auto 0;
}
.p_solution__box img.pc-only {
  display: block;
}
.p_solution__cert {
  float: right;
  margin-left: 30px;
  width: 300px;
  height: 300px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #626262;
  letter-spacing: 3px;
}

.p_intestine {
  margin: 80px 0 0;
  background: url(../img/sec05/bg_intestines.png) no-repeat center top #242424;
  background-size: 100% auto;
  padding: 80px;
}
.p_intestine .c_ttl {
  margin-bottom: 80px;
}
.p_intestine .c_ttl-c {
  position: relative;
  z-index: 1;
  margin: 40px 0 0;
  padding-top: 80px;
}
.p_intestine .c_ttl-c::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 40px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
}

@media screen and (max-width: 991px) {
  .p_worry li span {
    font-size: 18px;
  }
  .p_worry__box {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p_sec05 {
    padding: 40px 20px;
  }
  .p_sec05 .p_sec__content {
    padding: 0 20px 40px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .p_worry {
    margin-top: 0;
    gap: 20px;
    justify-content: center;
  }
  .p_worry li {
    width: 155px;
    height: 155px;
  }
  .p_worry li span {
    font-size: 14px;
  }
  .p_worry__box {
    padding: 15px;
    font-size: 18px;
    text-align: left;
  }
  .p_solution .ttl_solution {
    margin: 40px 0;
    width: 100%;
  }
  .p_solution__box {
    padding: 0;
  }
  .p_solution__box img {
    margin: 20px auto 0;
  }
  .p_solution__box img.pc-only {
    display: none;
  }
  .p_solution__cert {
    max-width: 100%;
    float: none;
    margin: 30px auto 0;
  }
  .p_intestine {
    background: url(../img/sec05/bg_intestines_sp.png) no-repeat center top #242424;
    background-size: 100% auto;
    margin: 40px 0 0;
    width: 100%;
    padding: 40px 20px;
  }
  .p_intestine .c_ttl {
    margin-bottom: 30px;
  }
  .p_intestine .c_ttl-c {
    margin: 20px 0 0;
    padding-top: 60px;
    text-align: left;
  }
  .p_intestine .c_ttl-c::before {
    width: 350px;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .p_worry li {
    width: 130px;
    height: 130px;
  }
}
/* section 6 */
.p_sec06 {
  background: url(../img/sec06/bg_labelling.png) no-repeat center top #E3DED2;
}
.p_sec06 .ttl_labelling,
.p_sec06 .ttl_ingredients,
.p_sec06 .p_labelling,
.p_sec06 .p_production {
  text-align: center;
  margin-bottom: 80px;
}

.p_type .ttl_type {
  text-align: center;
  margin-bottom: 40px;
}
.p_type__content {
  margin: 0 auto;
  color: #191919;
  text-align: center;
}
.p_type__item {
  margin-top: 80px;
  color: #191919;
}
.p_type__item .c_ttl {
  color: #191919;
}
.p_type__item .c_ttl-d {
  color: #191919;
  position: relative;
}
.p_type__item .c_ttl-d span {
  display: block;
  color: #91317D;
  font-family: "Libre Baskerville", serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 2.4px;
}
.p_type__item .c_contentwrap {
  text-align: center;
}
.p_type__img img {
  display: block;
  margin: 0 auto;
}

/*.p_comparison {
  margin-top: 80px;
}*/
.p_comparison .c_ttl {
  color: #91317D;
}
.p_comparison .ttl_safesecure {
  text-align: center;
}
.p_comparison__tbl {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
.p_comparison__tbl th {
  background: #fbb459;
  border: 1px solid #E3DED2;
  height: 80px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  color: #fff;
}
.p_comparison__tbl th:first-child {
  width: 204px;
}
.p_comparison__tbl td {
  padding: 15px 5px;
  background: #faf8f2;
  border: 1px solid #E3DED2;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1.4px;
  color: #191919;
  text-align: center;
  vertical-align: middle;
}
.p_comparison__tbl td:first-child {
  width: 204px;
  background: #f9eedd;
  overflow: hidden;
}
.p_comparison__tbl tr:nth-child(2n) td {
  background: #fff;
  border: 1px solid #E3DED2;
}
.p_comparison__tbl tr:nth-child(2n) td:first-child {
  background: #fffcf4;
}

@media screen and (max-width: 991px) {
  .p_comparison__tbl th {
    font-size: 16px;
  }
  .p_comparison__tbl td {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p_sec06 {
    background: url(../img/sec06/bg_labelling_sp.png) no-repeat center top #E3DED2;
    background-size: 100% auto;
    padding: 40px 20px;
  }
  .p_sec06 .ttl_labelling,
  .p_sec06 .ttl_ingredients,
  .p_sec06 .p_labelling,
  .p_sec06 .p_production {
    margin-bottom: 40px;
  }
  .p_type__content {
    text-align: left;
  }
  .p_type__item {
    margin-top: 40px;
  }
  .p_type__item .c_ttl {
    margin-bottom: 10px;
  }
  .p_type__item .c_ttl-d span {
    font-size: 16px;
  }
  .p_type__item .c_contentwrap {
    text-align: left;
  }
  .p_type__item .c_contentwrap p {
    font-size: 14px;
  }
  .p_type__item .c_contentwrap p:first-child {
    text-align: center;
  }
  .p_comparison {
    margin-left: 1.5em;
    padding-right: 2em;
  }
    
  .p_comparison .c_ttl {
    margin-bottom: 20px;
  }
  .p_comparison__tbl-wrap {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    margin-left: 1.5em;
  }
  .p_comparison__tbl {
    width: 100%;
    margin: 0 auto 20px;
  }
  .p_comparison__tbl th {
    /*font-size: 10px;*/
    padding: 5px;
    height: 55px;
    letter-spacing: 1.2px;
    min-width: 180px;
  }
 .p_comparison__tbl th:first-child {
    min-width: 90px;
  }
  .p_comparison__tbl td {
    font-size: 0.9em;
  }
  .p_comparison__tbl td:first-child {
    width: auto;
  }
}
/* section 7 */
.p_sec07 {
  background: url(../img/sec07/bg_voice.png) no-repeat center top;
  background-size: cover;
  color: #FFF;
}
.p_sec07 .container {
  max-width: 840px;
  margin: 0 auto;
}
.p_sec07 .c_contentwrap {
  text-align: center;
}

.p_voice {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.p_voice li {
  max-width: 380px;
  width: calc(50% - 20px);
  height: 124px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  color: #191919;
  z-index: 1;
}
.p_voice li::before, .p_voice li::after {
  position: absolute;
  content: "“";
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  color: #191919;
  top: -5px;
  left: 20px;
  z-index: 2;
}
.p_voice li::after {
  top: auto;
  bottom: -5px;
  left: auto;
  right: 20px;
  transform: rotateZ(180deg);
}


@media screen and (max-width: 767px) {
  .p_sec07 {
    padding: 40px 20px;
  }
  .p_sec07 .c_contentwrap {
    text-align: left;
  }
  .p_voice {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .p_voice li {
    width: 100%;
    height: 100px;
  }
  .p_voice li::before {
    top: -10px;
    left: 15px;
  }
  .p_voice li::after {
    bottom: -10px;
    right: 15px;
  }
}


/* section 8 */
.p_sec08 {
  color: #191919;
  padding-bottom: 160px;
}

.p_sec08 .container {
  max-width: 840px;
}

.p_sec08 .c_ttl {
  color: #191919;
}

.p_sec08 h3 {
  color: #FFF;
  font-size: 24px;
  text-align: center;
}

.p_sec08 h3:not(:first-child) {
  margin-top: 40px;
}

.p_faq {
  max-width: 840px;
  margin: 20px auto 0;
}
.p_faq li {
  padding: 30px 0;
  border-bottom: 1px dotted #717171;
}
.p_faq__head {
  position: relative;
  padding-left: 42px;
  margin-bottom: 30px;
    font-size: 1.3em;
}
.p_faq__head::before {
  position: absolute;
  content: "Q";
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  color: #F3AE38;
  top: -15px;
  left: 0;
  z-index: 2;
}
.p_faq__ans {
  position: relative;
  padding-left: 42px;
  color: #666;
}
.p_faq__ans::before {
  position: absolute;
  content: "A";
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  color: #91317D;
  top: -15px;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p_sec08 {
    padding: 40px 20px 120px;
  }
  .p_sec08 .c_ttl {
    margin-bottom: 20px;
  }
  .p_sec08 h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .p_faq {
    margin: 0 auto;
  }
  .p_faq li {
    padding: 15px 0;
  }
}
/* section 9 */
.p_sec09 {
  padding: 0 0 80px;
  background-color: #fdfdfd;
  color: #191919;
}

.p_sec09 strong {
  display: inline;
  background-color: #91317D;
  color: #fff;
}

.p_sec09 p + p {
  margin-top: 10px;
}

.p_sec09 .sec09-ttl {
  background: url("../img/sec09/img_tansa517_bg.jpg") no-repeat top center/auto 100%;
  text-align: center;
}

.p_sec09 .inner {
  max-width: 880px;
  padding-inline: 20px;
  margin-inline: auto;
}

.p_sec09 .inner:not(:nth-last-of-type(1)) {
  margin-bottom: 80px;
}

.sec09-ttl-sub {
  margin-bottom: 40px;
}

.sec09-problem {
  margin-bottom: 80px;
  min-height: 581px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: url("../img/sec09/img_tansa517_ problem-bg.jpg") no-repeat center top/auto 100%;
}

.sec09-problem h2 {
  margin-bottom: 1em;
  color: #191919;
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}

.sec09-problem li {
  font-size: 24px;
  font-weight: 600;
}

.sec09-problem li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  border: 4px solid #C39B28;
  background-color: #fff;
}

.sec09-point:not(:nth-last-of-type(1)) {
  margin-bottom: 80px;
}

.sec09-point h4 {
  margin-bottom: 40px;
  color: #191919;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  text-align: center;
}

.sec09-point h4 small {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  font-family: "Libre Baskerville", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
}

.sec09-point h4 small:before,
.sec09-point h4 small:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #191919;
}

.sec09-point h5 {
  margin-block: 40px;
  color: #91317D;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
}

.sec09-point img {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p_sec09 {
    padding-bottom: 40px;
  }
  .sec09-point img {
    margin-top: 20px;
  }
  .p_sec09 .inner:not(:nth-last-of-type(1)) {
    margin-bottom: 40px;
  }
  .sec09-ttl-sub {
    margin-bottom: 20px;
  }
  .sec09-problem {
    justify-content: flex-start;
    margin-bottom: 40px;
    padding-inline: 20px;
    min-height: 317px;
  }
  .sec09-problem h2 {
    margin-top: 2em;
    font-size: 20px;
  }
  .sec09-problem ul {
    align-self: flex-start;
  }
  .sec09-problem li {
    font-size: 14px;
  }
  .sec09-problem li:before {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border: 2px solid #C39B28;
  }
  .sec09-point:not(:nth-last-of-type(1)) {
    margin-bottom: 40px;
  }
  .sec09-point h4 {
    font-size: 18px;
  }
  .sec09-point h4 small {
    font-size: 16px;
  }
  .sec09-point h5 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
/*----------------------------------------------
	p_doctor
---------------------------------------------*/
.f_doctor {
  background: url(../img/doctor/doctor-bg.png) no-repeat center top #EDEDED;
  background-attachment: fixed;
}
.f_doctor .container {
  max-width: 840px;
}

.p_doctor__ttl {
  color: #191919;
  margin-bottom: 80px;
}
.p_doctor__list-item {
  border-bottom: 1px solid #91317D;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.p_doctor__list-item:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p_doctor__upper {
  margin-bottom: 80px;
}
.p_doctor__subttl {
  font-weight: 600;
  color: #91317D;
  text-align: left;
  margin-bottom: 20px;
}
.p_doctor__content {
  color: #191919;
  position: relative;
}
.p_doctor__content .inner_txt {
  padding-bottom: 100px;
  max-height: 245px;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-mask-image: linear-gradient(180deg, rgb(0, 0, 0), transparent 90%);
          mask-image: linear-gradient(180deg, rgb(0, 0, 0), transparent 90%);
}
.p_doctor__content p.smalltxt {
  font-size: 14px;
}
.p_doctor__content p:not(:last-of-type) {
  margin-bottom: 20px;
}
.p_doctor__btn {
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  line-height: 1.2;
  color: #FFF;
  background: transparent linear-gradient(90deg, #91317D 0%, #530944 100%);
  display: inline-block;
  text-align: center;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  padding: 20px 10px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.p_doctor__btn:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #FFF;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.p_doctor__btn span {
  color: #FFF;
}
.p_doctor__btn .close {
  display: none;
}
.p_doctor__lower {
  color: #191919;
  padding-right: 240px;
  min-height: 270px;
  position: relative;
  padding-top: 20px;
}
.p_doctor__lower:before {
  content: "";
  width: calc(100% - 240px);
  height: 1px;
  background-color: #E3DED2;
  position: absolute;
  top: 0;
  left: 0;
}
.p_doctor__txt {
  font-size: 14px;
}
.p_doctor__dtail {
  line-height: 1.5;
  text-align: right;
  margin-bottom: 15px;
}
.p_doctor__dtail span {
  display: block;
}
.p_doctor__dtail .pos {
  font-size: 20px;
  margin-bottom: 10px;
}
.p_doctor__dtail .name {
  font-size: 24px;
  font-weight: bold;
}
.p_doctor__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
}

.p_doctor__content.open .inner_txt {
  -webkit-mask-image: initial;
          mask-image: initial;
  max-height: 100%;
}
.p_doctor__content.open .p_doctor__btn {
  background: transparent linear-gradient(90deg, #898989 0%, #4A4A4A 100%);
}
.p_doctor__content.open .p_doctor__btn .open {
  display: none;
}
.p_doctor__content.open .p_doctor__btn .close {
  display: block;
}

@media screen and (max-width: 767px) {
  .f_doctor {
    padding: 40px 20px;
    background-size: auto 450px;
    background-position: right top;
  }
  .p_doctor__ttl {
    margin-bottom: 40px;
  }
  .p_doctor__list-item {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .p_doctor__upper {
    margin-bottom: 40px;
  }
  .p_doctor__content .inner_txt {
    padding-bottom: 0;
  }
  .p_doctor__btn {
    padding: 10px;
  }
  .p_doctor__lower {
    padding-right: 0;
  }
  .p_doctor__lower:before {
    width: 100%;
  }
  .p_doctor__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  .p_doctor__info.long-desc {
    align-items: flex-start;
  }
  .p_doctor__dtail {
    width: calc(100% - 120px);
    margin-bottom: 0;
  }
  .p_doctor__dtail .pos {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
  }
  .p_doctor__dtail .name {
    font-size: 18px;
  }
  .p_doctor__img {
    width: 100px;
    position: static;
  }
  .p_doctor__txt {
    font-size: 12px;
    font-feature-settings: "palt" 1;
  }
  .p_doctor__content.open {
    max-height: 100%;
    padding-bottom: 60px;
  }
}